.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-9f4a7399-fec5-4b9f-b319-7aca81a57f61 {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61.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-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  margin: 0 !important;
  overflow: visible;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb-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-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add background color handling */
  
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
  box-sizing: border-box;
}



.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
      position: relative;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

@media (min-width: 1200px){#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  margin: 0 !important;
  overflow: visible;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb-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-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add background color handling */
  
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
  box-sizing: border-box;
}



.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
      position: relative;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  margin: 0 !important;
  overflow: visible;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb-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-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add background color handling */
  
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
  box-sizing: border-box;
}



.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
      position: relative;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  margin: 0 !important;
  overflow: visible;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb-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-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add background color handling */
  
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
  box-sizing: border-box;
}



.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
      position: relative;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}@media (max-width: 767px){#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  margin: 0 !important;
  overflow: visible;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb-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-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add background color handling */
  
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1000px;
  }



  img.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
    
    
    
    max-height: 1000px;
  }


.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image {
  box-sizing: border-box;
}



.s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container {
      position: relative;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e6fe924-d4f0-4f8a-be4d-618388af74bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1000px;
    }
  }

}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-column, #s-83da3e93-905f-45d5-972a-08cee4907c40 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

#s-44ee3324-df7e-4a48-875c-cb9ede0af259 {
  margin-top: -13px;
margin-bottom: -13px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44ee3324-df7e-4a48-875c-cb9ede0af259"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin-top: 50px;
margin-bottom: 50px;
max-width: 70px;
text-align: center;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-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-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  
  padding-top: 0px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


@media (min-width: 1200px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-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-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-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-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-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-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}@media (max-width: 767px){#s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  margin: 0 !important;
  overflow: visible;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf-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-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df31c2d6-2ae4-4766-a483-81dbb15413bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add background color handling */
  
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-df31c2d6-2ae4-4766-a483-81dbb15413bf .shogun-image-content {
  
    justify-content: center;
  
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df31c2d6-2ae4-4766-a483-81dbb15413bf.shogun-image {
  box-sizing: border-box;
}



.s-df31c2d6-2ae4-4766-a483-81dbb15413bf img.shogun-image {
  
}


}
.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-fff7f6e7-da87-4f8a-94b6-ca0e9ff3e8be {
  padding-top: 38px;
}

#s-424659ed-b0ba-40d0-b1f9-e6b20b98a769 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-424659ed-b0ba-40d0-b1f9-e6b20b98a769"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  max-width: 70px;
text-align: center;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab-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-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
  box-sizing: border-box;
}



.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  
}


@media (min-width: 1200px){#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab-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-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
  box-sizing: border-box;
}



.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab-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-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
  box-sizing: border-box;
}



.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab-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-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
  box-sizing: border-box;
}



.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  
}


}@media (max-width: 767px){#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  margin: 0 !important;
  overflow: visible;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab-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-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1b9a8d5-9743-40c0-aa39-ee34402579ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add background color handling */
  
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1b9a8d5-9743-40c0-aa39-ee34402579ab.shogun-image {
  box-sizing: border-box;
}



.s-c1b9a8d5-9743-40c0-aa39-ee34402579ab img.shogun-image {
  
}


}
#s-707f1fda-c734-4887-b212-97db13dc9366 {
  padding-top: 19px;
}

#s-e63576c2-7119-4f2b-b84d-7633981f39b1 {
  padding-left: 0%;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e63576c2-7119-4f2b-b84d-7633981f39b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  max-width: 70px;
text-align: center;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7-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-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
  box-sizing: border-box;
}



.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7-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-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
  box-sizing: border-box;
}



.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7-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-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
  box-sizing: border-box;
}



.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7-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-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
  box-sizing: border-box;
}



.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  margin: 0 !important;
  overflow: visible;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7-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-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add background color handling */
  
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7.shogun-image {
  box-sizing: border-box;
}



.s-612f1d8b-3e7f-4613-9f8f-88065b7cfab7 img.shogun-image {
  
}


}
#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  max-width: 70px;
text-align: center;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  margin: 0 !important;
  overflow: visible;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029-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-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add background color handling */
  
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image {
  box-sizing: border-box;
}



.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  
}


@media (min-width: 1200px){#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  margin: 0 !important;
  overflow: visible;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029-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-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add background color handling */
  
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image {
  box-sizing: border-box;
}



.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  margin: 0 !important;
  overflow: visible;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029-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-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add background color handling */
  
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image {
  box-sizing: border-box;
}



.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  margin: 0 !important;
  overflow: visible;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029-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-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add background color handling */
  
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image {
  box-sizing: border-box;
}



.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  
}


}@media (max-width: 767px){#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  margin: 0 !important;
  overflow: visible;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029-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-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-15fd13a8-a425-4b1a-bb8f-547ec767b029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add background color handling */
  
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 .shogun-image-content {
  
    justify-content: center;
  
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-15fd13a8-a425-4b1a-bb8f-547ec767b029.shogun-image {
  box-sizing: border-box;
}



.s-15fd13a8-a425-4b1a-bb8f-547ec767b029 img.shogun-image {
  
}


}
#s-de10be12-bc78-47e1-80b5-2b8613504c9e {
  padding-top: 22px;
}

#s-67e483a6-828b-4145-b7c6-e9d2db71ce38 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67e483a6-828b-4145-b7c6-e9d2db71ce38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  max-width: 70px;
text-align: center;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45-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-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
  box-sizing: border-box;
}



.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  
}


@media (min-width: 1200px){#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45-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-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
  box-sizing: border-box;
}



.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45-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-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
  box-sizing: border-box;
}



.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45-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-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
  box-sizing: border-box;
}



.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  
}


}@media (max-width: 767px){#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  margin: 0 !important;
  overflow: visible;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45-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-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39f5d2dd-918b-4ad4-bdff-4620b405da45 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add background color handling */
  
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39f5d2dd-918b-4ad4-bdff-4620b405da45.shogun-image {
  box-sizing: border-box;
}



.s-39f5d2dd-918b-4ad4-bdff-4620b405da45 img.shogun-image {
  
}


}
#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  max-width: 70px;
text-align: center;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f-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-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image {
  box-sizing: border-box;
}



.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  
}


@media (min-width: 1200px){#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f-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-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image {
  box-sizing: border-box;
}



.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f-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-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image {
  box-sizing: border-box;
}



.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f-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-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image {
  box-sizing: border-box;
}



.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  
}


}@media (max-width: 767px){#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f-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-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e5dd36c-696c-47ec-b663-96a9329b6e9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e5dd36c-696c-47ec-b663-96a9329b6e9f.shogun-image {
  box-sizing: border-box;
}



.s-3e5dd36c-696c-47ec-b663-96a9329b6e9f img.shogun-image {
  
}


}
#s-92afe1cc-2193-4fa4-b978-bbbdd659bf35 {
  padding-top: 22px;
}

#s-85c62657-2f92-43d3-9e67-53b9f950e050 {
  padding-left: 0%;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85c62657-2f92-43d3-9e67-53b9f950e050"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  max-width: 70px;
text-align: center;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-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-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


@media (min-width: 1200px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-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-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-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-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-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-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}@media (max-width: 767px){#s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  margin: 0 !important;
  overflow: visible;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834-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-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-169b55a3-6509-4f51-8011-7a5bae4f4834 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add background color handling */
  
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-169b55a3-6509-4f51-8011-7a5bae4f4834 .shogun-image-content {
  
    justify-content: center;
  
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shg-align-container {
  display: flex;
  justify-content: center
}

.s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-169b55a3-6509-4f51-8011-7a5bae4f4834.shogun-image {
  box-sizing: border-box;
}



.s-169b55a3-6509-4f51-8011-7a5bae4f4834 img.shogun-image {
  
}


}
#s-31eed6b1-a88a-4c47-b220-ecf1526b285f {
  padding-top: 22px;
}

#s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
}

@media (min-width: 0px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e51c93e9-aa08-4bb1-9562-e3a05a9eec05"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-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-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-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-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-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-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-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-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-72f28376-3081-4211-8074-4ac3f15c9145 {
  margin: 0 !important;
  overflow: visible;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145-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-72f28376-3081-4211-8074-4ac3f15c9145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-72f28376-3081-4211-8074-4ac3f15c9145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add background color handling */
  
}

#s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-72f28376-3081-4211-8074-4ac3f15c9145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72f28376-3081-4211-8074-4ac3f15c9145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image {
  box-sizing: border-box;
}



.s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-72f28376-3081-4211-8074-4ac3f15c9145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container {
      position: relative;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-72f28376-3081-4211-8074-4ac3f15c9145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-33a9b947-e290-42aa-b6a1-749f373e1302 {
  padding-top: 22px;
}

#s-35864039-a002-4709-8bfd-a876c00f7358 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35864039-a002-4709-8bfd-a876c00f7358"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  max-width: 70px;
text-align: center;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  margin: 0 !important;
  overflow: visible;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921-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-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd025eae-a2a3-40bc-bd05-9eb91982e921 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add background color handling */
  
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd025eae-a2a3-40bc-bd05-9eb91982e921.shogun-image {
  box-sizing: border-box;
}



.s-bd025eae-a2a3-40bc-bd05-9eb91982e921 img.shogun-image {
  
}


}
#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  margin: 0 !important;
  overflow: visible;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff-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-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add background color handling */
  
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image {
  box-sizing: border-box;
}



.s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container {
      position: relative;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b9b5376d-f5b0-4951-b5dc-8905abe386ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-e104a8e4-d761-4c16-aaaf-fbe38cb2b287 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b220b367-d160-4d70-b6e6-e1f3904e2fb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fbf68a2b-35ba-470d-bf55-331ca523bfbd {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbf68a2b-35ba-470d-bf55-331ca523bfbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41de3cab-a523-4087-8b0f-d6ee156d8167"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  max-width: 70px;
text-align: center;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-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-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-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-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-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-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-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-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  margin: 0 !important;
  overflow: visible;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1-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-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add background color handling */
  
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01f6ef44-f2e7-4550-b8a8-86953e77fec1.shogun-image {
  box-sizing: border-box;
}



.s-01f6ef44-f2e7-4550-b8a8-86953e77fec1 img.shogun-image {
  
}


}
#s-a3f98224-5aa8-4ddd-8da5-9668f7bae375 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da6aea6f-c40b-4700-adcc-322f765995e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  max-width: 70px;
text-align: center;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-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-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


@media (min-width: 1200px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-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-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-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-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-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-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}@media (max-width: 767px){#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  margin: 0 !important;
  overflow: visible;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe-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-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add background color handling */
  
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe .shogun-image-content {
  
    justify-content: center;
  
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe.shogun-image {
  box-sizing: border-box;
}



.s-647c4910-7e63-4482-ab7c-e6f0d6a1b8fe img.shogun-image {
  
}


}
#s-52d8b20d-d6a4-4dda-a5b8-5d73cd65fbf7 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43108e5e-b214-44ef-9321-57016960c2ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7af3f3e8-fe59-467d-a5cc-47a0524f5398"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9befba5f-cd27-41a8-9aa4-94f50a2732bf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6309a69a-4548-4f44-92cb-61dc63551eeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ebca8eb4-682d-4bf8-8f24-409a575b19de {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ebca8eb4-682d-4bf8-8f24-409a575b19de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-80325923-0bde-4769-9b24-9a060f7578aa {
  max-width: 70px;
text-align: center;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa {
  margin: 0 !important;
  overflow: visible;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa-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-80325923-0bde-4769-9b24-9a060f7578aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80325923-0bde-4769-9b24-9a060f7578aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add background color handling */
  
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80325923-0bde-4769-9b24-9a060f7578aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
  box-sizing: border-box;
}



.s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  
}


@media (min-width: 1200px){#s-80325923-0bde-4769-9b24-9a060f7578aa {
  margin: 0 !important;
  overflow: visible;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa-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-80325923-0bde-4769-9b24-9a060f7578aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80325923-0bde-4769-9b24-9a060f7578aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add background color handling */
  
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80325923-0bde-4769-9b24-9a060f7578aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
  box-sizing: border-box;
}



.s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-80325923-0bde-4769-9b24-9a060f7578aa {
  margin: 0 !important;
  overflow: visible;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa-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-80325923-0bde-4769-9b24-9a060f7578aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80325923-0bde-4769-9b24-9a060f7578aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add background color handling */
  
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80325923-0bde-4769-9b24-9a060f7578aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
  box-sizing: border-box;
}



.s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-80325923-0bde-4769-9b24-9a060f7578aa {
  margin: 0 !important;
  overflow: visible;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa-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-80325923-0bde-4769-9b24-9a060f7578aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80325923-0bde-4769-9b24-9a060f7578aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add background color handling */
  
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80325923-0bde-4769-9b24-9a060f7578aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
  box-sizing: border-box;
}



.s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  
}


}@media (max-width: 767px){#s-80325923-0bde-4769-9b24-9a060f7578aa {
  margin: 0 !important;
  overflow: visible;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa-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-80325923-0bde-4769-9b24-9a060f7578aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-80325923-0bde-4769-9b24-9a060f7578aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add background color handling */
  
}

#s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80325923-0bde-4769-9b24-9a060f7578aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80325923-0bde-4769-9b24-9a060f7578aa.shogun-image {
  box-sizing: border-box;
}



.s-80325923-0bde-4769-9b24-9a060f7578aa img.shogun-image {
  
}


}
#s-ef1c067f-ece5-4b21-b282-70e42f33419c {
  padding-top: 22px;
}

#s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd525375-c441-46aa-9ffb-4dc9a4e8f99e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  max-width: 70px;
text-align: center;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-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-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-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-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-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-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-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-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  margin: 0 !important;
  overflow: visible;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e-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-a5626b26-0f6f-4481-a037-a25b7163e41e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5626b26-0f6f-4481-a037-a25b7163e41e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add background color handling */
  
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5626b26-0f6f-4481-a037-a25b7163e41e .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5626b26-0f6f-4481-a037-a25b7163e41e.shogun-image {
  box-sizing: border-box;
}



.s-a5626b26-0f6f-4481-a037-a25b7163e41e img.shogun-image {
  
}


}
#s-8f25bbdb-c2f2-4e46-8e85-0146a3da2840 {
  padding-top: 22px;
}

#s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9debfd13-d9b6-4c06-a554-377f0ffbe6ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  max-width: 70px;
text-align: center;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-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-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-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-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-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-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-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-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f86be652-db02-46e2-9ac7-d7964403f941 {
  margin: 0 !important;
  overflow: visible;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941-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-f86be652-db02-46e2-9ac7-d7964403f941 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f86be652-db02-46e2-9ac7-d7964403f941 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add background color handling */
  
}

#s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f86be652-db02-46e2-9ac7-d7964403f941 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f86be652-db02-46e2-9ac7-d7964403f941.shogun-image {
  box-sizing: border-box;
}



.s-f86be652-db02-46e2-9ac7-d7964403f941 img.shogun-image {
  
}


}
#s-760c94f3-ed5b-43a1-b7e6-7b5e36134556 {
  padding-top: 22px;
}

#s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b68a3db-0cb5-47ab-9fd8-f2753f83d628"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  max-width: 70px;
text-align: center;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-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-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-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-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-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-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-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-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  margin: 0 !important;
  overflow: visible;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19-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-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3031837f-1c3f-44e4-a82f-1aa51be20c19 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add background color handling */
  
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3031837f-1c3f-44e4-a82f-1aa51be20c19.shogun-image {
  box-sizing: border-box;
}



.s-3031837f-1c3f-44e4-a82f-1aa51be20c19 img.shogun-image {
  
}


}
#s-2eb07df2-ffb5-4e2d-90c7-e6a82a5c55f6 {
  padding-top: 20px;
}

#s-9a637597-ad4c-4ff4-876f-6de37f7370a8 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a637597-ad4c-4ff4-876f-6de37f7370a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-39932490-a106-4613-bec7-ad68c9d90204 {
  max-width: 70px;
text-align: center;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-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-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 30px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


@media (min-width: 1200px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-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-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-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-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-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-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}@media (max-width: 767px){#s-39932490-a106-4613-bec7-ad68c9d90204 {
  margin: 0 !important;
  overflow: visible;
}

#s-39932490-a106-4613-bec7-ad68c9d90204-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-39932490-a106-4613-bec7-ad68c9d90204 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-39932490-a106-4613-bec7-ad68c9d90204 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add background color handling */
  
}

#s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-39932490-a106-4613-bec7-ad68c9d90204 .shogun-image-content {
  
    justify-content: center;
  
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shg-align-container {
  display: flex;
  justify-content: center
}

.s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-39932490-a106-4613-bec7-ad68c9d90204.shogun-image {
  box-sizing: border-box;
}



.s-39932490-a106-4613-bec7-ad68c9d90204 img.shogun-image {
  
}


}
#s-10833f65-3a91-4b1a-80cc-1cc155fd9c2f {
  padding-top: 22px;
}

#s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1aaa1bcd-9a6d-47d4-9f19-54156e23384c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  max-width: 70px;
text-align: center;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-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-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


@media (min-width: 1200px){#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-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-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-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-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-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-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


}@media (max-width: 767px){#s-069dd189-948b-44c2-9f05-77cbd986df3e {
  margin: 0 !important;
  overflow: visible;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e-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-069dd189-948b-44c2-9f05-77cbd986df3e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-069dd189-948b-44c2-9f05-77cbd986df3e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add background color handling */
  
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-069dd189-948b-44c2-9f05-77cbd986df3e .shogun-image-content {
  
    justify-content: center;
  
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069dd189-948b-44c2-9f05-77cbd986df3e.shogun-image {
  box-sizing: border-box;
}



.s-069dd189-948b-44c2-9f05-77cbd986df3e img.shogun-image {
  
}


}
#s-f18c9929-e046-42f4-897b-e9bcb05c90de {
  padding-top: 19px;
}

#s-9adda9ae-7648-46d6-bc08-01f2fe03dd72 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9adda9ae-7648-46d6-bc08-01f2fe03dd72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  max-width: 70px;
text-align: center;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-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-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-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-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-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-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-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-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  margin: 0 !important;
  overflow: visible;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4-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-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add background color handling */
  
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4e92ecd-da8d-4c68-8829-a0894ed93db4.shogun-image {
  box-sizing: border-box;
}



.s-e4e92ecd-da8d-4c68-8829-a0894ed93db4 img.shogun-image {
  
}


}
#s-2118e2a2-9b6a-4731-842a-24b4cdd21d67 {
  padding-top: 19px;
}

#s-5c5505e8-9209-48ed-b8b2-02526e2a99ad {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5c5505e8-9209-48ed-b8b2-02526e2a99ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  max-width: 70px;
text-align: center;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-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-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


@media (min-width: 1200px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-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-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-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-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-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-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}@media (max-width: 767px){#s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  margin: 0 !important;
  overflow: visible;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511-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-73ddae12-82f6-4470-8915-4aab0a79b511 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73ddae12-82f6-4470-8915-4aab0a79b511 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add background color handling */
  
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73ddae12-82f6-4470-8915-4aab0a79b511 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ddae12-82f6-4470-8915-4aab0a79b511.shogun-image {
  box-sizing: border-box;
}



.s-73ddae12-82f6-4470-8915-4aab0a79b511 img.shogun-image {
  
}


}
#s-f4f7ac15-eac1-4ecc-95d0-68e3e28e0b5b {
  padding-top: 22px;
}

#s-95f92eb0-9302-4810-9d2f-a5b333e3bf48 {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-95f92eb0-9302-4810-9d2f-a5b333e3bf48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  max-width: 70px;
text-align: center;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-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-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-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-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-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-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-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-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8-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-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8.shogun-image {
  box-sizing: border-box;
}



.s-eadd50dd-f7b5-4930-a563-1e8edc9b18c8 img.shogun-image {
  
}


}
#s-d7a6c30d-1003-4831-a535-f4f4a5ee3590 {
  padding-top: 22px;
}

#s-0ac4928c-db78-4483-93e6-3c3fb471108b {
  padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ac4928c-db78-4483-93e6-3c3fb471108b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  max-width: 70px;
text-align: center;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-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-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-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-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-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-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-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-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  margin: 0 !important;
  overflow: visible;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261-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-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add background color handling */
  
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c286ee4f-ac98-49b3-9f86-2618bbd2a261.shogun-image {
  box-sizing: border-box;
}



.s-c286ee4f-ac98-49b3-9f86-2618bbd2a261 img.shogun-image {
  
}


}
#s-b6b481b8-d5ce-40e2-8ebc-7c6e17b5a0f7 {
  padding-top: 22px;
}

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