.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-51f5691d-4244-4937-822c-171f3f596b9a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-51f5691d-4244-4937-822c-171f3f596b9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-51f5691d-4244-4937-822c-171f3f596b9a.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-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin-left: auto;
margin-right: auto;
max-width: 6936px;
aspect-ratio: 6936/876;
text-align: center;
}
@media (min-width: 1200px){#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  display: none;
}
#s-8a215229-38f9-461c-ac99-d1dfd495e979, #wrap-s-8a215229-38f9-461c-ac99-d1dfd495e979 { display: none !important; }}@media (max-width: 767px){#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  display: none;
}
#s-8a215229-38f9-461c-ac99-d1dfd495e979, #wrap-s-8a215229-38f9-461c-ac99-d1dfd495e979 { display: none !important; }}


.shg-image-margin-container-s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a215229-38f9-461c-ac99-d1dfd495e979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a215229-38f9-461c-ac99-d1dfd495e979 {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
      position: relative;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979 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-8a215229-38f9-461c-ac99-d1dfd495e979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a215229-38f9-461c-ac99-d1dfd495e979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a215229-38f9-461c-ac99-d1dfd495e979 {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
      position: relative;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979 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-8a215229-38f9-461c-ac99-d1dfd495e979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a215229-38f9-461c-ac99-d1dfd495e979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a215229-38f9-461c-ac99-d1dfd495e979 {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
      position: relative;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979 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-8a215229-38f9-461c-ac99-d1dfd495e979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a215229-38f9-461c-ac99-d1dfd495e979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a215229-38f9-461c-ac99-d1dfd495e979 {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
      position: relative;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979 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-8a215229-38f9-461c-ac99-d1dfd495e979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }

    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-link {
      aspect-ratio: 6936/876;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a215229-38f9-461c-ac99-d1dfd495e979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a215229-38f9-461c-ac99-d1dfd495e979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6936px;
  }



  img.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
    
    
    
    max-height: 6936px;
  }


.s-8a215229-38f9-461c-ac99-d1dfd495e979 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a215229-38f9-461c-ac99-d1dfd495e979 {
      --shg-aspect-ratio: calc(6936/876); 
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container {
      position: relative;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a215229-38f9-461c-ac99-d1dfd495e979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6936px;
    }
  }

}
#s-ea64b345-d417-48e3-a2f2-19641eeaf98c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(82, 177, 215, 1);
}
@media (min-width: 1200px){#s-ea64b345-d417-48e3-a2f2-19641eeaf98c {
  display: none;
}
#s-ea64b345-d417-48e3-a2f2-19641eeaf98c, #wrap-s-ea64b345-d417-48e3-a2f2-19641eeaf98c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea64b345-d417-48e3-a2f2-19641eeaf98c {
  display: none;
}
#s-ea64b345-d417-48e3-a2f2-19641eeaf98c, #wrap-s-ea64b345-d417-48e3-a2f2-19641eeaf98c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea64b345-d417-48e3-a2f2-19641eeaf98c {
  
}
}







#s-ea64b345-d417-48e3-a2f2-19641eeaf98c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea64b345-d417-48e3-a2f2-19641eeaf98c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::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-50b7a5bb-7270-4831-bd71-2bf42bc740d6 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-1fbbb917-e065-4eb5-80f0-f3b0a001d43b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-b429334f-1fec-4430-8978-d087f965f672 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b429334f-1fec-4430-8978-d087f965f672 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b429334f-1fec-4430-8978-d087f965f672.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36ac086c-be6b-4125-9b80-62c2ba52bcc8 {
  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-1bad2c2a-96b4-4582-9064-22c5bf00024c {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 247, 249, 1);
}

@media (min-width: 0px) {
[id="s-1bad2c2a-96b4-4582-9064-22c5bf00024c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bad2c2a-96b4-4582-9064-22c5bf00024c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1bad2c2a-96b4-4582-9064-22c5bf00024c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bad2c2a-96b4-4582-9064-22c5bf00024c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1c3d3a07-c1b8-4935-8cc7-a2543bfc1190 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 247, 249, 1);
}








#s-1c3d3a07-c1b8-4935-8cc7-a2543bfc1190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c3d3a07-c1b8-4935-8cc7-a2543bfc1190.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e4550ae-69ed-41c3-8dfe-4dcc370a14a0 {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2e4550ae-69ed-41c3-8dfe-4dcc370a14a0 {
  display: none;
}
#s-2e4550ae-69ed-41c3-8dfe-4dcc370a14a0, #wrap-s-2e4550ae-69ed-41c3-8dfe-4dcc370a14a0 { display: none !important; }}
#s-67893727-e3d7-4514-9ff1-59afb1dd0e11 {
  margin-left: auto;
margin-right: auto;
}

#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b {
  display: none;
}
#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b, #wrap-s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b {
  display: none;
}
#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b, #wrap-s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b {
  display: none;
}
#s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b, #wrap-s-e512a9f6-fd45-4d2e-9f25-b4ae7592dd4b { 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-62367231-4db4-4eaa-907b-dded7e080132 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62367231-4db4-4eaa-907b-dded7e080132 .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-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 {
  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-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 {
  max-width:  100%;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 {
  max-width:  100%;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 {
  max-width:  100%;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 {
  max-width:  100%;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 {
  max-width:  100%;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 img.shogun-image,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 .shg-image-zoom,
.shg-c#s-6277af1e-bfef-4c24-8c2a-fbb67bb7e7a1 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-6c872159-b60c-4a53-a7f2-736c5fa7540a {
  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-6c872159-b60c-4a53-a7f2-736c5fa7540a .shg-gallery-thumb-image-wrapper {
  

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

#s-6c872159-b60c-4a53-a7f2-736c5fa7540a .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6c872159-b60c-4a53-a7f2-736c5fa7540a .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-6c872159-b60c-4a53-a7f2-736c5fa7540a .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6c872159-b60c-4a53-a7f2-736c5fa7540a .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6c872159-b60c-4a53-a7f2-736c5fa7540a .shg-gallery-dot {
  background-color: #FFF;
}

#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 {
  display: none;
}
#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2, #wrap-s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 {
  display: none;
}
#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2, #wrap-s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 {
  display: none;
}
#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2, #wrap-s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 { display: none !important; }}







#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c176c9b4-42b8-4c1a-9471-9118d435e3f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19e8567f-7f6c-41fe-af4a-7b5f43cd0e37 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-d38d213b-8119-4475-926a-0796e92eb641 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-d38d213b-8119-4475-926a-0796e92eb641 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-d38d213b-8119-4475-926a-0796e92eb641 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-d38d213b-8119-4475-926a-0796e92eb641 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-70180096-faf9-422a-890d-008cea571322 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-70180096-faf9-422a-890d-008cea571322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70180096-faf9-422a-890d-008cea571322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70180096-faf9-422a-890d-008cea571322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70180096-faf9-422a-890d-008cea571322"] > .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-f930cd75-4155-4c15-9419-96635f552382 {
  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-f930cd75-4155-4c15-9419-96635f552382: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-f930cd75-4155-4c15-9419-96635f552382: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-f930cd75-4155-4c15-9419-96635f552382-atc-btn-wrapper {
    text-align: center;
  }


#s-f930cd75-4155-4c15-9419-96635f552382 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f930cd75-4155-4c15-9419-96635f552382-atc-btn-wrapper {
    text-align: center;
  }


#s-f930cd75-4155-4c15-9419-96635f552382 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f930cd75-4155-4c15-9419-96635f552382-atc-btn-wrapper {
    text-align: center;
  }


#s-f930cd75-4155-4c15-9419-96635f552382 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f930cd75-4155-4c15-9419-96635f552382-atc-btn-wrapper {
    text-align: center;
  }


#s-f930cd75-4155-4c15-9419-96635f552382 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f930cd75-4155-4c15-9419-96635f552382-atc-btn-wrapper {
    text-align: center;
  }


#s-f930cd75-4155-4c15-9419-96635f552382 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f930cd75-4155-4c15-9419-96635f552382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a59766ba-3b7f-49a1-b863-e7d3e83fa3c0 {
  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-a59766ba-3b7f-49a1-b863-e7d3e83fa3c0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a59766ba-3b7f-49a1-b863-e7d3e83fa3c0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a59766ba-3b7f-49a1-b863-e7d3e83fa3c0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a59766ba-3b7f-49a1-b863-e7d3e83fa3c0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a59766ba-3b7f-49a1-b863-e7d3e83fa3c0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-264b3632-6ca4-40b9-98c4-49cb59b74db7 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-264b3632-6ca4-40b9-98c4-49cb59b74db7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-264b3632-6ca4-40b9-98c4-49cb59b74db7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a42c38c-ab8c-47c1-9cf3-e7d4395e3b65 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-right: 10%;
}

#s-34c90e49-39a1-4d15-87d3-d7f41988e6bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-right: 10%;
}

#s-73074ea8-a49f-4e70-b053-8d893ff43825 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-73074ea8-a49f-4e70-b053-8d893ff43825 {
  display: none;
}
#s-73074ea8-a49f-4e70-b053-8d893ff43825, #wrap-s-73074ea8-a49f-4e70-b053-8d893ff43825 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73074ea8-a49f-4e70-b053-8d893ff43825 {
  display: none;
}
#s-73074ea8-a49f-4e70-b053-8d893ff43825, #wrap-s-73074ea8-a49f-4e70-b053-8d893ff43825 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73074ea8-a49f-4e70-b053-8d893ff43825 {
  
}
}@media (max-width: 767px){#s-73074ea8-a49f-4e70-b053-8d893ff43825 {
  display: none;
}
#s-73074ea8-a49f-4e70-b053-8d893ff43825, #wrap-s-73074ea8-a49f-4e70-b053-8d893ff43825 { display: none !important; }}







#s-73074ea8-a49f-4e70-b053-8d893ff43825 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73074ea8-a49f-4e70-b053-8d893ff43825.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc44e459-7f3a-4c6b-bb93-064dd22c3085 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-fe86b549-a578-4490-bef4-8dbe8da6ac28 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-fe86b549-a578-4490-bef4-8dbe8da6ac28 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-fe86b549-a578-4490-bef4-8dbe8da6ac28 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-fe86b549-a578-4490-bef4-8dbe8da6ac28 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-c113ce72-0f12-45ee-b646-a528632f17b7 {
  margin-left: auto;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c113ce72-0f12-45ee-b646-a528632f17b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c113ce72-0f12-45ee-b646-a528632f17b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c113ce72-0f12-45ee-b646-a528632f17b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c113ce72-0f12-45ee-b646-a528632f17b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543 {
  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-ef97b213-ddb7-4ebe-b69c-a23e0deb6543: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-ef97b213-ddb7-4ebe-b69c-a23e0deb6543: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-ef97b213-ddb7-4ebe-b69c-a23e0deb6543-atc-btn-wrapper {
    text-align: left;
  }


#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543-atc-btn-wrapper {
    text-align: left;
  }


#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543-atc-btn-wrapper {
    text-align: left;
  }


#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543-atc-btn-wrapper {
    text-align: left;
  }


#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543-atc-btn-wrapper {
    text-align: left;
  }


#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ef97b213-ddb7-4ebe-b69c-a23e0deb6543.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-a2363b66-7088-45f1-8f26-77b46fa3162b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-a2363b66-7088-45f1-8f26-77b46fa3162b .shg-product-quantity-wrapper {
  display: flex;
}

#s-a2363b66-7088-45f1-8f26-77b46fa3162b .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a2363b66-7088-45f1-8f26-77b46fa3162b .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a2363b66-7088-45f1-8f26-77b46fa3162b .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a2363b66-7088-45f1-8f26-77b46fa3162b .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-60ec342e-5da8-4037-a89c-5063e62d4aa2 {
  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-60ec342e-5da8-4037-a89c-5063e62d4aa2 {
  display: none;
}
#s-60ec342e-5da8-4037-a89c-5063e62d4aa2, #wrap-s-60ec342e-5da8-4037-a89c-5063e62d4aa2 { display: none !important; }}@media (max-width: 767px){#s-60ec342e-5da8-4037-a89c-5063e62d4aa2 {
  display: none;
}
#s-60ec342e-5da8-4037-a89c-5063e62d4aa2, #wrap-s-60ec342e-5da8-4037-a89c-5063e62d4aa2 { display: none !important; }}
#s-60ec342e-5da8-4037-a89c-5063e62d4aa2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-60ec342e-5da8-4037-a89c-5063e62d4aa2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-60ec342e-5da8-4037-a89c-5063e62d4aa2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-60ec342e-5da8-4037-a89c-5063e62d4aa2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-60ec342e-5da8-4037-a89c-5063e62d4aa2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8691a106-5693-4a77-b00d-8dd405c12f37 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8691a106-5693-4a77-b00d-8dd405c12f37 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8691a106-5693-4a77-b00d-8dd405c12f37 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8691a106-5693-4a77-b00d-8dd405c12f37 {
  display: none;
}
#s-8691a106-5693-4a77-b00d-8dd405c12f37, #wrap-s-8691a106-5693-4a77-b00d-8dd405c12f37 { display: none !important; }}@media (max-width: 767px){#s-8691a106-5693-4a77-b00d-8dd405c12f37 {
  display: none;
}
#s-8691a106-5693-4a77-b00d-8dd405c12f37, #wrap-s-8691a106-5693-4a77-b00d-8dd405c12f37 { display: none !important; }}







#s-8691a106-5693-4a77-b00d-8dd405c12f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8691a106-5693-4a77-b00d-8dd405c12f37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df2327bb-fce8-4593-bef1-0298aa961713 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-7c5589b5-1b1d-484e-97e1-5c70389203b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-7c5589b5-1b1d-484e-97e1-5c70389203b9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-7c5589b5-1b1d-484e-97e1-5c70389203b9 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-7c5589b5-1b1d-484e-97e1-5c70389203b9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-3b230c17-4346-41e0-9b03-7b43e218e68d {
  margin-left: auto;
margin-bottom: 30px;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-3b230c17-4346-41e0-9b03-7b43e218e68d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b230c17-4346-41e0-9b03-7b43e218e68d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b230c17-4346-41e0-9b03-7b43e218e68d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b230c17-4346-41e0-9b03-7b43e218e68d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ebc17820-1596-45e7-9c25-e77fe3143956 {
  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-ebc17820-1596-45e7-9c25-e77fe3143956: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-ebc17820-1596-45e7-9c25-e77fe3143956: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-ebc17820-1596-45e7-9c25-e77fe3143956-atc-btn-wrapper {
    text-align: left;
  }


#s-ebc17820-1596-45e7-9c25-e77fe3143956 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ebc17820-1596-45e7-9c25-e77fe3143956-atc-btn-wrapper {
    text-align: left;
  }


#s-ebc17820-1596-45e7-9c25-e77fe3143956 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebc17820-1596-45e7-9c25-e77fe3143956-atc-btn-wrapper {
    text-align: left;
  }


#s-ebc17820-1596-45e7-9c25-e77fe3143956 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ebc17820-1596-45e7-9c25-e77fe3143956-atc-btn-wrapper {
    text-align: left;
  }


#s-ebc17820-1596-45e7-9c25-e77fe3143956 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ebc17820-1596-45e7-9c25-e77fe3143956-atc-btn-wrapper {
    text-align: left;
  }


#s-ebc17820-1596-45e7-9c25-e77fe3143956 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ebc17820-1596-45e7-9c25-e77fe3143956.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-77fb8444-a0f1-4878-b16d-b893b4a57e4e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-77fb8444-a0f1-4878-b16d-b893b4a57e4e .shg-product-quantity-wrapper {
  display: flex;
}

#s-77fb8444-a0f1-4878-b16d-b893b4a57e4e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-77fb8444-a0f1-4878-b16d-b893b4a57e4e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-77fb8444-a0f1-4878-b16d-b893b4a57e4e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-77fb8444-a0f1-4878-b16d-b893b4a57e4e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e {
  
}
}@media (max-width: 767px){#s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e {
  display: none;
}
#s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e, #wrap-s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e { display: none !important; }}







#s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55e84f16-6677-4a5d-9cd5-75088cbc4c8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-62b4b89a-a9f5-4150-b7c2-bdc9dc41dca6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
aspect-ratio: 288/301;
text-align: left;
}



.shg-image-margin-container-s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
      position: relative;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b 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-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
      position: relative;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b 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-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
      position: relative;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b 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-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
      position: relative;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b 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-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b .shogun-image-content {
  
    align-items: center;
  
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container {
      position: relative;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e355856-6af0-4ba7-9b9a-7f2f6d0a599b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-d1c4e06d-12af-47cf-b8dd-b433752529c1 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc {
  display: none;
}
#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc, #wrap-s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc {
  display: none;
}
#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc, #wrap-s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc {
  display: none;
}
#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc, #wrap-s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc { display: none !important; }}@media (max-width: 767px){#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc {
  
}
}







#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec65bd4d-3647-41a4-8aac-bdd6f89e9efc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e6624c7-cdc3-43f5-bc1d-d0e1ed06f140"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin-left: auto;
margin-right: auto;
max-width: 20%;
aspect-ratio: 288/301;
text-align: center;
}



.shg-image-margin-container-s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25769a8f-3342-47df-a084-2af56d5d3d61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-content {
  
    align-items: center;
  
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25769a8f-3342-47df-a084-2af56d5d3d61 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
      position: relative;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61 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-25769a8f-3342-47df-a084-2af56d5d3d61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25769a8f-3342-47df-a084-2af56d5d3d61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-content {
  
    align-items: center;
  
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25769a8f-3342-47df-a084-2af56d5d3d61 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
      position: relative;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61 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-25769a8f-3342-47df-a084-2af56d5d3d61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25769a8f-3342-47df-a084-2af56d5d3d61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-content {
  
    align-items: center;
  
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25769a8f-3342-47df-a084-2af56d5d3d61 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
      position: relative;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61 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-25769a8f-3342-47df-a084-2af56d5d3d61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25769a8f-3342-47df-a084-2af56d5d3d61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-content {
  
    align-items: center;
  
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25769a8f-3342-47df-a084-2af56d5d3d61 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
      position: relative;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61 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-25769a8f-3342-47df-a084-2af56d5d3d61 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25769a8f-3342-47df-a084-2af56d5d3d61 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25769a8f-3342-47df-a084-2af56d5d3d61 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-25769a8f-3342-47df-a084-2af56d5d3d61 .shogun-image-content {
  
    align-items: center;
  
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25769a8f-3342-47df-a084-2af56d5d3d61 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container {
      position: relative;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25769a8f-3342-47df-a084-2af56d5d3d61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-d129a61b-e920-47f9-a673-4f140ae73ba3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-e44e491a-c7b8-402c-956e-e1c451a2224b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e44e491a-c7b8-402c-956e-e1c451a2224b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e44e491a-c7b8-402c-956e-e1c451a2224b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92adf20b-a103-4f79-a25e-c1210a000fc7 {
  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-92adf20b-a103-4f79-a25e-c1210a000fc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-92adf20b-a103-4f79-a25e-c1210a000fc7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-92adf20b-a103-4f79-a25e-c1210a000fc7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-92adf20b-a103-4f79-a25e-c1210a000fc7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-398a0d10-f991-4c7d-82b1-711233848cab {
  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-398a0d10-f991-4c7d-82b1-711233848cab {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-398a0d10-f991-4c7d-82b1-711233848cab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-398a0d10-f991-4c7d-82b1-711233848cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-content {
  
    align-items: center;
  
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-398a0d10-f991-4c7d-82b1-711233848cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
      position: relative;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab 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-398a0d10-f991-4c7d-82b1-711233848cab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-398a0d10-f991-4c7d-82b1-711233848cab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-398a0d10-f991-4c7d-82b1-711233848cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-content {
  
    align-items: center;
  
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-398a0d10-f991-4c7d-82b1-711233848cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
      position: relative;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab 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-398a0d10-f991-4c7d-82b1-711233848cab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-398a0d10-f991-4c7d-82b1-711233848cab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-398a0d10-f991-4c7d-82b1-711233848cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-content {
  
    align-items: center;
  
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-398a0d10-f991-4c7d-82b1-711233848cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
      position: relative;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab 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-398a0d10-f991-4c7d-82b1-711233848cab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-398a0d10-f991-4c7d-82b1-711233848cab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-398a0d10-f991-4c7d-82b1-711233848cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-content {
  
    align-items: center;
  
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-398a0d10-f991-4c7d-82b1-711233848cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
      position: relative;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab 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-398a0d10-f991-4c7d-82b1-711233848cab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-398a0d10-f991-4c7d-82b1-711233848cab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-398a0d10-f991-4c7d-82b1-711233848cab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-398a0d10-f991-4c7d-82b1-711233848cab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-398a0d10-f991-4c7d-82b1-711233848cab .shogun-image-content {
  
    align-items: center;
  
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-398a0d10-f991-4c7d-82b1-711233848cab {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container {
      position: relative;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-398a0d10-f991-4c7d-82b1-711233848cab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  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-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-content {
  
    align-items: center;
  
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
      position: relative;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b 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-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-content {
  
    align-items: center;
  
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
      position: relative;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b 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-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-content {
  
    align-items: center;
  
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
      position: relative;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b 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-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-content {
  
    align-items: center;
  
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
      position: relative;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b 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-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b .shogun-image-content {
  
    align-items: center;
  
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container {
      position: relative;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73c2c9f5-5bf2-4a87-ba30-1dd26b76f90b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  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-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e3fb0b-2840-4d37-8c4b-7855b444229f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-content {
  
    align-items: center;
  
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
      position: relative;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f 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-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e3fb0b-2840-4d37-8c4b-7855b444229f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-content {
  
    align-items: center;
  
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
      position: relative;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f 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-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e3fb0b-2840-4d37-8c4b-7855b444229f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-content {
  
    align-items: center;
  
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
      position: relative;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f 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-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e3fb0b-2840-4d37-8c4b-7855b444229f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-content {
  
    align-items: center;
  
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
      position: relative;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f 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-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50e3fb0b-2840-4d37-8c4b-7855b444229f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-50e3fb0b-2840-4d37-8c4b-7855b444229f .shogun-image-content {
  
    align-items: center;
  
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container {
      position: relative;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50e3fb0b-2840-4d37-8c4b-7855b444229f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-ff828ec0-3612-4002-a686-ec2a547e6979 {
  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-ff828ec0-3612-4002-a686-ec2a547e6979 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff828ec0-3612-4002-a686-ec2a547e6979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff828ec0-3612-4002-a686-ec2a547e6979 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
      position: relative;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979 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-ff828ec0-3612-4002-a686-ec2a547e6979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff828ec0-3612-4002-a686-ec2a547e6979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff828ec0-3612-4002-a686-ec2a547e6979 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
      position: relative;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979 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-ff828ec0-3612-4002-a686-ec2a547e6979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff828ec0-3612-4002-a686-ec2a547e6979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff828ec0-3612-4002-a686-ec2a547e6979 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
      position: relative;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979 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-ff828ec0-3612-4002-a686-ec2a547e6979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff828ec0-3612-4002-a686-ec2a547e6979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff828ec0-3612-4002-a686-ec2a547e6979 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
      position: relative;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979 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-ff828ec0-3612-4002-a686-ec2a547e6979 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff828ec0-3612-4002-a686-ec2a547e6979 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff828ec0-3612-4002-a686-ec2a547e6979 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-ff828ec0-3612-4002-a686-ec2a547e6979 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff828ec0-3612-4002-a686-ec2a547e6979 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container {
      position: relative;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff828ec0-3612-4002-a686-ec2a547e6979 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-fc2bb440-bbea-4d8e-84f5-20d4b9f05a3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc2bb440-bbea-4d8e-84f5-20d4b9f05a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc2bb440-bbea-4d8e-84f5-20d4b9f05a3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  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-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  display: none;
}
#s-07eae130-efac-48ba-bb7f-0db152aa7cc2, #wrap-s-07eae130-efac-48ba-bb7f-0db152aa7cc2 { display: none !important; }}@media (max-width: 767px){#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  display: none;
}
#s-07eae130-efac-48ba-bb7f-0db152aa7cc2, #wrap-s-07eae130-efac-48ba-bb7f-0db152aa7cc2 { display: none !important; }}


.shg-image-margin-container-s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
      position: relative;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 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-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
      position: relative;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 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-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
      position: relative;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 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-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
      position: relative;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 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-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07eae130-efac-48ba-bb7f-0db152aa7cc2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-07eae130-efac-48ba-bb7f-0db152aa7cc2 .shogun-image-content {
  
    align-items: center;
  
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container {
      position: relative;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07eae130-efac-48ba-bb7f-0db152aa7cc2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

}
#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin-left: auto;
margin-right: auto;
max-width: 4840px;
aspect-ratio: 4840/4512;
text-align: center;
}
@media (min-width: 1200px){#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  display: none;
}
#s-db10e93c-5f41-4208-bde0-bdbcc05741ed, #wrap-s-db10e93c-5f41-4208-bde0-bdbcc05741ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  display: none;
}
#s-db10e93c-5f41-4208-bde0-bdbcc05741ed, #wrap-s-db10e93c-5f41-4208-bde0-bdbcc05741ed { display: none !important; }}@media (max-width: 767px){#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  display: none;
}
#s-db10e93c-5f41-4208-bde0-bdbcc05741ed, #wrap-s-db10e93c-5f41-4208-bde0-bdbcc05741ed { display: none !important; }}


.shg-image-margin-container-s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db10e93c-5f41-4208-bde0-bdbcc05741ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-content {
  
    align-items: center;
  
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
      position: relative;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed 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-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db10e93c-5f41-4208-bde0-bdbcc05741ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-content {
  
    align-items: center;
  
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
      position: relative;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed 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-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db10e93c-5f41-4208-bde0-bdbcc05741ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-content {
  
    align-items: center;
  
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
      position: relative;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed 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-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db10e93c-5f41-4208-bde0-bdbcc05741ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-content {
  
    align-items: center;
  
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
      position: relative;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed 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-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db10e93c-5f41-4208-bde0-bdbcc05741ed img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-db10e93c-5f41-4208-bde0-bdbcc05741ed .shogun-image-content {
  
    align-items: center;
  
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container {
      position: relative;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db10e93c-5f41-4208-bde0-bdbcc05741ed img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

}
#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin-left: auto;
margin-right: auto;
max-width: 1720px;
aspect-ratio: 1720/6152;
text-align: center;
}
@media (min-width: 1200px){#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  display: none;
}
#s-d3861746-ae1e-4763-9719-6ba3f4c04416, #wrap-s-d3861746-ae1e-4763-9719-6ba3f4c04416 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  display: none;
}
#s-d3861746-ae1e-4763-9719-6ba3f4c04416, #wrap-s-d3861746-ae1e-4763-9719-6ba3f4c04416 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  display: none;
}
#s-d3861746-ae1e-4763-9719-6ba3f4c04416, #wrap-s-d3861746-ae1e-4763-9719-6ba3f4c04416 { display: none !important; }}


.shg-image-margin-container-s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3861746-ae1e-4763-9719-6ba3f4c04416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
      position: relative;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 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-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3861746-ae1e-4763-9719-6ba3f4c04416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
      position: relative;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 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-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3861746-ae1e-4763-9719-6ba3f4c04416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
      position: relative;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 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-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3861746-ae1e-4763-9719-6ba3f4c04416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
      position: relative;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 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-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3861746-ae1e-4763-9719-6ba3f4c04416 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-d3861746-ae1e-4763-9719-6ba3f4c04416 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container {
      position: relative;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3861746-ae1e-4763-9719-6ba3f4c04416 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

}
#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin-left: auto;
margin-right: auto;
max-width: 6920px;
aspect-ratio: 6920/4264;
text-align: center;
}
@media (max-width: 767px){#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  display: none;
}
#s-fb7b9078-c967-42c3-8161-7ee96185cd71, #wrap-s-fb7b9078-c967-42c3-8161-7ee96185cd71 { display: none !important; }}


.shg-image-margin-container-s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb7b9078-c967-42c3-8161-7ee96185cd71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
      position: relative;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 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-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb7b9078-c967-42c3-8161-7ee96185cd71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
      position: relative;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 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-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb7b9078-c967-42c3-8161-7ee96185cd71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
      position: relative;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 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-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb7b9078-c967-42c3-8161-7ee96185cd71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
      position: relative;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 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-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb7b9078-c967-42c3-8161-7ee96185cd71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-fb7b9078-c967-42c3-8161-7ee96185cd71 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container {
      position: relative;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb7b9078-c967-42c3-8161-7ee96185cd71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

}
#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin-left: auto;
margin-right: auto;
max-width: 1720px;
aspect-ratio: 1720/3524;
text-align: center;
}
@media (min-width: 1200px){#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  display: none;
}
#s-2b5b7c49-0821-4834-ac25-430266e1de11, #wrap-s-2b5b7c49-0821-4834-ac25-430266e1de11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  display: none;
}
#s-2b5b7c49-0821-4834-ac25-430266e1de11, #wrap-s-2b5b7c49-0821-4834-ac25-430266e1de11 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  display: none;
}
#s-2b5b7c49-0821-4834-ac25-430266e1de11, #wrap-s-2b5b7c49-0821-4834-ac25-430266e1de11 { display: none !important; }}


.shg-image-margin-container-s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5b7c49-0821-4834-ac25-430266e1de11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5b7c49-0821-4834-ac25-430266e1de11 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
      position: relative;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11 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-2b5b7c49-0821-4834-ac25-430266e1de11 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5b7c49-0821-4834-ac25-430266e1de11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5b7c49-0821-4834-ac25-430266e1de11 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
      position: relative;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11 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-2b5b7c49-0821-4834-ac25-430266e1de11 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5b7c49-0821-4834-ac25-430266e1de11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5b7c49-0821-4834-ac25-430266e1de11 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
      position: relative;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11 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-2b5b7c49-0821-4834-ac25-430266e1de11 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5b7c49-0821-4834-ac25-430266e1de11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5b7c49-0821-4834-ac25-430266e1de11 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
      position: relative;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11 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-2b5b7c49-0821-4834-ac25-430266e1de11 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b5b7c49-0821-4834-ac25-430266e1de11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b5b7c49-0821-4834-ac25-430266e1de11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-2b5b7c49-0821-4834-ac25-430266e1de11 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b5b7c49-0821-4834-ac25-430266e1de11 {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container {
      position: relative;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b5b7c49-0821-4834-ac25-430266e1de11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

}
#s-c4a167bd-ac85-4dcf-bb42-530f8093a1c6 {
  margin-top: 35px;
margin-bottom: 35px;
min-height: 50px;
}








#s-c4a167bd-ac85-4dcf-bb42-530f8093a1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4a167bd-ac85-4dcf-bb42-530f8093a1c6.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-874e1293-d736-473c-82cc-ac8b1b2dd5f5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-874e1293-d736-473c-82cc-ac8b1b2dd5f5 .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-ce0b536c-db57-4277-a4c5-f9f20ca8a2f0 {
  margin-bottom: 10px;
text-align: center;
}







  #s-ce0b536c-db57-4277-a4c5-f9f20ca8a2f0 img.shogun-image {
    

    
    
    
  }


#s-ce0b536c-db57-4277-a4c5-f9f20ca8a2f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9df15496-c716-4045-b531-270b2ef5eb4e {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9df15496-c716-4045-b531-270b2ef5eb4e {
  display: none;
}
#s-9df15496-c716-4045-b531-270b2ef5eb4e, #wrap-s-9df15496-c716-4045-b531-270b2ef5eb4e { display: none !important; }}
@media (min-width: 0px) {
[id="s-9df15496-c716-4045-b531-270b2ef5eb4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9df15496-c716-4045-b531-270b2ef5eb4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9df15496-c716-4045-b531-270b2ef5eb4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9df15496-c716-4045-b531-270b2ef5eb4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eb92417e-0f7f-4a2f-a62c-8db7fbbcaa90 {
  min-height: 50px;
}








#s-eb92417e-0f7f-4a2f-a62c-8db7fbbcaa90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eb92417e-0f7f-4a2f-a62c-8db7fbbcaa90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d83a77d8-4fbd-4d7e-a405-49f3d72763aa {
  min-height: 50px;
}








#s-d83a77d8-4fbd-4d7e-a405-49f3d72763aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d83a77d8-4fbd-4d7e-a405-49f3d72763aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daed77fe-a942-4717-b769-64331953320c {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-daed77fe-a942-4717-b769-64331953320c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daed77fe-a942-4717-b769-64331953320c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-daed77fe-a942-4717-b769-64331953320c .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daed77fe-a942-4717-b769-64331953320c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-daed77fe-a942-4717-b769-64331953320c .shogun-image-content {
  
    align-items: center;
  
}

.s-daed77fe-a942-4717-b769-64331953320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed77fe-a942-4717-b769-64331953320c {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
      position: relative;
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed77fe-a942-4717-b769-64331953320c 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-daed77fe-a942-4717-b769-64331953320c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daed77fe-a942-4717-b769-64331953320c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-daed77fe-a942-4717-b769-64331953320c .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daed77fe-a942-4717-b769-64331953320c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-daed77fe-a942-4717-b769-64331953320c .shogun-image-content {
  
    align-items: center;
  
}

.s-daed77fe-a942-4717-b769-64331953320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed77fe-a942-4717-b769-64331953320c {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
      position: relative;
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed77fe-a942-4717-b769-64331953320c 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-daed77fe-a942-4717-b769-64331953320c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daed77fe-a942-4717-b769-64331953320c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-daed77fe-a942-4717-b769-64331953320c .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daed77fe-a942-4717-b769-64331953320c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-daed77fe-a942-4717-b769-64331953320c .shogun-image-content {
  
    align-items: center;
  
}

.s-daed77fe-a942-4717-b769-64331953320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed77fe-a942-4717-b769-64331953320c {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
      position: relative;
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed77fe-a942-4717-b769-64331953320c 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-daed77fe-a942-4717-b769-64331953320c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daed77fe-a942-4717-b769-64331953320c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-daed77fe-a942-4717-b769-64331953320c .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daed77fe-a942-4717-b769-64331953320c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-daed77fe-a942-4717-b769-64331953320c .shogun-image-content {
  
    align-items: center;
  
}

.s-daed77fe-a942-4717-b769-64331953320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed77fe-a942-4717-b769-64331953320c {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
      position: relative;
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed77fe-a942-4717-b769-64331953320c 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-daed77fe-a942-4717-b769-64331953320c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-daed77fe-a942-4717-b769-64331953320c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-daed77fe-a942-4717-b769-64331953320c .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-daed77fe-a942-4717-b769-64331953320c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-daed77fe-a942-4717-b769-64331953320c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-daed77fe-a942-4717-b769-64331953320c .shogun-image-content {
  
    align-items: center;
  
}

.s-daed77fe-a942-4717-b769-64331953320c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-daed77fe-a942-4717-b769-64331953320c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-daed77fe-a942-4717-b769-64331953320c {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container {
      position: relative;
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-daed77fe-a942-4717-b769-64331953320c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-daed77fe-a942-4717-b769-64331953320c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-d0c9a8e2-3524-44bb-a5fb-7fd13e20d22f {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-9d5a3dca-64a5-46ac-920b-1a3faa5aeb42 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-content {
  
    align-items: center;
  
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
      position: relative;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f 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-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-content {
  
    align-items: center;
  
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
      position: relative;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f 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-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-content {
  
    align-items: center;
  
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
      position: relative;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f 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-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-content {
  
    align-items: center;
  
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
      position: relative;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f 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-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc69b8ba-8122-44c8-82e2-a4b70798d49f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f .shogun-image-content {
  
    align-items: center;
  
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container {
      position: relative;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc69b8ba-8122-44c8-82e2-a4b70798d49f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-58f3ef87-507c-41b0-af09-5d1eaffbee6f {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-9697de0e-6228-4a01-b5a5-93ff2ab9ef47 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-8a53c2df-faf2-4552-840c-3109215ba2dc {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdfff588-3102-4781-8a38-589d50f5a4f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
      position: relative;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 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-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdfff588-3102-4781-8a38-589d50f5a4f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
      position: relative;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 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-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdfff588-3102-4781-8a38-589d50f5a4f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
      position: relative;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 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-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdfff588-3102-4781-8a38-589d50f5a4f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
      position: relative;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 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-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdfff588-3102-4781-8a38-589d50f5a4f4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-bdfff588-3102-4781-8a38-589d50f5a4f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container {
      position: relative;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdfff588-3102-4781-8a38-589d50f5a4f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-7b789a78-f2ca-4f80-a573-656b02fea4d3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-28945f95-094f-4be3-ac0a-fae373a97660 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-b68f7822-0cdc-4035-964a-6595e3e58640 {
  padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-b68f7822-0cdc-4035-964a-6595e3e58640 {
  display: none;
}
#s-b68f7822-0cdc-4035-964a-6595e3e58640, #wrap-s-b68f7822-0cdc-4035-964a-6595e3e58640 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b68f7822-0cdc-4035-964a-6595e3e58640 {
  display: none;
}
#s-b68f7822-0cdc-4035-964a-6595e3e58640, #wrap-s-b68f7822-0cdc-4035-964a-6595e3e58640 { display: none !important; }}@media (max-width: 767px){#s-b68f7822-0cdc-4035-964a-6595e3e58640 {
  display: none;
}
#s-b68f7822-0cdc-4035-964a-6595e3e58640, #wrap-s-b68f7822-0cdc-4035-964a-6595e3e58640 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b68f7822-0cdc-4035-964a-6595e3e58640"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b68f7822-0cdc-4035-964a-6595e3e58640"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b68f7822-0cdc-4035-964a-6595e3e58640"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b68f7822-0cdc-4035-964a-6595e3e58640"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-255e4706-c9b4-480f-aa64-b49a2044389f {
  min-height: 50px;
}








#s-255e4706-c9b4-480f-aa64-b49a2044389f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-255e4706-c9b4-480f-aa64-b49a2044389f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-133c1c76-5088-427e-9e12-22997468d7a5 {
  min-height: 50px;
}








#s-133c1c76-5088-427e-9e12-22997468d7a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-133c1c76-5088-427e-9e12-22997468d7a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
      position: relative;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 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-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
      position: relative;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 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-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
      position: relative;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 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-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
      position: relative;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 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-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c18d4cb-c777-42e8-8ca3-653f823512d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-7c18d4cb-c777-42e8-8ca3-653f823512d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container {
      position: relative;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c18d4cb-c777-42e8-8ca3-653f823512d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-dc1ac37b-b4c9-4dfd-88c7-b1137b825df4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a5936c48-f7ac-4c29-bda1-c66a91b35871 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
      position: relative;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 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-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
      position: relative;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 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-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
      position: relative;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 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-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
      position: relative;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 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-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container {
      position: relative;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d2bc58e-8f08-4c78-a8b2-280ad2b7df99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-0a8cb274-b6b5-4e61-9810-4c728359bd0c {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-050f35b1-9255-4e30-9103-d7e304cc6256 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a1f7b2ca-cf91-47d3-b7c1-23d3a9d9c08e {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
      position: relative;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e 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-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
      position: relative;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e 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-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
      position: relative;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e 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-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
      position: relative;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e 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-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e .shogun-image-content {
  
    align-items: center;
  
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container {
      position: relative;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f1a6b7f0-c82e-43cf-b006-4c13b9d3582e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-8456e55a-c318-4800-96b4-c00c22c5566b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
}

#s-9a3f04d4-0e0b-44d1-b097-6b992bbc2aca {
  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-26801fcc-2829-4b32-9c29-0ff9475e0cb9 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-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-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;
}
