.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-4870907b-07ba-4c1e-a741-bcc1b65762d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4870907b-07ba-4c1e-a741-bcc1b65762d5 {
  display: none;
}
#s-4870907b-07ba-4c1e-a741-bcc1b65762d5, #wrap-s-4870907b-07ba-4c1e-a741-bcc1b65762d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4870907b-07ba-4c1e-a741-bcc1b65762d5 {
  display: none;
}
#s-4870907b-07ba-4c1e-a741-bcc1b65762d5, #wrap-s-4870907b-07ba-4c1e-a741-bcc1b65762d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4870907b-07ba-4c1e-a741-bcc1b65762d5 {
  
}
}







#s-4870907b-07ba-4c1e-a741-bcc1b65762d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4870907b-07ba-4c1e-a741-bcc1b65762d5.shg-box.shg-c {
  justify-content: center;
}

#s-a2e228f9-fe39-4d94-a434-febae0859046 {
  min-height: 50px;
}








#s-a2e228f9-fe39-4d94-a434-febae0859046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2e228f9-fe39-4d94-a434-febae0859046.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ef47246f-8871-46c1-b1c8-42ec38bc5990 {
  min-height: 0px;
max-width: 2000px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef47246f-8871-46c1-b1c8-42ec38bc5990 {
  display: none;
}
#s-ef47246f-8871-46c1-b1c8-42ec38bc5990, #wrap-s-ef47246f-8871-46c1-b1c8-42ec38bc5990 { display:none !important; }}@media (max-width: 767px){#s-ef47246f-8871-46c1-b1c8-42ec38bc5990 {
  display: none;
}
#s-ef47246f-8871-46c1-b1c8-42ec38bc5990, #wrap-s-ef47246f-8871-46c1-b1c8-42ec38bc5990 { display:none !important; }}



  #s-ef47246f-8871-46c1-b1c8-42ec38bc5990 img.shogun-image {
    
    width: px;
  }


#s-ef47246f-8871-46c1-b1c8-42ec38bc5990 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a {
  max-width: 2000px;
text-align: center;
}
@media (min-width: 1200px){#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a {
  display: none;
}
#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a, #wrap-s-2cd601ad-ecef-42e8-98ed-82b208e5da8a { display:none !important; }}@media (max-width: 767px){#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a {
  display: none;
}
#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a, #wrap-s-2cd601ad-ecef-42e8-98ed-82b208e5da8a { display:none !important; }}



  #s-2cd601ad-ecef-42e8-98ed-82b208e5da8a img.shogun-image {
    
    width: px;
  }


#s-2cd601ad-ecef-42e8-98ed-82b208e5da8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e {
  text-align: center;
}
@media (min-width: 1200px){#s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e {
  display: none;
}
#s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e, #wrap-s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e {
  display: none;
}
#s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e, #wrap-s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e { display:none !important; }}



  #s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e img.shogun-image {
    
    width: px;
  }


#s-e62cb9d2-0e86-45d9-acf6-fa96a101f91e .shogun-image-content {
  
    align-items: center;
  
}

#s-f69eb011-5b78-42df-9e34-20dd346e51c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-f69eb011-5b78-42df-9e34-20dd346e51c1 {
  display: none;
}
#s-f69eb011-5b78-42df-9e34-20dd346e51c1, #wrap-s-f69eb011-5b78-42df-9e34-20dd346e51c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f69eb011-5b78-42df-9e34-20dd346e51c1 {
  display: none;
}
#s-f69eb011-5b78-42df-9e34-20dd346e51c1, #wrap-s-f69eb011-5b78-42df-9e34-20dd346e51c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f69eb011-5b78-42df-9e34-20dd346e51c1 {
  
}
}



  #s-f69eb011-5b78-42df-9e34-20dd346e51c1 img.shogun-image {
    
    width: px;
  }


#s-f69eb011-5b78-42df-9e34-20dd346e51c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0800177-c6fe-46df-a866-e99fa27d709a {
  min-height: 50px;
}








#s-d0800177-c6fe-46df-a866-e99fa27d709a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0800177-c6fe-46df-a866-e99fa27d709a.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
}

@media (min-width: 0px) {
[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e816503a-00ba-4dee-a0a6-f5ceabcbeac5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-65184be9-04c7-4b27-a9be-320e603c97f3 {
  text-align: center;
opacity: 0.91;
}




  #s-65184be9-04c7-4b27-a9be-320e603c97f3 img.shogun-image {
    
    width: px;
  }


#s-65184be9-04c7-4b27-a9be-320e603c97f3 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8d4f3939-92ea-46fe-be99-431b932a9485 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-8d4f3939-92ea-46fe-be99-431b932a9485 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ebaf2b4-94b7-48d2-95be-ddd587735827 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
opacity: 0.91;
}




  #s-1ebaf2b4-94b7-48d2-95be-ddd587735827 img.shogun-image {
    
    width: px;
  }


#s-1ebaf2b4-94b7-48d2-95be-ddd587735827 .shogun-image-content {
  
    align-items: center;
  
}

#s-c69c8b58-04a3-484a-a411-0fa4b3917630 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-c69c8b58-04a3-484a-a411-0fa4b3917630 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b0a8d87e-dd59-4f93-be79-7cdf7e9bbc82 {
  text-align: center;
opacity: 0.91;
}




  #s-b0a8d87e-dd59-4f93-be79-7cdf7e9bbc82 img.shogun-image {
    
    width: px;
  }


#s-b0a8d87e-dd59-4f93-be79-7cdf7e9bbc82 .shogun-image-content {
  
    align-items: center;
  
}

#s-309e3b65-d29a-4e71-9fe8-a7f6a3eeb24b {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-309e3b65-d29a-4e71-9fe8-a7f6a3eeb24b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3dea97d0-cf41-4532-8b1d-840ba56b0fbd {
  min-height: 50px;
}








#s-3dea97d0-cf41-4532-8b1d-840ba56b0fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dea97d0-cf41-4532-8b1d-840ba56b0fbd.shg-box.shg-c {
  justify-content: center;
}

#s-e6557623-d06a-4147-ac82-952521298d66 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(254, 48, 0, 1);
}
@media (max-width: 767px){#s-e6557623-d06a-4147-ac82-952521298d66 {
  display: none;
}
#s-e6557623-d06a-4147-ac82-952521298d66, #wrap-s-e6557623-d06a-4147-ac82-952521298d66 { display:none !important; }}
#s-e6557623-d06a-4147-ac82-952521298d66 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f6a205fe-fa6f-4c7f-81ca-13310154165f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(254, 48, 0, 1);
}
@media (min-width: 1200px){#s-f6a205fe-fa6f-4c7f-81ca-13310154165f {
  display: none;
}
#s-f6a205fe-fa6f-4c7f-81ca-13310154165f, #wrap-s-f6a205fe-fa6f-4c7f-81ca-13310154165f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6a205fe-fa6f-4c7f-81ca-13310154165f {
  display: none;
}
#s-f6a205fe-fa6f-4c7f-81ca-13310154165f, #wrap-s-f6a205fe-fa6f-4c7f-81ca-13310154165f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f6a205fe-fa6f-4c7f-81ca-13310154165f {
  display: none;
}
#s-f6a205fe-fa6f-4c7f-81ca-13310154165f, #wrap-s-f6a205fe-fa6f-4c7f-81ca-13310154165f { display:none !important; }}@media (max-width: 767px){#s-f6a205fe-fa6f-4c7f-81ca-13310154165f {
  
}
}
#s-f6a205fe-fa6f-4c7f-81ca-13310154165f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-561f911c-a64e-43cb-baae-1fba94e18ac6 {
  margin-top: 80px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-561f911c-a64e-43cb-baae-1fba94e18ac6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-91c1be99-6e6c-4bc8-b4f1-c907fcbee412 {
  margin-bottom: 30px;
}

#s-350c6fc5-a7b5-4ab1-97fb-9f366ba76256 {
  margin-top: -5%;
margin-bottom: -5%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-350c6fc5-a7b5-4ab1-97fb-9f366ba76256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-350c6fc5-a7b5-4ab1-97fb-9f366ba76256.shg-box.shg-c {
  justify-content: center;
}

#s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a {
  margin-top: 8%;
margin-left: 10%;
margin-bottom: 8%;
margin-right: 10%;
}
@media (max-width: 767px){#s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a {
  display: none;
}
#s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a, #wrap-s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a { display:none !important; }}
@media (min-width: 0px) {
[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5em);
}

}

@media (min-width: 992px) {
[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5em);
}

}

@media (min-width: 1200px) {
[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5em);
}

[id="s-75677bae-d0aa-4fe5-b9e8-13b1e2cade2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5em);
}

}

#s-7ec2c453-d773-4723-8351-fafc4ca55f34 {
  text-align: center;
}




  #s-7ec2c453-d773-4723-8351-fafc4ca55f34 img.shogun-image {
    
    width: px;
  }


#s-7ec2c453-d773-4723-8351-fafc4ca55f34 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aebc3c1-597e-401f-b361-5dd34bbb5ca3 {
  text-align: center;
}




  #s-4aebc3c1-597e-401f-b361-5dd34bbb5ca3 img.shogun-image {
    
    width: px;
  }


#s-4aebc3c1-597e-401f-b361-5dd34bbb5ca3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cff33e42-4fa0-455c-a360-c20dda6f188f {
  text-align: center;
}




  #s-cff33e42-4fa0-455c-a360-c20dda6f188f img.shogun-image {
    
    width: px;
  }


#s-cff33e42-4fa0-455c-a360-c20dda6f188f .shogun-image-content {
  
    align-items: center;
  
}

#s-546f723a-e850-465e-a602-7aed0218415a {
  text-align: center;
}




  #s-546f723a-e850-465e-a602-7aed0218415a img.shogun-image {
    
    width: px;
  }


#s-546f723a-e850-465e-a602-7aed0218415a .shogun-image-content {
  
    align-items: center;
  
}

#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 {
  margin-top: 8%;
margin-left: 11%;
margin-bottom: 5%;
margin-right: 11%;
}
@media (min-width: 1200px){#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 {
  display: none;
}
#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9, #wrap-s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 {
  display: none;
}
#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9, #wrap-s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 {
  display: none;
}
#s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9, #wrap-s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 768px) {
[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-aa56f8ca-3565-42a7-83e5-9df4b19f9ae9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-ed6038de-d81e-468f-961d-7e79f485d0f0 {
  text-align: center;
}




  #s-ed6038de-d81e-468f-961d-7e79f485d0f0 img.shogun-image {
    
    width: px;
  }


#s-ed6038de-d81e-468f-961d-7e79f485d0f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-94d7136b-d692-4cc3-9261-88a23377f1b1 {
  text-align: center;
}




  #s-94d7136b-d692-4cc3-9261-88a23377f1b1 img.shogun-image {
    
    width: px;
  }


#s-94d7136b-d692-4cc3-9261-88a23377f1b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-77a47ba6-d507-4671-9e9b-594bd47f7d3e {
  text-align: center;
}




  #s-77a47ba6-d507-4671-9e9b-594bd47f7d3e img.shogun-image {
    
    width: px;
  }


#s-77a47ba6-d507-4671-9e9b-594bd47f7d3e .shogun-image-content {
  
    align-items: center;
  
}

#s-0446cdde-b5c8-407c-8e39-908f33f5d605 {
  text-align: center;
}




  #s-0446cdde-b5c8-407c-8e39-908f33f5d605 img.shogun-image {
    
    width: px;
  }


#s-0446cdde-b5c8-407c-8e39-908f33f5d605 .shogun-image-content {
  
    align-items: center;
  
}

#s-de24076d-27cd-4fb5-8ecc-21196e2528f6 {
  min-height: 50px;
}








#s-de24076d-27cd-4fb5-8ecc-21196e2528f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de24076d-27cd-4fb5-8ecc-21196e2528f6.shg-box.shg-c {
  justify-content: center;
}

#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 {
  display: none;
}
#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7, #wrap-s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 {
  display: none;
}
#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7, #wrap-s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 {
  display: none;
}
#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7, #wrap-s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 { display:none !important; }}
#s-2717c4ad-cf01-47d7-86ed-b8a064640ab7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa {
  
}
@media (min-width: 1200px){#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa {
  display: none;
}
#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa, #wrap-s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa {
  display: none;
}
#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa, #wrap-s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa {
  display: none;
}
#s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa, #wrap-s-3e3c5d00-7fbc-4f23-b743-b6e6f8a0bdaa { display:none !important; }}
#s-3cb46c29-7720-4163-8220-2575b4a43120 {
  min-height: 50px;
}








#s-3cb46c29-7720-4163-8220-2575b4a43120 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cb46c29-7720-4163-8220-2575b4a43120.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-40c8153e-9739-4a6a-9414-61888335a269 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 44px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
border-radius: 1000px;
background-color: rgba(254, 48, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
}
#s-40c8153e-9739-4a6a-9414-61888335a269:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40c8153e-9739-4a6a-9414-61888335a269:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-40c8153e-9739-4a6a-9414-61888335a269.shg-btn {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-a246e673-f591-4437-85de-e076b228b80a {
  margin-top: 80px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a246e673-f591-4437-85de-e076b228b80a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d5334265-3389-4bc3-b869-e58a05984d75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-43d8332a-a597-4357-861b-2ad8fc22abec {
  text-align: center;
}




  #s-43d8332a-a597-4357-861b-2ad8fc22abec img.shogun-image {
    
    width: px;
  }


#s-43d8332a-a597-4357-861b-2ad8fc22abec .shogun-image-content {
  
    align-items: center;
  
}

#s-4d394ad8-c9a2-4ea3-9ad9-730390e85eea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d394ad8-c9a2-4ea3-9ad9-730390e85eea .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17ba8e46-d3d5-4185-a3e5-f353c85d22ad {
  margin-left: 25px;
margin-right: 25px;
}

#s-3728eed7-d1ec-492c-8881-5964ebe90dd9 {
  text-align: center;
}




  #s-3728eed7-d1ec-492c-8881-5964ebe90dd9 img.shogun-image {
    
    width: px;
  }


#s-3728eed7-d1ec-492c-8881-5964ebe90dd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e1d37d9-9f2a-4c2d-9a6c-159f4721bf57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e1d37d9-9f2a-4c2d-9a6c-159f4721bf57 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-79e60e31-3edd-4977-a045-480d8fd63b48 {
  margin-left: 25px;
margin-right: 25px;
}

#s-408c46e2-43f6-44e0-b3c9-647a9bd7c052 {
  text-align: center;
}




  #s-408c46e2-43f6-44e0-b3c9-647a9bd7c052 img.shogun-image {
    
    width: px;
  }


#s-408c46e2-43f6-44e0-b3c9-647a9bd7c052 .shogun-image-content {
  
    align-items: center;
  
}

#s-159f641d-b2ff-484b-ab43-22abc4916a88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-159f641d-b2ff-484b-ab43-22abc4916a88 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-afeb3ff5-5705-4d9d-a516-e056fbdce4f8 {
  padding-top: 15px;
padding-bottom: 15px;
}

#s-afeb3ff5-5705-4d9d-a516-e056fbdce4f8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0e1eb639-1695-4b61-bb40-7cafe129ba0d {
  min-height: 50px;
}
@media (max-width: 767px){#s-0e1eb639-1695-4b61-bb40-7cafe129ba0d {
  display: none;
}
#s-0e1eb639-1695-4b61-bb40-7cafe129ba0d, #wrap-s-0e1eb639-1695-4b61-bb40-7cafe129ba0d { display:none !important; }}







#s-0e1eb639-1695-4b61-bb40-7cafe129ba0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e1eb639-1695-4b61-bb40-7cafe129ba0d.shg-box.shg-c {
  justify-content: center;
}

#s-0cc4a09a-fb99-4885-b323-6357ece3ef9b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cc4a09a-fb99-4885-b323-6357ece3ef9b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 39px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-963e6db6-02b9-4452-aa5c-97d3392fd64d {
  margin-left: 80px;
margin-right: 80px;
}
@media (max-width: 767px){#s-963e6db6-02b9-4452-aa5c-97d3392fd64d {
  display: none;
}
#s-963e6db6-02b9-4452-aa5c-97d3392fd64d, #wrap-s-963e6db6-02b9-4452-aa5c-97d3392fd64d { display:none !important; }}
#s-89db3771-4cb9-4aee-9c14-de3ea2088d15 {
  margin-left: 80px;
margin-right: 80px;
padding-top: 50px;
padding-bottom: 80px;
}
@media (max-width: 767px){#s-89db3771-4cb9-4aee-9c14-de3ea2088d15 {
  display: none;
}
#s-89db3771-4cb9-4aee-9c14-de3ea2088d15, #wrap-s-89db3771-4cb9-4aee-9c14-de3ea2088d15 { display:none !important; }}
@media (min-width: 0px) {
[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-89db3771-4cb9-4aee-9c14-de3ea2088d15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-3515626c-fa9f-43ff-9fcd-80d64e1716dd {
  margin-bottom: 20px;
text-align: center;
}




  #s-3515626c-fa9f-43ff-9fcd-80d64e1716dd img.shogun-image {
    
    width: px;
  }


#s-3515626c-fa9f-43ff-9fcd-80d64e1716dd .shogun-image-content {
  
    align-items: center;
  
}

#s-8dffbfb6-e872-4861-ae9b-ca3b1c16789a {
  margin-bottom: 20px;
text-align: center;
}




  #s-8dffbfb6-e872-4861-ae9b-ca3b1c16789a img.shogun-image {
    
    width: px;
  }


#s-8dffbfb6-e872-4861-ae9b-ca3b1c16789a .shogun-image-content {
  
    align-items: center;
  
}

#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 {
  display: none;
}
#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0, #wrap-s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 {
  display: none;
}
#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0, #wrap-s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 {
  display: none;
}
#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0, #wrap-s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 { display:none !important; }}







#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4894e8ef-6abf-48e4-8216-b315e2c8bcd0.shg-box.shg-c {
  justify-content: center;
}

#s-78238ff7-159c-4b6c-88b8-9c9cd0636dfb {
  margin-left: 420px;
margin-bottom: 60px;
margin-right: 420px;
}

#s-78238ff7-159c-4b6c-88b8-9c9cd0636dfb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9920b65d-afd9-47ca-8250-f02f28713fda {
  margin-top: -4%;
margin-bottom: 20px;
text-align: center;
}




  #s-9920b65d-afd9-47ca-8250-f02f28713fda img.shogun-image {
    
    width: px;
  }


#s-9920b65d-afd9-47ca-8250-f02f28713fda .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b3422f-b774-493a-a102-7344746aec75 {
  padding-top: 50px;
padding-bottom: 80px;
}

@media (min-width: 0px) {
[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-e1b3422f-b774-493a-a102-7344746aec75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-f6d72d9a-d935-46bd-9ad0-25c0729f3d6c {
  margin-bottom: 20px;
text-align: center;
}




  #s-f6d72d9a-d935-46bd-9ad0-25c0729f3d6c img.shogun-image {
    
    width: px;
  }


#s-f6d72d9a-d935-46bd-9ad0-25c0729f3d6c .shogun-image-content {
  
    align-items: center;
  
}

#s-3bdcf4b2-c158-4832-833e-ee6245e551e0 {
  min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-3bdcf4b2-c158-4832-833e-ee6245e551e0 {
  display: none;
}
#s-3bdcf4b2-c158-4832-833e-ee6245e551e0, #wrap-s-3bdcf4b2-c158-4832-833e-ee6245e551e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bdcf4b2-c158-4832-833e-ee6245e551e0 {
  display: none;
}
#s-3bdcf4b2-c158-4832-833e-ee6245e551e0, #wrap-s-3bdcf4b2-c158-4832-833e-ee6245e551e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bdcf4b2-c158-4832-833e-ee6245e551e0 {
  display: none;
}
#s-3bdcf4b2-c158-4832-833e-ee6245e551e0, #wrap-s-3bdcf4b2-c158-4832-833e-ee6245e551e0 { display:none !important; }}@media (max-width: 767px){#s-3bdcf4b2-c158-4832-833e-ee6245e551e0 {
  display: none;
}
#s-3bdcf4b2-c158-4832-833e-ee6245e551e0, #wrap-s-3bdcf4b2-c158-4832-833e-ee6245e551e0 { display:none !important; }}







#s-3bdcf4b2-c158-4832-833e-ee6245e551e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bdcf4b2-c158-4832-833e-ee6245e551e0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-836926ec-9cfb-42e5-8610-ea27874629d9 {
  display: none;
}
#s-836926ec-9cfb-42e5-8610-ea27874629d9, #wrap-s-836926ec-9cfb-42e5-8610-ea27874629d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-836926ec-9cfb-42e5-8610-ea27874629d9 {
  display: none;
}
#s-836926ec-9cfb-42e5-8610-ea27874629d9, #wrap-s-836926ec-9cfb-42e5-8610-ea27874629d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-836926ec-9cfb-42e5-8610-ea27874629d9 {
  display: none;
}
#s-836926ec-9cfb-42e5-8610-ea27874629d9, #wrap-s-836926ec-9cfb-42e5-8610-ea27874629d9 { display:none !important; }}@media (max-width: 767px){#s-836926ec-9cfb-42e5-8610-ea27874629d9 {
  display: none;
}
#s-836926ec-9cfb-42e5-8610-ea27874629d9, #wrap-s-836926ec-9cfb-42e5-8610-ea27874629d9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 17.5px);
}

}

@media (min-width: 992px) {
[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 17.5px);
}

}

@media (min-width: 1200px) {
[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 17.5px);
}

[id="s-836926ec-9cfb-42e5-8610-ea27874629d9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 17.5px);
}

}

#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787 {
  margin-top: 70px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787 {
  
}
}@media (max-width: 767px){#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787 {
  
}
}







#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933e9b23-cd61-4e5e-8744-fcc6f99fe787.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-4eaa8efc-662a-4e37-a6c2-9ee50f2f4d39 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-545e1921-00be-4a26-8020-455ff8e76760 {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-545e1921-00be-4a26-8020-455ff8e76760"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f37a82df-4f02-48e8-8633-014402fee8fb {
  margin-top: 25px;
margin-left: 60px;
margin-bottom: 25px;
margin-right: 60px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-f37a82df-4f02-48e8-8633-014402fee8fb img.shogun-image {
    
    width: px;
  }


#s-f37a82df-4f02-48e8-8633-014402fee8fb .shogun-image-content {
  
    align-items: center;
  
}

#s-707e07e5-831e-472f-aa46-0e996a1c2f10 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-40e9cc47-30d4-439a-a741-6985d7f119d7 {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-f396f913-4e2f-448c-bc45-eda668ced03e {
  margin-top: 0px;
margin-left: 60px;
margin-bottom: 25px;
margin-right: 60px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-f396f913-4e2f-448c-bc45-eda668ced03e img.shogun-image {
    
    width: px;
  }


#s-f396f913-4e2f-448c-bc45-eda668ced03e .shogun-image-content {
  
    align-items: center;
  
}

#s-2a7ac5c6-4589-4cd5-8c4a-0068470f4b44 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-9ac3d943-0f9d-4143-a151-a6058cf0ec11 {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-5d171990-735c-451b-88fc-b0a59ba26fbc {
  margin-top: 0px;
margin-left: 60px;
margin-bottom: 25px;
margin-right: 60px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-5d171990-735c-451b-88fc-b0a59ba26fbc img.shogun-image {
    
    width: px;
  }


#s-5d171990-735c-451b-88fc-b0a59ba26fbc .shogun-image-content {
  
    align-items: center;
  
}

#s-0094e33e-0d4e-4892-934c-c620132868ea {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-572221a6-f9e3-4844-98f6-b4ebf87e4a56 {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-c1d01d9e-a546-4645-bdda-d39f82657f9c {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1d01d9e-a546-4645-bdda-d39f82657f9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2fdf37dc-c629-4f8e-a4cd-fec322716629 {
  margin-top: 25px;
margin-left: 60px;
margin-bottom: 25px;
margin-right: 60px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-2fdf37dc-c629-4f8e-a4cd-fec322716629 img.shogun-image {
    
    width: px;
  }


#s-2fdf37dc-c629-4f8e-a4cd-fec322716629 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf563efb-00bc-4a74-a857-6804248d9e41 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-ec334555-cc8a-46bf-925d-f7c8bcbc7d6b {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-22753ea4-de40-4c8a-9b40-54f8964e5e97 {
  margin-top: 0px;
margin-left: 60px;
margin-bottom: 25px;
margin-right: 60px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-22753ea4-de40-4c8a-9b40-54f8964e5e97 img.shogun-image {
    
    width: px;
  }


#s-22753ea4-de40-4c8a-9b40-54f8964e5e97 .shogun-image-content {
  
    align-items: center;
  
}

#s-86754165-49de-4335-beab-f5ec5bcbf8c1 {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-246066a8-e874-4ddb-8ebc-f86fefce6c07 {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-c6817c82-d232-46d3-badb-d9322bcc66b0 {
  margin-top: 0px;
margin-left: 60px;
margin-bottom: 25px;
margin-right: 60px;
padding-top: 25px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}




  #s-c6817c82-d232-46d3-badb-d9322bcc66b0 img.shogun-image {
    
    width: px;
  }


#s-c6817c82-d232-46d3-badb-d9322bcc66b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fb13ff2-0943-4121-9bf4-e54ff19ca7fd {
  padding-top: 25px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
background-color: rgba(255, 255, 255, 1);
}

#s-2e600ac9-6b73-4846-a713-309e92969e12 {
  padding-bottom: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-956edb9b-b9c4-46fb-acf7-b49b0ce1f558 {
  min-height: 50px;
}








#s-956edb9b-b9c4-46fb-acf7-b49b0ce1f558 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-956edb9b-b9c4-46fb-acf7-b49b0ce1f558.shg-box.shg-c {
  justify-content: center;
}

#s-b9f17fe8-6e2d-4971-a045-0e10482bb6e4 {
  min-height: 50px;
}








#s-b9f17fe8-6e2d-4971-a045-0e10482bb6e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9f17fe8-6e2d-4971-a045-0e10482bb6e4.shg-box.shg-c {
  justify-content: center;
}

#s-aee75337-edba-490d-88e9-6341fb02fa91 {
  min-height: 50px;
}








#s-aee75337-edba-490d-88e9-6341fb02fa91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aee75337-edba-490d-88e9-6341fb02fa91.shg-box.shg-c {
  justify-content: center;
}

#s-14c8caf9-6d46-4b7a-b231-9476bd636899 {
  min-height: 50px;
}








#s-14c8caf9-6d46-4b7a-b231-9476bd636899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14c8caf9-6d46-4b7a-b231-9476bd636899.shg-box.shg-c {
  justify-content: center;
}

#s-24929e60-cb91-4aa2-8c3d-d7abf98b25a2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-24929e60-cb91-4aa2-8c3d-d7abf98b25a2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-5eea7426-11d8-4cf7-afc7-e95e0b8943c3 {
  min-height: 50px;
}








#s-5eea7426-11d8-4cf7-afc7-e95e0b8943c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eea7426-11d8-4cf7-afc7-e95e0b8943c3.shg-box.shg-c {
  justify-content: center;
}

#s-1c35c6da-df67-49dd-8950-77f2045d7a07 {
  min-height: 50px;
}








#s-1c35c6da-df67-49dd-8950-77f2045d7a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c35c6da-df67-49dd-8950-77f2045d7a07.shg-box.shg-c {
  justify-content: center;
}

#s-d7f85051-d8f7-4d0a-afd9-54b389c50e55 {
  margin-top: -8%;
margin-bottom: -8%;
padding-top: 1px;
padding-bottom: 1px;
background-attachment: scroll;
}








#s-d7f85051-d8f7-4d0a-afd9-54b389c50e55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f85051-d8f7-4d0a-afd9-54b389c50e55.shg-box.shg-c {
  justify-content: center;
}

#s-6f16d534-afa9-4b86-823e-a0d2abdd2008 {
  margin-top: 12%;
margin-left: 16%;
margin-bottom: 3%;
margin-right: 16%;
text-align: center;
}
@media (max-width: 767px){#s-6f16d534-afa9-4b86-823e-a0d2abdd2008 {
  display: none;
}
#s-6f16d534-afa9-4b86-823e-a0d2abdd2008, #wrap-s-6f16d534-afa9-4b86-823e-a0d2abdd2008 { display:none !important; }}



  #s-6f16d534-afa9-4b86-823e-a0d2abdd2008 img.shogun-image {
    
    width: px;
  }


#s-6f16d534-afa9-4b86-823e-a0d2abdd2008 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 {
  margin-top: 15%;
margin-left: 10%;
margin-bottom: 8%;
margin-right: 10%;
text-align: center;
}
@media (min-width: 1200px){#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 {
  display: none;
}
#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454, #wrap-s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 {
  display: none;
}
#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454, #wrap-s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 {
  display: none;
}
#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454, #wrap-s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 { display:none !important; }}



  #s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 img.shogun-image {
    
    width: px;
  }


#s-b9a712f7-c3c8-43f2-91fa-9d1d36941454 .shogun-image-content {
  
    align-items: center;
  
}

#s-72a0681e-97f3-49ff-9258-a93071e4d104 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0em);
}

[id="s-72a0681e-97f3-49ff-9258-a93071e4d104"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0em);
}

}

#s-7c2a96b7-1757-48fc-9bdf-c9e1fa51a555 {
  margin-bottom: 5%;
text-align: center;
}




  #s-7c2a96b7-1757-48fc-9bdf-c9e1fa51a555 img.shogun-image {
    
    width: px;
  }


#s-7c2a96b7-1757-48fc-9bdf-c9e1fa51a555 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bb21668-4f3f-4dab-995f-603bed74d94e {
  text-align: center;
}




  #s-4bb21668-4f3f-4dab-995f-603bed74d94e img.shogun-image {
    
    width: px;
  }


#s-4bb21668-4f3f-4dab-995f-603bed74d94e .shogun-image-content {
  
    align-items: center;
  
}

#s-349fa8ae-b063-4ee7-9956-11faffc57348 {
  min-height: 50px;
background-color: rgba(88, 186, 71, 1);
}








#s-349fa8ae-b063-4ee7-9956-11faffc57348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-349fa8ae-b063-4ee7-9956-11faffc57348.shg-box.shg-c {
  justify-content: center;
}

#s-62bbdbc1-bcfb-439f-b3a6-2ddf0e006ed2 {
  padding-top: 3em;
padding-left: 46%;
padding-bottom: 0em;
padding-right: 46%;
text-align: center;
}
@media (max-width: 767px){#s-62bbdbc1-bcfb-439f-b3a6-2ddf0e006ed2 {
  padding-left: 42%;
padding-right: 42%;
}
}



  #s-62bbdbc1-bcfb-439f-b3a6-2ddf0e006ed2 img.shogun-image {
    
    width: px;
  }


#s-62bbdbc1-bcfb-439f-b3a6-2ddf0e006ed2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa8ac1eb-630e-4126-bd98-2e4fab6f2c04 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0em;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
text-align: center;
}

#s-fa8ac1eb-630e-4126-bd98-2e4fab6f2c04 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3d1abe7-cf9d-4514-88d9-8c23d3cb7da6 {
  margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

#s-6c96332c-d3d6-4aea-b76e-537de62dfad8 {
  min-height: 50px;
}








#s-6c96332c-d3d6-4aea-b76e-537de62dfad8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c96332c-d3d6-4aea-b76e-537de62dfad8.shg-box.shg-c {
  justify-content: center;
}

#s-27a34967-e8eb-4952-be6a-6390290a647b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27a34967-e8eb-4952-be6a-6390290a647b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-00f9ddbc-d398-4956-a601-9e3dcee0d3e1 {
  margin-bottom: 80px;
}

#s-aa488f10-6ac0-47d5-85c3-8fc7a3ad70f4 {
  margin-top: 0%;
margin-bottom: 6%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
