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

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

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

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

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

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

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

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

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

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

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

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

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








#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f4a7399-fec5-4b9f-b319-7aca81a57f61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-6bc77fe8-0116-42d7-bbd7-e84cd6206dfb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

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



.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-0acdb021-acfd-4a03-9270-d494b3a41160 {
  margin-top: 20px;
margin-left: 3%;
margin-bottom: 20px;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0acdb021-acfd-4a03-9270-d494b3a41160 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

#s-0acdb021-acfd-4a03-9270-d494b3a41160 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0acdb021-acfd-4a03-9270-d494b3a41160 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-0acdb021-acfd-4a03-9270-d494b3a41160 td.shogun-table-row {
  background-color: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-0acdb021-acfd-4a03-9270-d494b3a41160 td.shogun-table-column, #s-0acdb021-acfd-4a03-9270-d494b3a41160 td.shogun-table-row {
  border: 3px solid rgba(255, 255, 255, 1);
}

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

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

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

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

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

#s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e8e9b7-d2a9-4ff8-bf55-1f8528e2ebf8"] > .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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  margin: 0 !important;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
      position: relative;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  margin: 0 !important;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
      position: relative;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 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-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  margin: 0 !important;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
      position: relative;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 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-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  margin: 0 !important;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
      position: relative;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  margin: 0 !important;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f07db075-ec31-4117-9ee4-51e72c08d1d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f07db075-ec31-4117-9ee4-51e72c08d1d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container {
      position: relative;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f07db075-ec31-4117-9ee4-51e72c08d1d4 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-03ece653-8eb1-493a-86f7-18f07391688a {
  padding-top: 22px;
}

#s-01de24e7-9278-42e4-b7cf-dd3132bba070 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-01de24e7-9278-42e4-b7cf-dd3132bba070"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  max-width: 70px;
text-align: center;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  margin: 0 !important;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e58f912d-1309-447d-9fb2-d9872a6b9300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  margin: 0 !important;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e58f912d-1309-447d-9fb2-d9872a6b9300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  margin: 0 !important;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e58f912d-1309-447d-9fb2-d9872a6b9300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  margin: 0 !important;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e58f912d-1309-447d-9fb2-d9872a6b9300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  margin: 0 !important;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-e58f912d-1309-447d-9fb2-d9872a6b9300 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-e58f912d-1309-447d-9fb2-d9872a6b9300 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e58f912d-1309-447d-9fb2-d9872a6b9300.shogun-image {
  box-sizing: border-box;
}




}
#s-86a3a153-3030-419b-a4e5-1fe07c0481ca {
  padding-top: 22px;
}

#s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-83af80f8-d2f7-4967-9bbe-9e23c97d6a93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  margin: 0 !important;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
      position: relative;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  margin: 0 !important;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
      position: relative;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 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-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  margin: 0 !important;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
      position: relative;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 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-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  margin: 0 !important;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
      position: relative;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  margin: 0 !important;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container {
      position: relative;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b3e2a2b-5fc5-43a9-8bae-148f513a88c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-80cc145a-5bf4-4be8-b769-f3e59efa7344 {
  padding-top: 22px;
}

#s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccd6e988-edc1-4b0d-9b5f-214616a07ad3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  margin: 0 !important;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
      position: relative;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  margin: 0 !important;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
      position: relative;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f 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-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  margin: 0 !important;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
      position: relative;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f 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-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  margin: 0 !important;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
      position: relative;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  margin: 0 !important;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f .shogun-image-content {
  
    justify-content: center;
  
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container {
      position: relative;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f72fd33b-2d5b-428e-a607-e4c7cebcdf0f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-44e10bf5-185b-4cf1-95ef-08a388e93631 {
  padding-top: 22px;
}

#s-3817d6b4-76bb-451e-b123-f822ade411e6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3817d6b4-76bb-451e-b123-f822ade411e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  margin: 0 !important;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
      position: relative;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  margin: 0 !important;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
      position: relative;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 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-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  margin: 0 !important;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
      position: relative;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 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-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  margin: 0 !important;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
      position: relative;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  margin: 0 !important;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container {
      position: relative;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cc3b186-23fe-4ce5-99e4-bab5c09b17c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-bca38c38-d3ad-4f39-ab79-c12bfa4a9d9d {
  padding-top: 22px;
}

#s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76017f7d-1eb0-4cae-b5ac-0e1d6cbc08af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-0d731904-3603-41f6-be50-4942b34e9d3d {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d {
  margin: 0 !important;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d731904-3603-41f6-be50-4942b34e9d3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
      position: relative;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-0d731904-3603-41f6-be50-4942b34e9d3d {
  margin: 0 !important;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d731904-3603-41f6-be50-4942b34e9d3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
      position: relative;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d 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-0d731904-3603-41f6-be50-4942b34e9d3d {
  margin: 0 !important;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d731904-3603-41f6-be50-4942b34e9d3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
      position: relative;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d 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-0d731904-3603-41f6-be50-4942b34e9d3d {
  margin: 0 !important;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d731904-3603-41f6-be50-4942b34e9d3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
      position: relative;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-0d731904-3603-41f6-be50-4942b34e9d3d {
  margin: 0 !important;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-0d731904-3603-41f6-be50-4942b34e9d3d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0d731904-3603-41f6-be50-4942b34e9d3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-0d731904-3603-41f6-be50-4942b34e9d3d .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0d731904-3603-41f6-be50-4942b34e9d3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container {
      position: relative;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0d731904-3603-41f6-be50-4942b34e9d3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d6c3c4cb-4a4a-4ff8-9483-8c79a5bc6cb3 {
  padding-top: 22px;
}

#s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef88d118-2b0a-4fa0-89a3-6bb977b0be4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  margin-left: 0%;
max-width: 70px;
text-align: center;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  margin: 0 !important;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  
  
  
  /* Add padding handling */
  padding-left: 0%;
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  margin-left: 0%;
  
  
  
  /* Add padding handling matching image-margin-container */
  padding-left: 0%;
  
  
  
}





  img.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  margin: 0 !important;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  margin: 0 !important;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  margin: 0 !important;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  margin: 0 !important;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3bdbb3b-191e-4ae8-a81d-7ac304cfda2e.shogun-image {
  box-sizing: border-box;
}




}
#s-9ba5245f-f810-46c2-b982-b923314b85ba {
  padding-top: 22px;
}

#s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a6670a0c-09d6-45ff-8b4c-fca1c5ec9c93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  margin-top: 8px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  margin: 0 !important;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 8px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 8px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
      position: relative;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  margin: 0 !important;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
      position: relative;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe 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-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  margin: 0 !important;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
      position: relative;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe 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-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  margin: 0 !important;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
      position: relative;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  margin: 0 !important;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-9707a143-e894-4741-bf4e-cf7a9e319ffe .shogun-image-content {
  
    justify-content: center;
  
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container {
      position: relative;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9707a143-e894-4741-bf4e-cf7a9e319ffe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-b413ec22-adb4-4c8e-8c14-f765926ee64a {
  padding-top: 22px;
}

#s-9652ce0f-cdf5-4100-a8aa-5587d8d71832 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9652ce0f-cdf5-4100-a8aa-5587d8d71832"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  margin-top: 3px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  margin: 0 !important;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 3px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 3px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
      position: relative;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  margin: 0 !important;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
      position: relative;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 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-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  margin: 0 !important;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
      position: relative;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 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-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  margin: 0 !important;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
      position: relative;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  margin: 0 !important;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container {
      position: relative;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4322f76-6cb4-4b0d-a8c4-592559cc1496 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-baf858b1-9666-404a-9626-9dad7c7ec303 {
  padding-top: 22px;
}

#s-4cf84582-ebd6-45ec-a976-15daaa902219 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cf84582-ebd6-45ec-a976-15daaa902219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  margin-top: 10px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  margin: 0 !important;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 10px;
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
      position: relative;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  margin: 0 !important;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
      position: relative;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea 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-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  margin: 0 !important;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
      position: relative;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea 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-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  margin: 0 !important;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
      position: relative;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  margin: 0 !important;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container {
      position: relative;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa452fb9-5937-4ad2-8c1d-78f67477c5ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-ff61ffa7-6d87-4991-87bf-aa32b8af3b82 {
  padding-top: 22px;
}

#s-fa94c3ea-6180-46b1-94da-aad969d6c5ea {
  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-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fa94c3ea-6180-46b1-94da-aad969d6c5ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  margin: 0 !important;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
      position: relative;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  margin: 0 !important;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
      position: relative;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf 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-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  margin: 0 !important;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
      position: relative;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf 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-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  margin: 0 !important;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
      position: relative;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  margin: 0 !important;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf .shogun-image-content {
  
    justify-content: center;
  
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container {
      position: relative;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d26b97eb-a225-4a0b-b77f-3f82d85e11cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-d4a3d5d4-a7b9-4438-8468-112fe807c930 {
  padding-top: 22px;
}

#s-ae67da37-ce63-4bde-b956-a2f95cb067a3 {
  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-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ae67da37-ce63-4bde-b956-a2f95cb067a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  max-width: 70px;
text-align: center;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  margin: 0 !important;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  margin: 0 !important;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  margin: 0 !important;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  margin: 0 !important;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  margin: 0 !important;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9be869f-4ba1-46a6-bacc-3c53c2f7a2db.shogun-image {
  box-sizing: border-box;
}




}
#s-20ad1caa-d1f5-4889-9be2-871a022a500d {
  padding-top: 22px;
}

#s-957cd2ec-a170-4d37-9247-57e2f1ea2040 {
  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-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-957cd2ec-a170-4d37-9247-57e2f1ea2040"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  max-width: 70px;
text-align: center;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  margin: 0 !important;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-887aae3f-faba-4977-bf2f-964c97e1a3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  margin: 0 !important;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-887aae3f-faba-4977-bf2f-964c97e1a3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  margin: 0 !important;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-887aae3f-faba-4977-bf2f-964c97e1a3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  margin: 0 !important;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-887aae3f-faba-4977-bf2f-964c97e1a3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  margin: 0 !important;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-887aae3f-faba-4977-bf2f-964c97e1a3c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-887aae3f-faba-4977-bf2f-964c97e1a3c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-887aae3f-faba-4977-bf2f-964c97e1a3c0.shogun-image {
  box-sizing: border-box;
}




}
#s-2cae7641-77ad-4243-9d11-9168a5b955d3 {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9557157c-1f13-4d3b-8c3e-04ffa784d8b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2105b298-32ab-4549-9f61-df1b29324a9c {
  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-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2105b298-32ab-4549-9f61-df1b29324a9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15420d0-beab-4f29-b5dc-cfb33cb34c99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  max-width: 70px;
text-align: center;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  margin: 0 !important;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  margin: 0 !important;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  margin: 0 !important;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  margin: 0 !important;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  margin: 0 !important;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-6c943e1d-fbe4-4a69-9211-5bf5180da51c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c943e1d-fbe4-4a69-9211-5bf5180da51c.shogun-image {
  box-sizing: border-box;
}




}
#s-dc3b1f27-d69e-4f70-898f-e71227b4313d {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fddd854d-b9c3-4bdb-985c-9b29bf7f8825"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-40fb21fc-7956-4828-8c70-24cc19882819 {
  max-width: 70px;
text-align: center;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819 {
  margin: 0 !important;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40fb21fc-7956-4828-8c70-24cc19882819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-40fb21fc-7956-4828-8c70-24cc19882819 {
  margin: 0 !important;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40fb21fc-7956-4828-8c70-24cc19882819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-40fb21fc-7956-4828-8c70-24cc19882819 {
  margin: 0 !important;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40fb21fc-7956-4828-8c70-24cc19882819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-40fb21fc-7956-4828-8c70-24cc19882819 {
  margin: 0 !important;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40fb21fc-7956-4828-8c70-24cc19882819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-40fb21fc-7956-4828-8c70-24cc19882819 {
  margin: 0 !important;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-40fb21fc-7956-4828-8c70-24cc19882819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-40fb21fc-7956-4828-8c70-24cc19882819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40fb21fc-7956-4828-8c70-24cc19882819.shogun-image {
  box-sizing: border-box;
}




}
#s-af091764-8329-4840-b360-6b011cef46fa {
  padding-top: 22px;
}

@media (min-width: 0px) {
[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eaa83691-a7dc-4406-b7de-6a3412f19143"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-67ef6b2b-4974-4011-92a9-6a3d01382984"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-49d4f053-200b-49dc-b84c-97bc1cbe7c00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bdad9cda-d0db-423f-a045-7787b4c6d996"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ade61351-e886-4e70-85c5-77ecee2e0c8e {
  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-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ade61351-e886-4e70-85c5-77ecee2e0c8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  max-width: 70px;
text-align: center;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  margin: 0 !important;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee9e9724-36a9-4357-8245-b67c0ef24aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  margin: 0 !important;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee9e9724-36a9-4357-8245-b67c0ef24aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  margin: 0 !important;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee9e9724-36a9-4357-8245-b67c0ef24aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  margin: 0 !important;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee9e9724-36a9-4357-8245-b67c0ef24aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  margin: 0 !important;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-ee9e9724-36a9-4357-8245-b67c0ef24aab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-ee9e9724-36a9-4357-8245-b67c0ef24aab .shogun-image-content {
  
    justify-content: center;
  
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee9e9724-36a9-4357-8245-b67c0ef24aab.shogun-image {
  box-sizing: border-box;
}




}
#s-8f25bbdb-c2f2-4e46-8e85-0146a3da2840 {
  padding-top: 22px;
}

#s-a72555b2-9427-447b-90b4-590286b9d1e1 {
  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-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a72555b2-9427-447b-90b4-590286b9d1e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  max-width: 70px;
text-align: center;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  margin: 0 !important;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  padding-top: 15px;
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 15px;
  
}





  img.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bee7b013-7233-49b9-957d-7caf83bf8f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  margin: 0 !important;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bee7b013-7233-49b9-957d-7caf83bf8f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  margin: 0 !important;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bee7b013-7233-49b9-957d-7caf83bf8f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  margin: 0 !important;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bee7b013-7233-49b9-957d-7caf83bf8f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  margin: 0 !important;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-bee7b013-7233-49b9-957d-7caf83bf8f5b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-bee7b013-7233-49b9-957d-7caf83bf8f5b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bee7b013-7233-49b9-957d-7caf83bf8f5b.shogun-image {
  box-sizing: border-box;
}




}
#s-98b32965-75b9-465c-af87-630aff1a3158 {
  padding-top: 22px;
}

#s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502 {
  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-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfd8741b-d3a7-41b6-ba3a-bf95a3606502"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  max-width: 70px;
text-align: center;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  margin: 0 !important;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  margin: 0 !important;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  margin: 0 !important;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  margin: 0 !important;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  margin: 0 !important;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80de5df3-86e6-4ea0-8682-6bd6b25fc9ff.shogun-image {
  box-sizing: border-box;
}




}
#s-5b3a4ba6-eff3-4c12-ae3b-cb3a0b1a75fb {
  padding-top: 20px;
}

#s-5a197eb0-0423-48e4-886d-e4f41cc3525f {
  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-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5a197eb0-0423-48e4-886d-e4f41cc3525f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-fb079115-3196-4c22-890c-26810294fc78 {
  max-width: 70px;
text-align: center;
}

#s-fb079115-3196-4c22-890c-26810294fc78 {
  margin: 0 !important;
}

#s-fb079115-3196-4c22-890c-26810294fc78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  padding-top: 30px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 30px;
  padding-bottom: 0px;
}





  img.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb079115-3196-4c22-890c-26810294fc78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb079115-3196-4c22-890c-26810294fc78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-fb079115-3196-4c22-890c-26810294fc78 {
  margin: 0 !important;
}

#s-fb079115-3196-4c22-890c-26810294fc78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb079115-3196-4c22-890c-26810294fc78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb079115-3196-4c22-890c-26810294fc78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-fb079115-3196-4c22-890c-26810294fc78 {
  margin: 0 !important;
}

#s-fb079115-3196-4c22-890c-26810294fc78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb079115-3196-4c22-890c-26810294fc78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb079115-3196-4c22-890c-26810294fc78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-fb079115-3196-4c22-890c-26810294fc78 {
  margin: 0 !important;
}

#s-fb079115-3196-4c22-890c-26810294fc78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb079115-3196-4c22-890c-26810294fc78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb079115-3196-4c22-890c-26810294fc78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-fb079115-3196-4c22-890c-26810294fc78 {
  margin: 0 !important;
}

#s-fb079115-3196-4c22-890c-26810294fc78-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-fb079115-3196-4c22-890c-26810294fc78 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-fb079115-3196-4c22-890c-26810294fc78 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fb079115-3196-4c22-890c-26810294fc78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb079115-3196-4c22-890c-26810294fc78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb079115-3196-4c22-890c-26810294fc78.shogun-image {
  box-sizing: border-box;
}




}
#s-2fcc321f-54a6-428f-8cef-4a9cbb01e1b8 {
  padding-top: 22px;
}

#s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a {
  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-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ee1bc80-9cee-4e4a-bcd6-23ac1e4c519a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-70d36487-94f6-4f9d-afa4-279f40446712 {
  margin-top: 7px;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712 {
  margin: 0 !important;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 7px;
  
  /* Add padding handling */
  
  
  padding-top: 4px;
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 7px;
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 4px;
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70d36487-94f6-4f9d-afa4-279f40446712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
      position: relative;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

@media (min-width: 1200px){#s-70d36487-94f6-4f9d-afa4-279f40446712 {
  margin: 0 !important;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70d36487-94f6-4f9d-afa4-279f40446712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
      position: relative;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712 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-70d36487-94f6-4f9d-afa4-279f40446712 {
  margin: 0 !important;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70d36487-94f6-4f9d-afa4-279f40446712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
      position: relative;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712 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-70d36487-94f6-4f9d-afa4-279f40446712 {
  margin: 0 !important;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70d36487-94f6-4f9d-afa4-279f40446712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
      position: relative;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}@media (max-width: 767px){#s-70d36487-94f6-4f9d-afa4-279f40446712 {
  margin: 0 !important;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-70d36487-94f6-4f9d-afa4-279f40446712 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70d36487-94f6-4f9d-afa4-279f40446712 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 70px;
  }



  img.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-70d36487-94f6-4f9d-afa4-279f40446712 .shogun-image-content {
  
    justify-content: center;
  
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-70d36487-94f6-4f9d-afa4-279f40446712 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container {
      position: relative;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70d36487-94f6-4f9d-afa4-279f40446712 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 70px;
    }
  }

}
#s-fd6634d5-56cc-4ba8-b804-799c796d4c30 {
  padding-top: 19px;
}

#s-040ddb8d-6719-467a-a730-746e0f8d542c {
  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-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-040ddb8d-6719-467a-a730-746e0f8d542c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  max-width: 70px;
text-align: center;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  margin: 0 !important;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  padding-top: 6px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  padding-top: 6px;
  padding-bottom: 0px;
}





  img.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-827f1978-0b0c-479c-a1b3-75e32cf71405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  margin: 0 !important;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-827f1978-0b0c-479c-a1b3-75e32cf71405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  margin: 0 !important;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-827f1978-0b0c-479c-a1b3-75e32cf71405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  margin: 0 !important;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-827f1978-0b0c-479c-a1b3-75e32cf71405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  margin: 0 !important;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-827f1978-0b0c-479c-a1b3-75e32cf71405 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-827f1978-0b0c-479c-a1b3-75e32cf71405 .shogun-image-content {
  
    justify-content: center;
  
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shg-align-container {
  display: flex;
  justify-content: center
}

.s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-827f1978-0b0c-479c-a1b3-75e32cf71405.shogun-image {
  box-sizing: border-box;
}




}
#s-1165ab9e-51f6-41b6-bfa3-ec34248069f5 {
  padding-top: 19px;
}

#s-2709b46e-1718-4ad1-8870-8cf5b3e768aa {
  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-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2709b46e-1718-4ad1-8870-8cf5b3e768aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  max-width: 70px;
text-align: center;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  margin: 0 !important;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  margin: 0 !important;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  margin: 0 !important;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  margin: 0 !important;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  margin: 0 !important;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-554810ed-2f53-4844-8b7a-5f7f1c534e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-554810ed-2f53-4844-8b7a-5f7f1c534e4d.shogun-image {
  box-sizing: border-box;
}




}
#s-3c3169d5-13cc-441f-bd22-6b9aecde87b2 {
  padding-top: 22px;
}

#s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f {
  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-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ffab2e6-074b-4a5c-99e1-b35f65fec45f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  max-width: 70px;
text-align: center;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  margin: 0 !important;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  margin: 0 !important;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  margin: 0 !important;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  margin: 0 !important;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  margin: 0 !important;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a570df46-cfb3-492e-b1a5-5e8da702b4a9.shogun-image {
  box-sizing: border-box;
}




}
#s-5d09ddaf-334e-4e26-a40f-1dd59ccc3709 {
  padding-top: 22px;
}

#s-11e53872-f0d7-485e-a2f3-b65d5b92886a {
  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-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11e53872-f0d7-485e-a2f3-b65d5b92886a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-72747257-5be7-4617-9375-134c15421439 {
  margin-top: 42px;
margin-bottom: 0px;
max-width: 70px;
text-align: center;
}

#s-72747257-5be7-4617-9375-134c15421439 {
  margin: 0 !important;
}

#s-72747257-5be7-4617-9375-134c15421439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 42px;
  margin-bottom: 0px;
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  margin-top: 42px;
  margin-bottom: 0px;
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-72747257-5be7-4617-9375-134c15421439.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72747257-5be7-4617-9375-134c15421439 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72747257-5be7-4617-9375-134c15421439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72747257-5be7-4617-9375-134c15421439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72747257-5be7-4617-9375-134c15421439.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){#s-72747257-5be7-4617-9375-134c15421439 {
  margin: 0 !important;
}

#s-72747257-5be7-4617-9375-134c15421439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-72747257-5be7-4617-9375-134c15421439.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72747257-5be7-4617-9375-134c15421439 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72747257-5be7-4617-9375-134c15421439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72747257-5be7-4617-9375-134c15421439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72747257-5be7-4617-9375-134c15421439.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-72747257-5be7-4617-9375-134c15421439 {
  margin: 0 !important;
}

#s-72747257-5be7-4617-9375-134c15421439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-72747257-5be7-4617-9375-134c15421439.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72747257-5be7-4617-9375-134c15421439 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72747257-5be7-4617-9375-134c15421439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72747257-5be7-4617-9375-134c15421439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72747257-5be7-4617-9375-134c15421439.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){#s-72747257-5be7-4617-9375-134c15421439 {
  margin: 0 !important;
}

#s-72747257-5be7-4617-9375-134c15421439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-72747257-5be7-4617-9375-134c15421439.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72747257-5be7-4617-9375-134c15421439 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72747257-5be7-4617-9375-134c15421439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72747257-5be7-4617-9375-134c15421439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72747257-5be7-4617-9375-134c15421439.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){#s-72747257-5be7-4617-9375-134c15421439 {
  margin: 0 !important;
}

#s-72747257-5be7-4617-9375-134c15421439-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
}

.shg-image-content-margin-container-s-72747257-5be7-4617-9375-134c15421439 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling matching image-margin-container */
  
  
  
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}





  img.s-72747257-5be7-4617-9375-134c15421439.shogun-image {
    
    
    
    max-height: 70px;
  }


.s-72747257-5be7-4617-9375-134c15421439 .shogun-image-content {
  
    justify-content: center;
  
}

.s-72747257-5be7-4617-9375-134c15421439.shg-align-container {
  display: flex;
  justify-content: center
}

.s-72747257-5be7-4617-9375-134c15421439.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-72747257-5be7-4617-9375-134c15421439.shogun-image {
  box-sizing: border-box;
}




}
#s-b6b481b8-d5ce-40e2-8ebc-7c6e17b5a0f7 {
  padding-top: 22px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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