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

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

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

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

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

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

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

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

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

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

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

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

#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 {
  background-image: url(https://i.shgcdn.com/cb743530-5ab4-48e7-996d-4e6a757efb36/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1171ea35-f393-43f3-a5be-a9fbc10fb755 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1171ea35-f393-43f3-a5be-a9fbc10fb755.shg-box.shg-c {
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-97f826ef-e582-478b-b635-764d855d4ec3 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
aspect-ratio: 300/82;
text-align: center;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
  box-sizing: border-box;
}



.s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f826ef-e582-478b-b635-764d855d4ec3 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
      position: relative;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-97f826ef-e582-478b-b635-764d855d4ec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
  box-sizing: border-box;
}



.s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f826ef-e582-478b-b635-764d855d4ec3 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
      position: relative;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-97f826ef-e582-478b-b635-764d855d4ec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
  box-sizing: border-box;
}



.s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f826ef-e582-478b-b635-764d855d4ec3 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
      position: relative;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-97f826ef-e582-478b-b635-764d855d4ec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
  box-sizing: border-box;
}



.s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f826ef-e582-478b-b635-764d855d4ec3 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
      position: relative;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-97f826ef-e582-478b-b635-764d855d4ec3 {
  margin: 0 !important;
  overflow: visible;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-97f826ef-e582-478b-b635-764d855d4ec3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add background color handling */
  
}

#s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97f826ef-e582-478b-b635-764d855d4ec3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-97f826ef-e582-478b-b635-764d855d4ec3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image {
  box-sizing: border-box;
}



.s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-97f826ef-e582-478b-b635-764d855d4ec3 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container {
      position: relative;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97f826ef-e582-478b-b635-764d855d4ec3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-0ad6d9f5-539c-48f5-9ec6-89f96385693e {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}

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

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

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

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

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

#s-32b032bd-ec8d-40f1-b1e9-63d396275128 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-32b032bd-ec8d-40f1-b1e9-63d396275128"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-32b032bd-ec8d-40f1-b1e9-63d396275128"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32b032bd-ec8d-40f1-b1e9-63d396275128"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32b032bd-ec8d-40f1-b1e9-63d396275128"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-a57b1e97-9c8b-4331-a3a3-41f35e5b0d92 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-a57b1e97-9c8b-4331-a3a3-41f35e5b0d92 .shogun-icon-wrapper {
  text-align: center;
}


#s-a57b1e97-9c8b-4331-a3a3-41f35e5b0d92 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

.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-8ce33ace-0a42-49cd-bfd9-824bf741f322 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ce33ace-0a42-49cd-bfd9-824bf741f322 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d61011d6-3662-4678-9281-f15be89e25fa {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-d61011d6-3662-4678-9281-f15be89e25fa .shogun-icon-wrapper {
  text-align: center;
}


#s-d61011d6-3662-4678-9281-f15be89e25fa .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-20308a47-dd31-4ea3-80f8-13f5204a2945 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20308a47-dd31-4ea3-80f8-13f5204a2945 .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5f5d04fd-c4cd-4b14-a8ea-ea60720c3b68 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-5f5d04fd-c4cd-4b14-a8ea-ea60720c3b68 .shogun-icon-wrapper {
  text-align: center;
}


#s-5f5d04fd-c4cd-4b14-a8ea-ea60720c3b68 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-e4403040-9ba3-4ad7-833e-b1a5a8935d2a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4403040-9ba3-4ad7-833e-b1a5a8935d2a .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-15d46e25-17ab-4d6a-a92e-8bec3c85ea69 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-15d46e25-17ab-4d6a-a92e-8bec3c85ea69 .shogun-icon-wrapper {
  text-align: center;
}


#s-15d46e25-17ab-4d6a-a92e-8bec3c85ea69 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(255, 255, 255, 1);
}

#s-b3174085-1000-4317-9abb-955a00da9e6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3174085-1000-4317-9abb-955a00da9e6e .shogun-heading-component h3 {
  color: rgba(253, 253, 253, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-750a4ff2-307a-4344-9726-243943577fa8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}

@media (min-width: 0px) {
[id="s-750a4ff2-307a-4344-9726-243943577fa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-750a4ff2-307a-4344-9726-243943577fa8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-750a4ff2-307a-4344-9726-243943577fa8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-750a4ff2-307a-4344-9726-243943577fa8"] > .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-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
color: rgba(50, 72, 116, 1);
}
#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
}

  #s-d5db31ec-ecf5-4af3-ad19-db42f827bd22-root {
    text-align: right;
  }


#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5db31ec-ecf5-4af3-ad19-db42f827bd22-root {
    text-align: right;
  }


#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5db31ec-ecf5-4af3-ad19-db42f827bd22-root {
    text-align: right;
  }


#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5db31ec-ecf5-4af3-ad19-db42f827bd22-root {
    text-align: right;
  }


#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5db31ec-ecf5-4af3-ad19-db42f827bd22-root {
    text-align: center;
  }


#s-d5db31ec-ecf5-4af3-ad19-db42f827bd22.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-3cb10101-0b5e-41d2-9242-8bde1133a636 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(50, 72, 116, 1);
}
#s-3cb10101-0b5e-41d2-9242-8bde1133a636:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3cb10101-0b5e-41d2-9242-8bde1133a636:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3cb10101-0b5e-41d2-9242-8bde1133a636 {
  text-align: center;
}
}

  #s-3cb10101-0b5e-41d2-9242-8bde1133a636-root {
    text-align: left;
  }


#s-3cb10101-0b5e-41d2-9242-8bde1133a636.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3cb10101-0b5e-41d2-9242-8bde1133a636-root {
    text-align: left;
  }


#s-3cb10101-0b5e-41d2-9242-8bde1133a636.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cb10101-0b5e-41d2-9242-8bde1133a636-root {
    text-align: left;
  }


#s-3cb10101-0b5e-41d2-9242-8bde1133a636.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cb10101-0b5e-41d2-9242-8bde1133a636-root {
    text-align: left;
  }


#s-3cb10101-0b5e-41d2-9242-8bde1133a636.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3cb10101-0b5e-41d2-9242-8bde1133a636-root {
    text-align: center;
  }


#s-3cb10101-0b5e-41d2-9242-8bde1133a636.shg-btn {
  color: rgba(50, 72, 116, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-3208e6f1-f43a-453b-9e12-06eb0b6f4bee {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}

#s-3208e6f1-f43a-453b-9e12-06eb0b6f4bee {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGFkNjI5YTQtMzUxZC00Mzk1LTg1NzctOTM1NDlkNTcwNjBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojNDc2NWExO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzI0ODc0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYWQ2MjlhNC0zNTFkLTQzOTUtODU3Ny05MzU0OWQ1NzA2MGQpIi8+PC9zdmc+);
}








#s-3208e6f1-f43a-453b-9e12-06eb0b6f4bee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3208e6f1-f43a-453b-9e12-06eb0b6f4bee.shg-box.shg-c {
  justify-content: center;
}

#s-9a707f9b-e6e9-46eb-8254-846074a4b001 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a707f9b-e6e9-46eb-8254-846074a4b001 {
  display: none;
}
#s-9a707f9b-e6e9-46eb-8254-846074a4b001, #wrap-s-9a707f9b-e6e9-46eb-8254-846074a4b001, #wrap-content-s-9a707f9b-e6e9-46eb-8254-846074a4b001 { display: none !important; }}@media (max-width: 767px){#s-9a707f9b-e6e9-46eb-8254-846074a4b001 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-9a707f9b-e6e9-46eb-8254-846074a4b001, #wrap-s-9a707f9b-e6e9-46eb-8254-846074a4b001, #wrap-content-s-9a707f9b-e6e9-46eb-8254-846074a4b001 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-sm-2_8 {
  width: calc(23.333333333333332% - 24.0px);
}

[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-sm-1_6 {
  width: calc(13.333333333333336% - 24.0px);
}

[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-sm-3_2 {
  width: calc(26.66666666666667% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-md-2_8 {
  width: calc(23.333333333333332% - 24.0px);
}

[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-md-1_6 {
  width: calc(13.333333333333336% - 24.0px);
}

[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-md-3_2 {
  width: calc(26.66666666666667% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-lg-2_8 {
  width: calc(23.333333333333332% - 24.0px);
}

[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-lg-1_6 {
  width: calc(13.333333333333336% - 24.0px);
}

[id="s-9a707f9b-e6e9-46eb-8254-846074a4b001"] > .shg-row > .shg-c-lg-3_2 {
  width: calc(26.66666666666667% - 24.0px);
}

}

#s-77dd565a-7e41-4e62-a75d-5504efd914c0 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-77dd565a-7e41-4e62-a75d-5504efd914c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77dd565a-7e41-4e62-a75d-5504efd914c0.shg-box.shg-c {
  justify-content: center;
}

#s-be1cf803-f4ad-479a-b8b0-5c1643ce3e6e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-be1cf803-f4ad-479a-b8b0-5c1643ce3e6e .shogun-icon-wrapper {
  text-align: center;
}


#s-be1cf803-f4ad-479a-b8b0-5c1643ce3e6e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-91e0d1f8-78f0-476c-84e2-f92c1042112e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-16bf2b23-85dc-4053-bc9f-20f46564a56c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0c6329de-5089-4097-bfca-480ecc5403d3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c6329de-5089-4097-bfca-480ecc5403d3 {
  display: none;
}
#s-0c6329de-5089-4097-bfca-480ecc5403d3, #wrap-s-0c6329de-5089-4097-bfca-480ecc5403d3, #wrap-content-s-0c6329de-5089-4097-bfca-480ecc5403d3 { display: none !important; }}@media (max-width: 767px){#s-0c6329de-5089-4097-bfca-480ecc5403d3 {
  display: none;
}
#s-0c6329de-5089-4097-bfca-480ecc5403d3, #wrap-s-0c6329de-5089-4097-bfca-480ecc5403d3, #wrap-content-s-0c6329de-5089-4097-bfca-480ecc5403d3 { display: none !important; }}







#s-0c6329de-5089-4097-bfca-480ecc5403d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c6329de-5089-4097-bfca-480ecc5403d3.shg-box.shg-c {
  justify-content: center;
}

#s-b554416d-9741-488c-b2c8-8ebe02904098 {
  margin-left: auto;
margin-right: auto;
}

#s-b554416d-9741-488c-b2c8-8ebe02904098 .shogun-icon-wrapper {
  text-align: center;
}


#s-b554416d-9741-488c-b2c8-8ebe02904098 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-b2b59d82-ed5d-4942-a56b-6f517094ef14 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-b2b59d82-ed5d-4942-a56b-6f517094ef14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2b59d82-ed5d-4942-a56b-6f517094ef14.shg-box.shg-c {
  justify-content: center;
}

#s-a24361e3-dfd1-4a23-86ed-4b03f4f1e84f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a24361e3-dfd1-4a23-86ed-4b03f4f1e84f .shogun-icon-wrapper {
  text-align: center;
}


#s-a24361e3-dfd1-4a23-86ed-4b03f4f1e84f .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-4eb08ad8-cf5d-46ee-b729-2c4ab31779d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-79525ecc-1da8-4223-9842-e66cfb563161 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-5851491e-46cb-47e9-86a9-db71b6b02680 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5851491e-46cb-47e9-86a9-db71b6b02680 {
  display: none;
}
#s-5851491e-46cb-47e9-86a9-db71b6b02680, #wrap-s-5851491e-46cb-47e9-86a9-db71b6b02680, #wrap-content-s-5851491e-46cb-47e9-86a9-db71b6b02680 { display: none !important; }}@media (max-width: 767px){#s-5851491e-46cb-47e9-86a9-db71b6b02680 {
  display: none;
}
#s-5851491e-46cb-47e9-86a9-db71b6b02680, #wrap-s-5851491e-46cb-47e9-86a9-db71b6b02680, #wrap-content-s-5851491e-46cb-47e9-86a9-db71b6b02680 { display: none !important; }}







#s-5851491e-46cb-47e9-86a9-db71b6b02680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5851491e-46cb-47e9-86a9-db71b6b02680.shg-box.shg-c {
  justify-content: center;
}

#s-b9f2bd43-094c-4f3a-992e-a895bb13c45b {
  margin-left: auto;
margin-right: auto;
}

#s-b9f2bd43-094c-4f3a-992e-a895bb13c45b .shogun-icon-wrapper {
  text-align: center;
}


#s-b9f2bd43-094c-4f3a-992e-a895bb13c45b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-84a74b33-5dbf-44f7-8993-19e8f2a0d377 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-84a74b33-5dbf-44f7-8993-19e8f2a0d377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84a74b33-5dbf-44f7-8993-19e8f2a0d377.shg-box.shg-c {
  justify-content: center;
}

#s-1e5fe2f0-683f-4220-bb48-8b082b149144 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1e5fe2f0-683f-4220-bb48-8b082b149144 .shogun-icon-wrapper {
  text-align: center;
}


#s-1e5fe2f0-683f-4220-bb48-8b082b149144 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-7c190e69-eee4-4776-9e04-fab9a40b0f1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b60f73c3-a894-44f2-ba18-e6ac12372542 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 {
  display: none;
}
#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7, #wrap-s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7, #wrap-content-s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 {
  display: none;
}
#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7, #wrap-s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7, #wrap-content-s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 {
  
}
}@media (max-width: 767px){#s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1c0acf5-7520-4aa1-aab0-9b9c053cb3a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-43faaacf-74d1-49d9-9b0f-cdee33fe7dce {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-43faaacf-74d1-49d9-9b0f-cdee33fe7dce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43faaacf-74d1-49d9-9b0f-cdee33fe7dce.shg-box.shg-c {
  justify-content: center;
}

#s-2153d996-79ff-43a4-8a5e-4987357112a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2153d996-79ff-43a4-8a5e-4987357112a6 .shogun-icon-wrapper {
  text-align: center;
}


#s-2153d996-79ff-43a4-8a5e-4987357112a6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-c5c14d0e-6033-47ad-89c9-611b5d570b15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-140050fb-37b9-4fb7-995a-a51c80e5b0ac {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7e78043e-cbbc-4aef-a4a3-f4fc120dccd6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-7e78043e-cbbc-4aef-a4a3-f4fc120dccd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7e78043e-cbbc-4aef-a4a3-f4fc120dccd6.shg-box.shg-c {
  justify-content: center;
}

#s-d44e53f8-9365-4adb-bda5-caaabebafd97 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d44e53f8-9365-4adb-bda5-caaabebafd97 .shogun-icon-wrapper {
  text-align: center;
}


#s-d44e53f8-9365-4adb-bda5-caaabebafd97 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-abc8c681-1e75-4737-8e58-0a8b53e1c36c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2beca0f1-65f3-4640-9fe8-4fd0b3c4356a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6dce7091-840e-440d-b1bc-dbb0f3c63f10 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-6dce7091-840e-440d-b1bc-dbb0f3c63f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dce7091-840e-440d-b1bc-dbb0f3c63f10.shg-box.shg-c {
  justify-content: center;
}

#s-1d4159af-d36d-41c0-be7b-e2207607887b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1d4159af-d36d-41c0-be7b-e2207607887b .shogun-icon-wrapper {
  text-align: center;
}


#s-1d4159af-d36d-41c0-be7b-e2207607887b .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-9771f687-d762-4beb-95b6-5a00645df1f2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2d50d422-89e3-4914-964f-5fbbbb0895d4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a65f677a-2dc5-4899-a926-51a1f9fc9239 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d1345d69-c140-42d6-aaab-04a797070c85 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1186;
text-align: center;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }

    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-link {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
  box-sizing: border-box;
}



.s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faf60807-6db9-4304-a013-a46c26fb25d5 {
      --shg-aspect-ratio: calc(1920/1186); 
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
      position: relative;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }

    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-link {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
  box-sizing: border-box;
}



.s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faf60807-6db9-4304-a013-a46c26fb25d5 {
      --shg-aspect-ratio: calc(1920/1186); 
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
      position: relative;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }

    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-link {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
  box-sizing: border-box;
}



.s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faf60807-6db9-4304-a013-a46c26fb25d5 {
      --shg-aspect-ratio: calc(1920/1186); 
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
      position: relative;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }

    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-link {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
  box-sizing: border-box;
}



.s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faf60807-6db9-4304-a013-a46c26fb25d5 {
      --shg-aspect-ratio: calc(1920/1186); 
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
      position: relative;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-faf60807-6db9-4304-a013-a46c26fb25d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }

    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-link {
      aspect-ratio: 1920/1186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-faf60807-6db9-4304-a013-a46c26fb25d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-faf60807-6db9-4304-a013-a46c26fb25d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image {
  box-sizing: border-box;
}



.s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-faf60807-6db9-4304-a013-a46c26fb25d5 {
      --shg-aspect-ratio: calc(1920/1186); 
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container {
      position: relative;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-faf60807-6db9-4304-a013-a46c26fb25d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-faacff7f-d555-4bd7-812c-d5f3102a40fd {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 40px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-faacff7f-d555-4bd7-812c-d5f3102a40fd {
  display: none;
}
#s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-content-s-faacff7f-d555-4bd7-812c-d5f3102a40fd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-faacff7f-d555-4bd7-812c-d5f3102a40fd {
  display: none;
}
#s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-content-s-faacff7f-d555-4bd7-812c-d5f3102a40fd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-faacff7f-d555-4bd7-812c-d5f3102a40fd {
  display: none;
}
#s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-content-s-faacff7f-d555-4bd7-812c-d5f3102a40fd { display: none !important; }}@media (max-width: 767px){#s-faacff7f-d555-4bd7-812c-d5f3102a40fd {
  display: none;
}
#s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-s-faacff7f-d555-4bd7-812c-d5f3102a40fd, #wrap-content-s-faacff7f-d555-4bd7-812c-d5f3102a40fd { display: none !important; }}







#s-faacff7f-d555-4bd7-812c-d5f3102a40fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-faacff7f-d555-4bd7-812c-d5f3102a40fd.shg-box.shg-c {
  justify-content: center;
}

#s-54343916-e9e3-4d34-ab8b-17c753545d89 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7d4238a8-c69c-4e96-b9b0-5f36992c83d2 {
  margin-left: auto;
margin-right: auto;
padding-left: 15%;
padding-right: 15%;
background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-7d4238a8-c69c-4e96-b9b0-5f36992c83d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d4238a8-c69c-4e96-b9b0-5f36992c83d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d4238a8-c69c-4e96-b9b0-5f36992c83d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d4238a8-c69c-4e96-b9b0-5f36992c83d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f {
  margin-left: auto;
margin-right: auto;
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(50, 72, 116, 1);
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(50, 72, 116, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-a19f03e0-83a8-46ef-9bbb-a2c784893d6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-f1a204d0-25e7-4c35-bd17-2871f687f163 {
  margin-left: auto;
margin-right: auto;
}

#s-f1a204d0-25e7-4c35-bd17-2871f687f163 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f1a204d0-25e7-4c35-bd17-2871f687f163 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f1a204d0-25e7-4c35-bd17-2871f687f163 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(50, 72, 116, 1);
}

#s-f1a204d0-25e7-4c35-bd17-2871f687f163 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f1a204d0-25e7-4c35-bd17-2871f687f163 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(50, 72, 116, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-f1a204d0-25e7-4c35-bd17-2871f687f163 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d82176a5-8a94-4d98-9d33-2d9d2fb8361e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d82176a5-8a94-4d98-9d33-2d9d2fb8361e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d82176a5-8a94-4d98-9d33-2d9d2fb8361e.shg-box.shg-c {
  justify-content: center;
}

#s-66cf6545-86b5-4fad-af75-3d01d9ad54c6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-66cf6545-86b5-4fad-af75-3d01d9ad54c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66cf6545-86b5-4fad-af75-3d01d9ad54c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-66cf6545-86b5-4fad-af75-3d01d9ad54c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-66cf6545-86b5-4fad-af75-3d01d9ad54c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/1716;
text-align: center;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }

    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-link {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }




.s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image {
  box-sizing: border-box;
}



.s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d1376c0-adda-435a-9cdd-de1d256386bd {
      --shg-aspect-ratio: calc(1920/1716); 
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
      position: relative;
    }

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

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }

    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-link {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }




.s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image {
  box-sizing: border-box;
}



.s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d1376c0-adda-435a-9cdd-de1d256386bd {
      --shg-aspect-ratio: calc(1920/1716); 
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
      position: relative;
    }

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

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }

    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-link {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }




.s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image {
  box-sizing: border-box;
}



.s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d1376c0-adda-435a-9cdd-de1d256386bd {
      --shg-aspect-ratio: calc(1920/1716); 
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
      position: relative;
    }

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

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }

    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-link {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }




.s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image {
  box-sizing: border-box;
}



.s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d1376c0-adda-435a-9cdd-de1d256386bd {
      --shg-aspect-ratio: calc(1920/1716); 
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
      position: relative;
    }

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

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  margin: 0 !important;
  overflow: visible;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1d1376c0-adda-435a-9cdd-de1d256386bd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add background color handling */
  
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }

    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-link {
      aspect-ratio: 1920/1716;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d1376c0-adda-435a-9cdd-de1d256386bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }




.s-1d1376c0-adda-435a-9cdd-de1d256386bd .shogun-image-content {
  
    justify-content: center;
  
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image {
  box-sizing: border-box;
}



.s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1d1376c0-adda-435a-9cdd-de1d256386bd {
      --shg-aspect-ratio: calc(1920/1716); 
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container {
      position: relative;
    }

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

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d1376c0-adda-435a-9cdd-de1d256386bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e7d87d6-3aba-4112-be05-379ca5f23f60 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e7d87d6-3aba-4112-be05-379ca5f23f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e7d87d6-3aba-4112-be05-379ca5f23f60.shg-box.shg-c {
  justify-content: center;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 300px;
aspect-ratio: 300/82;
text-align: center;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
  box-sizing: border-box;
}



.s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5752da07-6f46-406e-97f9-da0c40d44f46 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
      position: relative;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

@media (min-width: 1200px){#s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
  box-sizing: border-box;
}



.s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5752da07-6f46-406e-97f9-da0c40d44f46 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
      position: relative;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
  box-sizing: border-box;
}



.s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5752da07-6f46-406e-97f9-da0c40d44f46 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
      position: relative;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
  box-sizing: border-box;
}



.s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5752da07-6f46-406e-97f9-da0c40d44f46 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
      position: relative;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}@media (max-width: 767px){#s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  margin: 0 !important;
  overflow: visible;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5752da07-6f46-406e-97f9-da0c40d44f46 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add background color handling */
  
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }

    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-link {
      aspect-ratio: 300/82;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5752da07-6f46-406e-97f9-da0c40d44f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 300px;
  }



  img.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
    
    
    
    max-height: 300px;
  }


.s-5752da07-6f46-406e-97f9-da0c40d44f46 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image {
  box-sizing: border-box;
}



.s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5752da07-6f46-406e-97f9-da0c40d44f46 {
      --shg-aspect-ratio: calc(300/82); 
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container {
      position: relative;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5752da07-6f46-406e-97f9-da0c40d44f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 300px;
    }
  }

}
#s-9a008dc6-3951-43ad-8564-5f3b0a88522f {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}

#s-5a2a2b7e-424d-4c8c-9311-64b01b79a1df {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-5a2a2b7e-424d-4c8c-9311-64b01b79a1df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5a2a2b7e-424d-4c8c-9311-64b01b79a1df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a2a2b7e-424d-4c8c-9311-64b01b79a1df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a2a2b7e-424d-4c8c-9311-64b01b79a1df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7ea165dc-f95e-46c2-afd3-1614656bfec0 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-7ea165dc-f95e-46c2-afd3-1614656bfec0 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ea165dc-f95e-46c2-afd3-1614656bfec0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-f9d7f252-d2ea-4a48-b066-a3c1aee93924 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9d7f252-d2ea-4a48-b066-a3c1aee93924 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-d473f4bb-8b28-437b-8de8-9aa08e3bc39c {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-d473f4bb-8b28-437b-8de8-9aa08e3bc39c .shogun-icon-wrapper {
  text-align: center;
}


#s-d473f4bb-8b28-437b-8de8-9aa08e3bc39c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a5600bbc-972f-49ba-9180-1e5214bc302f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5600bbc-972f-49ba-9180-1e5214bc302f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f07ffbb1-a8cb-4017-a26e-c2924b2c6df3 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-f07ffbb1-a8cb-4017-a26e-c2924b2c6df3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f07ffbb1-a8cb-4017-a26e-c2924b2c6df3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-0530847e-f7e2-4ac4-8777-9e0191a47973 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0530847e-f7e2-4ac4-8777-9e0191a47973 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-5221fc98-1db3-4be4-a632-deb2353dfd40 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 64px;
min-height: 72px;
max-width: 72px;
}

#s-5221fc98-1db3-4be4-a632-deb2353dfd40 .shogun-icon-wrapper {
  text-align: center;
}


#s-5221fc98-1db3-4be4-a632-deb2353dfd40 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5f53edef-eaea-4f95-9e67-7021ff738959 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f53edef-eaea-4f95-9e67-7021ff738959 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-a7b2328e-ee8a-4108-95b3-0afca7fad262 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
}

@media (min-width: 0px) {
[id="s-a7b2328e-ee8a-4108-95b3-0afca7fad262"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b2328e-ee8a-4108-95b3-0afca7fad262"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7b2328e-ee8a-4108-95b3-0afca7fad262"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7b2328e-ee8a-4108-95b3-0afca7fad262"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f938edff-7099-4af4-a4fe-d9363065ffcf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWM2Yzc3OWMtYWU2MC00OWQ4LTg4ODYtM2Q3MGI2YWVkMjhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc2NWExO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzI0ODc0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YzZjNzc5Yy1hZTYwLTQ5ZDgtODg4Ni0zZDcwYjZhZWQyOGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: right;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4765a1"}, {"id"=>2, "pos"=>1, "color"=>"#324874"}];
}
#s-f938edff-7099-4af4-a4fe-d9363065ffcf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f938edff-7099-4af4-a4fe-d9363065ffcf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f938edff-7099-4af4-a4fe-d9363065ffcf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGNhODAwYTItYTE1ZS00ZTBjLThjNTgtMmY5OWE0YzU0N2M2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc2NWExO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzI0ODc0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4Y2E4MDBhMi1hMTVlLTRlMGMtOGM1OC0yZjk5YTRjNTQ3YzYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4765a1"}, {"id"=>2, "pos"=>1, "color"=>"#324874"}];
text-align: center;
}
}

  #s-f938edff-7099-4af4-a4fe-d9363065ffcf-root {
    text-align: right;
  }


#s-f938edff-7099-4af4-a4fe-d9363065ffcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f938edff-7099-4af4-a4fe-d9363065ffcf-root {
    text-align: right;
  }


#s-f938edff-7099-4af4-a4fe-d9363065ffcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f938edff-7099-4af4-a4fe-d9363065ffcf-root {
    text-align: right;
  }


#s-f938edff-7099-4af4-a4fe-d9363065ffcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f938edff-7099-4af4-a4fe-d9363065ffcf-root {
    text-align: right;
  }


#s-f938edff-7099-4af4-a4fe-d9363065ffcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f938edff-7099-4af4-a4fe-d9363065ffcf-root {
    text-align: center;
  }


#s-f938edff-7099-4af4-a4fe-d9363065ffcf.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}
#s-7e620246-b700-4161-9c53-6cc9d03932bb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGNjN2FmZmUtM2JlNS00Zjk0LTkwMmQtM2E3NDQ3YjQzYWJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc2NWExO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzI0ODc0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkY2M3YWZmZS0zYmU1LTRmOTQtOTAyZC0zYTc0NDdiNDNhYmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4765a1"}, {"id"=>2, "pos"=>1, "color"=>"#324874"}];
}
#s-7e620246-b700-4161-9c53-6cc9d03932bb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e620246-b700-4161-9c53-6cc9d03932bb:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7e620246-b700-4161-9c53-6cc9d03932bb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYThiM2ZjNWUtYTJiZi00ZTQ3LTljYmYtN2Q0OGI1YmRmYzM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDc2NWExO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzI0ODc0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOGIzZmM1ZS1hMmJmLTRlNDctOWNiZi03ZDQ4YjViZGZjMzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#4765a1"}, {"id"=>2, "pos"=>1, "color"=>"#324874"}];
text-align: center;
}
}

  #s-7e620246-b700-4161-9c53-6cc9d03932bb-root {
    text-align: left;
  }


#s-7e620246-b700-4161-9c53-6cc9d03932bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e620246-b700-4161-9c53-6cc9d03932bb-root {
    text-align: left;
  }


#s-7e620246-b700-4161-9c53-6cc9d03932bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e620246-b700-4161-9c53-6cc9d03932bb-root {
    text-align: left;
  }


#s-7e620246-b700-4161-9c53-6cc9d03932bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e620246-b700-4161-9c53-6cc9d03932bb-root {
    text-align: left;
  }


#s-7e620246-b700-4161-9c53-6cc9d03932bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e620246-b700-4161-9c53-6cc9d03932bb-root {
    text-align: center;
  }


#s-7e620246-b700-4161-9c53-6cc9d03932bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

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

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
