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

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

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

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

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

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

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

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

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

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

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

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

#s-303f864a-de49-4a3d-a1d7-e6852760f295 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-303f864a-de49-4a3d-a1d7-e6852760f295 {
  padding-bottom: 25px;
}
}







#s-303f864a-de49-4a3d-a1d7-e6852760f295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-303f864a-de49-4a3d-a1d7-e6852760f295.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-876f9549-b13f-4f4d-8a5a-d7ab3e0760da {
  margin-bottom: 60px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-876f9549-b13f-4f4d-8a5a-d7ab3e0760da .shogun-heading-component h3 {
  color: rgba(153, 28, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: center;
}



#s-c7597fa5-2fa5-44f9-b105-4622bef09c8f {
  min-height: 50px;
}








#s-c7597fa5-2fa5-44f9-b105-4622bef09c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7597fa5-2fa5-44f9-b105-4622bef09c8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

/* 
  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;
}

@media (min-width: 0px) {
[id="s-007a6692-fc5e-4e3b-866d-8a4bf657d783"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-007a6692-fc5e-4e3b-866d-8a4bf657d783"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-007a6692-fc5e-4e3b-866d-8a4bf657d783"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-007a6692-fc5e-4e3b-866d-8a4bf657d783"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a077ece4-2a42-4464-ac1e-1c733d29e720 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-a077ece4-2a42-4464-ac1e-1c733d29e720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a077ece4-2a42-4464-ac1e-1c733d29e720 {
  cursor: pointer;
}#s-a077ece4-2a42-4464-ac1e-1c733d29e720.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-ec88dd31-1382-420b-81f6-27adff463193 {
  margin-bottom: 20px;
max-width: 120px;
aspect-ratio: 300/74;
text-align: center;
}

#s-ec88dd31-1382-420b-81f6-27adff463193 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec88dd31-1382-420b-81f6-27adff463193-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-ec88dd31-1382-420b-81f6-27adff463193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ec88dd31-1382-420b-81f6-27adff463193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
  box-sizing: border-box;
}



.s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec88dd31-1382-420b-81f6-27adff463193 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
      position: relative;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-ec88dd31-1382-420b-81f6-27adff463193 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec88dd31-1382-420b-81f6-27adff463193-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-ec88dd31-1382-420b-81f6-27adff463193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec88dd31-1382-420b-81f6-27adff463193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
  box-sizing: border-box;
}



.s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec88dd31-1382-420b-81f6-27adff463193 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
      position: relative;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ec88dd31-1382-420b-81f6-27adff463193 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec88dd31-1382-420b-81f6-27adff463193-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-ec88dd31-1382-420b-81f6-27adff463193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec88dd31-1382-420b-81f6-27adff463193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
  box-sizing: border-box;
}



.s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec88dd31-1382-420b-81f6-27adff463193 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
      position: relative;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ec88dd31-1382-420b-81f6-27adff463193 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec88dd31-1382-420b-81f6-27adff463193-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-ec88dd31-1382-420b-81f6-27adff463193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec88dd31-1382-420b-81f6-27adff463193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
  box-sizing: border-box;
}



.s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec88dd31-1382-420b-81f6-27adff463193 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
      position: relative;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-ec88dd31-1382-420b-81f6-27adff463193 {
  margin: 0 !important;
  overflow: visible;
}

#s-ec88dd31-1382-420b-81f6-27adff463193-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-ec88dd31-1382-420b-81f6-27adff463193 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec88dd31-1382-420b-81f6-27adff463193 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add background color handling */
  
}

#s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec88dd31-1382-420b-81f6-27adff463193 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ec88dd31-1382-420b-81f6-27adff463193 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image {
  box-sizing: border-box;
}



.s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ec88dd31-1382-420b-81f6-27adff463193 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container {
      position: relative;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec88dd31-1382-420b-81f6-27adff463193 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c2a6b064-e7bc-4338-9c86-9cc5cd3ed759 {
  margin-bottom: 30px;
}

#s-ff354cef-210c-416c-baeb-ad1da1f576f3 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-ff354cef-210c-416c-baeb-ad1da1f576f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff354cef-210c-416c-baeb-ad1da1f576f3 {
  cursor: pointer;
}#s-ff354cef-210c-416c-baeb-ad1da1f576f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  margin-bottom: 20px;
max-width: 120px;
aspect-ratio: 300/74;
text-align: center;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  margin: 0 !important;
  overflow: visible;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e-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-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add background color handling */
  
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
  box-sizing: border-box;
}



.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
      position: relative;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  margin: 0 !important;
  overflow: visible;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e-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-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add background color handling */
  
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
  box-sizing: border-box;
}



.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
      position: relative;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  margin: 0 !important;
  overflow: visible;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e-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-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add background color handling */
  
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
  box-sizing: border-box;
}



.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
      position: relative;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  margin: 0 !important;
  overflow: visible;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e-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-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add background color handling */
  
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
  box-sizing: border-box;
}



.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
      position: relative;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  margin: 0 !important;
  overflow: visible;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e-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-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add background color handling */
  
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e .shogun-image-content {
  
    justify-content: center;
  
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image {
  box-sizing: border-box;
}



.s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container {
      position: relative;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c99941-fa4f-4ba8-aafb-f29f6b7aa84e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-7fc75423-1f33-44dc-a4de-16eb8a402f7b {
  margin-bottom: 30px;
}

#s-92069498-8fc9-4bb0-a710-f62b2fc7a694 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}








#s-92069498-8fc9-4bb0-a710-f62b2fc7a694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92069498-8fc9-4bb0-a710-f62b2fc7a694 {
  cursor: pointer;
}#s-92069498-8fc9-4bb0-a710-f62b2fc7a694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 {
  margin-bottom: 20px;
max-width: 120px;
aspect-ratio: 300/74;
text-align: center;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358-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-c7c20adf-a391-4b5f-971b-49a465121358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c7c20adf-a391-4b5f-971b-49a465121358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
  box-sizing: border-box;
}



.s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7c20adf-a391-4b5f-971b-49a465121358 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
      position: relative;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-c7c20adf-a391-4b5f-971b-49a465121358 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358-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-c7c20adf-a391-4b5f-971b-49a465121358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7c20adf-a391-4b5f-971b-49a465121358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
  box-sizing: border-box;
}



.s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7c20adf-a391-4b5f-971b-49a465121358 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
      position: relative;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c7c20adf-a391-4b5f-971b-49a465121358 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358-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-c7c20adf-a391-4b5f-971b-49a465121358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7c20adf-a391-4b5f-971b-49a465121358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
  box-sizing: border-box;
}



.s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7c20adf-a391-4b5f-971b-49a465121358 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
      position: relative;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c7c20adf-a391-4b5f-971b-49a465121358 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358-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-c7c20adf-a391-4b5f-971b-49a465121358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7c20adf-a391-4b5f-971b-49a465121358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
  box-sizing: border-box;
}



.s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7c20adf-a391-4b5f-971b-49a465121358 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
      position: relative;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-c7c20adf-a391-4b5f-971b-49a465121358 {
  margin: 0 !important;
  overflow: visible;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358-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-c7c20adf-a391-4b5f-971b-49a465121358 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c7c20adf-a391-4b5f-971b-49a465121358 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add background color handling */
  
}

#s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7c20adf-a391-4b5f-971b-49a465121358 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-c7c20adf-a391-4b5f-971b-49a465121358 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image {
  box-sizing: border-box;
}



.s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c7c20adf-a391-4b5f-971b-49a465121358 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container {
      position: relative;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7c20adf-a391-4b5f-971b-49a465121358 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-0ba38a34-a363-4c66-bc0d-3b2be4c5627d {
  margin-bottom: 30px;
}

#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d {
  padding-top: 45px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d {
  padding-top: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d {
  padding-top: 35px;
}
}







#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44452c67-8a46-41bb-b1cd-cc3a7e77ec2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b1b06c68-f37e-4947-9eee-83a51215d8fb {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1b06c68-f37e-4947-9eee-83a51215d8fb {
  display: none;
}
#s-b1b06c68-f37e-4947-9eee-83a51215d8fb, #wrap-s-b1b06c68-f37e-4947-9eee-83a51215d8fb, #wrap-content-s-b1b06c68-f37e-4947-9eee-83a51215d8fb { display: none !important; }}@media (max-width: 767px){#s-b1b06c68-f37e-4947-9eee-83a51215d8fb {
  display: none;
}
#s-b1b06c68-f37e-4947-9eee-83a51215d8fb, #wrap-s-b1b06c68-f37e-4947-9eee-83a51215d8fb, #wrap-content-s-b1b06c68-f37e-4947-9eee-83a51215d8fb { display: none !important; }}
#s-b1b06c68-f37e-4947-9eee-83a51215d8fb .shg-proportional-font-size,
#s-b1b06c68-f37e-4947-9eee-83a51215d8fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-06715d15-31a3-4bab-a421-dc7fdd510936 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-06715d15-31a3-4bab-a421-dc7fdd510936 {
  display: none;
}
#s-06715d15-31a3-4bab-a421-dc7fdd510936, #wrap-s-06715d15-31a3-4bab-a421-dc7fdd510936, #wrap-content-s-06715d15-31a3-4bab-a421-dc7fdd510936 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06715d15-31a3-4bab-a421-dc7fdd510936 {
  display: none;
}
#s-06715d15-31a3-4bab-a421-dc7fdd510936, #wrap-s-06715d15-31a3-4bab-a421-dc7fdd510936, #wrap-content-s-06715d15-31a3-4bab-a421-dc7fdd510936 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06715d15-31a3-4bab-a421-dc7fdd510936 {
  margin-top: 0px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-06715d15-31a3-4bab-a421-dc7fdd510936 {
  display: none;
}
#s-06715d15-31a3-4bab-a421-dc7fdd510936, #wrap-s-06715d15-31a3-4bab-a421-dc7fdd510936, #wrap-content-s-06715d15-31a3-4bab-a421-dc7fdd510936 { display: none !important; }}
#s-06715d15-31a3-4bab-a421-dc7fdd510936 .shg-proportional-font-size,
#s-06715d15-31a3-4bab-a421-dc7fdd510936 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 {
  display: none;
}
#s-d4ef2753-7634-44fe-9ab4-c192e69badc2, #wrap-s-d4ef2753-7634-44fe-9ab4-c192e69badc2, #wrap-content-s-d4ef2753-7634-44fe-9ab4-c192e69badc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 {
  display: none;
}
#s-d4ef2753-7634-44fe-9ab4-c192e69badc2, #wrap-s-d4ef2753-7634-44fe-9ab4-c192e69badc2, #wrap-content-s-d4ef2753-7634-44fe-9ab4-c192e69badc2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 {
  display: none;
}
#s-d4ef2753-7634-44fe-9ab4-c192e69badc2, #wrap-s-d4ef2753-7634-44fe-9ab4-c192e69badc2, #wrap-content-s-d4ef2753-7634-44fe-9ab4-c192e69badc2 { display: none !important; }}@media (max-width: 767px){#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 {
  margin-bottom: 10px;
}
}
#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 .shg-proportional-font-size,
#s-d4ef2753-7634-44fe-9ab4-c192e69badc2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5144bec9-a6ec-4513-873e-2424a42b1c6d {
  min-height: 50px;
}








#s-5144bec9-a6ec-4513-873e-2424a42b1c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5144bec9-a6ec-4513-873e-2424a42b1c6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd4afac4-ad59-45b3-9a85-38cc3ca03301 {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-bd4afac4-ad59-45b3-9a85-38cc3ca03301"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bd4afac4-ad59-45b3-9a85-38cc3ca03301"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bd4afac4-ad59-45b3-9a85-38cc3ca03301"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd4afac4-ad59-45b3-9a85-38cc3ca03301"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c09422bb-451d-48a7-853b-567327f41501 {
  min-height: 50px;
}








#s-c09422bb-451d-48a7-853b-567327f41501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c09422bb-451d-48a7-853b-567327f41501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  margin: 0 !important;
  overflow: visible;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644-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-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add background color handling */
  
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-content {
  
    justify-content: center;
  
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
  box-sizing: border-box;
}



.s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
      position: relative;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  margin: 0 !important;
  overflow: visible;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644-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-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add background color handling */
  
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-content {
  
    justify-content: center;
  
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
  box-sizing: border-box;
}



.s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
      position: relative;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  margin: 0 !important;
  overflow: visible;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644-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-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add background color handling */
  
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-content {
  
    justify-content: center;
  
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
  box-sizing: border-box;
}



.s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
      position: relative;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  margin: 0 !important;
  overflow: visible;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644-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-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add background color handling */
  
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-content {
  
    justify-content: center;
  
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
  box-sizing: border-box;
}



.s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
      position: relative;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  margin: 0 !important;
  overflow: visible;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644-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-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add background color handling */
  
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-293bf6ac-f69a-43a0-a766-04c4bd128644 .shogun-image-content {
  
    justify-content: center;
  
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shg-align-container {
  display: flex;
  justify-content: center
}

.s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image {
  box-sizing: border-box;
}



.s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container {
      position: relative;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-293bf6ac-f69a-43a0-a766-04c4bd128644 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-3663ff0a-d0b9-40df-a28a-a279a7fd3f58 {
  margin-bottom: 8px;
}

#s-8e84f9c0-0267-41bb-bfa7-36d814a70612 {
  min-height: 50px;
}








#s-8e84f9c0-0267-41bb-bfa7-36d814a70612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e84f9c0-0267-41bb-bfa7-36d814a70612.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  margin: 0 !important;
  overflow: visible;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e-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-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add background color handling */
  
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
  box-sizing: border-box;
}



.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
      position: relative;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  margin: 0 !important;
  overflow: visible;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e-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-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add background color handling */
  
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
  box-sizing: border-box;
}



.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
      position: relative;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  margin: 0 !important;
  overflow: visible;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e-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-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add background color handling */
  
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
  box-sizing: border-box;
}



.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
      position: relative;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  margin: 0 !important;
  overflow: visible;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e-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-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add background color handling */
  
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
  box-sizing: border-box;
}



.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
      position: relative;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  margin: 0 !important;
  overflow: visible;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e-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-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add background color handling */
  
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image {
  box-sizing: border-box;
}



.s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container {
      position: relative;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0c627da-3128-4cdb-8504-8845bb9fcf5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-7af5e00f-4e30-43be-8f47-1cef575a5f3b {
  margin-bottom: 8px;
}

#s-cdaa2ea1-685e-463c-8b50-e9f166123a9c {
  min-height: 50px;
}








#s-cdaa2ea1-685e-463c-8b50-e9f166123a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdaa2ea1-685e-463c-8b50-e9f166123a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07-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-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
  box-sizing: border-box;
}



.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
      position: relative;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07-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-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
  box-sizing: border-box;
}



.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
      position: relative;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07-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-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
  box-sizing: border-box;
}



.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
      position: relative;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07-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-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
  box-sizing: border-box;
}



.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
      position: relative;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  margin: 0 !important;
  overflow: visible;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07-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-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add background color handling */
  
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 .shogun-image-content {
  
    justify-content: center;
  
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image {
  box-sizing: border-box;
}



.s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container {
      position: relative;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99accb4d-6f06-42f9-b3bd-1c4cefe93a07 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-1b98ebe0-4827-4783-9d38-d48936d9cfad {
  margin-bottom: 8px;
}

#s-249ca19c-69d5-4f88-8d76-a928225d2226 {
  min-height: 50px;
}








#s-249ca19c-69d5-4f88-8d76-a928225d2226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-249ca19c-69d5-4f88-8d76-a928225d2226.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  margin: 0 !important;
  overflow: visible;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4-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-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add background color handling */
  
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
  box-sizing: border-box;
}



.s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
      position: relative;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  margin: 0 !important;
  overflow: visible;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4-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-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add background color handling */
  
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
  box-sizing: border-box;
}



.s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
      position: relative;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  margin: 0 !important;
  overflow: visible;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4-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-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add background color handling */
  
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
  box-sizing: border-box;
}



.s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
      position: relative;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  margin: 0 !important;
  overflow: visible;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4-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-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add background color handling */
  
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
  box-sizing: border-box;
}



.s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
      position: relative;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  margin: 0 !important;
  overflow: visible;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4-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-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add background color handling */
  
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-738dec37-bfaa-454b-8517-3e5a9f18def4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image {
  box-sizing: border-box;
}



.s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container {
      position: relative;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-738dec37-bfaa-454b-8517-3e5a9f18def4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f7084a0c-c731-4f24-a391-5d1712c6738e {
  margin-bottom: 8px;
}

#s-44073128-9758-4e7e-b26b-97967c628cef {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-44073128-9758-4e7e-b26b-97967c628cef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-44073128-9758-4e7e-b26b-97967c628cef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-44073128-9758-4e7e-b26b-97967c628cef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-44073128-9758-4e7e-b26b-97967c628cef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0ee51b61-09e5-49a9-bc6e-296dc1b4d73c {
  min-height: 50px;
}








#s-0ee51b61-09e5-49a9-bc6e-296dc1b4d73c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ee51b61-09e5-49a9-bc6e-296dc1b4d73c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3-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-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
  box-sizing: border-box;
}



.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
      position: relative;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3-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-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
  box-sizing: border-box;
}



.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
      position: relative;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3-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-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
  box-sizing: border-box;
}



.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
      position: relative;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3-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-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
  box-sizing: border-box;
}



.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
      position: relative;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3-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-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image {
  box-sizing: border-box;
}



.s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container {
      position: relative;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e2c6b291-62f3-46e3-b749-e6c1500514d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-36e8c520-8d16-4ee4-80a9-e8e4eae702fd {
  margin-bottom: 8px;
}

#s-bb3d7485-c3a6-4731-acf0-80f08c43e9b0 {
  min-height: 50px;
}








#s-bb3d7485-c3a6-4731-acf0-80f08c43e9b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb3d7485-c3a6-4731-acf0-80f08c43e9b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/255;
text-align: center;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9-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-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }

    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-link {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
  box-sizing: border-box;
}



.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
      --shg-aspect-ratio: calc(300/255); 
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
      position: relative;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9-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-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }

    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-link {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
  box-sizing: border-box;
}



.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
      --shg-aspect-ratio: calc(300/255); 
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
      position: relative;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9-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-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }

    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-link {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
  box-sizing: border-box;
}



.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
      --shg-aspect-ratio: calc(300/255); 
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
      position: relative;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9-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-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }

    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-link {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
  box-sizing: border-box;
}



.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
      --shg-aspect-ratio: calc(300/255); 
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
      position: relative;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  margin: 0 !important;
  overflow: visible;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9-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-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add background color handling */
  
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }

    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-link {
      aspect-ratio: 300/255;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image {
  box-sizing: border-box;
}



.s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 {
      --shg-aspect-ratio: calc(300/255); 
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container {
      position: relative;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-afedaa51-78a9-48c2-8d0e-ef2b98c6aaa9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-9bf180a9-b077-4d37-b821-d5edd83743c8 {
  margin-bottom: 8px;
}

#s-0b8cfe82-6fdc-4241-9a1b-0fac7299dbc7 {
  min-height: 50px;
}








#s-0b8cfe82-6fdc-4241-9a1b-0fac7299dbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b8cfe82-6fdc-4241-9a1b-0fac7299dbc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78-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-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
  box-sizing: border-box;
}



.s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
      position: relative;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78-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-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
  box-sizing: border-box;
}



.s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
      position: relative;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78-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-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
  box-sizing: border-box;
}



.s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
      position: relative;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78-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-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
  box-sizing: border-box;
}



.s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
      position: relative;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  margin: 0 !important;
  overflow: visible;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78-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-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add background color handling */
  
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9626c20f-b826-4af7-b6a6-5700f0975d78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image {
  box-sizing: border-box;
}



.s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container {
      position: relative;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9626c20f-b826-4af7-b6a6-5700f0975d78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-921b9073-0c70-4fa3-9294-f7572bd4586f {
  margin-bottom: 8px;
}

#s-383966c9-00f9-4121-9f2d-a6afbe1c4acf {
  min-height: 50px;
}








#s-383966c9-00f9-4121-9f2d-a6afbe1c4acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-383966c9-00f9-4121-9f2d-a6afbe1c4acf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  margin-bottom: 25px;
max-width: 100px;
aspect-ratio: 300/304;
text-align: center;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  margin: 0 !important;
  overflow: visible;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200-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-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 25px;
}

.shg-image-content-margin-container-s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add background color handling */
  
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
  box-sizing: border-box;
}



.s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
      position: relative;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  margin: 0 !important;
  overflow: visible;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200-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-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add background color handling */
  
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
  box-sizing: border-box;
}



.s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
      position: relative;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  margin: 0 !important;
  overflow: visible;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200-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-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add background color handling */
  
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
  box-sizing: border-box;
}



.s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
      position: relative;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  margin: 0 !important;
  overflow: visible;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200-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-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add background color handling */
  
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
  box-sizing: border-box;
}



.s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
      position: relative;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  margin: 0 !important;
  overflow: visible;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200-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-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add background color handling */
  
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }

    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-link {
      aspect-ratio: 300/304;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-941cab77-db9b-4246-82a8-de5ac0c9d200 .shogun-image-content {
  
    justify-content: center;
  
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shg-align-container {
  display: flex;
  justify-content: center
}

.s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image {
  box-sizing: border-box;
}



.s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 {
      --shg-aspect-ratio: calc(300/304); 
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container {
      position: relative;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-941cab77-db9b-4246-82a8-de5ac0c9d200 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-f5f5a8bc-9df4-48c3-b4e8-1603b26dee7a {
  margin-bottom: 8px;
}

.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 {
  font-weight: ;
  font-family: ;
}

.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-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b {
  margin-top: 60px;
padding-top: 13px;
padding-left: 23px;
padding-bottom: 13px;
padding-right: 23px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(153, 28, 31, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(153, 28, 31, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b:hover {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b:active {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b-root {
    text-align: center;
  }


#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b-root {
    text-align: center;
  }


#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b-root {
    text-align: center;
  }


#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b-root {
    text-align: center;
  }


#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b-root {
    text-align: center;
  }


#s-d581e5a7-3edf-4d5c-a79f-959ae3f2dc2b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2903b872-1b97-4e54-9322-70560dc8770a {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-2903b872-1b97-4e54-9322-70560dc8770a {
  padding-bottom: 25px;
}
}







#s-2903b872-1b97-4e54-9322-70560dc8770a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2903b872-1b97-4e54-9322-70560dc8770a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c304509-57cd-42c0-9fb4-be6e10a4074a {
  min-height: 50px;
}








#s-2c304509-57cd-42c0-9fb4-be6e10a4074a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c304509-57cd-42c0-9fb4-be6e10a4074a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-122d3a03-329c-4b6f-b57a-1a21976140a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-122d3a03-329c-4b6f-b57a-1a21976140a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-122d3a03-329c-4b6f-b57a-1a21976140a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-122d3a03-329c-4b6f-b57a-1a21976140a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-122d3a03-329c-4b6f-b57a-1a21976140a2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8061ff80-7567-43d9-8134-5505842f6a13 {
  min-height: 50px;
}








#s-8061ff80-7567-43d9-8134-5505842f6a13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8061ff80-7567-43d9-8134-5505842f6a13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b-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-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
  box-sizing: border-box;
}



.s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
      position: relative;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b-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-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
  box-sizing: border-box;
}



.s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
      position: relative;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b-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-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
  box-sizing: border-box;
}



.s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
      position: relative;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b-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-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
  box-sizing: border-box;
}



.s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
      position: relative;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  margin: 0 !important;
  overflow: visible;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b-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-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add background color handling */
  
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-ea7b2fb3-5f96-4070-8378-82c234045c4b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image {
  box-sizing: border-box;
}



.s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container {
      position: relative;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ea7b2fb3-5f96-4070-8378-82c234045c4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-b92bf00d-627f-4232-a5c9-6a8568499780 {
  padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
padding-right: 80px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b92bf00d-627f-4232-a5c9-6a8568499780 {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 30px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b92bf00d-627f-4232-a5c9-6a8568499780 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-b92bf00d-627f-4232-a5c9-6a8568499780 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}







#s-b92bf00d-627f-4232-a5c9-6a8568499780 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b92bf00d-627f-4232-a5c9-6a8568499780.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1abe39ef-c6da-4e11-b0d8-4281003f8e34 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1abe39ef-c6da-4e11-b0d8-4281003f8e34 .shogun-heading-component h3 {
  color: rgba(153, 28, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-e18a5bbd-9328-4790-b1fd-75dfec7a7a9a {
  margin-bottom: 30px;
}

#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b {
  padding-top: 13px;
padding-left: 23px;
padding-bottom: 13px;
padding-right: 23px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(153, 28, 31, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(153, 28, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b:hover {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b:active {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2bb284a0-d625-4421-9f33-37a4f5f3c98b-root {
    text-align: left;
  }


#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2bb284a0-d625-4421-9f33-37a4f5f3c98b-root {
    text-align: left;
  }


#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bb284a0-d625-4421-9f33-37a4f5f3c98b-root {
    text-align: left;
  }


#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bb284a0-d625-4421-9f33-37a4f5f3c98b-root {
    text-align: left;
  }


#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2bb284a0-d625-4421-9f33-37a4f5f3c98b-root {
    text-align: left;
  }


#s-2bb284a0-d625-4421-9f33-37a4f5f3c98b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-d962f3d1-d8d6-4927-95bc-d7f305f187cc {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
}

#s-d962f3d1-d8d6-4927-95bc-d7f305f187cc {
  background-image: url();
}








#s-d962f3d1-d8d6-4927-95bc-d7f305f187cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d962f3d1-d8d6-4927-95bc-d7f305f187cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
}
@media (max-width: 767px){#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  display: none;
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea, #wrap-s-1912ce35-d5b5-46ab-8da2-613cbbd496ea, #wrap-content-s-1912ce35-d5b5-46ab-8da2-613cbbd496ea { display: none !important; }}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1912ce35-d5b5-46ab-8da2-613cbbd496ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aaba98cd-ae84-4626-bc00-068707363b63 {
  min-height: 600px;
}

@media (min-width: 0px) {
[id="s-aaba98cd-ae84-4626-bc00-068707363b63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaba98cd-ae84-4626-bc00-068707363b63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aaba98cd-ae84-4626-bc00-068707363b63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaba98cd-ae84-4626-bc00-068707363b63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-aaba98cd-ae84-4626-bc00-068707363b63"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-33674d51-c423-42e4-a2f1-15e35e921a04 {
  padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-33674d51-c423-42e4-a2f1-15e35e921a04 {
  padding-left: 30px;
padding-right: 30px;
min-height: 550px;
}
}







#s-33674d51-c423-42e4-a2f1-15e35e921a04 > .shg-box-overlay {
  background-color: rgba(245, 207, 96, 1);
  opacity: 0.8;
  display: block;
}#s-33674d51-c423-42e4-a2f1-15e35e921a04.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  margin-bottom: 20px;
max-width: 150px;
aspect-ratio: 300/87;
text-align: left;
}
@media (min-width: 1200px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  max-width: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  max-width: 250px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  max-width: 200px;
}
}
#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2-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-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
  box-sizing: border-box;
}



.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
      position: relative;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2-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-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
  box-sizing: border-box;
}



.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
      position: relative;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2-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-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
  box-sizing: border-box;
}



.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
      position: relative;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2-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-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
  box-sizing: border-box;
}



.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
      position: relative;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2-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-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image {
  box-sizing: border-box;
}



.s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container {
      position: relative;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a16981b4-8ef5-48a8-8a8f-09c457c845c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-57cb0476-5045-4114-8c39-c11c0382430b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px){#s-57cb0476-5045-4114-8c39-c11c0382430b {
  display: none;
}
#s-57cb0476-5045-4114-8c39-c11c0382430b, #wrap-s-57cb0476-5045-4114-8c39-c11c0382430b, #wrap-content-s-57cb0476-5045-4114-8c39-c11c0382430b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57cb0476-5045-4114-8c39-c11c0382430b {
  display: none;
}
#s-57cb0476-5045-4114-8c39-c11c0382430b, #wrap-s-57cb0476-5045-4114-8c39-c11c0382430b, #wrap-content-s-57cb0476-5045-4114-8c39-c11c0382430b { display: none !important; }}@media (max-width: 767px){#s-57cb0476-5045-4114-8c39-c11c0382430b {
  display: none;
}
#s-57cb0476-5045-4114-8c39-c11c0382430b, #wrap-s-57cb0476-5045-4114-8c39-c11c0382430b, #wrap-content-s-57cb0476-5045-4114-8c39-c11c0382430b { display: none !important; }}
#s-57cb0476-5045-4114-8c39-c11c0382430b .shg-proportional-font-size,
#s-57cb0476-5045-4114-8c39-c11c0382430b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-85a8390f-0f69-4730-be2a-8fa0dba40501 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-85a8390f-0f69-4730-be2a-8fa0dba40501 {
  display: none;
}
#s-85a8390f-0f69-4730-be2a-8fa0dba40501, #wrap-s-85a8390f-0f69-4730-be2a-8fa0dba40501, #wrap-content-s-85a8390f-0f69-4730-be2a-8fa0dba40501 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85a8390f-0f69-4730-be2a-8fa0dba40501 {
  display: none;
}
#s-85a8390f-0f69-4730-be2a-8fa0dba40501, #wrap-s-85a8390f-0f69-4730-be2a-8fa0dba40501, #wrap-content-s-85a8390f-0f69-4730-be2a-8fa0dba40501 { display: none !important; }}@media (max-width: 767px){#s-85a8390f-0f69-4730-be2a-8fa0dba40501 {
  display: none;
}
#s-85a8390f-0f69-4730-be2a-8fa0dba40501, #wrap-s-85a8390f-0f69-4730-be2a-8fa0dba40501, #wrap-content-s-85a8390f-0f69-4730-be2a-8fa0dba40501 { display: none !important; }}
#s-85a8390f-0f69-4730-be2a-8fa0dba40501 .shg-proportional-font-size,
#s-85a8390f-0f69-4730-be2a-8fa0dba40501 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6065db69-8291-4873-9551-1819340dbb9b {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-6065db69-8291-4873-9551-1819340dbb9b {
  display: none;
}
#s-6065db69-8291-4873-9551-1819340dbb9b, #wrap-s-6065db69-8291-4873-9551-1819340dbb9b, #wrap-content-s-6065db69-8291-4873-9551-1819340dbb9b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6065db69-8291-4873-9551-1819340dbb9b {
  display: none;
}
#s-6065db69-8291-4873-9551-1819340dbb9b, #wrap-s-6065db69-8291-4873-9551-1819340dbb9b, #wrap-content-s-6065db69-8291-4873-9551-1819340dbb9b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6065db69-8291-4873-9551-1819340dbb9b {
  display: none;
}
#s-6065db69-8291-4873-9551-1819340dbb9b, #wrap-s-6065db69-8291-4873-9551-1819340dbb9b, #wrap-content-s-6065db69-8291-4873-9551-1819340dbb9b { display: none !important; }}@media (max-width: 767px){#s-6065db69-8291-4873-9551-1819340dbb9b {
  
}
}
#s-6065db69-8291-4873-9551-1819340dbb9b .shg-proportional-font-size,
#s-6065db69-8291-4873-9551-1819340dbb9b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b2b3b1c0-bca8-4673-8681-412fad578a4f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-b2b3b1c0-bca8-4673-8681-412fad578a4f {
  display: none;
}
#s-b2b3b1c0-bca8-4673-8681-412fad578a4f, #wrap-s-b2b3b1c0-bca8-4673-8681-412fad578a4f, #wrap-content-s-b2b3b1c0-bca8-4673-8681-412fad578a4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2b3b1c0-bca8-4673-8681-412fad578a4f {
  display: none;
}
#s-b2b3b1c0-bca8-4673-8681-412fad578a4f, #wrap-s-b2b3b1c0-bca8-4673-8681-412fad578a4f, #wrap-content-s-b2b3b1c0-bca8-4673-8681-412fad578a4f { display: none !important; }}@media (max-width: 767px){#s-b2b3b1c0-bca8-4673-8681-412fad578a4f {
  display: none;
}
#s-b2b3b1c0-bca8-4673-8681-412fad578a4f, #wrap-s-b2b3b1c0-bca8-4673-8681-412fad578a4f, #wrap-content-s-b2b3b1c0-bca8-4673-8681-412fad578a4f { display: none !important; }}
#s-b2b3b1c0-bca8-4673-8681-412fad578a4f .shg-proportional-font-size,
#s-b2b3b1c0-bca8-4673-8681-412fad578a4f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-77bfcbe6-8670-44a2-90a3-7568affe35af {
  margin-bottom: 30px;
}

#s-ab131b34-2160-493b-888a-38514f2e689f {
  padding-top: 13px;
padding-left: 23px;
padding-bottom: 13px;
padding-right: 23px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(153, 28, 31, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(153, 28, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ab131b34-2160-493b-888a-38514f2e689f:hover {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab131b34-2160-493b-888a-38514f2e689f:active {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ab131b34-2160-493b-888a-38514f2e689f-root {
    text-align: left;
  }


#s-ab131b34-2160-493b-888a-38514f2e689f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab131b34-2160-493b-888a-38514f2e689f-root {
    text-align: left;
  }


#s-ab131b34-2160-493b-888a-38514f2e689f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab131b34-2160-493b-888a-38514f2e689f-root {
    text-align: left;
  }


#s-ab131b34-2160-493b-888a-38514f2e689f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab131b34-2160-493b-888a-38514f2e689f-root {
    text-align: left;
  }


#s-ab131b34-2160-493b-888a-38514f2e689f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab131b34-2160-493b-888a-38514f2e689f-root {
    text-align: left;
  }


#s-ab131b34-2160-493b-888a-38514f2e689f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
}
@media (min-width: 1200px){#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  display: none;
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98, #wrap-s-28ad395a-87a8-4c29-92ed-566c1dd50d98, #wrap-content-s-28ad395a-87a8-4c29-92ed-566c1dd50d98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  display: none;
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98, #wrap-s-28ad395a-87a8-4c29-92ed-566c1dd50d98, #wrap-content-s-28ad395a-87a8-4c29-92ed-566c1dd50d98 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  display: none;
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98, #wrap-s-28ad395a-87a8-4c29-92ed-566c1dd50d98, #wrap-content-s-28ad395a-87a8-4c29-92ed-566c1dd50d98 { display: none !important; }}@media (max-width: 767px){#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  min-height: 450px;
}
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 {
  background-image: url(https://i.shgcdn.com/d7f1796b-022c-4fea-bc37-4c6e43586fef/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-28ad395a-87a8-4c29-92ed-566c1dd50d98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28ad395a-87a8-4c29-92ed-566c1dd50d98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c086aae-6c74-4b26-b904-83ae71b57ca7 {
  padding-top: 45px;
padding-left: 45px;
padding-bottom: 45px;
padding-right: 45px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c086aae-6c74-4b26-b904-83ae71b57ca7 {
  padding-left: 30px;
padding-right: 30px;
min-height: 550px;
}
}@media (max-width: 767px){#s-6c086aae-6c74-4b26-b904-83ae71b57ca7 {
  min-height: 500px;
}
}







#s-6c086aae-6c74-4b26-b904-83ae71b57ca7 > .shg-box-overlay {
  background-color: rgba(245, 207, 96, 1);
  opacity: 0.56;
  display: block;
}#s-6c086aae-6c74-4b26-b904-83ae71b57ca7.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px){






#s-6c086aae-6c74-4b26-b904-83ae71b57ca7 > .shg-box-overlay {
  background-color: rgba(245, 207, 96, 1);
  opacity: 0.56;
  display: block;
}#s-6c086aae-6c74-4b26-b904-83ae71b57ca7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin-bottom: 20px;
max-width: 150px;
aspect-ratio: 300/87;
text-align: left;
}
@media (max-width: 767px){#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin-bottom: 15px;
max-width: 200px;
}
}
#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin: 0 !important;
  overflow: visible;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837-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-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add background color handling */
  
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
  box-sizing: border-box;
}



.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
      position: relative;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin: 0 !important;
  overflow: visible;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837-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-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add background color handling */
  
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
  box-sizing: border-box;
}



.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
      position: relative;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin: 0 !important;
  overflow: visible;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837-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-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add background color handling */
  
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
  box-sizing: border-box;
}



.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
      position: relative;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin: 0 !important;
  overflow: visible;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837-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-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add background color handling */
  
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
  box-sizing: border-box;
}



.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
      position: relative;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  margin: 0 !important;
  overflow: visible;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837-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-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add background color handling */
  
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }

    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-link {
      aspect-ratio: 300/87;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image {
  box-sizing: border-box;
}



.s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 {
      --shg-aspect-ratio: calc(300/87); 
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container {
      position: relative;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62a10c60-f4f3-4bdd-a154-7b2c95c0d837 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-df6d980b-7b62-42f1-88e2-dc36893f8175 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-df6d980b-7b62-42f1-88e2-dc36893f8175 {
  display: none;
}
#s-df6d980b-7b62-42f1-88e2-dc36893f8175, #wrap-s-df6d980b-7b62-42f1-88e2-dc36893f8175, #wrap-content-s-df6d980b-7b62-42f1-88e2-dc36893f8175 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df6d980b-7b62-42f1-88e2-dc36893f8175 {
  display: none;
}
#s-df6d980b-7b62-42f1-88e2-dc36893f8175, #wrap-s-df6d980b-7b62-42f1-88e2-dc36893f8175, #wrap-content-s-df6d980b-7b62-42f1-88e2-dc36893f8175 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df6d980b-7b62-42f1-88e2-dc36893f8175 {
  display: none;
}
#s-df6d980b-7b62-42f1-88e2-dc36893f8175, #wrap-s-df6d980b-7b62-42f1-88e2-dc36893f8175, #wrap-content-s-df6d980b-7b62-42f1-88e2-dc36893f8175 { display: none !important; }}
#s-df6d980b-7b62-42f1-88e2-dc36893f8175 .shg-proportional-font-size,
#s-df6d980b-7b62-42f1-88e2-dc36893f8175 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b4c0f50c-2f91-45d2-a526-81ab32d4e8be {
  margin-bottom: 30px;
}

#s-4e4d7875-bea3-45e3-9c08-6799e4629a91 {
  padding-top: 13px;
padding-left: 23px;
padding-bottom: 13px;
padding-right: 23px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(153, 28, 31, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(153, 28, 31, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4e4d7875-bea3-45e3-9c08-6799e4629a91:hover {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4e4d7875-bea3-45e3-9c08-6799e4629a91:active {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4e4d7875-bea3-45e3-9c08-6799e4629a91-root {
    text-align: left;
  }


#s-4e4d7875-bea3-45e3-9c08-6799e4629a91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4e4d7875-bea3-45e3-9c08-6799e4629a91-root {
    text-align: left;
  }


#s-4e4d7875-bea3-45e3-9c08-6799e4629a91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e4d7875-bea3-45e3-9c08-6799e4629a91-root {
    text-align: left;
  }


#s-4e4d7875-bea3-45e3-9c08-6799e4629a91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4e4d7875-bea3-45e3-9c08-6799e4629a91-root {
    text-align: left;
  }


#s-4e4d7875-bea3-45e3-9c08-6799e4629a91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4e4d7875-bea3-45e3-9c08-6799e4629a91-root {
    text-align: left;
  }


#s-4e4d7875-bea3-45e3-9c08-6799e4629a91.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-3e80e7ae-2417-4912-bb61-4e81e25125ec {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(240, 236, 226, 1);
}
@media (max-width: 767px){#s-3e80e7ae-2417-4912-bb61-4e81e25125ec {
  padding-top: 25px;
}
}







#s-3e80e7ae-2417-4912-bb61-4e81e25125ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e80e7ae-2417-4912-bb61-4e81e25125ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1353f78-0c96-4870-ab57-813443530415 {
  min-height: 50px;
}








#s-d1353f78-0c96-4870-ab57-813443530415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1353f78-0c96-4870-ab57-813443530415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d2b4e87c-20b9-43f8-a42c-9c423982fdb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2b4e87c-20b9-43f8-a42c-9c423982fdb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d2b4e87c-20b9-43f8-a42c-9c423982fdb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2b4e87c-20b9-43f8-a42c-9c423982fdb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d2b4e87c-20b9-43f8-a42c-9c423982fdb5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2a9ec948-eb4f-4fae-994d-9fe77bfc2f64 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2a9ec948-eb4f-4fae-994d-9fe77bfc2f64 {
  min-height: 400px;
}
}







#s-2a9ec948-eb4f-4fae-994d-9fe77bfc2f64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a9ec948-eb4f-4fae-994d-9fe77bfc2f64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce5cbdd2-4dee-4f55-91e2-929fadbe10e2 {
  padding-top: 35px;
padding-left: 70px;
padding-bottom: 35px;
padding-right: 70px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ce5cbdd2-4dee-4f55-91e2-929fadbe10e2 {
  padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce5cbdd2-4dee-4f55-91e2-929fadbe10e2 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-ce5cbdd2-4dee-4f55-91e2-929fadbe10e2 {
  padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
}
}







#s-ce5cbdd2-4dee-4f55-91e2-929fadbe10e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce5cbdd2-4dee-4f55-91e2-929fadbe10e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f1b2b8c-a81a-419f-b040-4c7fdd35a74e {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5f1b2b8c-a81a-419f-b040-4c7fdd35a74e .shogun-heading-component h3 {
  color: rgba(153, 28, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-5f1b2b8c-a81a-419f-b040-4c7fdd35a74e .shogun-heading-component h3 {
  color: rgba(153, 28, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-5f1b2b8c-a81a-419f-b040-4c7fdd35a74e .shogun-heading-component h3 {
  color: rgba(153, 28, 31, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


}
#s-c6ad4408-563f-487a-a4c5-1bfe2d3b3814 {
  margin-bottom: 30px;
}

#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd {
  padding-top: 13px;
padding-left: 23px;
padding-bottom: 13px;
padding-right: 23px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 207, 96, 1);
border-style: solid;
border-radius: 50px;
background-color: rgba(245, 207, 96, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd:hover {background-color: rgba(142, 144, 145, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd:active {background-color: rgba(84, 87, 89, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd-root {
    text-align: left;
  }


#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd-root {
    text-align: left;
  }


#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd-root {
    text-align: left;
  }


#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd-root {
    text-align: left;
  }


#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd-root {
    text-align: left;
  }


#s-c7a7d95d-0f96-4bbb-bfd8-2f083609c4dd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  
  
  
  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;
  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;
  }
}
