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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-79702530-7906-4720-90c7-ebbd97b8a047 {
  min-height: 50px;
}








#s-79702530-7906-4720-90c7-ebbd97b8a047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79702530-7906-4720-90c7-ebbd97b8a047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3562a905-fd38-4278-abb2-54519a87b3f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3562a905-fd38-4278-abb2-54519a87b3f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3562a905-fd38-4278-abb2-54519a87b3f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin-left: auto;
margin-right: auto;
max-width: 6936px;
aspect-ratio: 6936/876;
text-align: center;
}
@media (min-width: 1200px){#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  display: none;
}
#s-684d8535-caa7-4153-815d-85b4ae4d103f, #wrap-s-684d8535-caa7-4153-815d-85b4ae4d103f { display: none !important; }}@media (max-width: 767px){#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  display: none;
}
#s-684d8535-caa7-4153-815d-85b4ae4d103f, #wrap-s-684d8535-caa7-4153-815d-85b4ae4d103f { display: none !important; }}


.shg-image-margin-container-s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-content {
  
    align-items: center;
  
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-684d8535-caa7-4153-815d-85b4ae4d103f {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
      position: relative;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6936px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-684d8535-caa7-4153-815d-85b4ae4d103f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-content {
  
    align-items: center;
  
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-684d8535-caa7-4153-815d-85b4ae4d103f {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
      position: relative;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6936px;
    }
  }

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

.shg-image-margin-container-s-684d8535-caa7-4153-815d-85b4ae4d103f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-content {
  
    align-items: center;
  
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-684d8535-caa7-4153-815d-85b4ae4d103f {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
      position: relative;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6936px;
    }
  }

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

.shg-image-margin-container-s-684d8535-caa7-4153-815d-85b4ae4d103f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-content {
  
    align-items: center;
  
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-684d8535-caa7-4153-815d-85b4ae4d103f {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
      position: relative;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6936px;
    }
  }

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

.shg-image-margin-container-s-684d8535-caa7-4153-815d-85b4ae4d103f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-684d8535-caa7-4153-815d-85b4ae4d103f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-684d8535-caa7-4153-815d-85b4ae4d103f .shogun-image-content {
  
    align-items: center;
  
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-684d8535-caa7-4153-815d-85b4ae4d103f {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container {
      position: relative;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-684d8535-caa7-4153-815d-85b4ae4d103f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6936px;
    }
  }

}
#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(82, 177, 215, 1);
}
@media (min-width: 1200px){#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 {
  display: none;
}
#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36, #wrap-s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 {
  display: none;
}
#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36, #wrap-s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 {
  
}
}







#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db7fb25e-baa2-4b6f-815d-583c86ec3e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin-left: auto;
margin-right: auto;
max-width: 3092px;
aspect-ratio: 3092/876;
text-align: center;
}



.shg-image-margin-container-s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }

    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-link {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3092px;
  }



  img.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
    
    
    
    max-height: 3092px;
  }


.s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
      --shg-aspect-ratio: calc(3092/876); 
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
      position: relative;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3092px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }

    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-link {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3092px;
  }



  img.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
    
    
    
    max-height: 3092px;
  }


.s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
      --shg-aspect-ratio: calc(3092/876); 
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
      position: relative;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3092px;
    }
  }

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

.shg-image-margin-container-s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }

    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-link {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3092px;
  }



  img.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
    
    
    
    max-height: 3092px;
  }


.s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
      --shg-aspect-ratio: calc(3092/876); 
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
      position: relative;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3092px;
    }
  }

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

.shg-image-margin-container-s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }

    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-link {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3092px;
  }



  img.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
    
    
    
    max-height: 3092px;
  }


.s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
      --shg-aspect-ratio: calc(3092/876); 
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
      position: relative;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3092px;
    }
  }

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

.shg-image-margin-container-s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }

    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-link {
      aspect-ratio: 3092/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 3092px;
  }



  img.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
    
    
    
    max-height: 3092px;
  }


.s-47574b30-82f0-464c-bdce-a5c28611f4f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 {
      --shg-aspect-ratio: calc(3092/876); 
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container {
      position: relative;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47574b30-82f0-464c-bdce-a5c28611f4f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3092px;
    }
  }

}
.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 ::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-44854533-f416-4e90-9673-09db8bc07ec8 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-ff79f7e3-1de6-4e68-86f8-da3096f23c14 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-210eabaa-9341-4689-bbd2-9c707bdbd147 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-210eabaa-9341-4689-bbd2-9c707bdbd147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-210eabaa-9341-4689-bbd2-9c707bdbd147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3433a65e-0d32-44e0-8a18-2660e0235a90 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

/* 
  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-9e986d50-cb06-4310-b761-192d6931796c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 247, 249, 1);
}

@media (min-width: 0px) {
[id="s-9e986d50-cb06-4310-b761-192d6931796c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e986d50-cb06-4310-b761-192d6931796c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e986d50-cb06-4310-b761-192d6931796c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e986d50-cb06-4310-b761-192d6931796c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2a75e90f-d9a4-42ee-9de4-fcbfb2a74c9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 247, 249, 1);
}








#s-2a75e90f-d9a4-42ee-9de4-fcbfb2a74c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a75e90f-d9a4-42ee-9de4-fcbfb2a74c9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7744619c-fd94-42f1-a219-07c395a630e0 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7744619c-fd94-42f1-a219-07c395a630e0 {
  display: none;
}
#s-7744619c-fd94-42f1-a219-07c395a630e0, #wrap-s-7744619c-fd94-42f1-a219-07c395a630e0 { display: none !important; }}
#s-09484feb-0a92-449c-b802-d07feb7b880e {
  margin-left: auto;
margin-right: auto;
}

#s-72210639-a0db-4209-93ce-348bad4426a9 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-72210639-a0db-4209-93ce-348bad4426a9 {
  display: none;
}
#s-72210639-a0db-4209-93ce-348bad4426a9, #wrap-s-72210639-a0db-4209-93ce-348bad4426a9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72210639-a0db-4209-93ce-348bad4426a9 {
  display: none;
}
#s-72210639-a0db-4209-93ce-348bad4426a9, #wrap-s-72210639-a0db-4209-93ce-348bad4426a9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72210639-a0db-4209-93ce-348bad4426a9 {
  display: none;
}
#s-72210639-a0db-4209-93ce-348bad4426a9, #wrap-s-72210639-a0db-4209-93ce-348bad4426a9 { display: none !important; }}
.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-4fbf0a3f-6131-4f22-80ef-e98f1057191f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fbf0a3f-6131-4f22-80ef-e98f1057191f .shg-product-title-component h1 {
  
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
  
  
  
}

.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: 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-d01ff3ec-fdfc-4622-99da-9bab30f869b6 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 {
  max-width:  100%;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 {
  max-width:  100%;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 {
  max-width:  100%;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 {
  max-width:  100%;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 {
  max-width:  100%;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 .shg-image-zoom,
.shg-c#s-d01ff3ec-fdfc-4622-99da-9bab30f869b6 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-29cc6806-658f-4299-bad1-3336c75d0392 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-29cc6806-658f-4299-bad1-3336c75d0392 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-29cc6806-658f-4299-bad1-3336c75d0392 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-29cc6806-658f-4299-bad1-3336c75d0392 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-29cc6806-658f-4299-bad1-3336c75d0392 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-29cc6806-658f-4299-bad1-3336c75d0392 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-29cc6806-658f-4299-bad1-3336c75d0392 .shg-gallery-dot {
  background-color: #FFF;
}

#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d {
  display: none;
}
#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d, #wrap-s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d {
  display: none;
}
#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d, #wrap-s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d {
  display: none;
}
#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d, #wrap-s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d { display: none !important; }}







#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f428eb1-63b2-4db4-8c6e-a17be904ac7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa92cb62-8df5-428d-86df-b5d43a6136b9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-f418631c-a3f9-424c-8f9b-51bc675c01d9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-f418631c-a3f9-424c-8f9b-51bc675c01d9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f418631c-a3f9-424c-8f9b-51bc675c01d9 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-f418631c-a3f9-424c-8f9b-51bc675c01d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bcfbce63-bf9c-46e7-9460-619c13ef05f9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-bcfbce63-bf9c-46e7-9460-619c13ef05f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcfbce63-bf9c-46e7-9460-619c13ef05f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcfbce63-bf9c-46e7-9460-619c13ef05f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcfbce63-bf9c-46e7-9460-619c13ef05f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-66681d9f-f01c-422a-a6ed-a93b1db881e7:hover {border-radius: 10px !important;
background-color: rgba(21, 163, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-66681d9f-f01c-422a-a6ed-a93b1db881e7:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-66681d9f-f01c-422a-a6ed-a93b1db881e7-atc-btn-wrapper {
    text-align: center;
  }


#s-66681d9f-f01c-422a-a6ed-a93b1db881e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-66681d9f-f01c-422a-a6ed-a93b1db881e7-atc-btn-wrapper {
    text-align: center;
  }


#s-66681d9f-f01c-422a-a6ed-a93b1db881e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-66681d9f-f01c-422a-a6ed-a93b1db881e7-atc-btn-wrapper {
    text-align: center;
  }


#s-66681d9f-f01c-422a-a6ed-a93b1db881e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-66681d9f-f01c-422a-a6ed-a93b1db881e7-atc-btn-wrapper {
    text-align: center;
  }


#s-66681d9f-f01c-422a-a6ed-a93b1db881e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-66681d9f-f01c-422a-a6ed-a93b1db881e7-atc-btn-wrapper {
    text-align: center;
  }


#s-66681d9f-f01c-422a-a6ed-a93b1db881e7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-66681d9f-f01c-422a-a6ed-a93b1db881e7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-cb267675-2055-4d21-ac7f-d7723edaff08 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-cb267675-2055-4d21-ac7f-d7723edaff08 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cb267675-2055-4d21-ac7f-d7723edaff08 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cb267675-2055-4d21-ac7f-d7723edaff08 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cb267675-2055-4d21-ac7f-d7723edaff08 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cb267675-2055-4d21-ac7f-d7723edaff08 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-d06341cb-b79e-474e-8f5a-24574b35b1f6 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d06341cb-b79e-474e-8f5a-24574b35b1f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d06341cb-b79e-474e-8f5a-24574b35b1f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1134efaf-9577-4c6f-930e-03788656d107 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-right: 10%;
}

#s-7e2f13ff-d7e7-4ee6-843b-4b8c62c9d2e3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-right: 10%;
}

#s-1c37c71b-2f01-4731-b974-a4a1ae78824d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1c37c71b-2f01-4731-b974-a4a1ae78824d {
  display: none;
}
#s-1c37c71b-2f01-4731-b974-a4a1ae78824d, #wrap-s-1c37c71b-2f01-4731-b974-a4a1ae78824d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c37c71b-2f01-4731-b974-a4a1ae78824d {
  display: none;
}
#s-1c37c71b-2f01-4731-b974-a4a1ae78824d, #wrap-s-1c37c71b-2f01-4731-b974-a4a1ae78824d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c37c71b-2f01-4731-b974-a4a1ae78824d {
  
}
}@media (max-width: 767px){#s-1c37c71b-2f01-4731-b974-a4a1ae78824d {
  display: none;
}
#s-1c37c71b-2f01-4731-b974-a4a1ae78824d, #wrap-s-1c37c71b-2f01-4731-b974-a4a1ae78824d { display: none !important; }}







#s-1c37c71b-2f01-4731-b974-a4a1ae78824d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c37c71b-2f01-4731-b974-a4a1ae78824d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1f00dac-3e51-4f12-9c8e-20db7584fbbd {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-7425648c-4360-4258-b4d4-ca984244156a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7425648c-4360-4258-b4d4-ca984244156a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7425648c-4360-4258-b4d4-ca984244156a .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-7425648c-4360-4258-b4d4-ca984244156a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e37b686f-61b7-476c-81b0-38203250c956 {
  margin-left: auto;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e37b686f-61b7-476c-81b0-38203250c956"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e37b686f-61b7-476c-81b0-38203250c956"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e37b686f-61b7-476c-81b0-38203250c956"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e37b686f-61b7-476c-81b0-38203250c956"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8:hover {border-radius: 10px !important;
background-color: rgba(21, 163, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9c07d834-aa21-4f55-8344-eaceabdbdfe8-atc-btn-wrapper {
    text-align: left;
  }


#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-9c07d834-aa21-4f55-8344-eaceabdbdfe8-atc-btn-wrapper {
    text-align: left;
  }


#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c07d834-aa21-4f55-8344-eaceabdbdfe8-atc-btn-wrapper {
    text-align: left;
  }


#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9c07d834-aa21-4f55-8344-eaceabdbdfe8-atc-btn-wrapper {
    text-align: left;
  }


#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-9c07d834-aa21-4f55-8344-eaceabdbdfe8-atc-btn-wrapper {
    text-align: left;
  }


#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-9c07d834-aa21-4f55-8344-eaceabdbdfe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dd6b689a-ae5c-41cb-a84f-e8af6bc7afc9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-dd6b689a-ae5c-41cb-a84f-e8af6bc7afc9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-dd6b689a-ae5c-41cb-a84f-e8af6bc7afc9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dd6b689a-ae5c-41cb-a84f-e8af6bc7afc9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dd6b689a-ae5c-41cb-a84f-e8af6bc7afc9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dd6b689a-ae5c-41cb-a84f-e8af6bc7afc9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f740c4a7-44c8-4472-a2ef-f4feac028184 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f740c4a7-44c8-4472-a2ef-f4feac028184 {
  display: none;
}
#s-f740c4a7-44c8-4472-a2ef-f4feac028184, #wrap-s-f740c4a7-44c8-4472-a2ef-f4feac028184 { display: none !important; }}@media (max-width: 767px){#s-f740c4a7-44c8-4472-a2ef-f4feac028184 {
  display: none;
}
#s-f740c4a7-44c8-4472-a2ef-f4feac028184, #wrap-s-f740c4a7-44c8-4472-a2ef-f4feac028184 { display: none !important; }}
#s-f740c4a7-44c8-4472-a2ef-f4feac028184 .shg-product-quantity-wrapper {
  display: flex;
}

#s-f740c4a7-44c8-4472-a2ef-f4feac028184 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-f740c4a7-44c8-4472-a2ef-f4feac028184 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-f740c4a7-44c8-4472-a2ef-f4feac028184 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-f740c4a7-44c8-4472-a2ef-f4feac028184 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb {
  display: none;
}
#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb, #wrap-s-2e12ec4f-8f74-4776-8bbc-80143b17dacb { display: none !important; }}@media (max-width: 767px){#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb {
  display: none;
}
#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb, #wrap-s-2e12ec4f-8f74-4776-8bbc-80143b17dacb { display: none !important; }}







#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e12ec4f-8f74-4776-8bbc-80143b17dacb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-293a72a0-aeb6-48ea-a6d0-72c7a52f3d81 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-b5f9b5c2-e4d5-48c1-9e81-f09ece2cf4c7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b5f9b5c2-e4d5-48c1-9e81-f09ece2cf4c7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-b5f9b5c2-e4d5-48c1-9e81-f09ece2cf4c7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-b5f9b5c2-e4d5-48c1-9e81-f09ece2cf4c7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e3765ac9-d6f8-4a16-8811-f911ddacd429 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-e3765ac9-d6f8-4a16-8811-f911ddacd429"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3765ac9-d6f8-4a16-8811-f911ddacd429"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3765ac9-d6f8-4a16-8811-f911ddacd429"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3765ac9-d6f8-4a16-8811-f911ddacd429"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d:hover {border-radius: 10px !important;
background-color: rgba(21, 163, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5483bc19-2f53-4365-89b8-bfcd45c6c39d-atc-btn-wrapper {
    text-align: left;
  }


#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5483bc19-2f53-4365-89b8-bfcd45c6c39d-atc-btn-wrapper {
    text-align: left;
  }


#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5483bc19-2f53-4365-89b8-bfcd45c6c39d-atc-btn-wrapper {
    text-align: left;
  }


#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5483bc19-2f53-4365-89b8-bfcd45c6c39d-atc-btn-wrapper {
    text-align: left;
  }


#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5483bc19-2f53-4365-89b8-bfcd45c6c39d-atc-btn-wrapper {
    text-align: left;
  }


#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-5483bc19-2f53-4365-89b8-bfcd45c6c39d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e517e4cf-5f7c-4eb6-bd4c-7efab400d385 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-e517e4cf-5f7c-4eb6-bd4c-7efab400d385 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e517e4cf-5f7c-4eb6-bd4c-7efab400d385 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e517e4cf-5f7c-4eb6-bd4c-7efab400d385 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e517e4cf-5f7c-4eb6-bd4c-7efab400d385 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e517e4cf-5f7c-4eb6-bd4c-7efab400d385 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-69b3df67-a939-45e4-b364-32a6303e1894 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69b3df67-a939-45e4-b364-32a6303e1894 {
  
}
}@media (max-width: 767px){#s-69b3df67-a939-45e4-b364-32a6303e1894 {
  display: none;
}
#s-69b3df67-a939-45e4-b364-32a6303e1894, #wrap-s-69b3df67-a939-45e4-b364-32a6303e1894 { display: none !important; }}







#s-69b3df67-a939-45e4-b364-32a6303e1894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69b3df67-a939-45e4-b364-32a6303e1894.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00ea0aa4-2b41-4357-a962-d38d714561fc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00ea0aa4-2b41-4357-a962-d38d714561fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
aspect-ratio: 288/301;
text-align: left;
}



.shg-image-margin-container-s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-content {
  
    align-items: center;
  
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3290d9a5-678d-44b9-9857-6b16b489b794 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
      position: relative;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-content {
  
    align-items: center;
  
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3290d9a5-678d-44b9-9857-6b16b489b794 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
      position: relative;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-content {
  
    align-items: center;
  
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3290d9a5-678d-44b9-9857-6b16b489b794 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
      position: relative;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-content {
  
    align-items: center;
  
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3290d9a5-678d-44b9-9857-6b16b489b794 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
      position: relative;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3290d9a5-678d-44b9-9857-6b16b489b794 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-3290d9a5-678d-44b9-9857-6b16b489b794 .shogun-image-content {
  
    align-items: center;
  
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3290d9a5-678d-44b9-9857-6b16b489b794 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container {
      position: relative;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3290d9a5-678d-44b9-9857-6b16b489b794 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-f2a15a5a-a573-4914-a2d4-d8667aaa6674 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-bb1e985d-9498-4b6f-b118-48c23703c04e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-bb1e985d-9498-4b6f-b118-48c23703c04e {
  display: none;
}
#s-bb1e985d-9498-4b6f-b118-48c23703c04e, #wrap-s-bb1e985d-9498-4b6f-b118-48c23703c04e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb1e985d-9498-4b6f-b118-48c23703c04e {
  display: none;
}
#s-bb1e985d-9498-4b6f-b118-48c23703c04e, #wrap-s-bb1e985d-9498-4b6f-b118-48c23703c04e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb1e985d-9498-4b6f-b118-48c23703c04e {
  display: none;
}
#s-bb1e985d-9498-4b6f-b118-48c23703c04e, #wrap-s-bb1e985d-9498-4b6f-b118-48c23703c04e { display: none !important; }}@media (max-width: 767px){#s-bb1e985d-9498-4b6f-b118-48c23703c04e {
  
}
}







#s-bb1e985d-9498-4b6f-b118-48c23703c04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb1e985d-9498-4b6f-b118-48c23703c04e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6a20da1-2cd2-4b77-8675-dc860bec1b94 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6a20da1-2cd2-4b77-8675-dc860bec1b94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin-left: auto;
margin-right: auto;
max-width: 20%;
aspect-ratio: 288/301;
text-align: center;
}



.shg-image-margin-container-s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
      position: relative;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
      position: relative;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

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

.shg-image-margin-container-s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
      position: relative;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

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

.shg-image-margin-container-s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
      position: relative;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

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

.shg-image-margin-container-s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-b68e8168-0dde-4836-a5f5-766401e6d4c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container {
      position: relative;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b68e8168-0dde-4836-a5f5-766401e6d4c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-c1a0e4cc-b514-4ece-93cd-a4d66767945e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-7a7cc773-e5b0-4cdb-a45b-a73d4a198d04 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a7cc773-e5b0-4cdb-a45b-a73d4a198d04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a7cc773-e5b0-4cdb-a45b-a73d4a198d04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bb5dc20-444e-43bf-91f2-e055d388ffd1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
background-color: rgba(29, 169, 217, 1);
}

@media (min-width: 0px) {
[id="s-8bb5dc20-444e-43bf-91f2-e055d388ffd1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8bb5dc20-444e-43bf-91f2-e055d388ffd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-8bb5dc20-444e-43bf-91f2-e055d388ffd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bb5dc20-444e-43bf-91f2-e055d388ffd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-content {
  
    align-items: center;
  
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db44b273-923e-4130-b202-004d2c1c57fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
      position: relative;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db44b273-923e-4130-b202-004d2c1c57fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-content {
  
    align-items: center;
  
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db44b273-923e-4130-b202-004d2c1c57fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
      position: relative;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-db44b273-923e-4130-b202-004d2c1c57fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-content {
  
    align-items: center;
  
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db44b273-923e-4130-b202-004d2c1c57fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
      position: relative;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-db44b273-923e-4130-b202-004d2c1c57fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-content {
  
    align-items: center;
  
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db44b273-923e-4130-b202-004d2c1c57fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
      position: relative;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-db44b273-923e-4130-b202-004d2c1c57fa {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db44b273-923e-4130-b202-004d2c1c57fa {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44b273-923e-4130-b202-004d2c1c57fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-db44b273-923e-4130-b202-004d2c1c57fa .shogun-image-content {
  
    align-items: center;
  
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db44b273-923e-4130-b202-004d2c1c57fa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container {
      position: relative;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44b273-923e-4130-b202-004d2c1c57fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
      position: relative;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
      position: relative;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
      position: relative;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
      position: relative;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-f8292a8f-7ebb-458b-afd1-f1891b25e557 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container {
      position: relative;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8292a8f-7ebb-458b-afd1-f1891b25e557 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-content {
  
    align-items: center;
  
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36112236-9673-49da-ae12-c79d2fb2b23c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
      position: relative;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-36112236-9673-49da-ae12-c79d2fb2b23c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-content {
  
    align-items: center;
  
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36112236-9673-49da-ae12-c79d2fb2b23c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
      position: relative;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-36112236-9673-49da-ae12-c79d2fb2b23c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-content {
  
    align-items: center;
  
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36112236-9673-49da-ae12-c79d2fb2b23c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
      position: relative;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-36112236-9673-49da-ae12-c79d2fb2b23c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-content {
  
    align-items: center;
  
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36112236-9673-49da-ae12-c79d2fb2b23c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
      position: relative;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-36112236-9673-49da-ae12-c79d2fb2b23c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36112236-9673-49da-ae12-c79d2fb2b23c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-36112236-9673-49da-ae12-c79d2fb2b23c .shogun-image-content {
  
    align-items: center;
  
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36112236-9673-49da-ae12-c79d2fb2b23c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container {
      position: relative;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36112236-9673-49da-ae12-c79d2fb2b23c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adfd97f8-2032-4733-b243-632bf60d78c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
      position: relative;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adfd97f8-2032-4733-b243-632bf60d78c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
      position: relative;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adfd97f8-2032-4733-b243-632bf60d78c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
      position: relative;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adfd97f8-2032-4733-b243-632bf60d78c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
      position: relative;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-adfd97f8-2032-4733-b243-632bf60d78c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-adfd97f8-2032-4733-b243-632bf60d78c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-adfd97f8-2032-4733-b243-632bf60d78c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container {
      position: relative;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-adfd97f8-2032-4733-b243-632bf60d78c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-46e0e0bf-8c6d-45ba-ab56-8f4e95cdfbe4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-46e0e0bf-8c6d-45ba-ab56-8f4e95cdfbe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46e0e0bf-8c6d-45ba-ab56-8f4e95cdfbe4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin-left: auto;
margin-right: auto;
max-width: 6940px;
aspect-ratio: 6940/2608;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  display: none;
}
#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf, #wrap-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf { display: none !important; }}@media (max-width: 767px){#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  display: none;
}
#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf, #wrap-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf { display: none !important; }}


.shg-image-margin-container-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
      position: relative;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
      position: relative;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

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

.shg-image-margin-container-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
      position: relative;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

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

.shg-image-margin-container-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
      position: relative;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

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

.shg-image-margin-container-s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container {
      position: relative;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e28f8e07-2f38-45dc-bec9-fba3887a07bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

}
#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin-left: auto;
margin-right: auto;
max-width: 4840px;
aspect-ratio: 4840/4512;
text-align: center;
}
@media (min-width: 1200px){#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  display: none;
}
#s-b914f83c-6890-4e4d-9c49-e77383c42c9e, #wrap-s-b914f83c-6890-4e4d-9c49-e77383c42c9e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  display: none;
}
#s-b914f83c-6890-4e4d-9c49-e77383c42c9e, #wrap-s-b914f83c-6890-4e4d-9c49-e77383c42c9e { display: none !important; }}@media (max-width: 767px){#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  display: none;
}
#s-b914f83c-6890-4e4d-9c49-e77383c42c9e, #wrap-s-b914f83c-6890-4e4d-9c49-e77383c42c9e { display: none !important; }}


.shg-image-margin-container-s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-content {
  
    align-items: center;
  
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
      position: relative;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-content {
  
    align-items: center;
  
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
      position: relative;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

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

.shg-image-margin-container-s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-content {
  
    align-items: center;
  
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
      position: relative;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

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

.shg-image-margin-container-s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-content {
  
    align-items: center;
  
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
      position: relative;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

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

.shg-image-margin-container-s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-b914f83c-6890-4e4d-9c49-e77383c42c9e .shogun-image-content {
  
    align-items: center;
  
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container {
      position: relative;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b914f83c-6890-4e4d-9c49-e77383c42c9e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

}
#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin-left: auto;
margin-right: auto;
max-width: 1720px;
aspect-ratio: 1720/6152;
text-align: center;
}
@media (min-width: 1200px){#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  display: none;
}
#s-6e7ede59-a317-45b5-b572-bf63c2f61268, #wrap-s-6e7ede59-a317-45b5-b572-bf63c2f61268 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  display: none;
}
#s-6e7ede59-a317-45b5-b572-bf63c2f61268, #wrap-s-6e7ede59-a317-45b5-b572-bf63c2f61268 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  display: none;
}
#s-6e7ede59-a317-45b5-b572-bf63c2f61268, #wrap-s-6e7ede59-a317-45b5-b572-bf63c2f61268 { display: none !important; }}


.shg-image-margin-container-s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
      position: relative;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
      position: relative;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
      position: relative;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
      position: relative;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-6e7ede59-a317-45b5-b572-bf63c2f61268 .shogun-image-content {
  
    align-items: center;
  
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container {
      position: relative;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e7ede59-a317-45b5-b572-bf63c2f61268 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

}
#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin-left: auto;
margin-right: auto;
max-width: 6920px;
aspect-ratio: 6920/4264;
text-align: center;
}
@media (max-width: 767px){#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  display: none;
}
#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d, #wrap-s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d { display: none !important; }}


.shg-image-margin-container-s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-content {
  
    align-items: center;
  
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
      position: relative;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-content {
  
    align-items: center;
  
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
      position: relative;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

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

.shg-image-margin-container-s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-content {
  
    align-items: center;
  
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
      position: relative;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

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

.shg-image-margin-container-s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-content {
  
    align-items: center;
  
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
      position: relative;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

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

.shg-image-margin-container-s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d .shogun-image-content {
  
    align-items: center;
  
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container {
      position: relative;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82ac7d42-1f2c-4612-b5a8-7a4a54cbd81d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

}
#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin-left: auto;
margin-right: auto;
max-width: 1720px;
aspect-ratio: 1720/3524;
text-align: center;
}
@media (min-width: 1200px){#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  display: none;
}
#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5, #wrap-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  display: none;
}
#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5, #wrap-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  display: none;
}
#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5, #wrap-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 { display: none !important; }}


.shg-image-margin-container-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
      position: relative;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
      position: relative;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
      position: relative;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
      position: relative;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container {
      position: relative;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38fac4f9-a215-40e0-b7bb-64ad83fe13f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

}
#s-09e3e6e5-e0c7-4e1e-9010-c062fc292604 {
  margin-top: 35px;
margin-bottom: 35px;
min-height: 50px;
}








#s-09e3e6e5-e0c7-4e1e-9010-c062fc292604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09e3e6e5-e0c7-4e1e-9010-c062fc292604.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  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-344a83fa-ef58-4f04-b4b6-1ebe8e5e3cb3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-344a83fa-ef58-4f04-b4b6-1ebe8e5e3cb3 .shogun-heading-component h1 {
  color: rgba(44, 86, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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-7b8ea157-1986-43ce-b48c-e047e65f3c4a {
  margin-bottom: 10px;
text-align: center;
}







  #s-7b8ea157-1986-43ce-b48c-e047e65f3c4a img.shogun-image {
    

    
    
    
  }


#s-7b8ea157-1986-43ce-b48c-e047e65f3c4a .shogun-image-content {
  
    align-items: center;
  
}

#s-7154b803-4b45-4460-aef2-b507d906a294 {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7154b803-4b45-4460-aef2-b507d906a294 {
  display: none;
}
#s-7154b803-4b45-4460-aef2-b507d906a294, #wrap-s-7154b803-4b45-4460-aef2-b507d906a294 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7154b803-4b45-4460-aef2-b507d906a294"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7154b803-4b45-4460-aef2-b507d906a294"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7154b803-4b45-4460-aef2-b507d906a294"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7154b803-4b45-4460-aef2-b507d906a294"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-92319f82-cb70-4771-92f1-168a9c6aea97 {
  min-height: 50px;
}








#s-92319f82-cb70-4771-92f1-168a9c6aea97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92319f82-cb70-4771-92f1-168a9c6aea97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94e0c46b-1893-414b-bd25-3fb331c7c3a4 {
  min-height: 50px;
}








#s-94e0c46b-1893-414b-bd25-3fb331c7c3a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94e0c46b-1893-414b-bd25-3fb331c7c3a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
      position: relative;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
      position: relative;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
      position: relative;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
      position: relative;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc .shogun-image-content {
  
    align-items: center;
  
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container {
      position: relative;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a67ff68-ebe4-47e6-a36e-47bc6983a7bc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-1fac3461-b92e-447a-9f91-6910f4fd6980 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-56b41aa1-fd98-4185-8ca3-041db9dead2e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-27652c92-3258-40da-bb85-6ea472d26524 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-27652c92-3258-40da-bb85-6ea472d26524 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-27652c92-3258-40da-bb85-6ea472d26524 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-content {
  
    align-items: center;
  
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27652c92-3258-40da-bb85-6ea472d26524 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
      position: relative;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-27652c92-3258-40da-bb85-6ea472d26524 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-27652c92-3258-40da-bb85-6ea472d26524 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-content {
  
    align-items: center;
  
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27652c92-3258-40da-bb85-6ea472d26524 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
      position: relative;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-27652c92-3258-40da-bb85-6ea472d26524 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-27652c92-3258-40da-bb85-6ea472d26524 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-content {
  
    align-items: center;
  
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27652c92-3258-40da-bb85-6ea472d26524 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
      position: relative;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-27652c92-3258-40da-bb85-6ea472d26524 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-27652c92-3258-40da-bb85-6ea472d26524 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-content {
  
    align-items: center;
  
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27652c92-3258-40da-bb85-6ea472d26524 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
      position: relative;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-27652c92-3258-40da-bb85-6ea472d26524 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-27652c92-3258-40da-bb85-6ea472d26524 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27652c92-3258-40da-bb85-6ea472d26524 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-27652c92-3258-40da-bb85-6ea472d26524 .shogun-image-content {
  
    align-items: center;
  
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27652c92-3258-40da-bb85-6ea472d26524 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container {
      position: relative;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27652c92-3258-40da-bb85-6ea472d26524 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-b977d2f1-0fac-4a34-967b-790bcfb8abe2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-66d87bf3-b0a3-453a-8808-2c7249b18407 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-04a892f9-0b95-4a80-806f-16892ece3506 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
      position: relative;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
      position: relative;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
      position: relative;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
      position: relative;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 .shogun-image-content {
  
    align-items: center;
  
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container {
      position: relative;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50ddbc0c-0cea-409c-8a1a-87ab4b7dba61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-b8487e78-f0b7-4358-8911-7ceef30646ab {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-51d0c78e-d3fc-4da6-ad7e-ba93c9bda099 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c {
  padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c {
  display: none;
}
#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c, #wrap-s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c {
  display: none;
}
#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c, #wrap-s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c { display: none !important; }}@media (max-width: 767px){#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c {
  display: none;
}
#s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c, #wrap-s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c { display: none !important; }}
@media (min-width: 0px) {
[id="s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b7b54cb7-e8c3-4dac-83e6-34c7a221a50c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-5d733599-d52d-416a-bf50-b1437375a6b6 {
  min-height: 50px;
}








#s-5d733599-d52d-416a-bf50-b1437375a6b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d733599-d52d-416a-bf50-b1437375a6b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e0f5e84-9466-4c87-8541-cbbbf4408126 {
  min-height: 50px;
}








#s-2e0f5e84-9466-4c87-8541-cbbbf4408126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e0f5e84-9466-4c87-8541-cbbbf4408126.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6281e267-9726-4848-9ab9-69a642078e29 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-6281e267-9726-4848-9ab9-69a642078e29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6281e267-9726-4848-9ab9-69a642078e29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6281e267-9726-4848-9ab9-69a642078e29 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
      position: relative;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6281e267-9726-4848-9ab9-69a642078e29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6281e267-9726-4848-9ab9-69a642078e29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6281e267-9726-4848-9ab9-69a642078e29 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
      position: relative;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-6281e267-9726-4848-9ab9-69a642078e29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6281e267-9726-4848-9ab9-69a642078e29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6281e267-9726-4848-9ab9-69a642078e29 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
      position: relative;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-6281e267-9726-4848-9ab9-69a642078e29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6281e267-9726-4848-9ab9-69a642078e29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6281e267-9726-4848-9ab9-69a642078e29 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
      position: relative;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-6281e267-9726-4848-9ab9-69a642078e29 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-6281e267-9726-4848-9ab9-69a642078e29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6281e267-9726-4848-9ab9-69a642078e29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-6281e267-9726-4848-9ab9-69a642078e29 .shogun-image-content {
  
    align-items: center;
  
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6281e267-9726-4848-9ab9-69a642078e29 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container {
      position: relative;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6281e267-9726-4848-9ab9-69a642078e29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-d2a5cd33-f78c-4d2d-a881-822ee6b95a54 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6dfc231e-7098-4e50-85a9-1c6adf6c50e5 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
      position: relative;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
      position: relative;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
      position: relative;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
      position: relative;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container {
      position: relative;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1131d3d5-a9bc-46ea-98f5-e58f970eee6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-f221d886-24df-4de7-8869-e7019e7840d4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-c255dc49-c658-4ad8-b148-bbebd233fbe2 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-70c02afa-fa9e-4ca4-bd9c-0cb7bb63a432 {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
      position: relative;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
      position: relative;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
      position: relative;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
      position: relative;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container {
      position: relative;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba79bc93-6ea0-4ab2-b6bd-f2855f31a7a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-a430f0de-600f-4611-9e03-fa7cfb8ca2e8 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
}

#s-6b554bcb-0a33-4754-9abd-b4f62fb1ade9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-b127ec34-01fa-426a-a272-983141fbfa3a hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-fff1548f-72b3-4c4a-ba6a-4ca9dfc3bdf9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fff1548f-72b3-4c4a-ba6a-4ca9dfc3bdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fff1548f-72b3-4c4a-ba6a-4ca9dfc3bdf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe0fab86-cd1c-402c-ba44-cb6add1905d9 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fe0fab86-cd1c-402c-ba44-cb6add1905d9 .shogun-heading-component h1 {
  color: rgba(44, 86, 125, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 4px;
  
}



#s-007b36dd-fb8c-4feb-99a9-5796cf1098fa {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-1c6cb96b-6ae0-4daa-a37b-ec1f541c10d8 {
  margin-left: auto;
margin-right: auto;
}

#s-c4f35536-08a6-40f2-bb7f-e456c32260c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c4f35536-08a6-40f2-bb7f-e456c32260c9 .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-1666329b-5a92-44ba-b3e5-fa1f8be83a9b {
  text-align: center;
}

#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b1d38c75-68b3-496d-9069-0a002e15a76e:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-b1d38c75-68b3-496d-9069-0a002e15a76e:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1e9ab43a-d190-4619-95a1-382329c8ce65 {
  margin-left: auto;
margin-right: auto;
}

#s-d338e26f-338f-435c-8730-cb672b11f0c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d338e26f-338f-435c-8730-cb672b11f0c2 .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-a4b61305-f2d5-4466-89fe-a082181f1d59 {
  text-align: center;
}

#s-fe4554af-f855-4770-bf78-64211e65291a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-833683d4-760b-4edc-a588-21c06380e2a2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-833683d4-760b-4edc-a588-21c06380e2a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-833683d4-760b-4edc-a588-21c06380e2a2 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-833683d4-760b-4edc-a588-21c06380e2a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6c3da81c-5504-4b8b-b871-bf4a932a1715 {
  margin-left: auto;
margin-right: auto;
}

#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  display: none;
}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3, #wrap-s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  display: none;
}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3, #wrap-s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  display: none;
}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3, #wrap-s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 { display: none !important; }}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 hr {
  border-top: 0px solid #ddd;
}

#s-f98df62d-05d0-42af-89b5-d73d8b69a4ac {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f98df62d-05d0-42af-89b5-d73d8b69a4ac .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-8b26e9d2-61cf-4030-8443-abd4bbff018f {
  text-align: center;
}

#s-0448339c-9988-461a-b811-949fab68bbcd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-23d65f98-f655-4fa5-8bb1-896206cfb951 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23d65f98-f655-4fa5-8bb1-896206cfb951 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-23d65f98-f655-4fa5-8bb1-896206cfb951 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-23d65f98-f655-4fa5-8bb1-896206cfb951 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-deb74b83-27a3-4400-898a-23265e272b8d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-deb74b83-27a3-4400-898a-23265e272b8d {
  display: none;
}
#s-deb74b83-27a3-4400-898a-23265e272b8d, #wrap-s-deb74b83-27a3-4400-898a-23265e272b8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deb74b83-27a3-4400-898a-23265e272b8d {
  display: none;
}
#s-deb74b83-27a3-4400-898a-23265e272b8d, #wrap-s-deb74b83-27a3-4400-898a-23265e272b8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-deb74b83-27a3-4400-898a-23265e272b8d {
  display: none;
}
#s-deb74b83-27a3-4400-898a-23265e272b8d, #wrap-s-deb74b83-27a3-4400-898a-23265e272b8d { display: none !important; }}
#s-deb74b83-27a3-4400-898a-23265e272b8d hr {
  border-top: 0px solid #ddd;
}

#s-cc8d5540-88ae-4691-968f-f534837d2516 {
  margin-left: auto;
margin-right: auto;
}

#s-99e38e8d-549b-4405-87fa-bb1a369dc627 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-99e38e8d-549b-4405-87fa-bb1a369dc627 .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-a06ca2bd-a5fc-4f84-8046-03981198a214 {
  text-align: center;
}

#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1b23baff-f624-4832-8e28-e4152828db6f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1b23baff-f624-4832-8e28-e4152828db6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1b23baff-f624-4832-8e28-e4152828db6f .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-1b23baff-f624-4832-8e28-e4152828db6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-fe351189-7d46-453e-9c90-819d6d28b097:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-fe351189-7d46-453e-9c90-819d6d28b097:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e79096a3-189b-4f8a-b609-fa37313b7a06 {
  margin-left: 7%;
margin-right: 7%;
}

/*
  $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;
  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;
}
