.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-2563da6d-723c-48c2-8c03-ca06ecb1b664 {
  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-2563da6d-723c-48c2-8c03-ca06ecb1b664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2563da6d-723c-48c2-8c03-ca06ecb1b664.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-ee058025-14db-444d-9762-94681e550e84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee058025-14db-444d-9762-94681e550e84 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-7c279217-a11a-44af-ae7a-902f83f7041c {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7c279217-a11a-44af-ae7a-902f83f7041c .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-7c279217-a11a-44af-ae7a-902f83f7041c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7c279217-a11a-44af-ae7a-902f83f7041c 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-7c279217-a11a-44af-ae7a-902f83f7041c td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-7c279217-a11a-44af-ae7a-902f83f7041c td.shogun-table-column, #s-7c279217-a11a-44af-ae7a-902f83f7041c 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;
}

@media (min-width: 0px) {
[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20307bf3-b5f5-4baa-90da-9f7f35f87036"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

.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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611-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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
  box-sizing: border-box;
}



.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
      position: relative;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611-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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
  box-sizing: border-box;
}



.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
      position: relative;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611-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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
  box-sizing: border-box;
}



.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
      position: relative;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611-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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
  box-sizing: border-box;
}



.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
      position: relative;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611-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-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image {
  box-sizing: border-box;
}



.s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container {
      position: relative;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b58bfe8-b875-4cc3-81e6-04b68da9d611 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
.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-f92d2f2a-3d6c-4849-8668-8f9684c3a0b7 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6f6a69a-69d3-4d7d-becf-9ff196999e8b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-caf96967-d914-4564-909b-620bdbd384f1 {
  max-width: 70px;
text-align: center;
}

#s-caf96967-d914-4564-909b-620bdbd384f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-caf96967-d914-4564-909b-620bdbd384f1-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-caf96967-d914-4564-909b-620bdbd384f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caf96967-d914-4564-909b-620bdbd384f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 22px;
  padding-bottom: 22px;
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-caf96967-d914-4564-909b-620bdbd384f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
  box-sizing: border-box;
}



.s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-caf96967-d914-4564-909b-620bdbd384f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-caf96967-d914-4564-909b-620bdbd384f1-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-caf96967-d914-4564-909b-620bdbd384f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caf96967-d914-4564-909b-620bdbd384f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-caf96967-d914-4564-909b-620bdbd384f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
  box-sizing: border-box;
}



.s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-caf96967-d914-4564-909b-620bdbd384f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-caf96967-d914-4564-909b-620bdbd384f1-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-caf96967-d914-4564-909b-620bdbd384f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caf96967-d914-4564-909b-620bdbd384f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-caf96967-d914-4564-909b-620bdbd384f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
  box-sizing: border-box;
}



.s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-caf96967-d914-4564-909b-620bdbd384f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-caf96967-d914-4564-909b-620bdbd384f1-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-caf96967-d914-4564-909b-620bdbd384f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caf96967-d914-4564-909b-620bdbd384f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-caf96967-d914-4564-909b-620bdbd384f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
  box-sizing: border-box;
}



.s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-caf96967-d914-4564-909b-620bdbd384f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-caf96967-d914-4564-909b-620bdbd384f1-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-caf96967-d914-4564-909b-620bdbd384f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-caf96967-d914-4564-909b-620bdbd384f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-caf96967-d914-4564-909b-620bdbd384f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-caf96967-d914-4564-909b-620bdbd384f1.shogun-image {
  box-sizing: border-box;
}



.s-caf96967-d914-4564-909b-620bdbd384f1 img.shogun-image {
  
}


}
#s-a7312fa1-b56d-49a6-85bf-d7bd31eaa6ea {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dbecb792-658b-4ea0-b9a5-9a754d7b5de0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  max-width: 70px;
text-align: center;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  margin: 0 !important;
  overflow: visible;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa-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-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add background color handling */
  
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
  box-sizing: border-box;
}



.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  
}


@media (min-width: 1200px){#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  margin: 0 !important;
  overflow: visible;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa-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-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add background color handling */
  
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
  box-sizing: border-box;
}



.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  margin: 0 !important;
  overflow: visible;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa-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-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add background color handling */
  
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
  box-sizing: border-box;
}



.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  margin: 0 !important;
  overflow: visible;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa-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-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add background color handling */
  
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
  box-sizing: border-box;
}



.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  
}


}@media (max-width: 767px){#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  margin: 0 !important;
  overflow: visible;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa-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-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add background color handling */
  
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa.shogun-image {
  box-sizing: border-box;
}



.s-a3057ee8-36d9-49a4-9178-c1f4ab94a8aa img.shogun-image {
  
}


}
#s-6252a766-6007-4d10-b532-16b5ce7927e6 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-89fa2617-f6ff-4de2-a4f9-9f405f70e659"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56-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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
  box-sizing: border-box;
}



.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
      position: relative;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56-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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
  box-sizing: border-box;
}



.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
      position: relative;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56-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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
  box-sizing: border-box;
}



.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
      position: relative;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56-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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
  box-sizing: border-box;
}



.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
      position: relative;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  margin: 0 !important;
  overflow: visible;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56-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-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add background color handling */
  
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image {
  box-sizing: border-box;
}



.s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container {
      position: relative;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b1b67e-dc2d-4a0f-8636-7f7e2c6f9f56 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-482c6bd8-e128-4275-97e8-0cf59ff3e43f {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e282256-83c5-4ccb-83eb-d7d6bd569cf8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a5b6ff83-074e-4a42-a296-10e061219860 {
  max-width: 70px;
text-align: center;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860-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-a5b6ff83-074e-4a42-a296-10e061219860 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b6ff83-074e-4a42-a296-10e061219860 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5b6ff83-074e-4a42-a296-10e061219860 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
  box-sizing: border-box;
}



.s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5b6ff83-074e-4a42-a296-10e061219860 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860-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-a5b6ff83-074e-4a42-a296-10e061219860 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b6ff83-074e-4a42-a296-10e061219860 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5b6ff83-074e-4a42-a296-10e061219860 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
  box-sizing: border-box;
}



.s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5b6ff83-074e-4a42-a296-10e061219860 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860-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-a5b6ff83-074e-4a42-a296-10e061219860 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b6ff83-074e-4a42-a296-10e061219860 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5b6ff83-074e-4a42-a296-10e061219860 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
  box-sizing: border-box;
}



.s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5b6ff83-074e-4a42-a296-10e061219860 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860-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-a5b6ff83-074e-4a42-a296-10e061219860 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b6ff83-074e-4a42-a296-10e061219860 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5b6ff83-074e-4a42-a296-10e061219860 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
  box-sizing: border-box;
}



.s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5b6ff83-074e-4a42-a296-10e061219860 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860-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-a5b6ff83-074e-4a42-a296-10e061219860 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b6ff83-074e-4a42-a296-10e061219860 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a5b6ff83-074e-4a42-a296-10e061219860 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b6ff83-074e-4a42-a296-10e061219860.shogun-image {
  box-sizing: border-box;
}



.s-a5b6ff83-074e-4a42-a296-10e061219860 img.shogun-image {
  
}


}
#s-fa89dee2-0e64-4ea2-a6de-f70d5d522a3d {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fcd8f5db-c5b2-4491-b913-a225c914bad6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  max-width: 70px;
text-align: center;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  margin: 0 !important;
  overflow: visible;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f-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-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add background color handling */
  
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
  box-sizing: border-box;
}



.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  
}


@media (min-width: 1200px){#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  margin: 0 !important;
  overflow: visible;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f-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-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add background color handling */
  
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
  box-sizing: border-box;
}



.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  margin: 0 !important;
  overflow: visible;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f-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-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add background color handling */
  
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
  box-sizing: border-box;
}



.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  margin: 0 !important;
  overflow: visible;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f-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-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add background color handling */
  
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
  box-sizing: border-box;
}



.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  
}


}@media (max-width: 767px){#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  margin: 0 !important;
  overflow: visible;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f-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-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f64cad6d-5e8e-4845-bc2d-411cef06f07f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add background color handling */
  
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f64cad6d-5e8e-4845-bc2d-411cef06f07f.shogun-image {
  box-sizing: border-box;
}



.s-f64cad6d-5e8e-4845-bc2d-411cef06f07f img.shogun-image {
  
}


}
#s-546f11ec-678d-4087-8b44-660bdde29d12 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40c12245-c4fe-4593-9b32-3184041c2dc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  max-width: 70px;
text-align: center;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  margin: 0 !important;
  overflow: visible;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96-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-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add background color handling */
  
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
  box-sizing: border-box;
}



.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  margin: 0 !important;
  overflow: visible;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96-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-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add background color handling */
  
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
  box-sizing: border-box;
}



.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  margin: 0 !important;
  overflow: visible;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96-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-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add background color handling */
  
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
  box-sizing: border-box;
}



.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  margin: 0 !important;
  overflow: visible;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96-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-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add background color handling */
  
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
  box-sizing: border-box;
}



.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  margin: 0 !important;
  overflow: visible;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96-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-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add background color handling */
  
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96.shogun-image {
  box-sizing: border-box;
}



.s-a277c13e-06f9-4f3d-ac3b-93bb22f4cf96 img.shogun-image {
  
}


}
#s-f5e70ee0-6809-47a8-9e06-f276ec6c1ffb {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ce4ab05-4959-4127-82af-c7f8b589df4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  max-width: 70px;
text-align: center;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394-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-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
  box-sizing: border-box;
}



.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394-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-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
  box-sizing: border-box;
}



.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394-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-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
  box-sizing: border-box;
}



.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394-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-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
  box-sizing: border-box;
}



.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394-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-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9a80303-45f2-48dd-ac3e-fd47efd34394 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9a80303-45f2-48dd-ac3e-fd47efd34394.shogun-image {
  box-sizing: border-box;
}



.s-b9a80303-45f2-48dd-ac3e-fd47efd34394 img.shogun-image {
  
}


}
#s-39209d7a-722e-484c-b243-da2a71b79ca0 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2b0bf06-9475-43d1-a3b7-684e4a9bb972"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  max-width: 70px;
text-align: center;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397-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-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
  box-sizing: border-box;
}



.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397-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-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
  box-sizing: border-box;
}



.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397-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-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
  box-sizing: border-box;
}



.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397-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-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
  box-sizing: border-box;
}



.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397-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-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397.shogun-image {
  box-sizing: border-box;
}



.s-0fd94786-fc9a-4a3d-9de8-5e14a3ca4397 img.shogun-image {
  
}


}
#s-bcf076d6-0ebd-4531-b94d-cb31e5ef0917 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-551bd13f-47fe-4a6d-ba96-8330dc302402"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8f049952-7ab0-4379-a761-753d02be07c9 {
  max-width: 70px;
text-align: center;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9-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-8f049952-7ab0-4379-a761-753d02be07c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f049952-7ab0-4379-a761-753d02be07c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8f049952-7ab0-4379-a761-753d02be07c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
  box-sizing: border-box;
}



.s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8f049952-7ab0-4379-a761-753d02be07c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9-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-8f049952-7ab0-4379-a761-753d02be07c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f049952-7ab0-4379-a761-753d02be07c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8f049952-7ab0-4379-a761-753d02be07c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
  box-sizing: border-box;
}



.s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8f049952-7ab0-4379-a761-753d02be07c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9-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-8f049952-7ab0-4379-a761-753d02be07c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f049952-7ab0-4379-a761-753d02be07c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8f049952-7ab0-4379-a761-753d02be07c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
  box-sizing: border-box;
}



.s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8f049952-7ab0-4379-a761-753d02be07c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9-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-8f049952-7ab0-4379-a761-753d02be07c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f049952-7ab0-4379-a761-753d02be07c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8f049952-7ab0-4379-a761-753d02be07c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
  box-sizing: border-box;
}



.s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8f049952-7ab0-4379-a761-753d02be07c9 {
  margin: 0 !important;
  overflow: visible;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9-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-8f049952-7ab0-4379-a761-753d02be07c9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8f049952-7ab0-4379-a761-753d02be07c9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add background color handling */
  
}

#s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8f049952-7ab0-4379-a761-753d02be07c9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f049952-7ab0-4379-a761-753d02be07c9.shogun-image {
  box-sizing: border-box;
}



.s-8f049952-7ab0-4379-a761-753d02be07c9 img.shogun-image {
  
}


}
#s-92cdc312-d15d-42eb-a14b-08e898f5e1dc {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0f1799a-9be4-4e3b-b0d3-4649302b707a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-a672b684-5717-46f4-9a2d-bed803843d73 {
  max-width: 70px;
text-align: center;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 {
  margin: 0 !important;
  overflow: visible;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73-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-a672b684-5717-46f4-9a2d-bed803843d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a672b684-5717-46f4-9a2d-bed803843d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add background color handling */
  
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a672b684-5717-46f4-9a2d-bed803843d73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
  box-sizing: border-box;
}



.s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a672b684-5717-46f4-9a2d-bed803843d73 {
  margin: 0 !important;
  overflow: visible;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73-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-a672b684-5717-46f4-9a2d-bed803843d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a672b684-5717-46f4-9a2d-bed803843d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add background color handling */
  
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a672b684-5717-46f4-9a2d-bed803843d73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
  box-sizing: border-box;
}



.s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a672b684-5717-46f4-9a2d-bed803843d73 {
  margin: 0 !important;
  overflow: visible;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73-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-a672b684-5717-46f4-9a2d-bed803843d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a672b684-5717-46f4-9a2d-bed803843d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add background color handling */
  
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a672b684-5717-46f4-9a2d-bed803843d73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
  box-sizing: border-box;
}



.s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a672b684-5717-46f4-9a2d-bed803843d73 {
  margin: 0 !important;
  overflow: visible;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73-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-a672b684-5717-46f4-9a2d-bed803843d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a672b684-5717-46f4-9a2d-bed803843d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add background color handling */
  
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a672b684-5717-46f4-9a2d-bed803843d73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
  box-sizing: border-box;
}



.s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a672b684-5717-46f4-9a2d-bed803843d73 {
  margin: 0 !important;
  overflow: visible;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73-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-a672b684-5717-46f4-9a2d-bed803843d73 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a672b684-5717-46f4-9a2d-bed803843d73 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add background color handling */
  
}

#s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a672b684-5717-46f4-9a2d-bed803843d73 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a672b684-5717-46f4-9a2d-bed803843d73.shogun-image {
  box-sizing: border-box;
}



.s-a672b684-5717-46f4-9a2d-bed803843d73 img.shogun-image {
  
}


}
#s-2a7f9f53-6a3a-407b-ab66-6e2bee66606e {
  padding-top: 22px;
}

#s-4f75908b-afa6-457c-a5ca-a9fc82815fe7 {
  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-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f75908b-afa6-457c-a5ca-a9fc82815fe7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  max-width: 70px;
text-align: center;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f-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-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0154ff03-948b-48af-a422-fb23dc6e9d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
  box-sizing: border-box;
}



.s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  
}


@media (min-width: 1200px){#s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f-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-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0154ff03-948b-48af-a422-fb23dc6e9d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
  box-sizing: border-box;
}



.s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f-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-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0154ff03-948b-48af-a422-fb23dc6e9d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
  box-sizing: border-box;
}



.s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f-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-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0154ff03-948b-48af-a422-fb23dc6e9d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
  box-sizing: border-box;
}



.s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  
}


}@media (max-width: 767px){#s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  margin: 0 !important;
  overflow: visible;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f-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-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0154ff03-948b-48af-a422-fb23dc6e9d1f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add background color handling */
  
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0154ff03-948b-48af-a422-fb23dc6e9d1f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0154ff03-948b-48af-a422-fb23dc6e9d1f.shogun-image {
  box-sizing: border-box;
}



.s-0154ff03-948b-48af-a422-fb23dc6e9d1f img.shogun-image {
  
}


}
#s-2b2572bd-63fb-4578-a86c-09186b7a0064 {
  padding-top: 22px;
}

#s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432 {
  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-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f8f2ae1-1b5c-422c-b3d3-cf9ea6ab3432"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  max-width: 70px;
text-align: center;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6-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-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
  box-sizing: border-box;
}



.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6-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-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
  box-sizing: border-box;
}



.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6-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-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
  box-sizing: border-box;
}



.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6-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-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
  box-sizing: border-box;
}



.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6-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-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6.shogun-image {
  box-sizing: border-box;
}



.s-0a131def-47aa-4c7f-b5e8-70cfe95eb5c6 img.shogun-image {
  
}


}
#s-31189b23-6148-488a-8fe2-f78e8feefee1 {
  padding-top: 22px;
}

#s-5e71db40-b70a-4cbd-819d-b622df6976f3 {
  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-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5e71db40-b70a-4cbd-819d-b622df6976f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  max-width: 70px;
text-align: center;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2-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-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
  box-sizing: border-box;
}



.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2-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-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
  box-sizing: border-box;
}



.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2-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-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
  box-sizing: border-box;
}



.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2-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-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
  box-sizing: border-box;
}



.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  margin: 0 !important;
  overflow: visible;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2-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-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add background color handling */
  
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2.shogun-image {
  box-sizing: border-box;
}



.s-9ded5edc-b1f0-4204-9cd2-3061e706a7e2 img.shogun-image {
  
}


}
#s-11951a47-cfd6-446c-8b85-f1d73be6a188 {
  padding-top: 22px;
}

#s-6319b230-1a09-41c2-8b64-d7bf97d12d10 {
  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-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6319b230-1a09-41c2-8b64-d7bf97d12d10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  max-width: 70px;
text-align: center;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab-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-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b2c3f709-5c18-406f-ae4a-99eae5212aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
  box-sizing: border-box;
}



.s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  
}


@media (min-width: 1200px){#s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab-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-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b2c3f709-5c18-406f-ae4a-99eae5212aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
  box-sizing: border-box;
}



.s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab-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-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b2c3f709-5c18-406f-ae4a-99eae5212aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
  box-sizing: border-box;
}



.s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab-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-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b2c3f709-5c18-406f-ae4a-99eae5212aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
  box-sizing: border-box;
}



.s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  
}


}@media (max-width: 767px){#s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  margin: 0 !important;
  overflow: visible;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab-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-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b2c3f709-5c18-406f-ae4a-99eae5212aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add background color handling */
  
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b2c3f709-5c18-406f-ae4a-99eae5212aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2c3f709-5c18-406f-ae4a-99eae5212aab.shogun-image {
  box-sizing: border-box;
}



.s-b2c3f709-5c18-406f-ae4a-99eae5212aab img.shogun-image {
  
}


}
#s-d44b0eec-c436-4ac1-8bde-a107f95a46ae {
  padding-top: 22px;
}

#s-9e60b76a-c243-4fd5-8826-f9f3a5c70970 {
  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-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e60b76a-c243-4fd5-8826-f9f3a5c70970"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-4a769dea-66ec-454a-be6b-65142205bb1b {
  max-width: 70px;
text-align: center;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b-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-4a769dea-66ec-454a-be6b-65142205bb1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a769dea-66ec-454a-be6b-65142205bb1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4a769dea-66ec-454a-be6b-65142205bb1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
  box-sizing: border-box;
}



.s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  
}


@media (min-width: 1200px){#s-4a769dea-66ec-454a-be6b-65142205bb1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b-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-4a769dea-66ec-454a-be6b-65142205bb1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a769dea-66ec-454a-be6b-65142205bb1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4a769dea-66ec-454a-be6b-65142205bb1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
  box-sizing: border-box;
}



.s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4a769dea-66ec-454a-be6b-65142205bb1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b-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-4a769dea-66ec-454a-be6b-65142205bb1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a769dea-66ec-454a-be6b-65142205bb1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4a769dea-66ec-454a-be6b-65142205bb1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
  box-sizing: border-box;
}



.s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4a769dea-66ec-454a-be6b-65142205bb1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b-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-4a769dea-66ec-454a-be6b-65142205bb1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a769dea-66ec-454a-be6b-65142205bb1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4a769dea-66ec-454a-be6b-65142205bb1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
  box-sizing: border-box;
}



.s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  
}


}@media (max-width: 767px){#s-4a769dea-66ec-454a-be6b-65142205bb1b {
  margin: 0 !important;
  overflow: visible;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b-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-4a769dea-66ec-454a-be6b-65142205bb1b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a769dea-66ec-454a-be6b-65142205bb1b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add background color handling */
  
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-4a769dea-66ec-454a-be6b-65142205bb1b .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a769dea-66ec-454a-be6b-65142205bb1b.shogun-image {
  box-sizing: border-box;
}



.s-4a769dea-66ec-454a-be6b-65142205bb1b img.shogun-image {
  
}


}
#s-04c6c38b-229a-4703-a936-d06db377bff1 {
  padding-top: 22px;
}

#s-42a02985-3b3d-4f87-972c-c20e2fed208d {
  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-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-42a02985-3b3d-4f87-972c-c20e2fed208d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  max-width: 70px;
text-align: center;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  margin: 0 !important;
  overflow: visible;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514-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-64065972-f6d9-40e6-96bb-c2735d85e514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add background color handling */
  
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64065972-f6d9-40e6-96bb-c2735d85e514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
  box-sizing: border-box;
}



.s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  
}


@media (min-width: 1200px){#s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  margin: 0 !important;
  overflow: visible;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514-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-64065972-f6d9-40e6-96bb-c2735d85e514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add background color handling */
  
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64065972-f6d9-40e6-96bb-c2735d85e514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
  box-sizing: border-box;
}



.s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  margin: 0 !important;
  overflow: visible;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514-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-64065972-f6d9-40e6-96bb-c2735d85e514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add background color handling */
  
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64065972-f6d9-40e6-96bb-c2735d85e514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
  box-sizing: border-box;
}



.s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  margin: 0 !important;
  overflow: visible;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514-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-64065972-f6d9-40e6-96bb-c2735d85e514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add background color handling */
  
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64065972-f6d9-40e6-96bb-c2735d85e514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
  box-sizing: border-box;
}



.s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  
}


}@media (max-width: 767px){#s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  margin: 0 !important;
  overflow: visible;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514-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-64065972-f6d9-40e6-96bb-c2735d85e514 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64065972-f6d9-40e6-96bb-c2735d85e514 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add background color handling */
  
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-64065972-f6d9-40e6-96bb-c2735d85e514 .shogun-image-content {
  
    justify-content: center;
  
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64065972-f6d9-40e6-96bb-c2735d85e514.shogun-image {
  box-sizing: border-box;
}



.s-64065972-f6d9-40e6-96bb-c2735d85e514 img.shogun-image {
  
}


}
#s-951a3816-4e45-4688-91f2-e0b1612545d4 {
  padding-top: 22px;
}

#s-1da81045-701d-40a6-a77b-70b6cbf70cbf {
  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-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1da81045-701d-40a6-a77b-70b6cbf70cbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  max-width: 70px;
text-align: center;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261-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-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
  box-sizing: border-box;
}



.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261-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-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
  box-sizing: border-box;
}



.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261-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-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
  box-sizing: border-box;
}



.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261-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-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
  box-sizing: border-box;
}



.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261-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-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6d4a9e4-f6e5-4980-890f-ac0a00860261.shogun-image {
  box-sizing: border-box;
}



.s-b6d4a9e4-f6e5-4980-890f-ac0a00860261 img.shogun-image {
  
}


}
#s-f7bbd02c-e21d-4b3e-9675-9909f6be5e35 {
  padding-top: 22px;
}

#s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2 {
  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-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38d86ea5-a006-4b62-9e3c-f81478c1bdf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  max-width: 70px;
text-align: center;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6-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-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3268896d-5b28-4f65-a6ab-5a18781169f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
  box-sizing: border-box;
}



.s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6-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-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3268896d-5b28-4f65-a6ab-5a18781169f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
  box-sizing: border-box;
}



.s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6-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-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3268896d-5b28-4f65-a6ab-5a18781169f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
  box-sizing: border-box;
}



.s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6-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-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3268896d-5b28-4f65-a6ab-5a18781169f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
  box-sizing: border-box;
}



.s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6-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-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3268896d-5b28-4f65-a6ab-5a18781169f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-3268896d-5b28-4f65-a6ab-5a18781169f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3268896d-5b28-4f65-a6ab-5a18781169f6.shogun-image {
  box-sizing: border-box;
}



.s-3268896d-5b28-4f65-a6ab-5a18781169f6 img.shogun-image {
  
}


}
#s-00fefe10-8a6a-4768-8250-79b906f6c040 {
  padding-top: 22px;
}

#s-4b764d2a-c368-441e-bf4d-fb7b17304b86 {
  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-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b764d2a-c368-441e-bf4d-fb7b17304b86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  max-width: 70px;
text-align: center;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d-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-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
  box-sizing: border-box;
}



.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  
}


@media (min-width: 1200px){#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d-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-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
  box-sizing: border-box;
}



.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d-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-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
  box-sizing: border-box;
}



.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d-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-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
  box-sizing: border-box;
}



.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  
}


}@media (max-width: 767px){#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d-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-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d.shogun-image {
  box-sizing: border-box;
}



.s-5f0c6d53-02dc-4ee5-99c1-7154fdaec30d img.shogun-image {
  
}


}
#s-3402b013-c5f3-4b06-88f6-c48f83eedaa8 {
  padding-top: 19px;
}

#s-378809a4-ea0e-4856-bda9-5a5d34337680 {
  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-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-378809a4-ea0e-4856-bda9-5a5d34337680"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d72011b1-1826-4951-884b-7bb729300a2d {
  max-width: 70px;
text-align: center;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d {
  margin: 0 !important;
  overflow: visible;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d-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-d72011b1-1826-4951-884b-7bb729300a2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d72011b1-1826-4951-884b-7bb729300a2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add background color handling */
  
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d72011b1-1826-4951-884b-7bb729300a2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
  box-sizing: border-box;
}



.s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  
}


@media (min-width: 1200px){#s-d72011b1-1826-4951-884b-7bb729300a2d {
  margin: 0 !important;
  overflow: visible;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d-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-d72011b1-1826-4951-884b-7bb729300a2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d72011b1-1826-4951-884b-7bb729300a2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add background color handling */
  
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d72011b1-1826-4951-884b-7bb729300a2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
  box-sizing: border-box;
}



.s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d72011b1-1826-4951-884b-7bb729300a2d {
  margin: 0 !important;
  overflow: visible;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d-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-d72011b1-1826-4951-884b-7bb729300a2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d72011b1-1826-4951-884b-7bb729300a2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add background color handling */
  
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d72011b1-1826-4951-884b-7bb729300a2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
  box-sizing: border-box;
}



.s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d72011b1-1826-4951-884b-7bb729300a2d {
  margin: 0 !important;
  overflow: visible;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d-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-d72011b1-1826-4951-884b-7bb729300a2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d72011b1-1826-4951-884b-7bb729300a2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add background color handling */
  
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d72011b1-1826-4951-884b-7bb729300a2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
  box-sizing: border-box;
}



.s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  
}


}@media (max-width: 767px){#s-d72011b1-1826-4951-884b-7bb729300a2d {
  margin: 0 !important;
  overflow: visible;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d-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-d72011b1-1826-4951-884b-7bb729300a2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d72011b1-1826-4951-884b-7bb729300a2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add background color handling */
  
}

#s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d72011b1-1826-4951-884b-7bb729300a2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d72011b1-1826-4951-884b-7bb729300a2d.shogun-image {
  box-sizing: border-box;
}



.s-d72011b1-1826-4951-884b-7bb729300a2d img.shogun-image {
  
}


}
#s-b8b1b957-1c6f-43de-9d81-f2675583aeee {
  padding-top: 19px;
}

#s-a9311c2e-461b-4875-848a-6eb414b9da1f {
  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-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9311c2e-461b-4875-848a-6eb414b9da1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  max-width: 70px;
text-align: center;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  margin: 0 !important;
  overflow: visible;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406-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-73a5dd1f-133e-4e8c-877b-33479794e406 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add background color handling */
  
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73a5dd1f-133e-4e8c-877b-33479794e406 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
  box-sizing: border-box;
}



.s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  
}


@media (min-width: 1200px){#s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  margin: 0 !important;
  overflow: visible;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406-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-73a5dd1f-133e-4e8c-877b-33479794e406 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add background color handling */
  
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73a5dd1f-133e-4e8c-877b-33479794e406 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
  box-sizing: border-box;
}



.s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  margin: 0 !important;
  overflow: visible;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406-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-73a5dd1f-133e-4e8c-877b-33479794e406 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add background color handling */
  
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73a5dd1f-133e-4e8c-877b-33479794e406 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
  box-sizing: border-box;
}



.s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  margin: 0 !important;
  overflow: visible;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406-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-73a5dd1f-133e-4e8c-877b-33479794e406 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add background color handling */
  
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73a5dd1f-133e-4e8c-877b-33479794e406 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
  box-sizing: border-box;
}



.s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  
}


}@media (max-width: 767px){#s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  margin: 0 !important;
  overflow: visible;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406-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-73a5dd1f-133e-4e8c-877b-33479794e406 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-73a5dd1f-133e-4e8c-877b-33479794e406 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add background color handling */
  
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-73a5dd1f-133e-4e8c-877b-33479794e406 .shogun-image-content {
  
    justify-content: center;
  
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73a5dd1f-133e-4e8c-877b-33479794e406.shogun-image {
  box-sizing: border-box;
}



.s-73a5dd1f-133e-4e8c-877b-33479794e406 img.shogun-image {
  
}


}
#s-18cb57d1-8a99-40d6-92a0-c26c65979899 {
  padding-top: 19px;
}

#s-32337582-4ff2-4976-af35-ceac9c04afa7 {
  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-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-32337582-4ff2-4976-af35-ceac9c04afa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  max-width: 70px;
text-align: center;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  margin: 0 !important;
  overflow: visible;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747-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-e933d171-dc27-48f5-b067-6b2290ae6747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add background color handling */
  
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e933d171-dc27-48f5-b067-6b2290ae6747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
  box-sizing: border-box;
}



.s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  margin: 0 !important;
  overflow: visible;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747-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-e933d171-dc27-48f5-b067-6b2290ae6747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add background color handling */
  
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e933d171-dc27-48f5-b067-6b2290ae6747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
  box-sizing: border-box;
}



.s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  margin: 0 !important;
  overflow: visible;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747-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-e933d171-dc27-48f5-b067-6b2290ae6747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add background color handling */
  
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e933d171-dc27-48f5-b067-6b2290ae6747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
  box-sizing: border-box;
}



.s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  margin: 0 !important;
  overflow: visible;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747-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-e933d171-dc27-48f5-b067-6b2290ae6747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add background color handling */
  
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e933d171-dc27-48f5-b067-6b2290ae6747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
  box-sizing: border-box;
}



.s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  margin: 0 !important;
  overflow: visible;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747-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-e933d171-dc27-48f5-b067-6b2290ae6747 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e933d171-dc27-48f5-b067-6b2290ae6747 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add background color handling */
  
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e933d171-dc27-48f5-b067-6b2290ae6747 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e933d171-dc27-48f5-b067-6b2290ae6747.shogun-image {
  box-sizing: border-box;
}



.s-e933d171-dc27-48f5-b067-6b2290ae6747 img.shogun-image {
  
}


}
#s-7fd514b1-4acd-45da-bc34-0d0bfa0e8813 {
  padding-top: 19px;
}

#s-41207025-8cea-4386-82df-b4c5c341bfbd {
  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-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41207025-8cea-4386-82df-b4c5c341bfbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  max-width: 70px;
text-align: center;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  margin: 0 !important;
  overflow: visible;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd-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-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add background color handling */
  
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10c6f014-75f5-4ead-91fa-8c0566c849fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
  box-sizing: border-box;
}



.s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  
}


@media (min-width: 1200px){#s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  margin: 0 !important;
  overflow: visible;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd-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-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add background color handling */
  
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10c6f014-75f5-4ead-91fa-8c0566c849fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
  box-sizing: border-box;
}



.s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  margin: 0 !important;
  overflow: visible;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd-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-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add background color handling */
  
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10c6f014-75f5-4ead-91fa-8c0566c849fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
  box-sizing: border-box;
}



.s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  margin: 0 !important;
  overflow: visible;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd-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-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add background color handling */
  
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10c6f014-75f5-4ead-91fa-8c0566c849fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
  box-sizing: border-box;
}



.s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  
}


}@media (max-width: 767px){#s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  margin: 0 !important;
  overflow: visible;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd-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-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-10c6f014-75f5-4ead-91fa-8c0566c849fd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add background color handling */
  
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-10c6f014-75f5-4ead-91fa-8c0566c849fd .shogun-image-content {
  
    justify-content: center;
  
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10c6f014-75f5-4ead-91fa-8c0566c849fd.shogun-image {
  box-sizing: border-box;
}



.s-10c6f014-75f5-4ead-91fa-8c0566c849fd img.shogun-image {
  
}


}
#s-9b7a9a71-1567-4077-87a6-240301af5a5f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 22px;
}

#s-a2a67106-8112-43f1-90a9-a0351318d0a0 {
  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-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a2a67106-8112-43f1-90a9-a0351318d0a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  max-width: 70px;
text-align: center;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8-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-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aab25e8e-73ff-43b9-86fc-6829900210a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
  box-sizing: border-box;
}



.s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8-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-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aab25e8e-73ff-43b9-86fc-6829900210a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
  box-sizing: border-box;
}



.s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8-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-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aab25e8e-73ff-43b9-86fc-6829900210a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
  box-sizing: border-box;
}



.s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8-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-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aab25e8e-73ff-43b9-86fc-6829900210a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
  box-sizing: border-box;
}



.s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8-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-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aab25e8e-73ff-43b9-86fc-6829900210a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-aab25e8e-73ff-43b9-86fc-6829900210a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aab25e8e-73ff-43b9-86fc-6829900210a8.shogun-image {
  box-sizing: border-box;
}



.s-aab25e8e-73ff-43b9-86fc-6829900210a8 img.shogun-image {
  
}


}
#s-3864bf94-33cd-405e-8bfa-269b8255201f {
  padding-top: 22px;
}

#s-9e11473d-94a6-40e2-8bce-ffabc9351f81 {
  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-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e11473d-94a6-40e2-8bce-ffabc9351f81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-c92db77d-614d-40f3-ac90-c89e86218105 {
  max-width: 70px;
text-align: center;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105-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-c92db77d-614d-40f3-ac90-c89e86218105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c92db77d-614d-40f3-ac90-c89e86218105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c92db77d-614d-40f3-ac90-c89e86218105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
  box-sizing: border-box;
}



.s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c92db77d-614d-40f3-ac90-c89e86218105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105-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-c92db77d-614d-40f3-ac90-c89e86218105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c92db77d-614d-40f3-ac90-c89e86218105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c92db77d-614d-40f3-ac90-c89e86218105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
  box-sizing: border-box;
}



.s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c92db77d-614d-40f3-ac90-c89e86218105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105-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-c92db77d-614d-40f3-ac90-c89e86218105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c92db77d-614d-40f3-ac90-c89e86218105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c92db77d-614d-40f3-ac90-c89e86218105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
  box-sizing: border-box;
}



.s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c92db77d-614d-40f3-ac90-c89e86218105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105-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-c92db77d-614d-40f3-ac90-c89e86218105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c92db77d-614d-40f3-ac90-c89e86218105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c92db77d-614d-40f3-ac90-c89e86218105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
  box-sizing: border-box;
}



.s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c92db77d-614d-40f3-ac90-c89e86218105 {
  margin: 0 !important;
  overflow: visible;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105-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-c92db77d-614d-40f3-ac90-c89e86218105 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c92db77d-614d-40f3-ac90-c89e86218105 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add background color handling */
  
}

#s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c92db77d-614d-40f3-ac90-c89e86218105 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c92db77d-614d-40f3-ac90-c89e86218105.shogun-image {
  box-sizing: border-box;
}



.s-c92db77d-614d-40f3-ac90-c89e86218105 img.shogun-image {
  
}


}
#s-319534c1-153a-46eb-8309-a1499b6b9a79 {
  padding-top: 22px;
}

#s-80fe8da7-4e96-4efb-aa10-edaff5fb834b {
  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-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80fe8da7-4e96-4efb-aa10-edaff5fb834b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  max-width: 70px;
text-align: center;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29-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-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
  box-sizing: border-box;
}



.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29-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-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
  box-sizing: border-box;
}



.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29-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-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
  box-sizing: border-box;
}



.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29-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-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
  box-sizing: border-box;
}



.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  margin: 0 !important;
  overflow: visible;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29-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-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b8161cdc-d916-4912-bf57-6e48e0e42b29 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add background color handling */
  
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8161cdc-d916-4912-bf57-6e48e0e42b29.shogun-image {
  box-sizing: border-box;
}



.s-b8161cdc-d916-4912-bf57-6e48e0e42b29 img.shogun-image {
  
}


}
#s-4a72b23d-f46b-44a2-952b-6253f7e1f30b {
  padding-top: 22px;
}

#s-80706908-40e2-4c38-8c5b-f67ffcc55a0d {
  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-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80706908-40e2-4c38-8c5b-f67ffcc55a0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  max-width: 70px;
text-align: center;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d-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-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e8c124b1-1b46-4716-aafd-a49501d2e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
  box-sizing: border-box;
}



.s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  
}


@media (min-width: 1200px){#s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d-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-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e8c124b1-1b46-4716-aafd-a49501d2e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
  box-sizing: border-box;
}



.s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d-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-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e8c124b1-1b46-4716-aafd-a49501d2e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
  box-sizing: border-box;
}



.s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d-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-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e8c124b1-1b46-4716-aafd-a49501d2e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
  box-sizing: border-box;
}



.s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  
}


}@media (max-width: 767px){#s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  margin: 0 !important;
  overflow: visible;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d-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-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8c124b1-1b46-4716-aafd-a49501d2e31d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add background color handling */
  
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e8c124b1-1b46-4716-aafd-a49501d2e31d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8c124b1-1b46-4716-aafd-a49501d2e31d.shogun-image {
  box-sizing: border-box;
}



.s-e8c124b1-1b46-4716-aafd-a49501d2e31d img.shogun-image {
  
}


}
#s-eccf7621-a921-4132-b5a9-8f992a50ac39 {
  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;
}
