.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-position: center center;
}

#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-38df2004-9d78-4414-9e7c-818262a1862c {
  background-image: url(https://i.shgcdn.com/a2257852-bee3-449d-8582-724a87f334ac/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-38df2004-9d78-4414-9e7c-818262a1862c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38df2004-9d78-4414-9e7c-818262a1862c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-66757380-81eb-40e5-8b0a-b2e61449d2a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66757380-81eb-40e5-8b0a-b2e61449d2a6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 96px;
  
  
  
}



#s-8123e153-3210-4c42-b6c4-48f4201da351 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8123e153-3210-4c42-b6c4-48f4201da351 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 96px;
  
  
  
}



.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
  max-width: 976px;
aspect-ratio: 976/532;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}





  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image,
  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
    width: 100%;
    height: auto;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
    
    
  }


.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shogun-image-content {
  
    align-items: center;
  
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
      --shg-aspect-ratio: calc(976/532); 
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
      position: relative;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image,
  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
    width: 100%;
    height: auto;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
    
    
  }


.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shogun-image-content {
  
    align-items: center;
  
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
      --shg-aspect-ratio: calc(976/532); 
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
      position: relative;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image,
  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
    width: 100%;
    height: auto;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
    
    
  }


.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shogun-image-content {
  
    align-items: center;
  
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
      --shg-aspect-ratio: calc(976/532); 
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
      position: relative;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image,
  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
    width: 100%;
    height: auto;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
    
    
  }


.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shogun-image-content {
  
    align-items: center;
  
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
      --shg-aspect-ratio: calc(976/532); 
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
      position: relative;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image,
  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
    width: 100%;
    height: auto;
  }

  #s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
    
    
  }


.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 .shogun-image-content {
  
    align-items: center;
  
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 {
      --shg-aspect-ratio: calc(976/532); 
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container {
      position: relative;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a49493a9-dd8e-4ce5-b1a7-eeb715af7879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bc536be1-44b9-450c-80d6-2eee82f2ab31 {
  min-height: 50px;
}
@media (max-width: 767px){#s-bc536be1-44b9-450c-80d6-2eee82f2ab31 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bc536be1-44b9-450c-80d6-2eee82f2ab31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc536be1-44b9-450c-80d6-2eee82f2ab31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-0ee41a4d-2cca-49a5-a93c-9259438525ba {
  margin-left: auto;
margin-right: auto;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-0ee41a4d-2cca-49a5-a93c-9259438525ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ee41a4d-2cca-49a5-a93c-9259438525ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ee41a4d-2cca-49a5-a93c-9259438525ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ee41a4d-2cca-49a5-a93c-9259438525ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
  margin-top: 92px;
margin-bottom: 92px;
border-radius: 20px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image,
  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
    width: 100%;
    height: auto;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
    
    
  }


.s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
      position: relative;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image,
  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
    width: 100%;
    height: auto;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
    
    
  }


.s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
      position: relative;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image,
  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
    width: 100%;
    height: auto;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
    
    
  }


.s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
      position: relative;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image,
  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
    width: 100%;
    height: auto;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
    
    
  }


.s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
      position: relative;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image,
  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
    width: 100%;
    height: auto;
  }

  #s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
    
    
  }


.s-2648713c-5dc7-4f9d-b149-b241e8b11d14 .shogun-image-content {
  
    align-items: center;
  
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container {
      position: relative;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2648713c-5dc7-4f9d-b149-b241e8b11d14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-1281f89b-edb5-441d-a5b0-d1a6ae654b67 {
  padding-top: 92px;
opacity: 0.6;
}

#s-6ccc23ba-832d-4f17-ad56-77a74c5c0014 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ccc23ba-832d-4f17-ad56-77a74c5c0014 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0.96px;
  text-align: left;
}



#s-1d8e1c77-eed4-49d8-8bd3-8edb8d445fa2 {
  box-shadow:1px 1px 2px 2px rgba(235, 230, 230, 1);
margin-top: 60px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-bottom: 60px;
min-height: 50px;
max-width: 1150px;
background-color: rgba(255, 255, 255, 1);
}








#s-1d8e1c77-eed4-49d8-8bd3-8edb8d445fa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d8e1c77-eed4-49d8-8bd3-8edb8d445fa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8a44a14-a232-4003-a98c-71dc21a74841 {
  padding-top: 46px;
padding-left: 81px;
padding-bottom: 46px;
padding-right: 81px;
text-align: center;
}

#s-b8a44a14-a232-4003-a98c-71dc21a74841 .shogun-heading-component h3 {
  color: rgba(229, 152, 98, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-1f6d3c94-5083-4f2c-99ad-17de61cffa24 {
  margin-left: 81px;
margin-right: 81px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1f6d3c94-5083-4f2c-99ad-17de61cffa24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f6d3c94-5083-4f2c-99ad-17de61cffa24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-1f6d3c94-5083-4f2c-99ad-17de61cffa24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-1f6d3c94-5083-4f2c-99ad-17de61cffa24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-22aa39dc-27c3-4efe-b3aa-5cee46f0d833 {
  margin-top: auto;
margin-bottom: auto;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0%;
padding-right: 18px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: rgba(220, 217, 217, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-22aa39dc-27c3-4efe-b3aa-5cee46f0d833"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22aa39dc-27c3-4efe-b3aa-5cee46f0d833"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-22aa39dc-27c3-4efe-b3aa-5cee46f0d833"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-22aa39dc-27c3-4efe-b3aa-5cee46f0d833"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-899b74a4-70a6-4037-a6e2-8057f8231724 {
  max-width: 92px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image,
  #s-899b74a4-70a6-4037-a6e2-8057f8231724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 {
    width: 100%;
    height: auto;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
    
    
  }


.s-899b74a4-70a6-4037-a6e2-8057f8231724 .shogun-image-content {
  
    align-items: center;
  
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899b74a4-70a6-4037-a6e2-8057f8231724 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
      position: relative;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image,
  #s-899b74a4-70a6-4037-a6e2-8057f8231724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 {
    width: 100%;
    height: auto;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
    
    
  }


.s-899b74a4-70a6-4037-a6e2-8057f8231724 .shogun-image-content {
  
    align-items: center;
  
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899b74a4-70a6-4037-a6e2-8057f8231724 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
      position: relative;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image,
  #s-899b74a4-70a6-4037-a6e2-8057f8231724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 {
    width: 100%;
    height: auto;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
    
    
  }


.s-899b74a4-70a6-4037-a6e2-8057f8231724 .shogun-image-content {
  
    align-items: center;
  
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899b74a4-70a6-4037-a6e2-8057f8231724 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
      position: relative;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image,
  #s-899b74a4-70a6-4037-a6e2-8057f8231724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 {
    width: 100%;
    height: auto;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
    
    
  }


.s-899b74a4-70a6-4037-a6e2-8057f8231724 .shogun-image-content {
  
    align-items: center;
  
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899b74a4-70a6-4037-a6e2-8057f8231724 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
      position: relative;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image,
  #s-899b74a4-70a6-4037-a6e2-8057f8231724 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 {
    width: 100%;
    height: auto;
  }

  #s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
    
    
  }


.s-899b74a4-70a6-4037-a6e2-8057f8231724 .shogun-image-content {
  
    align-items: center;
  
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899b74a4-70a6-4037-a6e2-8057f8231724 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container {
      position: relative;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899b74a4-70a6-4037-a6e2-8057f8231724 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-69dd743f-adbd-4d13-b874-015da0d8c0de {
  max-width: 93px;
aspect-ratio: 93/92;
text-align: center;
}





  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image,
  #s-69dd743f-adbd-4d13-b874-015da0d8c0de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de {
    width: 100%;
    height: auto;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
    
    
  }


.s-69dd743f-adbd-4d13-b874-015da0d8c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69dd743f-adbd-4d13-b874-015da0d8c0de {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
      position: relative;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image,
  #s-69dd743f-adbd-4d13-b874-015da0d8c0de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de {
    width: 100%;
    height: auto;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
    
    
  }


.s-69dd743f-adbd-4d13-b874-015da0d8c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69dd743f-adbd-4d13-b874-015da0d8c0de {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
      position: relative;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image,
  #s-69dd743f-adbd-4d13-b874-015da0d8c0de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de {
    width: 100%;
    height: auto;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
    
    
  }


.s-69dd743f-adbd-4d13-b874-015da0d8c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69dd743f-adbd-4d13-b874-015da0d8c0de {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
      position: relative;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image,
  #s-69dd743f-adbd-4d13-b874-015da0d8c0de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de {
    width: 100%;
    height: auto;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
    
    
  }


.s-69dd743f-adbd-4d13-b874-015da0d8c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69dd743f-adbd-4d13-b874-015da0d8c0de {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
      position: relative;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image,
  #s-69dd743f-adbd-4d13-b874-015da0d8c0de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de {
    width: 100%;
    height: auto;
  }

  #s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
    
    
  }


.s-69dd743f-adbd-4d13-b874-015da0d8c0de .shogun-image-content {
  
    align-items: center;
  
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-69dd743f-adbd-4d13-b874-015da0d8c0de {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container {
      position: relative;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-69dd743f-adbd-4d13-b874-015da0d8c0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
  max-width: 93px;
aspect-ratio: 93/92;
text-align: center;
}





  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image,
  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
    width: 100%;
    height: auto;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
    
    
  }


.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
      position: relative;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image,
  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
    width: 100%;
    height: auto;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
    
    
  }


.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
      position: relative;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image,
  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
    width: 100%;
    height: auto;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
    
    
  }


.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
      position: relative;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image,
  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
    width: 100%;
    height: auto;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
    
    
  }


.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
      position: relative;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image,
  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
    width: 100%;
    height: auto;
  }

  #s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
    
    
  }


.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container {
      position: relative;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f62c054d-1c2d-4dc4-9910-65d3c13302e3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
  max-width: 93px;
aspect-ratio: 93/92;
text-align: left;
}





  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image,
  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
    width: 100%;
    height: auto;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
    
    
  }


.s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
      position: relative;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image,
  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
    width: 100%;
    height: auto;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
    
    
  }


.s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
      position: relative;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image,
  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
    width: 100%;
    height: auto;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
    
    
  }


.s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
      position: relative;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image,
  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
    width: 100%;
    height: auto;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
    
    
  }


.s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
      position: relative;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image,
  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
    width: 100%;
    height: auto;
  }

  #s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
    
    
  }


.s-9a15feee-f4ec-435a-a391-db11fd01bc1f .shogun-image-content {
  
    align-items: center;
  
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f {
      --shg-aspect-ratio: calc(93/92); 
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container {
      position: relative;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a15feee-f4ec-435a-a391-db11fd01bc1f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f803c109-5303-4686-aca2-62201804e99b {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 2px;
border-color: rgba(220, 217, 217, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f803c109-5303-4686-aca2-62201804e99b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-087344d6-ca94-448e-829f-1023d0e261f0 {
  margin-top: 7px;
margin-bottom: 2px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: right;
}





  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image,
  #s-087344d6-ca94-448e-829f-1023d0e261f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 {
    width: 100%;
    height: auto;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
    
    
  }


.s-087344d6-ca94-448e-829f-1023d0e261f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-087344d6-ca94-448e-829f-1023d0e261f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
      position: relative;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image,
  #s-087344d6-ca94-448e-829f-1023d0e261f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 {
    width: 100%;
    height: auto;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
    
    
  }


.s-087344d6-ca94-448e-829f-1023d0e261f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-087344d6-ca94-448e-829f-1023d0e261f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
      position: relative;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image,
  #s-087344d6-ca94-448e-829f-1023d0e261f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 {
    width: 100%;
    height: auto;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
    
    
  }


.s-087344d6-ca94-448e-829f-1023d0e261f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-087344d6-ca94-448e-829f-1023d0e261f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
      position: relative;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image,
  #s-087344d6-ca94-448e-829f-1023d0e261f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 {
    width: 100%;
    height: auto;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
    
    
  }


.s-087344d6-ca94-448e-829f-1023d0e261f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-087344d6-ca94-448e-829f-1023d0e261f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
      position: relative;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image,
  #s-087344d6-ca94-448e-829f-1023d0e261f0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 {
    width: 100%;
    height: auto;
  }

  #s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
    
    
  }


.s-087344d6-ca94-448e-829f-1023d0e261f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-087344d6-ca94-448e-829f-1023d0e261f0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container {
      position: relative;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-087344d6-ca94-448e-829f-1023d0e261f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-40c3fdf9-02fd-4dc6-903d-49ff406f451b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40c3fdf9-02fd-4dc6-903d-49ff406f451b .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



#s-7146f1e7-cfe2-4a10-9866-e7b34851e79f {
  margin-top: -36px;
}

@media (min-width: 0px) {
[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7146f1e7-cfe2-4a10-9866-e7b34851e79f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
  margin-top: 2px;
margin-bottom: 2px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: right;
}





  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image,
  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
    width: 100%;
    height: auto;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
    
    
  }


.s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
      position: relative;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image,
  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
    width: 100%;
    height: auto;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
    
    
  }


.s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
      position: relative;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image,
  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
    width: 100%;
    height: auto;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
    
    
  }


.s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
      position: relative;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image,
  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
    width: 100%;
    height: auto;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
    
    
  }


.s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
      position: relative;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image,
  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
    width: 100%;
    height: auto;
  }

  #s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
    
    
  }


.s-ef018f39-08c1-4390-b9c8-29161cd5d923 .shogun-image-content {
  
    align-items: center;
  
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container {
      position: relative;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef018f39-08c1-4390-b9c8-29161cd5d923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-79af914c-6fab-4cf0-9401-ee47e522a4f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79af914c-6fab-4cf0-9401-ee47e522a4f3 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb1d18cb-deb3-4fc6-b40f-b863c0119066"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d4c763fc-e76a-4682-826d-f9e43458f687 {
  margin-top: 23px;
margin-bottom: 31px;
max-width: 28px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image,
  #s-d4c763fc-e76a-4682-826d-f9e43458f687 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 {
    width: 100%;
    height: auto;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
    
    
  }


.s-d4c763fc-e76a-4682-826d-f9e43458f687 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4c763fc-e76a-4682-826d-f9e43458f687 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
      position: relative;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image,
  #s-d4c763fc-e76a-4682-826d-f9e43458f687 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 {
    width: 100%;
    height: auto;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
    
    
  }


.s-d4c763fc-e76a-4682-826d-f9e43458f687 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4c763fc-e76a-4682-826d-f9e43458f687 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
      position: relative;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image,
  #s-d4c763fc-e76a-4682-826d-f9e43458f687 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 {
    width: 100%;
    height: auto;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
    
    
  }


.s-d4c763fc-e76a-4682-826d-f9e43458f687 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4c763fc-e76a-4682-826d-f9e43458f687 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
      position: relative;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image,
  #s-d4c763fc-e76a-4682-826d-f9e43458f687 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 {
    width: 100%;
    height: auto;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
    
    
  }


.s-d4c763fc-e76a-4682-826d-f9e43458f687 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4c763fc-e76a-4682-826d-f9e43458f687 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
      position: relative;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image,
  #s-d4c763fc-e76a-4682-826d-f9e43458f687 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 {
    width: 100%;
    height: auto;
  }

  #s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
    
    
  }


.s-d4c763fc-e76a-4682-826d-f9e43458f687 .shogun-image-content {
  
    align-items: center;
  
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d4c763fc-e76a-4682-826d-f9e43458f687 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container {
      position: relative;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4c763fc-e76a-4682-826d-f9e43458f687 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-62850612-5479-4b5c-934f-35bca2dd5564 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62850612-5479-4b5c-934f-35bca2dd5564 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-2e4b1fbe-4d50-4996-9a3b-7bb14ed78fb8 {
  padding-top: 92px;
padding-bottom: 92px;
min-height: 50px;
background-color: rgba(255, 104, 30, 1);
}
@media (max-width: 767px){#s-2e4b1fbe-4d50-4996-9a3b-7bb14ed78fb8 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-2e4b1fbe-4d50-4996-9a3b-7bb14ed78fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e4b1fbe-4d50-4996-9a3b-7bb14ed78fb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a184a8b-e46d-4bd5-a0cf-8f12920513a7 {
  margin-left: auto;
margin-right: auto;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-1a184a8b-e46d-4bd5-a0cf-8f12920513a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a184a8b-e46d-4bd5-a0cf-8f12920513a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a184a8b-e46d-4bd5-a0cf-8f12920513a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a184a8b-e46d-4bd5-a0cf-8f12920513a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b2281aae-72df-45de-89e6-7e83ff7711bd {
  max-width: 439px;
aspect-ratio: 439/432;
text-align: center;
}





  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image,
  #s-b2281aae-72df-45de-89e6-7e83ff7711bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd {
    width: 100%;
    height: auto;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
    
    
  }


.s-b2281aae-72df-45de-89e6-7e83ff7711bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2281aae-72df-45de-89e6-7e83ff7711bd {
      --shg-aspect-ratio: calc(439/432); 
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
      position: relative;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image,
  #s-b2281aae-72df-45de-89e6-7e83ff7711bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd {
    width: 100%;
    height: auto;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
    
    
  }


.s-b2281aae-72df-45de-89e6-7e83ff7711bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2281aae-72df-45de-89e6-7e83ff7711bd {
      --shg-aspect-ratio: calc(439/432); 
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
      position: relative;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image,
  #s-b2281aae-72df-45de-89e6-7e83ff7711bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd {
    width: 100%;
    height: auto;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
    
    
  }


.s-b2281aae-72df-45de-89e6-7e83ff7711bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2281aae-72df-45de-89e6-7e83ff7711bd {
      --shg-aspect-ratio: calc(439/432); 
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
      position: relative;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image,
  #s-b2281aae-72df-45de-89e6-7e83ff7711bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd {
    width: 100%;
    height: auto;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
    
    
  }


.s-b2281aae-72df-45de-89e6-7e83ff7711bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2281aae-72df-45de-89e6-7e83ff7711bd {
      --shg-aspect-ratio: calc(439/432); 
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
      position: relative;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image,
  #s-b2281aae-72df-45de-89e6-7e83ff7711bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd {
    width: 100%;
    height: auto;
  }

  #s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
    
    
  }


.s-b2281aae-72df-45de-89e6-7e83ff7711bd .shogun-image-content {
  
    align-items: center;
  
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2281aae-72df-45de-89e6-7e83ff7711bd {
      --shg-aspect-ratio: calc(439/432); 
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container {
      position: relative;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2281aae-72df-45de-89e6-7e83ff7711bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8ee980f6-876d-47d8-a7e2-6794d75cd46f {
  margin-top: 25%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ee980f6-876d-47d8-a7e2-6794d75cd46f .shogun-heading-component h6 {
  color: rgba(5, 5, 5, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-08b6e939-fd43-4d23-8446-8f8ded1dca0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08b6e939-fd43-4d23-8446-8f8ded1dca0a .shogun-heading-component h6 {
  color: rgba(255, 247, 247, 1);
  font-weight:  normal ;
  font-family: "Inter";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-35c26d31-fe7f-4dae-8d9b-21266e343340 {
  min-height: 50px;
}
@media (max-width: 767px){#s-35c26d31-fe7f-4dae-8d9b-21266e343340 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-35c26d31-fe7f-4dae-8d9b-21266e343340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35c26d31-fe7f-4dae-8d9b-21266e343340.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa96bcd-5b40-4d70-9c40-9897c5300964 {
  margin-left: auto;
margin-right: auto;
padding-top: 78px;
padding-bottom: 20px;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-8aa96bcd-5b40-4d70-9c40-9897c5300964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8aa96bcd-5b40-4d70-9c40-9897c5300964"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8aa96bcd-5b40-4d70-9c40-9897c5300964"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8aa96bcd-5b40-4d70-9c40-9897c5300964"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-37bc1585-7a58-4580-8e9f-2662b414e255 {
  margin-left: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 104, 30, 1);
border-style: solid;
text-align: center;
}

#s-37bc1585-7a58-4580-8e9f-2662b414e255 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-87ae64ed-243b-4bb6-bc0a-26c99dc4ea9b {
  margin-top: 20px;
}

#s-3bbb765d-4bdd-48f6-8bd4-34048d920e7a {
  margin-top: 20px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
background-color: rgba(242, 235, 229, 1);
}

#s-a4f4f32f-3bb1-4d52-922e-aa13e4820c2e {
  margin-left: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 104, 30, 1);
border-style: solid;
text-align: center;
}

#s-a4f4f32f-3bb1-4d52-922e-aa13e4820c2e .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-12baccd3-d98b-458e-a67b-aad712df56e2 {
  margin-top: 20px;
}

#s-0d01275b-ab9d-4284-ae1c-68bf5b125233 {
  margin-top: 20px;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
background-color: rgba(242, 235, 229, 1);
}

#s-d0613c1e-b37f-4e3a-add8-2ba44ff34d2b {
  min-height: 50px;
}








#s-d0613c1e-b37f-4e3a-add8-2ba44ff34d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0613c1e-b37f-4e3a-add8-2ba44ff34d2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0c0425d-0b06-4af2-a13c-11bd6bb3ad2c {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
max-width: 1150px;
background-color: rgba(244, 244, 242, 1);
}

#s-787852db-0d25-40b2-a74b-d0bb10c4106f {
  margin-left: auto;
margin-right: auto;
padding-top: 80px;
padding-bottom: 80px;
max-width: 1150px;
}

@media (min-width: 0px) {
[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-787852db-0d25-40b2-a74b-d0bb10c4106f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-e28a62a6-28de-46bc-be56-7410135c3068 {
  margin-left: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(255, 104, 30, 1);
border-style: solid;
text-align: center;
}

#s-e28a62a6-28de-46bc-be56-7410135c3068 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-ec0f7eac-c6cc-4978-9d1f-1c8d7a90050c {
  margin-top: 20px;
}

#s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
  max-width: 494px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image,
  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
    width: 100%;
    height: auto;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
    
    
  }


.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
      position: relative;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image,
  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
    width: 100%;
    height: auto;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
    
    
  }


.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
      position: relative;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image,
  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
    width: 100%;
    height: auto;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
    
    
  }


.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
      position: relative;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image,
  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
    width: 100%;
    height: auto;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
    
    
  }


.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
      position: relative;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image,
  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
    width: 100%;
    height: auto;
  }

  #s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
    
    
  }


.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container {
      position: relative;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f3e94fc-74a1-4fbe-9df5-9f4d95838918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e24e6f9e-f3de-4524-8028-8c34202dff64 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e24e6f9e-f3de-4524-8028-8c34202dff64 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e24e6f9e-f3de-4524-8028-8c34202dff64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e24e6f9e-f3de-4524-8028-8c34202dff64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3690f736-9e86-4568-9b0b-b30d9d2022b3 {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 1);
margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1150px;
}

.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-94e62734-51c0-42a0-b94b-f3f969d857e2 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-c273d1c3-2acb-4de6-b239-74bc837b3cca {
  box-shadow:0px 0px 0px 0px rgba(235, 235, 235, 1);
margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 1150px;
}
@media (max-width: 767px){#s-c273d1c3-2acb-4de6-b239-74bc837b3cca {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-9f3460ac-628f-43a1-952d-af5587df82d2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1150px;
text-align: center;
}
@media (max-width: 767px){#s-9f3460ac-628f-43a1-952d-af5587df82d2 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-9f3460ac-628f-43a1-952d-af5587df82d2 .shogun-heading-component h6 {
  color: rgba(12, 12, 12, 1);
  font-weight:  normal ;
  font-family: "Passion One";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: left;
}



/*
  $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;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
