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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    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-a1216cb4-d62c-40eb-88db-e83d4ae9412f {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-a1216cb4-d62c-40eb-88db-e83d4ae9412f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1216cb4-d62c-40eb-88db-e83d4ae9412f.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-dded17b3-d5b1-418f-bf3d-2a8536095816 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-dded17b3-d5b1-418f-bf3d-2a8536095816 {
  margin-top: 20px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 {
  --swiper-pagination-color: rgba(176, 175, 175, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(176, 175, 175, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-prev,
#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-prev svg,
#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-next svg {
  fill: rgba(194, 193, 193, 1) !important;
  stroke: rgba(194, 193, 193, 1) !important;
  
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-dded17b3-d5b1-418f-bf3d-2a8536095816 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/853;
text-align: center;
}
@media (max-width: 767px){#s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  display: none;
}
#s-005627d7-e306-4f1b-b1ed-d270e57c224d, #wrap-s-005627d7-e306-4f1b-b1ed-d270e57c224d { display: none !important; }}


.shg-image-margin-container-s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-content {
  
    align-items: center;
  
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-005627d7-e306-4f1b-b1ed-d270e57c224d {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
      position: relative;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-content {
  
    align-items: center;
  
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-005627d7-e306-4f1b-b1ed-d270e57c224d {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
      position: relative;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-content {
  
    align-items: center;
  
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-005627d7-e306-4f1b-b1ed-d270e57c224d {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
      position: relative;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-content {
  
    align-items: center;
  
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-005627d7-e306-4f1b-b1ed-d270e57c224d {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
      position: relative;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-005627d7-e306-4f1b-b1ed-d270e57c224d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-005627d7-e306-4f1b-b1ed-d270e57c224d .shogun-image-content {
  
    align-items: center;
  
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-005627d7-e306-4f1b-b1ed-d270e57c224d {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container {
      position: relative;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-005627d7-e306-4f1b-b1ed-d270e57c224d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  display: none;
}
#s-fad544aa-330f-42df-92a5-4d625f72c97d, #wrap-s-fad544aa-330f-42df-92a5-4d625f72c97d { display: none !important; }}


.shg-image-margin-container-s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fad544aa-330f-42df-92a5-4d625f72c97d .shogun-image-content {
  
    align-items: center;
  
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fad544aa-330f-42df-92a5-4d625f72c97d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fad544aa-330f-42df-92a5-4d625f72c97d .shogun-image-content {
  
    align-items: center;
  
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fad544aa-330f-42df-92a5-4d625f72c97d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fad544aa-330f-42df-92a5-4d625f72c97d .shogun-image-content {
  
    align-items: center;
  
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fad544aa-330f-42df-92a5-4d625f72c97d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fad544aa-330f-42df-92a5-4d625f72c97d .shogun-image-content {
  
    align-items: center;
  
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-fad544aa-330f-42df-92a5-4d625f72c97d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-fad544aa-330f-42df-92a5-4d625f72c97d .shogun-image-content {
  
    align-items: center;
  
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fad544aa-330f-42df-92a5-4d625f72c97d.shogun-image {
  box-sizing: border-box;
}




}
#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin-left: auto;
margin-right: auto;
max-width: 2400px;
aspect-ratio: 2400/1000;
text-align: center;
}
@media (max-width: 767px){#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  display: none;
}
#s-b6c9e0af-5779-4872-b903-95b0eb58b09a, #wrap-s-b6c9e0af-5779-4872-b903-95b0eb58b09a { display: none !important; }}


.shg-image-margin-container-s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }

    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-link {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }




.s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
      --shg-aspect-ratio: calc(2400/1000); 
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
      position: relative;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }

    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-link {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }




.s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
      --shg-aspect-ratio: calc(2400/1000); 
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
      position: relative;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }

    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-link {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }




.s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
      --shg-aspect-ratio: calc(2400/1000); 
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
      position: relative;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }

    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-link {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }




.s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
      --shg-aspect-ratio: calc(2400/1000); 
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
      position: relative;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }

    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-link {
      aspect-ratio: 2400/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }




.s-b6c9e0af-5779-4872-b903-95b0eb58b09a .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a {
      --shg-aspect-ratio: calc(2400/1000); 
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container {
      position: relative;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c9e0af-5779-4872-b903-95b0eb58b09a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}
#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin-left: auto;
margin-right: auto;
max-width: 2400px;
aspect-ratio: 2048/853;
text-align: center;
}
@media (max-width: 767px){#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  display: none;
}
#s-0c833b8b-2656-4d17-addc-17e204a8c879, #wrap-s-0c833b8b-2656-4d17-addc-17e204a8c879 { display: none !important; }}


.shg-image-margin-container-s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c833b8b-2656-4d17-addc-17e204a8c879 {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
      position: relative;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c833b8b-2656-4d17-addc-17e204a8c879 {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
      position: relative;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c833b8b-2656-4d17-addc-17e204a8c879 {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
      position: relative;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c833b8b-2656-4d17-addc-17e204a8c879 {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
      position: relative;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }

    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-link {
      aspect-ratio: 2048/853;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c833b8b-2656-4d17-addc-17e204a8c879 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-0c833b8b-2656-4d17-addc-17e204a8c879 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c833b8b-2656-4d17-addc-17e204a8c879 {
      --shg-aspect-ratio: calc(2048/853); 
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container {
      position: relative;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c833b8b-2656-4d17-addc-17e204a8c879 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}
#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 900/544;
text-align: center;
}
@media (min-width: 1200px){#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  display: none;
}
#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66, #wrap-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  display: none;
}
#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66, #wrap-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  display: none;
}
#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66, #wrap-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 { display: none !important; }}


.shg-image-margin-container-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-content {
  
    align-items: center;
  
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
      position: relative;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-content {
  
    align-items: center;
  
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
      position: relative;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-content {
  
    align-items: center;
  
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
      position: relative;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-content {
  
    align-items: center;
  
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
      position: relative;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 .shogun-image-content {
  
    align-items: center;
  
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container {
      position: relative;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c127ea7f-66bd-4187-9cc1-eff7f73faa66 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin-left: auto;
margin-right: auto;
max-width: 2400px;
text-align: center;
}
@media (min-width: 1200px){#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  display: none;
}
#s-44ec1a2d-37ea-4969-884c-de3c8414fcda, #wrap-s-44ec1a2d-37ea-4969-884c-de3c8414fcda { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  display: none;
}
#s-44ec1a2d-37ea-4969-884c-de3c8414fcda, #wrap-s-44ec1a2d-37ea-4969-884c-de3c8414fcda { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  display: none;
}
#s-44ec1a2d-37ea-4969-884c-de3c8414fcda, #wrap-s-44ec1a2d-37ea-4969-884c-de3c8414fcda { display: none !important; }}@media (max-width: 767px){#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  
}
}


.shg-image-margin-container-s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-44ec1a2d-37ea-4969-884c-de3c8414fcda .shogun-image-content {
  
    align-items: center;
  
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-44ec1a2d-37ea-4969-884c-de3c8414fcda .shogun-image-content {
  
    align-items: center;
  
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-44ec1a2d-37ea-4969-884c-de3c8414fcda .shogun-image-content {
  
    align-items: center;
  
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-44ec1a2d-37ea-4969-884c-de3c8414fcda .shogun-image-content {
  
    align-items: center;
  
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}





  img.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-44ec1a2d-37ea-4969-884c-de3c8414fcda .shogun-image-content {
  
    align-items: center;
  
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44ec1a2d-37ea-4969-884c-de3c8414fcda.shogun-image {
  box-sizing: border-box;
}




}
#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin-left: auto;
margin-right: auto;
max-width: 2400px;
aspect-ratio: 1200/725;
text-align: center;
}
@media (min-width: 1200px){#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  display: none;
}
#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4, #wrap-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  display: none;
}
#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4, #wrap-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  display: none;
}
#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4, #wrap-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 { display: none !important; }}@media (max-width: 767px){#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin-top: 0px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }

    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-link {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
      --shg-aspect-ratio: calc(1200/725); 
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
      position: relative;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }

    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-link {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
      --shg-aspect-ratio: calc(1200/725); 
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
      position: relative;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }

    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-link {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
      --shg-aspect-ratio: calc(1200/725); 
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
      position: relative;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }

    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-link {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
      --shg-aspect-ratio: calc(1200/725); 
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
      position: relative;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }

    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-link {
      aspect-ratio: 1200/725;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 {
      --shg-aspect-ratio: calc(1200/725); 
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container {
      position: relative;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4dde9fe7-249e-45fc-bbab-2bd1d81c71c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}
#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin-left: auto;
margin-right: auto;
max-width: 2400px;
aspect-ratio: 900/544;
text-align: center;
}
@media (min-width: 1200px){#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  display: none;
}
#s-7dc212eb-53d4-4085-a3e5-a736591ebf23, #wrap-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  display: none;
}
#s-7dc212eb-53d4-4085-a3e5-a736591ebf23, #wrap-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  display: none;
}
#s-7dc212eb-53d4-4085-a3e5-a736591ebf23, #wrap-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 { display: none !important; }}@media (max-width: 767px){#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  
}
}


.shg-image-margin-container-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
      position: relative;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
      position: relative;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
      position: relative;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
      position: relative;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }

    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-link {
      aspect-ratio: 900/544;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2400px;
  }



  img.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
    
    
    
    max-height: 2400px;
  }


.s-7dc212eb-53d4-4085-a3e5-a736591ebf23 .shogun-image-content {
  
    align-items: center;
  
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 {
      --shg-aspect-ratio: calc(900/544); 
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container {
      position: relative;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7dc212eb-53d4-4085-a3e5-a736591ebf23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2400px;
    }
  }

}
.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;
  
  
  text-transform: none;
  
  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-dc7d25db-0a41-46ca-aa83-c733b7c4c0a3 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 6%;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-dc7d25db-0a41-46ca-aa83-c733b7c4c0a3 {
  padding-bottom: 0px;
}
}
#s-dc7d25db-0a41-46ca-aa83-c733b7c4c0a3 .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-838f799e-eb94-400e-ba6f-f09669f3f103 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-838f799e-eb94-400e-ba6f-f09669f3f103 img.shogun-image {
    

    
    
    
  }


#s-838f799e-eb94-400e-ba6f-f09669f3f103 .shogun-image-content {
  
    align-items: center;
  
}

#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 {
  margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 30px;
max-width: 70%;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 {
  margin-bottom: 10px;
display: none;
}
#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5, #wrap-s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 {
  margin-bottom: 3%;
display: none;
}
#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5, #wrap-s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 {
  display: none;
}
#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5, #wrap-s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 { display: none !important; }}@media (max-width: 767px){#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 {
  margin-left: 0px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
max-width: 100%;
display: none;
}
#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5, #wrap-s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 { display: none !important; }}







#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d605837a-63a9-483a-bb0b-06ecb1ce83f5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-773aced6-5cba-4095-9722-ab54f4bb2050 {
  padding-top: 10px;
padding-left: 10%;
padding-right: 10%;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-773aced6-5cba-4095-9722-ab54f4bb2050"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-773aced6-5cba-4095-9722-ab54f4bb2050"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-773aced6-5cba-4095-9722-ab54f4bb2050"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-773aced6-5cba-4095-9722-ab54f4bb2050"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-93972a63-f05f-4782-80f7-e1ab0e6daf8c {
  min-height: 50px;
}








#s-93972a63-f05f-4782-80f7-e1ab0e6daf8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93972a63-f05f-4782-80f7-e1ab0e6daf8c.shg-box.shg-c {
  justify-content: center;
}

#s-6a07f4c2-a333-4b7a-8b96-74e01ff6860e {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6a07f4c2-a333-4b7a-8b96-74e01ff6860e img.shogun-image,
  #s-6a07f4c2-a333-4b7a-8b96-74e01ff6860e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a07f4c2-a333-4b7a-8b96-74e01ff6860e {
    width: 100%;
    height: auto;
  }



  #s-6a07f4c2-a333-4b7a-8b96-74e01ff6860e img.shogun-image {
    

    
    
    
  }


#s-6a07f4c2-a333-4b7a-8b96-74e01ff6860e .shogun-image-content {
  
    align-items: center;
  
}

#s-9c83ba87-1d62-42cc-ac83-d986285feb3f {
  padding-top: 15%;
padding-left: 5%;
padding-bottom: 15%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-9c83ba87-1d62-42cc-ac83-d986285feb3f {
  padding-left: 0%;
padding-right: 0%;
}
}







#s-9c83ba87-1d62-42cc-ac83-d986285feb3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c83ba87-1d62-42cc-ac83-d986285feb3f.shg-box.shg-c {
  justify-content: center;
}

#s-bb9bc607-7025-4383-be13-74021fd6f6a1 {
  margin-top: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb9bc607-7025-4383-be13-74021fd6f6a1 {
  display: none;
}
#s-bb9bc607-7025-4383-be13-74021fd6f6a1, #wrap-s-bb9bc607-7025-4383-be13-74021fd6f6a1 { display: none !important; }}@media (max-width: 767px){#s-bb9bc607-7025-4383-be13-74021fd6f6a1 {
  display: none;
}
#s-bb9bc607-7025-4383-be13-74021fd6f6a1, #wrap-s-bb9bc607-7025-4383-be13-74021fd6f6a1 { display: none !important; }}
#s-bb9bc607-7025-4383-be13-74021fd6f6a1 .shogun-heading-component h3 {
  color: rgba(26, 36, 82, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-0a8a69b1-a7bf-46db-aa61-d5c0e386a22b {
  margin-top: 30px;
margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a8a69b1-a7bf-46db-aa61-d5c0e386a22b {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-0a8a69b1-a7bf-46db-aa61-d5c0e386a22b {
  margin-top: 20px;
margin-bottom: 20px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-495a787d-e987-43be-8e2a-1435ee5cf398 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(158, 172, 180, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(158, 172, 180, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-495a787d-e987-43be-8e2a-1435ee5cf398:hover {background-color: rgba(158, 172, 180, 0.7) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-495a787d-e987-43be-8e2a-1435ee5cf398:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjE4ZTMzZTktMWUyYi00ZGI5LTllNTQtZGY2MTc0YzI5OTlmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMzgyMzFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMmMyODJlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMThlMzNlOS0xZTJiLTRkYjktOWU1NC1kZjYxNzRjMjk5OWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>4, "pos"=>0.05, "color"=>"#38231c"}, {"id"=>2, "pos"=>1, "color"=>"#2c282e"}] !important;}

  #s-495a787d-e987-43be-8e2a-1435ee5cf398-root {
    text-align: center;
  }


#s-495a787d-e987-43be-8e2a-1435ee5cf398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-495a787d-e987-43be-8e2a-1435ee5cf398-root {
    text-align: center;
  }


#s-495a787d-e987-43be-8e2a-1435ee5cf398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-495a787d-e987-43be-8e2a-1435ee5cf398-root {
    text-align: center;
  }


#s-495a787d-e987-43be-8e2a-1435ee5cf398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-495a787d-e987-43be-8e2a-1435ee5cf398-root {
    text-align: center;
  }


#s-495a787d-e987-43be-8e2a-1435ee5cf398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-495a787d-e987-43be-8e2a-1435ee5cf398-root {
    text-align: center;
  }


#s-495a787d-e987-43be-8e2a-1435ee5cf398.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-67496cd6-c23a-4da5-aefe-557ebcea1199 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
min-height: 50px;
max-width: 70%;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-67496cd6-c23a-4da5-aefe-557ebcea1199 {
  max-width: 88%;
}
}@media (max-width: 767px){#s-67496cd6-c23a-4da5-aefe-557ebcea1199 {
  max-width: 100%;
}
}







#s-67496cd6-c23a-4da5-aefe-557ebcea1199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67496cd6-c23a-4da5-aefe-557ebcea1199.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-67496cd6-c23a-4da5-aefe-557ebcea1199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67496cd6-c23a-4da5-aefe-557ebcea1199.shg-box.shg-c {
  justify-content: center;
}
}
#s-914bb224-b7b9-4270-80b9-c050ba146ec2 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (min-width: 1200px){#s-914bb224-b7b9-4270-80b9-c050ba146ec2 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-914bb224-b7b9-4270-80b9-c050ba146ec2 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-914bb224-b7b9-4270-80b9-c050ba146ec2 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-914bb224-b7b9-4270-80b9-c050ba146ec2 {
  margin-top: 20px;
}
}
@media (min-width: 0px) {
[id="s-914bb224-b7b9-4270-80b9-c050ba146ec2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-914bb224-b7b9-4270-80b9-c050ba146ec2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 992px) {
[id="s-914bb224-b7b9-4270-80b9-c050ba146ec2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 14.0px);
}

}

@media (min-width: 1200px) {
[id="s-914bb224-b7b9-4270-80b9-c050ba146ec2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 14.0px);
}

}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin-left: auto;
margin-right: auto;
max-width: 950px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin-top: 20px;
}
}


.shg-image-margin-container-s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 3%;
  padding-right: 3%;
  
  
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  
  
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  
  
  margin-top: 20px;
  
  /* Add padding handling */
  
  
  
  
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 {
  margin: 0 !important;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}






.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45 .shogun-image-content {
  
    align-items: center;
  
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db989644-a2dd-4d7e-a39e-d4a40d80ee45.shogun-image {
  box-sizing: border-box;
}




}
#s-4134ae0c-3de1-4cde-a30a-b0b93813eefd {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
min-height: 3px;
}
@media (min-width: 1200px){#s-4134ae0c-3de1-4cde-a30a-b0b93813eefd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4134ae0c-3de1-4cde-a30a-b0b93813eefd {
  
}
}
#s-9007e340-7129-44cf-930f-5af8f3bd13c5 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 3px;
opacity: 1;
}
@media (min-width: 1200px){#s-9007e340-7129-44cf-930f-5af8f3bd13c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9007e340-7129-44cf-930f-5af8f3bd13c5 {
  
}
}
#s-5112541f-0b2b-475f-b439-f16984fba47f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(158, 172, 180, 1);
text-align: center;
text-decoration: none;
}
#s-5112541f-0b2b-475f-b439-f16984fba47f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5112541f-0b2b-475f-b439-f16984fba47f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5112541f-0b2b-475f-b439-f16984fba47f-root {
    text-align: center;
  }


#s-5112541f-0b2b-475f-b439-f16984fba47f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5112541f-0b2b-475f-b439-f16984fba47f-root {
    text-align: center;
  }


#s-5112541f-0b2b-475f-b439-f16984fba47f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5112541f-0b2b-475f-b439-f16984fba47f-root {
    text-align: center;
  }


#s-5112541f-0b2b-475f-b439-f16984fba47f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5112541f-0b2b-475f-b439-f16984fba47f-root {
    text-align: center;
  }


#s-5112541f-0b2b-475f-b439-f16984fba47f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5112541f-0b2b-475f-b439-f16984fba47f-root {
    text-align: center;
  }


#s-5112541f-0b2b-475f-b439-f16984fba47f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b1bfe832-185b-45db-8f66-7d3b76f6a933 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b1bfe832-185b-45db-8f66-7d3b76f6a933"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1bfe832-185b-45db-8f66-7d3b76f6a933"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1bfe832-185b-45db-8f66-7d3b76f6a933"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1bfe832-185b-45db-8f66-7d3b76f6a933"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7aaec8cc-28cd-4c8e-a0a4-0bae9d99cf1b {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 6%;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-7aaec8cc-28cd-4c8e-a0a4-0bae9d99cf1b {
  margin-top: 50px;
padding-bottom: 0px;
}
}
#s-7aaec8cc-28cd-4c8e-a0a4-0bae9d99cf1b .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-ef3d71b3-ffb5-4d87-a523-ca928c54f597 {
  text-align: center;
}







  #s-ef3d71b3-ffb5-4d87-a523-ca928c54f597 img.shogun-image {
    

    
    
    
  }


#s-ef3d71b3-ffb5-4d87-a523-ca928c54f597 .shogun-image-content {
  
    align-items: center;
  
}

#s-a80cec8b-6814-4eb6-9761-207af197f395 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
background-attachment: scroll;
}








#s-a80cec8b-6814-4eb6-9761-207af197f395 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a80cec8b-6814-4eb6-9761-207af197f395.shg-box.shg-c {
  justify-content: center;
}

#s-0fd1d665-4192-4502-9f6e-fa31b1004088 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10%;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-0fd1d665-4192-4502-9f6e-fa31b1004088 {
  padding-bottom: 0px;
}
}
#s-0fd1d665-4192-4502-9f6e-fa31b1004088 .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-302bba3a-d5cd-4dc5-aad6-1c0a4b127a65 {
  text-align: center;
}







  #s-302bba3a-d5cd-4dc5-aad6-1c0a4b127a65 img.shogun-image {
    

    
    
    
  }


#s-302bba3a-d5cd-4dc5-aad6-1c0a4b127a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-c54b5fa5-21f2-4ed6-87aa-cf4874d6e322 {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c54b5fa5-21f2-4ed6-87aa-cf4874d6e322 {
  max-width: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c54b5fa5-21f2-4ed6-87aa-cf4874d6e322 {
  max-width: 1100px;
}
}







#s-c54b5fa5-21f2-4ed6-87aa-cf4874d6e322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c54b5fa5-21f2-4ed6-87aa-cf4874d6e322.shg-box.shg-c {
  justify-content: center;
}

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

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-7adfb4fd-9ede-42ae-8186-a7478be215f0 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
max-width: 85%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7adfb4fd-9ede-42ae-8186-a7478be215f0 {
  margin-bottom: 0%;
}
}
#s-7adfb4fd-9ede-42ae-8186-a7478be215f0 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7adfb4fd-9ede-42ae-8186-a7478be215f0 .shg-sld-nav-button.shg-sld-left,
#s-7adfb4fd-9ede-42ae-8186-a7478be215f0 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 1200px){#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 {
  display: none;
}
#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614, #wrap-s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 {
  display: none;
}
#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614, #wrap-s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 {
  display: none;
}
#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614, #wrap-s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 { display: none !important; }}@media (max-width: 767px){#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 {
  display: none;
}
#s-c5d32aa8-ef91-45ac-a072-2624aa6c6614, #wrap-s-c5d32aa8-ef91-45ac-a072-2624aa6c6614 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c5d32aa8-ef91-45ac-a072-2624aa6c6614"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c5d32aa8-ef91-45ac-a072-2624aa6c6614"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c5d32aa8-ef91-45ac-a072-2624aa6c6614"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c5d32aa8-ef91-45ac-a072-2624aa6c6614"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-9986a473-c51f-4d67-a613-43865e8ab18e {
  text-align: left;
}



.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9986a473-c51f-4d67-a613-43865e8ab18e img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-f508c4f3-5414-4a5a-a2db-d44149180bc2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f508c4f3-5414-4a5a-a2db-d44149180bc2 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-af26f10d-6dbc-4361-8246-72fa928c95a3 {
  text-align: left;
}

#s-af26f10d-6dbc-4361-8246-72fa928c95a3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-af26f10d-6dbc-4361-8246-72fa928c95a3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-af26f10d-6dbc-4361-8246-72fa928c95a3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd {
  text-align: left;
}



.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae5d7e7c-68ff-410e-b6e8-e7b8a20c15dd img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6915016b-5c6f-47a5-9b9a-8ec67c08a9ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6915016b-5c6f-47a5-9b9a-8ec67c08a9ed .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-d9ff99ee-c5f6-4589-9c92-0893e9fe0e39 {
  text-align: left;
}

#s-d9ff99ee-c5f6-4589-9c92-0893e9fe0e39 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d9ff99ee-c5f6-4589-9c92-0893e9fe0e39 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d9ff99ee-c5f6-4589-9c92-0893e9fe0e39 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf {
  text-align: left;
}



.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8c4888e7-9b6d-4be2-a842-5e55c3284daf img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1b3f2376-12ee-4229-a92c-443b2654881e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b3f2376-12ee-4229-a92c-443b2654881e .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-486b56f7-e44f-448b-be89-e07348666c2b {
  text-align: left;
}

#s-486b56f7-e44f-448b-be89-e07348666c2b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-486b56f7-e44f-448b-be89-e07348666c2b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-486b56f7-e44f-448b-be89-e07348666c2b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f {
  text-align: left;
}



.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54d6e6b5-a920-4701-9c5a-2c2a3957c41f img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ee9a9dd4-bec4-4850-8bb9-74472fcc8955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee9a9dd4-bec4-4850-8bb9-74472fcc8955 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-3c1f92c8-4dc4-4013-9e89-a8efc57e4762 {
  text-align: left;
}

#s-3c1f92c8-4dc4-4013-9e89-a8efc57e4762 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-3c1f92c8-4dc4-4013-9e89-a8efc57e4762 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3c1f92c8-4dc4-4013-9e89-a8efc57e4762 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-180a3125-7e73-452b-a524-38a6167d53bb {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-180a3125-7e73-452b-a524-38a6167d53bb {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}
@media (min-width: 0px) {
[id="s-180a3125-7e73-452b-a524-38a6167d53bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-180a3125-7e73-452b-a524-38a6167d53bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-180a3125-7e73-452b-a524-38a6167d53bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-180a3125-7e73-452b-a524-38a6167d53bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-801f90de-ef5d-4613-a2c2-d833670e9fa9 {
  text-align: left;
}



.shg-c#s-801f90de-ef5d-4613-a2c2-d833670e9fa9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-801f90de-ef5d-4613-a2c2-d833670e9fa9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-801f90de-ef5d-4613-a2c2-d833670e9fa9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-801f90de-ef5d-4613-a2c2-d833670e9fa9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-801f90de-ef5d-4613-a2c2-d833670e9fa9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-439c9994-862d-475d-aec8-9e85b284f6c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-439c9994-862d-475d-aec8-9e85b284f6c6 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-d0e30124-cda8-4e2b-bc3d-48921857874e {
  text-align: left;
}

#s-d0e30124-cda8-4e2b-bc3d-48921857874e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-d0e30124-cda8-4e2b-bc3d-48921857874e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d0e30124-cda8-4e2b-bc3d-48921857874e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0a854a99-e7b6-49e1-90ee-de805de03e5c {
  text-align: left;
}



.shg-c#s-0a854a99-e7b6-49e1-90ee-de805de03e5c .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-0a854a99-e7b6-49e1-90ee-de805de03e5c .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-0a854a99-e7b6-49e1-90ee-de805de03e5c .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-0a854a99-e7b6-49e1-90ee-de805de03e5c .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-0a854a99-e7b6-49e1-90ee-de805de03e5c .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-98332d53-f4e7-430c-b962-bc22868be504 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-98332d53-f4e7-430c-b962-bc22868be504 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-c1f68aa6-d3ae-4f55-9c24-4d8be9f91cc0 {
  text-align: left;
}

#s-c1f68aa6-d3ae-4f55-9c24-4d8be9f91cc0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-c1f68aa6-d3ae-4f55-9c24-4d8be9f91cc0 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c1f68aa6-d3ae-4f55-9c24-4d8be9f91cc0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-550d9673-124e-4e01-9e0d-a13beef8fbde {
  text-align: left;
}



.shg-c#s-550d9673-124e-4e01-9e0d-a13beef8fbde .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-550d9673-124e-4e01-9e0d-a13beef8fbde .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-550d9673-124e-4e01-9e0d-a13beef8fbde .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-550d9673-124e-4e01-9e0d-a13beef8fbde .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-550d9673-124e-4e01-9e0d-a13beef8fbde .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-8b230a4c-47ac-45e1-afb3-45933edcd526 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b230a4c-47ac-45e1-afb3-45933edcd526 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-e902c67b-2df4-4de4-98e6-046b2ff485c3 {
  text-align: left;
}

#s-e902c67b-2df4-4de4-98e6-046b2ff485c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-e902c67b-2df4-4de4-98e6-046b2ff485c3 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-e902c67b-2df4-4de4-98e6-046b2ff485c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c3bcc4b3-e661-445a-abe3-4ddc2f02ec65 {
  text-align: left;
}



.shg-c#s-c3bcc4b3-e661-445a-abe3-4ddc2f02ec65 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c3bcc4b3-e661-445a-abe3-4ddc2f02ec65 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c3bcc4b3-e661-445a-abe3-4ddc2f02ec65 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c3bcc4b3-e661-445a-abe3-4ddc2f02ec65 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-c3bcc4b3-e661-445a-abe3-4ddc2f02ec65 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-7df02424-45ba-48e4-bad3-85eed854516c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7df02424-45ba-48e4-bad3-85eed854516c .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-db1cb7a7-fb57-40fa-a3d4-909317627767 {
  text-align: left;
}

#s-db1cb7a7-fb57-40fa-a3d4-909317627767 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-db1cb7a7-fb57-40fa-a3d4-909317627767 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-db1cb7a7-fb57-40fa-a3d4-909317627767 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c69dfd92-8e97-4343-9426-f88af4fe3d56 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-c69dfd92-8e97-4343-9426-f88af4fe3d56:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c69dfd92-8e97-4343-9426-f88af4fe3d56:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c69dfd92-8e97-4343-9426-f88af4fe3d56-root {
    text-align: center;
  }


#s-c69dfd92-8e97-4343-9426-f88af4fe3d56.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c69dfd92-8e97-4343-9426-f88af4fe3d56-root {
    text-align: center;
  }


#s-c69dfd92-8e97-4343-9426-f88af4fe3d56.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c69dfd92-8e97-4343-9426-f88af4fe3d56-root {
    text-align: center;
  }


#s-c69dfd92-8e97-4343-9426-f88af4fe3d56.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c69dfd92-8e97-4343-9426-f88af4fe3d56-root {
    text-align: center;
  }


#s-c69dfd92-8e97-4343-9426-f88af4fe3d56.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c69dfd92-8e97-4343-9426-f88af4fe3d56-root {
    text-align: center;
  }


#s-c69dfd92-8e97-4343-9426-f88af4fe3d56.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-eb0580a8-f0c6-420b-86f4-9062c65b195b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eb0580a8-f0c6-420b-86f4-9062c65b195b {
  display: none;
}
#s-eb0580a8-f0c6-420b-86f4-9062c65b195b, #wrap-s-eb0580a8-f0c6-420b-86f4-9062c65b195b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb0580a8-f0c6-420b-86f4-9062c65b195b {
  display: none;
}
#s-eb0580a8-f0c6-420b-86f4-9062c65b195b, #wrap-s-eb0580a8-f0c6-420b-86f4-9062c65b195b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eb0580a8-f0c6-420b-86f4-9062c65b195b {
  display: none;
}
#s-eb0580a8-f0c6-420b-86f4-9062c65b195b, #wrap-s-eb0580a8-f0c6-420b-86f4-9062c65b195b { display: none !important; }}@media (max-width: 767px){#s-eb0580a8-f0c6-420b-86f4-9062c65b195b {
  display: none;
}
#s-eb0580a8-f0c6-420b-86f4-9062c65b195b, #wrap-s-eb0580a8-f0c6-420b-86f4-9062c65b195b { display: none !important; }}







#s-eb0580a8-f0c6-420b-86f4-9062c65b195b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb0580a8-f0c6-420b-86f4-9062c65b195b.shg-box.shg-c {
  justify-content: center;
}

#s-c678c90e-1bf2-4967-9431-fde9535ca58d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 25px;
max-width: 100%;
}

#s-c678c90e-1bf2-4967-9431-fde9535ca58d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c678c90e-1bf2-4967-9431-fde9535ca58d .shg-sld-nav-button.shg-sld-left,
#s-c678c90e-1bf2-4967-9431-fde9535ca58d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-8ab48f68-942e-43a6-9d96-d7189cf25ea9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8ab48f68-942e-43a6-9d96-d7189cf25ea9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8ab48f68-942e-43a6-9d96-d7189cf25ea9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ab48f68-942e-43a6-9d96-d7189cf25ea9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 {
  text-align: left;
}



.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a8e11ada-7478-4d25-bcbc-f8bb7aa11607 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6c007dd9-3309-4ae8-9f3b-c14a7a7773aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c007dd9-3309-4ae8-9f3b-c14a7a7773aa .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 15px;
  
  
  text-align: left;
}

#s-e3ca4bed-b368-484d-8992-7b5b67c78326 {
  text-align: left;
}

#s-e3ca4bed-b368-484d-8992-7b5b67c78326 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-e3ca4bed-b368-484d-8992-7b5b67c78326 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-e3ca4bed-b368-484d-8992-7b5b67c78326 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 {
  text-align: left;
}



.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e11ee68-6fd2-4d54-9d05-cc860fcf22f9 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-635b96d3-d850-48b2-86df-a4ab3000161e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-635b96d3-d850-48b2-86df-a4ab3000161e .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-8cebcc7c-939a-4ed4-9f68-135a2490ece5 {
  text-align: left;
}

#s-8cebcc7c-939a-4ed4-9f68-135a2490ece5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-8cebcc7c-939a-4ed4-9f68-135a2490ece5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-8cebcc7c-939a-4ed4-9f68-135a2490ece5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-6ca93769-f24c-44ba-ab48-d6b14c6b584f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6ca93769-f24c-44ba-ab48-d6b14c6b584f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6ca93769-f24c-44ba-ab48-d6b14c6b584f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6ca93769-f24c-44ba-ab48-d6b14c6b584f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-9ea39b03-e5bc-4246-924d-2338c799a6d7 {
  text-align: left;
}



.shg-c#s-9ea39b03-e5bc-4246-924d-2338c799a6d7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9ea39b03-e5bc-4246-924d-2338c799a6d7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9ea39b03-e5bc-4246-924d-2338c799a6d7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9ea39b03-e5bc-4246-924d-2338c799a6d7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-9ea39b03-e5bc-4246-924d-2338c799a6d7 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-b42f4126-2394-4fce-9856-6a86236219fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b42f4126-2394-4fce-9856-6a86236219fa .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-3450ab2f-68cb-41c8-818a-93654f8126db {
  text-align: left;
}

#s-3450ab2f-68cb-41c8-818a-93654f8126db .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-3450ab2f-68cb-41c8-818a-93654f8126db .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-3450ab2f-68cb-41c8-818a-93654f8126db .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9c5a3d5e-7f0a-4235-8d57-5261b9d742fb {
  text-align: left;
}



.shg-c#s-9c5a3d5e-7f0a-4235-8d57-5261b9d742fb .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9c5a3d5e-7f0a-4235-8d57-5261b9d742fb .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-9c5a3d5e-7f0a-4235-8d57-5261b9d742fb .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-9c5a3d5e-7f0a-4235-8d57-5261b9d742fb .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-9c5a3d5e-7f0a-4235-8d57-5261b9d742fb .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-4345ef16-86d4-44bc-ba1e-bbf17477b481 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4345ef16-86d4-44bc-ba1e-bbf17477b481 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-8a275d25-2ccb-4249-ac18-9c2080739fee {
  text-align: left;
}

#s-8a275d25-2ccb-4249-ac18-9c2080739fee .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-8a275d25-2ccb-4249-ac18-9c2080739fee .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-8a275d25-2ccb-4249-ac18-9c2080739fee .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-55e90646-e6a3-4a40-a4ee-6f500d6c4990"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-55e90646-e6a3-4a40-a4ee-6f500d6c4990"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-55e90646-e6a3-4a40-a4ee-6f500d6c4990"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-55e90646-e6a3-4a40-a4ee-6f500d6c4990"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-45d38f48-9d6f-461c-ad47-81d48e6c2d79 {
  text-align: left;
}



.shg-c#s-45d38f48-9d6f-461c-ad47-81d48e6c2d79 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-45d38f48-9d6f-461c-ad47-81d48e6c2d79 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-45d38f48-9d6f-461c-ad47-81d48e6c2d79 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-45d38f48-9d6f-461c-ad47-81d48e6c2d79 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-45d38f48-9d6f-461c-ad47-81d48e6c2d79 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-088f9bee-61fb-4f85-b671-97eea68ae552 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-088f9bee-61fb-4f85-b671-97eea68ae552 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-da012e89-91bd-422a-a20f-96f5ba3a43f5 {
  text-align: left;
}

#s-da012e89-91bd-422a-a20f-96f5ba3a43f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-da012e89-91bd-422a-a20f-96f5ba3a43f5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-da012e89-91bd-422a-a20f-96f5ba3a43f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-cc6f083e-fef7-4078-b0dd-cbccb014d395 {
  text-align: left;
}



.shg-c#s-cc6f083e-fef7-4078-b0dd-cbccb014d395 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-cc6f083e-fef7-4078-b0dd-cbccb014d395 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cc6f083e-fef7-4078-b0dd-cbccb014d395 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cc6f083e-fef7-4078-b0dd-cbccb014d395 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-cc6f083e-fef7-4078-b0dd-cbccb014d395 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-2206294d-f7ec-436b-a6df-e5c4c9e8210e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2206294d-f7ec-436b-a6df-e5c4c9e8210e .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-a1d620eb-6f60-43e0-b3f1-349bfab8519e {
  text-align: left;
}

#s-a1d620eb-6f60-43e0-b3f1-349bfab8519e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-a1d620eb-6f60-43e0-b3f1-349bfab8519e .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-a1d620eb-6f60-43e0-b3f1-349bfab8519e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fd1dd203-735e-4c48-a52a-8f56fc4b39c6 {
  text-align: center;
}







  #s-fd1dd203-735e-4c48-a52a-8f56fc4b39c6 img.shogun-image {
    

    
    
    
  }


#s-fd1dd203-735e-4c48-a52a-8f56fc4b39c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8770fc3b-92f2-4446-b348-3c82e12b74a8 {
  text-align: center;
}







  #s-8770fc3b-92f2-4446-b348-3c82e12b74a8 img.shogun-image {
    

    
    
    
  }


#s-8770fc3b-92f2-4446-b348-3c82e12b74a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8ab702e-5965-48d2-989e-d375384a84f2 {
  text-align: center;
}







  #s-d8ab702e-5965-48d2-989e-d375384a84f2 img.shogun-image {
    

    
    
    
  }


#s-d8ab702e-5965-48d2-989e-d375384a84f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3445c07-c47d-4ec9-84a6-34b5491c6f65 {
  text-align: center;
}







  #s-e3445c07-c47d-4ec9-84a6-34b5491c6f65 img.shogun-image {
    

    
    
    
  }


#s-e3445c07-c47d-4ec9-84a6-34b5491c6f65 .shogun-image-content {
  
    align-items: center;
  
}

#s-75d194fd-b397-436d-87a3-83ab8b553dfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75d194fd-b397-436d-87a3-83ab8b553dfd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-75d194fd-b397-436d-87a3-83ab8b553dfd .shogun-heading-component h3 a {
  color: #000;
}


#s-ff949418-3f03-4b5c-8501-48880a133a0d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff949418-3f03-4b5c-8501-48880a133a0d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f24168ba-ff5b-4902-a40d-ffdfa8fe8a06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f24168ba-ff5b-4902-a40d-ffdfa8fe8a06 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f24168ba-ff5b-4902-a40d-ffdfa8fe8a06 .shogun-heading-component h3 a {
  color: #000;
}


#s-da178f1d-defb-430f-813d-e26e31e2ea38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da178f1d-defb-430f-813d-e26e31e2ea38 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-da178f1d-defb-430f-813d-e26e31e2ea38 .shogun-heading-component h3 a {
  color: #000;
}


#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc {
  margin-bottom: 10%;
padding-left: 31px;
padding-right: 31px;
}
}

  #s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc-root {
    text-align: center;
  }


#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc-root {
    text-align: center;
  }


#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc-root {
    text-align: center;
  }


#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc-root {
    text-align: center;
  }


#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc-root {
    text-align: center;
  }


#s-8b480ca0-d25d-4c3a-ae03-1ced4add80cc.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d {
  min-height: 50px;
background-color: rgba(250, 251, 251, 1);
}
@media (min-width: 1200px){#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d {
  display: none;
}
#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d, #wrap-s-1b99988c-b64b-450f-b45e-1766c4fd4d7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d {
  display: none;
}
#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d, #wrap-s-1b99988c-b64b-450f-b45e-1766c4fd4d7d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d {
  display: none;
}
#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d, #wrap-s-1b99988c-b64b-450f-b45e-1766c4fd4d7d { display: none !important; }}@media (max-width: 767px){#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d {
  display: none;
}
#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d, #wrap-s-1b99988c-b64b-450f-b45e-1766c4fd4d7d { display: none !important; }}







#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b99988c-b64b-450f-b45e-1766c4fd4d7d.shg-box.shg-c {
  justify-content: center;
}

#s-e7c00926-267c-4626-9bb0-1064ecfcf763 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
background-attachment: scroll;
}








#s-e7c00926-267c-4626-9bb0-1064ecfcf763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7c00926-267c-4626-9bb0-1064ecfcf763.shg-box.shg-c {
  justify-content: center;
}

#s-816beaee-4ae6-4953-81a3-446c9ea9752b {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 50px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-816beaee-4ae6-4953-81a3-446c9ea9752b {
  padding-bottom: 0px;
}
}
#s-816beaee-4ae6-4953-81a3-446c9ea9752b .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-a2fe81ad-3e3c-4adb-8d7b-8b31a5456a47 {
  text-align: center;
}







  #s-a2fe81ad-3e3c-4adb-8d7b-8b31a5456a47 img.shogun-image {
    

    
    
    
  }


#s-a2fe81ad-3e3c-4adb-8d7b-8b31a5456a47 .shogun-image-content {
  
    align-items: center;
  
}

#s-d95321ee-313d-414d-ac91-e63d5bd71dca {
  margin-top: 25px;
min-height: 50px;
}








#s-d95321ee-313d-414d-ac91-e63d5bd71dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d95321ee-313d-414d-ac91-e63d5bd71dca.shg-box.shg-c {
  justify-content: center;
}

#s-f75a8aaa-b83b-4298-afdd-dab01d484620 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 25px;
max-width: 95%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f75a8aaa-b83b-4298-afdd-dab01d484620 {
  margin-bottom: 0%;
}
}
#s-f75a8aaa-b83b-4298-afdd-dab01d484620 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f75a8aaa-b83b-4298-afdd-dab01d484620 .shg-sld-nav-button.shg-sld-left,
#s-f75a8aaa-b83b-4298-afdd-dab01d484620 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-5fb2e835-e9df-4fca-83dd-9ba4d14124e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5fb2e835-e9df-4fca-83dd-9ba4d14124e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5fb2e835-e9df-4fca-83dd-9ba4d14124e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5fb2e835-e9df-4fca-83dd-9ba4d14124e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-48ae2885-9abc-4971-b572-87b9a83cde36 {
  text-align: left;
}



.shg-c#s-48ae2885-9abc-4971-b572-87b9a83cde36 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-48ae2885-9abc-4971-b572-87b9a83cde36 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-48ae2885-9abc-4971-b572-87b9a83cde36 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-48ae2885-9abc-4971-b572-87b9a83cde36 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-48ae2885-9abc-4971-b572-87b9a83cde36 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-78e6a002-22f2-4ef8-821b-d98510934efe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78e6a002-22f2-4ef8-821b-d98510934efe .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-495d32d8-4f49-408c-bbf0-a60f05b2b835 {
  text-align: left;
}

#s-495d32d8-4f49-408c-bbf0-a60f05b2b835 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-495d32d8-4f49-408c-bbf0-a60f05b2b835 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-495d32d8-4f49-408c-bbf0-a60f05b2b835 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-67c59137-5c71-4a9c-86e9-32298d46a083 {
  text-align: left;
}



.shg-c#s-67c59137-5c71-4a9c-86e9-32298d46a083 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-67c59137-5c71-4a9c-86e9-32298d46a083 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-67c59137-5c71-4a9c-86e9-32298d46a083 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-67c59137-5c71-4a9c-86e9-32298d46a083 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-67c59137-5c71-4a9c-86e9-32298d46a083 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-8a308300-2b45-4579-a7b0-8cc2805fc066 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a308300-2b45-4579-a7b0-8cc2805fc066 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-47db60ec-c124-41de-a565-bd1d7dec8bed {
  text-align: left;
}

#s-47db60ec-c124-41de-a565-bd1d7dec8bed .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-47db60ec-c124-41de-a565-bd1d7dec8bed .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-47db60ec-c124-41de-a565-bd1d7dec8bed .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-672198b7-a3e9-48ed-92ea-a2f7edc24d06 {
  text-align: left;
}



.shg-c#s-672198b7-a3e9-48ed-92ea-a2f7edc24d06 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-672198b7-a3e9-48ed-92ea-a2f7edc24d06 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-672198b7-a3e9-48ed-92ea-a2f7edc24d06 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-672198b7-a3e9-48ed-92ea-a2f7edc24d06 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-672198b7-a3e9-48ed-92ea-a2f7edc24d06 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-6f7a7202-f456-4fa1-bace-a45711d6f5a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f7a7202-f456-4fa1-bace-a45711d6f5a5 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-a7a89e52-9690-4af5-b4ee-ad958e2b39c7 {
  text-align: left;
}

#s-a7a89e52-9690-4af5-b4ee-ad958e2b39c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a7a89e52-9690-4af5-b4ee-ad958e2b39c7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a7a89e52-9690-4af5-b4ee-ad958e2b39c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-92d27098-8e96-4ce5-903c-f73b0a178288 {
  text-align: left;
}



.shg-c#s-92d27098-8e96-4ce5-903c-f73b0a178288 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-92d27098-8e96-4ce5-903c-f73b0a178288 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-92d27098-8e96-4ce5-903c-f73b0a178288 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-92d27098-8e96-4ce5-903c-f73b0a178288 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-92d27098-8e96-4ce5-903c-f73b0a178288 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-3a2589a6-3e60-4667-a3af-3387884ddbc5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a2589a6-3e60-4667-a3af-3387884ddbc5 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-8460c243-e2b6-40cc-ae6a-eef1eb0d0ce5 {
  text-align: left;
}

#s-8460c243-e2b6-40cc-ae6a-eef1eb0d0ce5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8460c243-e2b6-40cc-ae6a-eef1eb0d0ce5 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8460c243-e2b6-40cc-ae6a-eef1eb0d0ce5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-687765f0-eba4-4689-872f-f544901d851a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-687765f0-eba4-4689-872f-f544901d851a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-687765f0-eba4-4689-872f-f544901d851a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-687765f0-eba4-4689-872f-f544901d851a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8db1c4b8-3160-4fbb-b98e-cf6f3532b12d {
  text-align: left;
}



.shg-c#s-8db1c4b8-3160-4fbb-b98e-cf6f3532b12d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-8db1c4b8-3160-4fbb-b98e-cf6f3532b12d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-8db1c4b8-3160-4fbb-b98e-cf6f3532b12d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-8db1c4b8-3160-4fbb-b98e-cf6f3532b12d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-8db1c4b8-3160-4fbb-b98e-cf6f3532b12d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-e80a047e-2ea0-4660-b385-1a0cfa6822c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e80a047e-2ea0-4660-b385-1a0cfa6822c5 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-f748e6d1-e3d4-4dab-b587-f4d40ee81b64 {
  text-align: left;
}

#s-f748e6d1-e3d4-4dab-b587-f4d40ee81b64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f748e6d1-e3d4-4dab-b587-f4d40ee81b64 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f748e6d1-e3d4-4dab-b587-f4d40ee81b64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d1c53715-4da4-42a9-afd1-94cdff5cdedf {
  text-align: left;
}



.shg-c#s-d1c53715-4da4-42a9-afd1-94cdff5cdedf .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d1c53715-4da4-42a9-afd1-94cdff5cdedf .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d1c53715-4da4-42a9-afd1-94cdff5cdedf .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d1c53715-4da4-42a9-afd1-94cdff5cdedf .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-d1c53715-4da4-42a9-afd1-94cdff5cdedf .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-79a006de-ecc1-4161-90e8-855774d74148 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79a006de-ecc1-4161-90e8-855774d74148 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-f877a44b-8110-41ef-8e7d-92921c9d1c1a {
  text-align: left;
}

#s-f877a44b-8110-41ef-8e7d-92921c9d1c1a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-f877a44b-8110-41ef-8e7d-92921c9d1c1a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-f877a44b-8110-41ef-8e7d-92921c9d1c1a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5f7dc0b3-4821-4504-9db1-113e287f3c8e {
  text-align: left;
}



.shg-c#s-5f7dc0b3-4821-4504-9db1-113e287f3c8e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-5f7dc0b3-4821-4504-9db1-113e287f3c8e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5f7dc0b3-4821-4504-9db1-113e287f3c8e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5f7dc0b3-4821-4504-9db1-113e287f3c8e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-5f7dc0b3-4821-4504-9db1-113e287f3c8e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-cfbc4dfa-40e8-4bd1-87c5-2f2b13798e8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cfbc4dfa-40e8-4bd1-87c5-2f2b13798e8d .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-1694ff60-0b00-4ed0-af6f-ec40f1d7eb75 {
  text-align: left;
}

#s-1694ff60-0b00-4ed0-af6f-ec40f1d7eb75 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1694ff60-0b00-4ed0-af6f-ec40f1d7eb75 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1694ff60-0b00-4ed0-af6f-ec40f1d7eb75 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a1e27d46-d01e-4bdd-9835-9f121075f349 {
  text-align: left;
}



.shg-c#s-a1e27d46-d01e-4bdd-9835-9f121075f349 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-a1e27d46-d01e-4bdd-9835-9f121075f349 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a1e27d46-d01e-4bdd-9835-9f121075f349 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a1e27d46-d01e-4bdd-9835-9f121075f349 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-a1e27d46-d01e-4bdd-9835-9f121075f349 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-7c8cac6a-3ba4-41a2-8a4b-dc0b2b090dfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c8cac6a-3ba4-41a2-8a4b-dc0b2b090dfe .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 15px;
  
  
  text-align: left;
}

#s-cb483d87-35f9-4411-b0a1-7ddfe87123ae {
  text-align: left;
}

#s-cb483d87-35f9-4411-b0a1-7ddfe87123ae .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-cb483d87-35f9-4411-b0a1-7ddfe87123ae .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-cb483d87-35f9-4411-b0a1-7ddfe87123ae .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51092f9f-f360-44a0-885f-a1f127ac1792 {
  border-style: solid;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-51092f9f-f360-44a0-885f-a1f127ac1792:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-51092f9f-f360-44a0-885f-a1f127ac1792:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-51092f9f-f360-44a0-885f-a1f127ac1792-root {
    text-align: center;
  }


#s-51092f9f-f360-44a0-885f-a1f127ac1792.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51092f9f-f360-44a0-885f-a1f127ac1792-root {
    text-align: center;
  }


#s-51092f9f-f360-44a0-885f-a1f127ac1792.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51092f9f-f360-44a0-885f-a1f127ac1792-root {
    text-align: center;
  }


#s-51092f9f-f360-44a0-885f-a1f127ac1792.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51092f9f-f360-44a0-885f-a1f127ac1792-root {
    text-align: center;
  }


#s-51092f9f-f360-44a0-885f-a1f127ac1792.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51092f9f-f360-44a0-885f-a1f127ac1792-root {
    text-align: center;
  }


#s-51092f9f-f360-44a0-885f-a1f127ac1792.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb {
  display: none;
}
#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb, #wrap-s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb {
  display: none;
}
#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb, #wrap-s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb {
  display: none;
}
#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb, #wrap-s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb { display: none !important; }}@media (max-width: 767px){#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb {
  display: none;
}
#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb, #wrap-s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb { display: none !important; }}







#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a7bac3b-b4fd-4c5b-adab-27fca74001cb.shg-box.shg-c {
  justify-content: center;
}

#s-b619199f-cc39-4289-83e0-66502c819dcd {
  margin-left: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 25px;
max-width: 90%;
}
@media (max-width: 767px){#s-b619199f-cc39-4289-83e0-66502c819dcd {
  max-width: 100%;
}
}
#s-b619199f-cc39-4289-83e0-66502c819dcd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b619199f-cc39-4289-83e0-66502c819dcd .shg-sld-nav-button.shg-sld-left,
#s-b619199f-cc39-4289-83e0-66502c819dcd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-131c5c41-e115-4bb5-9c4a-a191d8ce03f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-131c5c41-e115-4bb5-9c4a-a191d8ce03f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-131c5c41-e115-4bb5-9c4a-a191d8ce03f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-131c5c41-e115-4bb5-9c4a-a191d8ce03f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-619bc343-1daa-4e91-83dd-3ba8df430fc7 {
  text-align: left;
}



.shg-c#s-619bc343-1daa-4e91-83dd-3ba8df430fc7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-619bc343-1daa-4e91-83dd-3ba8df430fc7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-619bc343-1daa-4e91-83dd-3ba8df430fc7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-619bc343-1daa-4e91-83dd-3ba8df430fc7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-619bc343-1daa-4e91-83dd-3ba8df430fc7 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-b124d7f9-fd88-4e33-bb69-c73a67aa3aaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b124d7f9-fd88-4e33-bb69-c73a67aa3aaa .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 15px;
  
  
  text-align: left;
}

#s-d2265c1f-d821-4268-b67a-65e85164f03a {
  text-align: left;
}

#s-d2265c1f-d821-4268-b67a-65e85164f03a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-d2265c1f-d821-4268-b67a-65e85164f03a .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-d2265c1f-d821-4268-b67a-65e85164f03a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d27907e8-76fc-4aa4-88ff-68396fc6dde6 {
  text-align: left;
}



.shg-c#s-d27907e8-76fc-4aa4-88ff-68396fc6dde6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d27907e8-76fc-4aa4-88ff-68396fc6dde6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d27907e8-76fc-4aa4-88ff-68396fc6dde6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d27907e8-76fc-4aa4-88ff-68396fc6dde6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-d27907e8-76fc-4aa4-88ff-68396fc6dde6 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-32a2dc47-b3b0-4219-b3a9-57779d02a4c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-32a2dc47-b3b0-4219-b3a9-57779d02a4c5 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-38d85b73-11ca-44f9-baef-b4a281fdd413 {
  text-align: left;
}

#s-38d85b73-11ca-44f9-baef-b4a281fdd413 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-38d85b73-11ca-44f9-baef-b4a281fdd413 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-38d85b73-11ca-44f9-baef-b4a281fdd413 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-5d4aaa33-d799-4e63-b942-400d434b40b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5d4aaa33-d799-4e63-b942-400d434b40b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5d4aaa33-d799-4e63-b942-400d434b40b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d4aaa33-d799-4e63-b942-400d434b40b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-cf6daa58-a899-4847-9d8a-e42509012331 {
  text-align: left;
}



.shg-c#s-cf6daa58-a899-4847-9d8a-e42509012331 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-cf6daa58-a899-4847-9d8a-e42509012331 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cf6daa58-a899-4847-9d8a-e42509012331 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cf6daa58-a899-4847-9d8a-e42509012331 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-cf6daa58-a899-4847-9d8a-e42509012331 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-e5776dec-3ea5-4f4f-8740-cb59d99ff717 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5776dec-3ea5-4f4f-8740-cb59d99ff717 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-4fa274c3-30b0-402e-8ef4-c5ffb24bcce9 {
  text-align: left;
}

#s-4fa274c3-30b0-402e-8ef4-c5ffb24bcce9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-4fa274c3-30b0-402e-8ef4-c5ffb24bcce9 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-4fa274c3-30b0-402e-8ef4-c5ffb24bcce9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b7781b6-a5fe-400e-8e75-02556018b701 {
  text-align: left;
}



.shg-c#s-7b7781b6-a5fe-400e-8e75-02556018b701 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-7b7781b6-a5fe-400e-8e75-02556018b701 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7b7781b6-a5fe-400e-8e75-02556018b701 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7b7781b6-a5fe-400e-8e75-02556018b701 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-7b7781b6-a5fe-400e-8e75-02556018b701 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-cc145c17-aae0-4ee2-b219-1c385677189b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cc145c17-aae0-4ee2-b219-1c385677189b .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-4fc08e5b-abfa-48de-9c65-6a16a5c6a830 {
  text-align: left;
}

#s-4fc08e5b-abfa-48de-9c65-6a16a5c6a830 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-4fc08e5b-abfa-48de-9c65-6a16a5c6a830 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-4fc08e5b-abfa-48de-9c65-6a16a5c6a830 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-ca039922-4a48-4d3f-ab65-855a87a9755a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ca039922-4a48-4d3f-ab65-855a87a9755a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ca039922-4a48-4d3f-ab65-855a87a9755a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca039922-4a48-4d3f-ab65-855a87a9755a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-c6600a7f-9c52-42a1-b9a5-a1544ae1288e {
  text-align: left;
}



.shg-c#s-c6600a7f-9c52-42a1-b9a5-a1544ae1288e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c6600a7f-9c52-42a1-b9a5-a1544ae1288e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c6600a7f-9c52-42a1-b9a5-a1544ae1288e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c6600a7f-9c52-42a1-b9a5-a1544ae1288e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-c6600a7f-9c52-42a1-b9a5-a1544ae1288e .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-b1793358-9436-4c71-a8d6-2bcdc1f9323c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1793358-9436-4c71-a8d6-2bcdc1f9323c .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-cee5d28a-02ad-478b-90d1-7f1c790c33a1 {
  text-align: left;
}

#s-cee5d28a-02ad-478b-90d1-7f1c790c33a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-cee5d28a-02ad-478b-90d1-7f1c790c33a1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-cee5d28a-02ad-478b-90d1-7f1c790c33a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d7ada004-e733-4496-b04e-efa8bb104896 {
  text-align: left;
}



.shg-c#s-d7ada004-e733-4496-b04e-efa8bb104896 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-d7ada004-e733-4496-b04e-efa8bb104896 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-d7ada004-e733-4496-b04e-efa8bb104896 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-d7ada004-e733-4496-b04e-efa8bb104896 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-d7ada004-e733-4496-b04e-efa8bb104896 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-f8dea58d-4fbb-4984-8f38-42fddad58eda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8dea58d-4fbb-4984-8f38-42fddad58eda .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-65e2e8ef-00a0-4f23-9138-2b375c63d8f2 {
  text-align: left;
}

#s-65e2e8ef-00a0-4f23-9138-2b375c63d8f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-65e2e8ef-00a0-4f23-9138-2b375c63d8f2 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-65e2e8ef-00a0-4f23-9138-2b375c63d8f2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-b470493f-f69a-4dee-b67a-41a4d4bee801"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b470493f-f69a-4dee-b67a-41a4d4bee801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b470493f-f69a-4dee-b67a-41a4d4bee801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b470493f-f69a-4dee-b67a-41a4d4bee801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-f1d93f28-5c69-4082-a270-b0638085704b {
  text-align: left;
}



.shg-c#s-f1d93f28-5c69-4082-a270-b0638085704b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f1d93f28-5c69-4082-a270-b0638085704b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f1d93f28-5c69-4082-a270-b0638085704b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f1d93f28-5c69-4082-a270-b0638085704b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-f1d93f28-5c69-4082-a270-b0638085704b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-d1578ed2-0589-4302-882e-7232f8a67b26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1578ed2-0589-4302-882e-7232f8a67b26 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-8f93edee-a842-42ae-ae82-6677b64b13dc {
  text-align: left;
}

#s-8f93edee-a842-42ae-ae82-6677b64b13dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-8f93edee-a842-42ae-ae82-6677b64b13dc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-8f93edee-a842-42ae-ae82-6677b64b13dc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-13c85a3a-faa7-418b-b908-9ac57d722345 {
  text-align: left;
}



.shg-c#s-13c85a3a-faa7-418b-b908-9ac57d722345 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-13c85a3a-faa7-418b-b908-9ac57d722345 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-13c85a3a-faa7-418b-b908-9ac57d722345 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-13c85a3a-faa7-418b-b908-9ac57d722345 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-13c85a3a-faa7-418b-b908-9ac57d722345 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-f330fba2-337b-4c28-9379-2f29685a46f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f330fba2-337b-4c28-9379-2f29685a46f0 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-2ad25d42-2dbf-4c67-8436-7a65d437322b {
  text-align: left;
}

#s-2ad25d42-2dbf-4c67-8436-7a65d437322b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-2ad25d42-2dbf-4c67-8436-7a65d437322b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-2ad25d42-2dbf-4c67-8436-7a65d437322b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ce9c2116-0f46-48b0-98bc-6ea9f4fddd2b {
  text-align: center;
}







  #s-ce9c2116-0f46-48b0-98bc-6ea9f4fddd2b img.shogun-image {
    

    
    
    
  }


#s-ce9c2116-0f46-48b0-98bc-6ea9f4fddd2b .shogun-image-content {
  
    align-items: center;
  
}

#s-f7653d69-40c2-48af-948d-a2f155b1401e {
  text-align: center;
}







  #s-f7653d69-40c2-48af-948d-a2f155b1401e img.shogun-image {
    

    
    
    
  }


#s-f7653d69-40c2-48af-948d-a2f155b1401e .shogun-image-content {
  
    align-items: center;
  
}

#s-400eb540-2752-46f5-ba97-a25b452ffd18 {
  text-align: center;
}







  #s-400eb540-2752-46f5-ba97-a25b452ffd18 img.shogun-image {
    

    
    
    
  }


#s-400eb540-2752-46f5-ba97-a25b452ffd18 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9b65be9-d0b0-437e-8108-d55e54717f8e {
  text-align: center;
}







  #s-c9b65be9-d0b0-437e-8108-d55e54717f8e img.shogun-image {
    

    
    
    
  }


#s-c9b65be9-d0b0-437e-8108-d55e54717f8e .shogun-image-content {
  
    align-items: center;
  
}

#s-78eaf09f-44a2-4b9d-90e2-18f5a6aa598a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78eaf09f-44a2-4b9d-90e2-18f5a6aa598a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-78eaf09f-44a2-4b9d-90e2-18f5a6aa598a .shogun-heading-component h3 a {
  color: #000;
}


#s-6e67bd21-48f0-495f-868f-ef1fc5d4833f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e67bd21-48f0-495f-868f-ef1fc5d4833f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-73a0a249-1199-42b0-9c4d-2791ec891075 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73a0a249-1199-42b0-9c4d-2791ec891075 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-73a0a249-1199-42b0-9c4d-2791ec891075 .shogun-heading-component h3 a {
  color: #000;
}


#s-38fbadd8-b9d0-4a37-a6b9-2c51268993e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38fbadd8-b9d0-4a37-a6b9-2c51268993e0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-38fbadd8-b9d0-4a37-a6b9-2c51268993e0 .shogun-heading-component h3 a {
  color: #000;
}


#s-7ebdb6ac-f42b-4e19-9826-5df587613308 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-7ebdb6ac-f42b-4e19-9826-5df587613308:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7ebdb6ac-f42b-4e19-9826-5df587613308:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-7ebdb6ac-f42b-4e19-9826-5df587613308 {
  margin-bottom: 10%;
padding-left: 31px;
padding-right: 31px;
}
}

  #s-7ebdb6ac-f42b-4e19-9826-5df587613308-root {
    text-align: center;
  }


#s-7ebdb6ac-f42b-4e19-9826-5df587613308.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ebdb6ac-f42b-4e19-9826-5df587613308-root {
    text-align: center;
  }


#s-7ebdb6ac-f42b-4e19-9826-5df587613308.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ebdb6ac-f42b-4e19-9826-5df587613308-root {
    text-align: center;
  }


#s-7ebdb6ac-f42b-4e19-9826-5df587613308.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ebdb6ac-f42b-4e19-9826-5df587613308-root {
    text-align: center;
  }


#s-7ebdb6ac-f42b-4e19-9826-5df587613308.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ebdb6ac-f42b-4e19-9826-5df587613308-root {
    text-align: center;
  }


#s-7ebdb6ac-f42b-4e19-9826-5df587613308.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d2c0aa26-3156-4f37-bc34-a098d98d970b {
  min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d2c0aa26-3156-4f37-bc34-a098d98d970b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2c0aa26-3156-4f37-bc34-a098d98d970b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2c0aa26-3156-4f37-bc34-a098d98d970b {
  
}
}@media (max-width: 767px){#s-d2c0aa26-3156-4f37-bc34-a098d98d970b {
  
}
}







#s-d2c0aa26-3156-4f37-bc34-a098d98d970b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2c0aa26-3156-4f37-bc34-a098d98d970b.shg-box.shg-c {
  justify-content: center;
}

#s-b56a2e5d-d328-4a81-b5a6-c8d4843ee9b9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
background-attachment: scroll;
}








#s-b56a2e5d-d328-4a81-b5a6-c8d4843ee9b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b56a2e5d-d328-4a81-b5a6-c8d4843ee9b9.shg-box.shg-c {
  justify-content: center;
}

#s-b9eee720-4594-4597-9a97-775081c6897d {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-b9eee720-4594-4597-9a97-775081c6897d {
  margin-top: 30px;
padding-bottom: 0px;
}
}
#s-b9eee720-4594-4597-9a97-775081c6897d .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-bc39ea91-8ffb-4d3e-80ff-4a99e4789393 {
  text-align: center;
}







  #s-bc39ea91-8ffb-4d3e-80ff-4a99e4789393 img.shogun-image {
    

    
    
    
  }


#s-bc39ea91-8ffb-4d3e-80ff-4a99e4789393 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a81abeb-e06d-4857-ab5e-ab08861bf8bc {
  margin-top: 25px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}








#s-7a81abeb-e06d-4857-ab5e-ab08861bf8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a81abeb-e06d-4857-ab5e-ab08861bf8bc.shg-box.shg-c {
  justify-content: flex-end;
}

#s-43f8e353-0a57-473e-a6f0-1645f942aac8 {
  margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 25px;
max-width: 95%;
}
@media (min-width: 768px) and (max-width: 991px){#s-43f8e353-0a57-473e-a6f0-1645f942aac8 {
  margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
max-width: 97%;
}
}@media (max-width: 767px){#s-43f8e353-0a57-473e-a6f0-1645f942aac8 {
  margin-left: 2%;
margin-right: 2%;
max-width: 98%;
}
}
#s-43f8e353-0a57-473e-a6f0-1645f942aac8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-43f8e353-0a57-473e-a6f0-1645f942aac8 .shg-sld-nav-button.shg-sld-left,
#s-43f8e353-0a57-473e-a6f0-1645f942aac8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a63531df-d012-4131-bfaf-83507c450b9e {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a63531df-d012-4131-bfaf-83507c450b9e {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-a63531df-d012-4131-bfaf-83507c450b9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a63531df-d012-4131-bfaf-83507c450b9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a63531df-d012-4131-bfaf-83507c450b9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a63531df-d012-4131-bfaf-83507c450b9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ba98f310-397b-48c0-88b9-302b251d8fa1 {
  text-align: left;
}



.shg-c#s-ba98f310-397b-48c0-88b9-302b251d8fa1 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ba98f310-397b-48c0-88b9-302b251d8fa1 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ba98f310-397b-48c0-88b9-302b251d8fa1 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ba98f310-397b-48c0-88b9-302b251d8fa1 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ba98f310-397b-48c0-88b9-302b251d8fa1 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-b7213da1-83e4-4341-a9f5-f956716525eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7213da1-83e4-4341-a9f5-f956716525eb .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-a1554b98-2d90-4222-bda2-411a26fd46fe {
  text-align: left;
}

#s-a1554b98-2d90-4222-bda2-411a26fd46fe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-a1554b98-2d90-4222-bda2-411a26fd46fe .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-a1554b98-2d90-4222-bda2-411a26fd46fe .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba71283c-6ab9-4c08-97f3-f89dec893a89 {
  text-align: left;
}



.shg-c#s-ba71283c-6ab9-4c08-97f3-f89dec893a89 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ba71283c-6ab9-4c08-97f3-f89dec893a89 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ba71283c-6ab9-4c08-97f3-f89dec893a89 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ba71283c-6ab9-4c08-97f3-f89dec893a89 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ba71283c-6ab9-4c08-97f3-f89dec893a89 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-a47a0d90-0fd5-47d5-a9bf-06099d0619b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a47a0d90-0fd5-47d5-a9bf-06099d0619b1 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-7a1b00fd-6b5c-437a-8f92-b6d74e3f7304 {
  text-align: left;
}

#s-7a1b00fd-6b5c-437a-8f92-b6d74e3f7304 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-7a1b00fd-6b5c-437a-8f92-b6d74e3f7304 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-7a1b00fd-6b5c-437a-8f92-b6d74e3f7304 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-60f86cce-0414-41b5-b7ae-3aab54ad8c1f {
  text-align: left;
}



.shg-c#s-60f86cce-0414-41b5-b7ae-3aab54ad8c1f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-60f86cce-0414-41b5-b7ae-3aab54ad8c1f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-60f86cce-0414-41b5-b7ae-3aab54ad8c1f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-60f86cce-0414-41b5-b7ae-3aab54ad8c1f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-60f86cce-0414-41b5-b7ae-3aab54ad8c1f .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-fa437c0a-3809-4899-bb22-4945309832de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa437c0a-3809-4899-bb22-4945309832de .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-8577c953-c1c8-4b15-87fe-3abe477b6b2d {
  text-align: left;
}

#s-8577c953-c1c8-4b15-87fe-3abe477b6b2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-8577c953-c1c8-4b15-87fe-3abe477b6b2d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-8577c953-c1c8-4b15-87fe-3abe477b6b2d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bd2217d4-b09d-4362-ac55-85713c8494a9 {
  text-align: left;
}



.shg-c#s-bd2217d4-b09d-4362-ac55-85713c8494a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-bd2217d4-b09d-4362-ac55-85713c8494a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bd2217d4-b09d-4362-ac55-85713c8494a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bd2217d4-b09d-4362-ac55-85713c8494a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-bd2217d4-b09d-4362-ac55-85713c8494a9 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-c0aee46c-bc26-44bd-ad11-ddfc7e216c37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c0aee46c-bc26-44bd-ad11-ddfc7e216c37 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-be83ebcd-96ce-4f2a-b114-956db4b63a09 {
  text-align: left;
}

#s-be83ebcd-96ce-4f2a-b114-956db4b63a09 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-be83ebcd-96ce-4f2a-b114-956db4b63a09 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-be83ebcd-96ce-4f2a-b114-956db4b63a09 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2f5cffeb-cdc8-4102-b343-31dea1cac059 {
  margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-2f5cffeb-cdc8-4102-b343-31dea1cac059 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-2f5cffeb-cdc8-4102-b343-31dea1cac059"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f5cffeb-cdc8-4102-b343-31dea1cac059"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f5cffeb-cdc8-4102-b343-31dea1cac059"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f5cffeb-cdc8-4102-b343-31dea1cac059"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f5f064ca-bf88-404d-ada4-961958d8ebaa {
  text-align: left;
}



.shg-c#s-f5f064ca-bf88-404d-ada4-961958d8ebaa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f5f064ca-bf88-404d-ada4-961958d8ebaa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-f5f064ca-bf88-404d-ada4-961958d8ebaa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-f5f064ca-bf88-404d-ada4-961958d8ebaa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-f5f064ca-bf88-404d-ada4-961958d8ebaa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-3fa07a7c-9ff7-4dc9-8497-1eb5c2ecf694 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3fa07a7c-9ff7-4dc9-8497-1eb5c2ecf694 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-b6a06c9f-1d12-4700-83e6-caa344d6b35d {
  text-align: left;
}

#s-b6a06c9f-1d12-4700-83e6-caa344d6b35d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-b6a06c9f-1d12-4700-83e6-caa344d6b35d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-b6a06c9f-1d12-4700-83e6-caa344d6b35d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-64a0a007-6488-409e-8881-bc73e6716963 {
  text-align: left;
}



.shg-c#s-64a0a007-6488-409e-8881-bc73e6716963 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-64a0a007-6488-409e-8881-bc73e6716963 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-64a0a007-6488-409e-8881-bc73e6716963 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-64a0a007-6488-409e-8881-bc73e6716963 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-64a0a007-6488-409e-8881-bc73e6716963 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-d0c22033-ba97-4322-b144-c6ea67510a4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0c22033-ba97-4322-b144-c6ea67510a4a .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-83ee8327-67ef-4780-9ec3-4ead58511870 {
  text-align: left;
}

#s-83ee8327-67ef-4780-9ec3-4ead58511870 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-83ee8327-67ef-4780-9ec3-4ead58511870 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-83ee8327-67ef-4780-9ec3-4ead58511870 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e2c9aefb-a2d6-41c5-aa91-f474113af204 {
  text-align: left;
}



.shg-c#s-e2c9aefb-a2d6-41c5-aa91-f474113af204 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-e2c9aefb-a2d6-41c5-aa91-f474113af204 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-e2c9aefb-a2d6-41c5-aa91-f474113af204 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-e2c9aefb-a2d6-41c5-aa91-f474113af204 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-e2c9aefb-a2d6-41c5-aa91-f474113af204 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-7dbc3e5f-1d73-447e-92b1-3f1bfebc6a17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7dbc3e5f-1d73-447e-92b1-3f1bfebc6a17 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-5f3a98ff-f1c2-4311-9f70-203101d839a1 {
  text-align: left;
}

#s-5f3a98ff-f1c2-4311-9f70-203101d839a1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-5f3a98ff-f1c2-4311-9f70-203101d839a1 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-5f3a98ff-f1c2-4311-9f70-203101d839a1 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3f385cac-6296-4b56-b0d1-d6c09f1b4ad3 {
  text-align: left;
}



.shg-c#s-3f385cac-6296-4b56-b0d1-d6c09f1b4ad3 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3f385cac-6296-4b56-b0d1-d6c09f1b4ad3 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3f385cac-6296-4b56-b0d1-d6c09f1b4ad3 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3f385cac-6296-4b56-b0d1-d6c09f1b4ad3 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-3f385cac-6296-4b56-b0d1-d6c09f1b4ad3 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-6dbb9213-1774-498e-846a-3b3940107281 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6dbb9213-1774-498e-846a-3b3940107281 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 14px;
  
  
  text-align: left;
}

#s-1c20d799-3fa9-4d45-ad47-eda8ad855d64 {
  text-align: left;
}

#s-1c20d799-3fa9-4d45-ad47-eda8ad855d64 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  
  
  font-style:  normal ;
}

#s-1c20d799-3fa9-4d45-ad47-eda8ad855d64 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
}

#s-1c20d799-3fa9-4d45-ad47-eda8ad855d64 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5 {
  border-style: solid;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5-root {
    text-align: center;
  }


#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5-root {
    text-align: center;
  }


#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5-root {
    text-align: center;
  }


#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5-root {
    text-align: center;
  }


#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5-root {
    text-align: center;
  }


#s-2cec42a1-1a52-4a0c-baa4-92ff6842dea5.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 {
  min-height: 50px;
opacity: 0;
}
@media (min-width: 1200px){#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 {
  display: none;
}
#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28, #wrap-s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 {
  display: none;
}
#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28, #wrap-s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 {
  display: none;
}
#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28, #wrap-s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 { display: none !important; }}@media (max-width: 767px){#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 {
  display: none;
}
#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28, #wrap-s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 { display: none !important; }}







#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc6f394d-7df1-49d6-b435-a85b72c8ae28.shg-box.shg-c {
  justify-content: center;
}

#s-95056617-7cd8-491e-98a5-80c9ba640fd1 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 25px;
max-width: 90%;
}
@media (max-width: 767px){#s-95056617-7cd8-491e-98a5-80c9ba640fd1 {
  max-width: 100%;
}
}
#s-95056617-7cd8-491e-98a5-80c9ba640fd1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-95056617-7cd8-491e-98a5-80c9ba640fd1 .shg-sld-nav-button.shg-sld-left,
#s-95056617-7cd8-491e-98a5-80c9ba640fd1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e56fb87f-a2d8-4cde-98c9-d6500e1848c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e56fb87f-a2d8-4cde-98c9-d6500e1848c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e56fb87f-a2d8-4cde-98c9-d6500e1848c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e56fb87f-a2d8-4cde-98c9-d6500e1848c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-6ce72081-3f14-4a60-8c18-8e6b84b3217d {
  text-align: left;
}



.shg-c#s-6ce72081-3f14-4a60-8c18-8e6b84b3217d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-6ce72081-3f14-4a60-8c18-8e6b84b3217d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-6ce72081-3f14-4a60-8c18-8e6b84b3217d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-6ce72081-3f14-4a60-8c18-8e6b84b3217d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-6ce72081-3f14-4a60-8c18-8e6b84b3217d .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-670abeb6-883a-454a-aa7c-758885ecccf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-670abeb6-883a-454a-aa7c-758885ecccf4 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 15px;
  
  
  text-align: left;
}

#s-b3ed341f-1a72-4c2e-9eae-1da6d1cc728d {
  text-align: left;
}

#s-b3ed341f-1a72-4c2e-9eae-1da6d1cc728d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-b3ed341f-1a72-4c2e-9eae-1da6d1cc728d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-b3ed341f-1a72-4c2e-9eae-1da6d1cc728d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31aa7e0f-e5eb-49f3-bccf-4094d8e0613b {
  text-align: left;
}



.shg-c#s-31aa7e0f-e5eb-49f3-bccf-4094d8e0613b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-31aa7e0f-e5eb-49f3-bccf-4094d8e0613b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-31aa7e0f-e5eb-49f3-bccf-4094d8e0613b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-31aa7e0f-e5eb-49f3-bccf-4094d8e0613b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-31aa7e0f-e5eb-49f3-bccf-4094d8e0613b .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-610673e0-4ee4-49ea-b3fb-79514e92dbbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-610673e0-4ee4-49ea-b3fb-79514e92dbbe .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-d16398e7-8495-4c34-a116-c7f6f2dd7838 {
  text-align: left;
}

#s-d16398e7-8495-4c34-a116-c7f6f2dd7838 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-d16398e7-8495-4c34-a116-c7f6f2dd7838 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-d16398e7-8495-4c34-a116-c7f6f2dd7838 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-652d9f09-ec10-4b8b-89bd-1ab9013ce831"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-652d9f09-ec10-4b8b-89bd-1ab9013ce831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-652d9f09-ec10-4b8b-89bd-1ab9013ce831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-652d9f09-ec10-4b8b-89bd-1ab9013ce831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-82792569-1ed7-4337-80d7-796087256f15 {
  text-align: left;
}



.shg-c#s-82792569-1ed7-4337-80d7-796087256f15 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-82792569-1ed7-4337-80d7-796087256f15 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-82792569-1ed7-4337-80d7-796087256f15 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-82792569-1ed7-4337-80d7-796087256f15 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-82792569-1ed7-4337-80d7-796087256f15 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-75387b23-e2b7-4a5d-bb83-6d11308ad123 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75387b23-e2b7-4a5d-bb83-6d11308ad123 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 15px;
  
  
  text-align: left;
}

#s-4a50b45d-377d-474d-8801-1636141fcf6d {
  text-align: left;
}

#s-4a50b45d-377d-474d-8801-1636141fcf6d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-4a50b45d-377d-474d-8801-1636141fcf6d .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-4a50b45d-377d-474d-8801-1636141fcf6d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ff974538-c61a-4a9d-9fb3-8800ea984236 {
  text-align: left;
}



.shg-c#s-ff974538-c61a-4a9d-9fb3-8800ea984236 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ff974538-c61a-4a9d-9fb3-8800ea984236 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ff974538-c61a-4a9d-9fb3-8800ea984236 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ff974538-c61a-4a9d-9fb3-8800ea984236 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-ff974538-c61a-4a9d-9fb3-8800ea984236 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-238d21db-aaa3-4d81-9c1d-6f56b223fce8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-238d21db-aaa3-4d81-9c1d-6f56b223fce8 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-755a32a9-8bca-425e-b97e-0dc93a6625a7 {
  text-align: left;
}

#s-755a32a9-8bca-425e-b97e-0dc93a6625a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-755a32a9-8bca-425e-b97e-0dc93a6625a7 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-755a32a9-8bca-425e-b97e-0dc93a6625a7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-d297b3f5-c6b6-492d-ab7f-449b54d200e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d297b3f5-c6b6-492d-ab7f-449b54d200e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d297b3f5-c6b6-492d-ab7f-449b54d200e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d297b3f5-c6b6-492d-ab7f-449b54d200e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-361a0548-9c5e-4553-ac28-6093b1d7fbfa {
  text-align: left;
}



.shg-c#s-361a0548-9c5e-4553-ac28-6093b1d7fbfa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-361a0548-9c5e-4553-ac28-6093b1d7fbfa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-361a0548-9c5e-4553-ac28-6093b1d7fbfa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-361a0548-9c5e-4553-ac28-6093b1d7fbfa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-361a0548-9c5e-4553-ac28-6093b1d7fbfa .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-ac1ae952-378a-4da2-b87c-e14e1062bff4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac1ae952-378a-4da2-b87c-e14e1062bff4 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  
}

#s-24796275-18f8-4d49-8f8c-598c10ebccff {
  text-align: left;
}

#s-24796275-18f8-4d49-8f8c-598c10ebccff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-24796275-18f8-4d49-8f8c-598c10ebccff .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-24796275-18f8-4d49-8f8c-598c10ebccff .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b7389aa5-a6ac-4a5c-b684-6b7b52793e77 {
  text-align: left;
}



.shg-c#s-b7389aa5-a6ac-4a5c-b684-6b7b52793e77 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-b7389aa5-a6ac-4a5c-b684-6b7b52793e77 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-b7389aa5-a6ac-4a5c-b684-6b7b52793e77 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-b7389aa5-a6ac-4a5c-b684-6b7b52793e77 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-b7389aa5-a6ac-4a5c-b684-6b7b52793e77 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-96d79a97-7e42-4f34-bfba-cdc208eabeb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-96d79a97-7e42-4f34-bfba-cdc208eabeb7 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-634d402c-0134-4506-ae90-86f05a458fa6 {
  text-align: left;
}

#s-634d402c-0134-4506-ae90-86f05a458fa6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-634d402c-0134-4506-ae90-86f05a458fa6 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-634d402c-0134-4506-ae90-86f05a458fa6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

@media (min-width: 0px) {
[id="s-edc4377d-d94e-4932-a941-78a4e7ae763f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-edc4377d-d94e-4932-a941-78a4e7ae763f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-edc4377d-d94e-4932-a941-78a4e7ae763f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-edc4377d-d94e-4932-a941-78a4e7ae763f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-c539fafe-2e3e-440b-8b5f-0369ec1322c2 {
  text-align: left;
}



.shg-c#s-c539fafe-2e3e-440b-8b5f-0369ec1322c2 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c539fafe-2e3e-440b-8b5f-0369ec1322c2 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c539fafe-2e3e-440b-8b5f-0369ec1322c2 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c539fafe-2e3e-440b-8b5f-0369ec1322c2 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-c539fafe-2e3e-440b-8b5f-0369ec1322c2 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-e52b515b-4e49-424c-9784-a65b39d2d1f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e52b515b-4e49-424c-9784-a65b39d2d1f2 .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-e3f41c46-90a9-43ae-b56c-82f66fdf32fc {
  text-align: left;
}

#s-e3f41c46-90a9-43ae-b56c-82f66fdf32fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-e3f41c46-90a9-43ae-b56c-82f66fdf32fc .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-e3f41c46-90a9-43ae-b56c-82f66fdf32fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90a6b541-5d56-4903-8aa3-bed5b407fdd8 {
  text-align: left;
}



.shg-c#s-90a6b541-5d56-4903-8aa3-bed5b407fdd8 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-90a6b541-5d56-4903-8aa3-bed5b407fdd8 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-90a6b541-5d56-4903-8aa3-bed5b407fdd8 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-90a6b541-5d56-4903-8aa3-bed5b407fdd8 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}@media (max-width: 767px){

.shg-c#s-90a6b541-5d56-4903-8aa3-bed5b407fdd8 .shg-image-zoom {
  width:  800; 
  height:  100%; 
}





}
#s-80052fd7-dbbd-4835-af5d-7e00056b0ccc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-80052fd7-dbbd-4835-af5d-7e00056b0ccc .shg-product-title-component h3 {
  color: #000;
  
  
  
  font-size: 16px;
  
  
  text-align: left;
}

#s-ee3ba8dd-b03d-4f42-92f2-0ac6e1dea12b {
  text-align: left;
}

#s-ee3ba8dd-b03d-4f42-92f2-0ac6e1dea12b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  
  
  font-style:  normal ;
}

#s-ee3ba8dd-b03d-4f42-92f2-0ac6e1dea12b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 16px;
}

#s-ee3ba8dd-b03d-4f42-92f2-0ac6e1dea12b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-061ace2b-f858-46fc-884d-e1cfc59e8888 {
  text-align: center;
}







  #s-061ace2b-f858-46fc-884d-e1cfc59e8888 img.shogun-image {
    

    
    
    
  }


#s-061ace2b-f858-46fc-884d-e1cfc59e8888 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9ac7f61-604a-4816-b393-5dc939d9e9a7 {
  text-align: center;
}







  #s-a9ac7f61-604a-4816-b393-5dc939d9e9a7 img.shogun-image {
    

    
    
    
  }


#s-a9ac7f61-604a-4816-b393-5dc939d9e9a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d89ec75-6582-4d29-a2e0-c60c63b675ee {
  text-align: center;
}







  #s-3d89ec75-6582-4d29-a2e0-c60c63b675ee img.shogun-image {
    

    
    
    
  }


#s-3d89ec75-6582-4d29-a2e0-c60c63b675ee .shogun-image-content {
  
    align-items: center;
  
}

#s-6e823110-6731-4e38-9a4d-7f7c381314a7 {
  text-align: center;
}







  #s-6e823110-6731-4e38-9a4d-7f7c381314a7 img.shogun-image {
    

    
    
    
  }


#s-6e823110-6731-4e38-9a4d-7f7c381314a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5661770-5afe-4ef8-919f-b44c90593209 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5661770-5afe-4ef8-919f-b44c90593209 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-d5661770-5afe-4ef8-919f-b44c90593209 .shogun-heading-component h3 a {
  color: #000;
}


#s-fed710fa-765e-4f41-bdda-01450630cef7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fed710fa-765e-4f41-bdda-01450630cef7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6e83130d-01f3-400b-a858-c5be8f0cb79a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e83130d-01f3-400b-a858-c5be8f0cb79a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-6e83130d-01f3-400b-a858-c5be8f0cb79a .shogun-heading-component h3 a {
  color: #000;
}


#s-912b08ef-11b4-4467-bc8e-f8fa71d9d074 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-912b08ef-11b4-4467-bc8e-f8fa71d9d074 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-912b08ef-11b4-4467-bc8e-f8fa71d9d074 .shogun-heading-component h3 a {
  color: #000;
}


#s-01e76882-6219-4fda-acae-174cf08267cd {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
color: rgba(3, 3, 3, 1);
background-image: none;
hover-type: color;
}
#s-01e76882-6219-4fda-acae-174cf08267cd:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01e76882-6219-4fda-acae-174cf08267cd:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: rgba(3, 3, 3, 1) !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
color: rgba(3, 3, 3, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-01e76882-6219-4fda-acae-174cf08267cd {
  margin-bottom: 10%;
padding-left: 31px;
padding-right: 31px;
}
}

  #s-01e76882-6219-4fda-acae-174cf08267cd-root {
    text-align: center;
  }


#s-01e76882-6219-4fda-acae-174cf08267cd.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-01e76882-6219-4fda-acae-174cf08267cd-root {
    text-align: center;
  }


#s-01e76882-6219-4fda-acae-174cf08267cd.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01e76882-6219-4fda-acae-174cf08267cd-root {
    text-align: center;
  }


#s-01e76882-6219-4fda-acae-174cf08267cd.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01e76882-6219-4fda-acae-174cf08267cd-root {
    text-align: center;
  }


#s-01e76882-6219-4fda-acae-174cf08267cd.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-01e76882-6219-4fda-acae-174cf08267cd-root {
    text-align: center;
  }


#s-01e76882-6219-4fda-acae-174cf08267cd.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-826b304b-23f6-4b6a-ba1c-881b68cce68d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-826b304b-23f6-4b6a-ba1c-881b68cce68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-826b304b-23f6-4b6a-ba1c-881b68cce68d.shg-box.shg-c {
  justify-content: center;
}

#s-d84281e8-e5bd-4cc5-b525-dfb2810f8dac {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d84281e8-e5bd-4cc5-b525-dfb2810f8dac {
  margin-left: 5%;
margin-right: 5%;
padding-left: 3%;
padding-right: 3%;
max-width: 90%;
}
}@media (max-width: 767px){#s-d84281e8-e5bd-4cc5-b525-dfb2810f8dac {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 10%;
padding-right: 10%;
max-width: 90%;
}
}
#s-d84281e8-e5bd-4cc5-b525-dfb2810f8dac {
  background-image: url();
}








#s-d84281e8-e5bd-4cc5-b525-dfb2810f8dac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.4;
  display: block;
}#s-d84281e8-e5bd-4cc5-b525-dfb2810f8dac.shg-box.shg-c {
  justify-content: center;
}

#s-aabc150b-e7f7-431a-87a6-b4771805a993 {
  padding-bottom: 35px;
text-align: center;
}
@media (max-width: 767px){#s-aabc150b-e7f7-431a-87a6-b4771805a993 {
  padding-bottom: 20px;
}
}
#s-aabc150b-e7f7-431a-87a6-b4771805a993 .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-48784ca9-401e-4c48-9a74-29af6565290f {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-48784ca9-401e-4c48-9a74-29af6565290f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-48784ca9-401e-4c48-9a74-29af6565290f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-48784ca9-401e-4c48-9a74-29af6565290f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-48784ca9-401e-4c48-9a74-29af6565290f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-835b9e07-3321-47db-87d3-80034b21d6f7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-835b9e07-3321-47db-87d3-80034b21d6f7 img.shogun-image {
    

    
    
    
  }


#s-835b9e07-3321-47db-87d3-80034b21d6f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bdacdc5-0816-499b-9268-fb3c0d16608d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-12974024-cfc6-40b7-b652-26fd5450fa58 {
  text-align: center;
}







  #s-12974024-cfc6-40b7-b652-26fd5450fa58 img.shogun-image {
    

    
    
    
  }


#s-12974024-cfc6-40b7-b652-26fd5450fa58 .shogun-image-content {
  
    align-items: center;
  
}

#s-2482a392-0753-47d0-9f98-e78d0f93801f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-43e63bcd-31ed-47c2-a1ab-0c8b53dd6865 {
  text-align: center;
}







  #s-43e63bcd-31ed-47c2-a1ab-0c8b53dd6865 img.shogun-image {
    

    
    
    
  }


#s-43e63bcd-31ed-47c2-a1ab-0c8b53dd6865 .shogun-image-content {
  
    align-items: center;
  
}

#s-d075d921-5f5d-499a-ab1a-c12026857b71 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-98679ae2-ab44-4b30-ab8f-5553afe46e92 {
  text-align: center;
}







  #s-98679ae2-ab44-4b30-ab8f-5553afe46e92 img.shogun-image {
    

    
    
    
  }


#s-98679ae2-ab44-4b30-ab8f-5553afe46e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-d314a5e1-690e-4696-b0d2-7852263f79a8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-66d5e44c-7a2c-404d-890c-0c73162661d6 {
  margin-bottom: 8%;
}

@media (min-width: 0px) {
[id="s-66d5e44c-7a2c-404d-890c-0c73162661d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-66d5e44c-7a2c-404d-890c-0c73162661d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-66d5e44c-7a2c-404d-890c-0c73162661d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-66d5e44c-7a2c-404d-890c-0c73162661d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6a9e7361-fe5e-4289-a24e-2fbb267aeefc {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-6a9e7361-fe5e-4289-a24e-2fbb267aeefc img.shogun-image {
    

    
    
    
  }


#s-6a9e7361-fe5e-4289-a24e-2fbb267aeefc .shogun-image-content {
  
    align-items: center;
  
}

#s-26b1bf0f-df0a-4865-82c5-575b1b69b5f6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6e96c128-e1e5-4683-8106-205e4b02cf72 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-6e96c128-e1e5-4683-8106-205e4b02cf72 img.shogun-image {
    

    
    
    
  }


#s-6e96c128-e1e5-4683-8106-205e4b02cf72 .shogun-image-content {
  
    align-items: center;
  
}

#s-d07f4ffe-97f7-469e-a5d3-91aac4fbf7e5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-50c8d800-bfdc-4ffa-ab5e-b38a1c716f96 {
  text-align: center;
}







  #s-50c8d800-bfdc-4ffa-ab5e-b38a1c716f96 img.shogun-image {
    

    
    
    
  }


#s-50c8d800-bfdc-4ffa-ab5e-b38a1c716f96 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae4d7264-f8d6-4122-8d97-d67f278846e4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-71bf197b-1463-4b91-a57c-4ce780972dca {
  padding-bottom: 35px;
text-align: center;
}
@media (max-width: 767px){#s-71bf197b-1463-4b91-a57c-4ce780972dca {
  margin-top: 18%;
padding-bottom: 20px;
}
}
#s-71bf197b-1463-4b91-a57c-4ce780972dca .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-ac5580ee-0033-47ef-a410-db20d8e700f8 {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-ac5580ee-0033-47ef-a410-db20d8e700f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac5580ee-0033-47ef-a410-db20d8e700f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ac5580ee-0033-47ef-a410-db20d8e700f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ac5580ee-0033-47ef-a410-db20d8e700f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-af911845-bd17-44e8-b7de-a066be77e908 {
  text-align: center;
}
@media (max-width: 767px){#s-af911845-bd17-44e8-b7de-a066be77e908 {
  padding-bottom: 8%;
}
}






  #s-af911845-bd17-44e8-b7de-a066be77e908 img.shogun-image {
    

    
    
    
  }


#s-af911845-bd17-44e8-b7de-a066be77e908 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-f4597bd0-5497-423b-afa3-de5e256ea43a {
  display: none;
}
#s-f4597bd0-5497-423b-afa3-de5e256ea43a, #wrap-s-f4597bd0-5497-423b-afa3-de5e256ea43a { display: none !important; }}
@media (min-width: 1200px){#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c {
  display: none;
}
#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c, #wrap-s-97c077b1-63a8-41d5-a06d-98a3b0887d1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c {
  display: none;
}
#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c, #wrap-s-97c077b1-63a8-41d5-a06d-98a3b0887d1c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c {
  display: none;
}
#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c, #wrap-s-97c077b1-63a8-41d5-a06d-98a3b0887d1c { display: none !important; }}@media (max-width: 767px){#s-97c077b1-63a8-41d5-a06d-98a3b0887d1c {
  margin-top: -10px;
margin-bottom: 0px;
}
}
#s-05ede05c-2b4d-429a-b80c-c8ec7477996a {
  text-align: center;
}







  #s-05ede05c-2b4d-429a-b80c-c8ec7477996a img.shogun-image {
    

    
    
    
  }


#s-05ede05c-2b4d-429a-b80c-c8ec7477996a .shogun-image-content {
  
    align-items: center;
  
}

#s-f13b6f2e-d903-45a9-ae69-6712a1b28095 {
  text-align: center;
}
@media (max-width: 767px){#s-f13b6f2e-d903-45a9-ae69-6712a1b28095 {
  margin-top: 7%;
}
}






  #s-f13b6f2e-d903-45a9-ae69-6712a1b28095 img.shogun-image {
    

    
    
    
  }


#s-f13b6f2e-d903-45a9-ae69-6712a1b28095 .shogun-image-content {
  
    align-items: center;
  
}

#s-05c2708c-78c2-4ea8-bd99-faabb48301fb {
  text-align: center;
}
@media (max-width: 767px){#s-05c2708c-78c2-4ea8-bd99-faabb48301fb {
  margin-top: 7%;
}
}






  #s-05c2708c-78c2-4ea8-bd99-faabb48301fb img.shogun-image {
    

    
    
    
  }


#s-05c2708c-78c2-4ea8-bd99-faabb48301fb .shogun-image-content {
  
    align-items: center;
  
}

#s-3d2815a9-58a7-436d-a9a7-55c23f3bf0e1 {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-3d2815a9-58a7-436d-a9a7-55c23f3bf0e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d2815a9-58a7-436d-a9a7-55c23f3bf0e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3d2815a9-58a7-436d-a9a7-55c23f3bf0e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3d2815a9-58a7-436d-a9a7-55c23f3bf0e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1b66ba0f-3795-4134-ad6b-a4874b6a0b27 {
  text-align: center;
}
@media (max-width: 767px){#s-1b66ba0f-3795-4134-ad6b-a4874b6a0b27 {
  margin-top: 5%;
}
}






  #s-1b66ba0f-3795-4134-ad6b-a4874b6a0b27 img.shogun-image {
    

    
    
    
  }


#s-1b66ba0f-3795-4134-ad6b-a4874b6a0b27 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d5c8d4e-9d21-470c-9350-90aeade0c5e6 {
  text-align: center;
}







  #s-1d5c8d4e-9d21-470c-9350-90aeade0c5e6 img.shogun-image {
    

    
    
    
  }


#s-1d5c8d4e-9d21-470c-9350-90aeade0c5e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc6b8cfa-97de-4457-a271-0879400c5292 {
  max-width: 230px;
aspect-ratio: 230/181;
text-align: center;
}





  #s-bc6b8cfa-97de-4457-a271-0879400c5292 img.shogun-image,
  #s-bc6b8cfa-97de-4457-a271-0879400c5292 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bc6b8cfa-97de-4457-a271-0879400c5292 {
    width: 100%;
    height: auto;
  }



  #s-bc6b8cfa-97de-4457-a271-0879400c5292 img.shogun-image {
    

    
    
    
  }


#s-bc6b8cfa-97de-4457-a271-0879400c5292 .shogun-image-content {
  
    align-items: center;
  
}

#s-44e449c9-e1ca-4e0c-8885-a1082d526922 {
  max-width: 230px;
aspect-ratio: 230/181;
text-align: center;
}





  #s-44e449c9-e1ca-4e0c-8885-a1082d526922 img.shogun-image,
  #s-44e449c9-e1ca-4e0c-8885-a1082d526922 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44e449c9-e1ca-4e0c-8885-a1082d526922 {
    width: 100%;
    height: auto;
  }



  #s-44e449c9-e1ca-4e0c-8885-a1082d526922 img.shogun-image {
    

    
    
    
  }


#s-44e449c9-e1ca-4e0c-8885-a1082d526922 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1ba2349-d94b-41f1-91e7-a32d593477bb {
  border-style: solid;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 31px;
padding-bottom: 10px;
padding-right: 31px;
border-top-width: 0.5px;
border-left-width: 0.5px;
border-bottom-width: 0.5px;
border-right-width: 0.5px;
border-color: rgba(3, 3, 3, 1);
border-radius: 2px;
background-color: rgba(231, 231, 231, 0.1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-e1ba2349-d94b-41f1-91e7-a32d593477bb:hover {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 3, 3, 1) !important;}#s-e1ba2349-d94b-41f1-91e7-a32d593477bb:active {border-style: solid !important;
border-top-width: 0.5px !important;
border-left-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-right-width: 0.5px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(231, 231, 231, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(3, 3, 3, 1) !important;}

  #s-e1ba2349-d94b-41f1-91e7-a32d593477bb-root {
    text-align: center;
  }


#s-e1ba2349-d94b-41f1-91e7-a32d593477bb.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1ba2349-d94b-41f1-91e7-a32d593477bb-root {
    text-align: center;
  }


#s-e1ba2349-d94b-41f1-91e7-a32d593477bb.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1ba2349-d94b-41f1-91e7-a32d593477bb-root {
    text-align: center;
  }


#s-e1ba2349-d94b-41f1-91e7-a32d593477bb.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1ba2349-d94b-41f1-91e7-a32d593477bb-root {
    text-align: center;
  }


#s-e1ba2349-d94b-41f1-91e7-a32d593477bb.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1ba2349-d94b-41f1-91e7-a32d593477bb-root {
    text-align: center;
  }


#s-e1ba2349-d94b-41f1-91e7-a32d593477bb.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(249, 243, 231, 1);
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.5;
  display: block;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  margin-top: 60px;
margin-left: 50px;
margin-bottom: 60px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}@media (max-width: 767px){#s-187ff21c-0a27-4e11-8087-f8c7f6389d47 {
  
}
}
@media (min-width: 0px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-187ff21c-0a27-4e11-8087-f8c7f6389d47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-af469a34-417e-4989-80b2-5c2a1a789ace {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af469a34-417e-4989-80b2-5c2a1a789ace .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-5dbe5bc9-1f78-4d42-abca-8e83a54a36e7 {
  text-align: center;
}







  #s-5dbe5bc9-1f78-4d42-abca-8e83a54a36e7 img.shogun-image {
    

    
    
    
  }


#s-5dbe5bc9-1f78-4d42-abca-8e83a54a36e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5c666f0-f037-4067-9a00-93c55c917496 {
  margin-top: 0px;
margin-left: 15%;
margin-bottom: 100px;
margin-right: 15%;
padding-top: 10px;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-a5c666f0-f037-4067-9a00-93c55c917496 {
  max-width: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5c666f0-f037-4067-9a00-93c55c917496 {
  max-width: 70%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5c666f0-f037-4067-9a00-93c55c917496 {
  max-width: 90%;
}
}







#s-a5c666f0-f037-4067-9a00-93c55c917496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5c666f0-f037-4067-9a00-93c55c917496.shg-box.shg-c {
  justify-content: center;
}

#s-97608a74-ec35-487e-89e6-71e605f6a6dd {
  margin-bottom: 10%;
}
@media (max-width: 767px){#s-97608a74-ec35-487e-89e6-71e605f6a6dd {
  margin-bottom: 12%;
}
}
@media (min-width: 0px) {
[id="s-97608a74-ec35-487e-89e6-71e605f6a6dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97608a74-ec35-487e-89e6-71e605f6a6dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97608a74-ec35-487e-89e6-71e605f6a6dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97608a74-ec35-487e-89e6-71e605f6a6dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3298cef3-b271-4b46-85ff-c4f47ec1c855 {
  text-align: center;
}







  #s-3298cef3-b271-4b46-85ff-c4f47ec1c855 img.shogun-image {
    

    
    
    
  }


#s-3298cef3-b271-4b46-85ff-c4f47ec1c855 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab4e957-65a8-405c-815e-76be594feb3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0ab4e957-65a8-405c-815e-76be594feb3a {
  padding-top: 10px;
padding-bottom: 1%;
}
}
#s-0ab4e957-65a8-405c-815e-76be594feb3a .shogun-heading-component h3 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-0ab4e957-65a8-405c-815e-76be594feb3a .shogun-heading-component h3 a {
  color: rgba(70, 136, 177, 1);
}


@media (max-width: 767px){#s-9f365fc5-eb36-4d4c-9da8-ab0dc2cbe5ca {
  margin-bottom: 12%;
}
}
#s-8ea9927c-3916-484d-be65-a20ed017f0ae {
  text-align: center;
}
@media (max-width: 767px){#s-8ea9927c-3916-484d-be65-a20ed017f0ae {
  margin-top: 5%;
margin-bottom: 0%;
}
}






  #s-8ea9927c-3916-484d-be65-a20ed017f0ae img.shogun-image {
    

    
    
    
  }


#s-8ea9927c-3916-484d-be65-a20ed017f0ae .shogun-image-content {
  
    align-items: center;
  
}

#s-4ad7b7a0-8b2e-4ba0-bdb5-6e52763542cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4ad7b7a0-8b2e-4ba0-bdb5-6e52763542cd {
  padding-bottom: 1%;
}
}
#s-4ad7b7a0-8b2e-4ba0-bdb5-6e52763542cd .shogun-heading-component h3 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-4ad7b7a0-8b2e-4ba0-bdb5-6e52763542cd .shogun-heading-component h3 a {
  color: rgba(70, 136, 177, 1);
}


@media (max-width: 767px){#s-c1d00e1c-de7d-4b50-8579-263116a869e3 {
  margin-bottom: 12%;
}
}
#s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 {
  max-width: 700px;
aspect-ratio: 700/414;
text-align: center;
}
@media (max-width: 767px){#s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 {
  margin-top: 5%;
}
}




  #s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 img.shogun-image,
  #s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 {
    width: 100%;
    height: auto;
  }



  #s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 img.shogun-image {
    

    
    
    
  }


#s-888f0187-cf4b-4485-a3a6-cc92dc71fb86 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c5f58a0-333a-4635-a942-352b7470e3c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0c5f58a0-333a-4635-a942-352b7470e3c3 {
  padding-bottom: 1%;
}
}
#s-0c5f58a0-333a-4635-a942-352b7470e3c3 .shogun-heading-component h3 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-0c5f58a0-333a-4635-a942-352b7470e3c3 .shogun-heading-component h3 a {
  color: rgba(70, 136, 177, 1);
}


@media (max-width: 767px){#s-cb94daf4-8389-47f9-98ee-3cc4a9d26c30 {
  margin-bottom: 0%;
}
}
#s-d4e7c74f-893b-41da-a1b2-4618a02f9446 {
  margin-top: 12%;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-d4e7c74f-893b-41da-a1b2-4618a02f9446"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4e7c74f-893b-41da-a1b2-4618a02f9446"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4e7c74f-893b-41da-a1b2-4618a02f9446"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4e7c74f-893b-41da-a1b2-4618a02f9446"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a223d17d-a7cb-401c-9b06-a821aba9494f {
  text-align: center;
}
@media (max-width: 767px){#s-a223d17d-a7cb-401c-9b06-a821aba9494f {
  margin-top: 5%;
}
}






  #s-a223d17d-a7cb-401c-9b06-a821aba9494f img.shogun-image {
    

    
    
    
  }


#s-a223d17d-a7cb-401c-9b06-a821aba9494f .shogun-image-content {
  
    align-items: center;
  
}

#s-0f27d5f7-b604-4dae-bda4-6ba4e8b9ce2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0f27d5f7-b604-4dae-bda4-6ba4e8b9ce2f {
  padding-bottom: 1%;
}
}
#s-0f27d5f7-b604-4dae-bda4-6ba4e8b9ce2f .shogun-heading-component h3 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-0f27d5f7-b604-4dae-bda4-6ba4e8b9ce2f .shogun-heading-component h3 a {
  color: rgba(70, 136, 177, 1);
}


@media (max-width: 767px){#s-9a664641-b6e2-4ebb-bae5-6044b82974db {
  margin-bottom: 12%;
}
}
#s-8d93cc06-b6a7-4843-96ca-57ae5d86f166 {
  text-align: center;
}
@media (max-width: 767px){#s-8d93cc06-b6a7-4843-96ca-57ae5d86f166 {
  margin-top: 5%;
margin-bottom: 0%;
}
}






  #s-8d93cc06-b6a7-4843-96ca-57ae5d86f166 img.shogun-image {
    

    
    
    
  }


#s-8d93cc06-b6a7-4843-96ca-57ae5d86f166 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c33cae5-7088-4d7c-91cc-58626940bcf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8c33cae5-7088-4d7c-91cc-58626940bcf4 {
  padding-bottom: 1%;
}
}
#s-8c33cae5-7088-4d7c-91cc-58626940bcf4 .shogun-heading-component h3 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-8c33cae5-7088-4d7c-91cc-58626940bcf4 .shogun-heading-component h3 a {
  color: rgba(70, 136, 177, 1);
}


@media (max-width: 767px){#s-49fe2953-ca7a-4bf3-894b-bb0e220806fb {
  margin-bottom: 12%;
}
}
#s-506af1f4-bba3-4bb8-956b-8703aaf1e267 {
  text-align: center;
}
@media (max-width: 767px){#s-506af1f4-bba3-4bb8-956b-8703aaf1e267 {
  margin-top: 5%;
margin-bottom: 0%;
}
}






  #s-506af1f4-bba3-4bb8-956b-8703aaf1e267 img.shogun-image {
    

    
    
    
  }


#s-506af1f4-bba3-4bb8-956b-8703aaf1e267 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cdac92f-5b7e-4d5b-b57f-989da6eef3f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3cdac92f-5b7e-4d5b-b57f-989da6eef3f1 {
  padding-bottom: 1%;
}
}
#s-3cdac92f-5b7e-4d5b-b57f-989da6eef3f1 .shogun-heading-component h3 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-3cdac92f-5b7e-4d5b-b57f-989da6eef3f1 .shogun-heading-component h3 a {
  color: rgba(70, 136, 177, 1);
}


@media (max-width: 767px){#s-bfc7cd5c-f510-44d8-93f0-91dc299f4e9c {
  margin-bottom: 12%;
}
}
@media (min-width: 0px) {
[id="s-addd25ab-2231-4a23-b2ac-2cd8564fe4aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-addd25ab-2231-4a23-b2ac-2cd8564fe4aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-addd25ab-2231-4a23-b2ac-2cd8564fe4aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-addd25ab-2231-4a23-b2ac-2cd8564fe4aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-582acb03-d536-44e3-8420-8b2b99fbe392 {
  max-width: 1200px;
aspect-ratio: 1200/381;
text-align: center;
}
@media (max-width: 767px){#s-582acb03-d536-44e3-8420-8b2b99fbe392 {
  display: none;
}
#s-582acb03-d536-44e3-8420-8b2b99fbe392, #wrap-s-582acb03-d536-44e3-8420-8b2b99fbe392 { display: none !important; }}




  #s-582acb03-d536-44e3-8420-8b2b99fbe392 img.shogun-image,
  #s-582acb03-d536-44e3-8420-8b2b99fbe392 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-582acb03-d536-44e3-8420-8b2b99fbe392 {
    width: 100%;
    height: auto;
  }



  #s-582acb03-d536-44e3-8420-8b2b99fbe392 img.shogun-image {
    

    
    
    
  }


#s-582acb03-d536-44e3-8420-8b2b99fbe392 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 {
  max-width: 1200px;
aspect-ratio: 1200/381;
text-align: center;
}
@media (min-width: 1200px){#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 {
  display: none;
}
#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8, #wrap-s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 {
  display: none;
}
#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8, #wrap-s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 {
  display: none;
}
#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8, #wrap-s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 { display: none !important; }}




  #s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 img.shogun-image,
  #s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 {
    width: 100%;
    height: auto;
  }



  #s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 img.shogun-image {
    

    
    
    
  }


#s-ceadc919-d0cf-434d-ac59-a49ac28b40a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a67fb5-44b8-4077-9ca6-f3117c7b6cb7 {
  text-align: center;
}
@media (max-width: 767px){#s-e4a67fb5-44b8-4077-9ca6-f3117c7b6cb7 {
  display: none;
}
#s-e4a67fb5-44b8-4077-9ca6-f3117c7b6cb7, #wrap-s-e4a67fb5-44b8-4077-9ca6-f3117c7b6cb7 { display: none !important; }}






  #s-e4a67fb5-44b8-4077-9ca6-f3117c7b6cb7 img.shogun-image {
    

    
    
    
  }


#s-e4a67fb5-44b8-4077-9ca6-f3117c7b6cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3e6da46-404e-4ef8-9655-099625229f1f {
  text-align: center;
}
@media (min-width: 1200px){#s-d3e6da46-404e-4ef8-9655-099625229f1f {
  display: none;
}
#s-d3e6da46-404e-4ef8-9655-099625229f1f, #wrap-s-d3e6da46-404e-4ef8-9655-099625229f1f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3e6da46-404e-4ef8-9655-099625229f1f {
  display: none;
}
#s-d3e6da46-404e-4ef8-9655-099625229f1f, #wrap-s-d3e6da46-404e-4ef8-9655-099625229f1f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3e6da46-404e-4ef8-9655-099625229f1f {
  display: none;
}
#s-d3e6da46-404e-4ef8-9655-099625229f1f, #wrap-s-d3e6da46-404e-4ef8-9655-099625229f1f { display: none !important; }}






  #s-d3e6da46-404e-4ef8-9655-099625229f1f img.shogun-image {
    

    
    
    
  }


#s-d3e6da46-404e-4ef8-9655-099625229f1f .shogun-image-content {
  
    align-items: center;
  
}

#s-13806c15-b57f-4d3b-8e76-660d58ddfaf1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-13806c15-b57f-4d3b-8e76-660d58ddfaf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13806c15-b57f-4d3b-8e76-660d58ddfaf1.shg-box.shg-c {
  justify-content: center;
}

#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853 {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
min-height: 50px;
max-width: 70%;
}
@media (min-width: 1200px){#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853 {
  
}
}@media (max-width: 767px){#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853 {
  margin-left: 5%;
margin-right: 5%;
max-width: 90%;
}
}







#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b3a2eb3-1ffa-4cc2-af17-55fb05355853.shg-box.shg-c {
  justify-content: center;
}

#s-87eb68fd-44e1-40a8-82e7-54d2f8fcc571 {
  margin-top: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-87eb68fd-44e1-40a8-82e7-54d2f8fcc571 .shogun-heading-component h2 {
  color: rgba(70, 136, 177, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-189a92a7-9b14-464d-a359-8b873a8933e5 {
  margin-bottom: 20px;
text-align: center;
}







  #s-189a92a7-9b14-464d-a359-8b873a8933e5 img.shogun-image {
    

    
    
    
  }


#s-189a92a7-9b14-464d-a359-8b873a8933e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5d60980-9144-419d-a86b-aa6a3c5a5d40 {
  margin-top: 40px;
}

#s-6bdb59e0-9865-4528-ae83-f582378e2c13 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 40px;
min-height: 50px;
}








#s-6bdb59e0-9865-4528-ae83-f582378e2c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6bdb59e0-9865-4528-ae83-f582378e2c13.shg-box.shg-c {
  justify-content: center;
}

#s-e6ce2cda-d7ea-4ff4-9b09-14a850f7eb01 {
  margin-left: auto;
margin-right: auto;
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;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}