.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-eaf2dc9d-722f-4a91-9a6b-a4dd67cabb71 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-eaf2dc9d-722f-4a91-9a6b-a4dd67cabb71 {
  display: none;
}
#s-eaf2dc9d-722f-4a91-9a6b-a4dd67cabb71, #wrap-s-eaf2dc9d-722f-4a91-9a6b-a4dd67cabb71 { display: none !important; }}







#s-eaf2dc9d-722f-4a91-9a6b-a4dd67cabb71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eaf2dc9d-722f-4a91-9a6b-a4dd67cabb71.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: rgba(18, 18, 18, 1);
  font-family: "Roboto Condensed";
  text-transform: none;
  font-weight: 600;
  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-25393fec-8c64-4318-8731-3d350bc1874c {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-25393fec-8c64-4318-8731-3d350bc1874c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-25393fec-8c64-4318-8731-3d350bc1874c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-25393fec-8c64-4318-8731-3d350bc1874c {
  
}
}@media (max-width: 767px){#s-25393fec-8c64-4318-8731-3d350bc1874c {
  
}
}
#s-25393fec-8c64-4318-8731-3d350bc1874c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



.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-04cbc62c-9950-4084-9ee3-a50d2aa7ac14 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14 {
  
}
}
@media (min-width: 0px) {
[id="s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-04cbc62c-9950-4084-9ee3-a50d2aa7ac14"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

.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;
  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;
  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-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-content {
  
    align-items: center;
  
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
      position: relative;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-content {
  
    align-items: center;
  
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
      position: relative;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-content {
  
    align-items: center;
  
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
      position: relative;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-content {
  
    align-items: center;
  
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
      position: relative;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a .shogun-image-content {
  
    align-items: center;
  
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container {
      position: relative;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-40170e15-98fa-4da7-b1f4-5be3f7c8064a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e46765ce-bd2c-40ad-a54c-e27a19ecface {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e46765ce-bd2c-40ad-a54c-e27a19ecface .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  max-width: 100px;
}
}


.shg-image-margin-container-s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37fe3197-e242-4fbe-97b9-5e1148004019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
      position: relative;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37fe3197-e242-4fbe-97b9-5e1148004019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
      position: relative;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37fe3197-e242-4fbe-97b9-5e1148004019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
      position: relative;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37fe3197-e242-4fbe-97b9-5e1148004019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
      position: relative;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37fe3197-e242-4fbe-97b9-5e1148004019 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-37fe3197-e242-4fbe-97b9-5e1148004019 .shogun-image-content {
  
    align-items: center;
  
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37fe3197-e242-4fbe-97b9-5e1148004019 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container {
      position: relative;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37fe3197-e242-4fbe-97b9-5e1148004019 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-7dd97b27-350b-4da0-8f95-d9c0d72e8940 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7dd97b27-350b-4da0-8f95-d9c0d72e8940 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5922d5c-061c-4fb3-a85d-625549722353 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
      position: relative;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a5922d5c-061c-4fb3-a85d-625549722353 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5922d5c-061c-4fb3-a85d-625549722353 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
      position: relative;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-a5922d5c-061c-4fb3-a85d-625549722353 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5922d5c-061c-4fb3-a85d-625549722353 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
      position: relative;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-a5922d5c-061c-4fb3-a85d-625549722353 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5922d5c-061c-4fb3-a85d-625549722353 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
      position: relative;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-a5922d5c-061c-4fb3-a85d-625549722353 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a5922d5c-061c-4fb3-a85d-625549722353 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5922d5c-061c-4fb3-a85d-625549722353 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-a5922d5c-061c-4fb3-a85d-625549722353 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5922d5c-061c-4fb3-a85d-625549722353 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container {
      position: relative;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5922d5c-061c-4fb3-a85d-625549722353 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-467b018c-d3df-458d-b484-f83175ab0398 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-467b018c-d3df-458d-b484-f83175ab0398 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
      position: relative;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
      position: relative;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
      position: relative;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
      position: relative;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb .shogun-image-content {
  
    align-items: center;
  
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container {
      position: relative;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fbd8468-c0e4-4326-b51e-59382a7c43fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b42b7a58-09bb-46cc-8423-7324f7062761 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b42b7a58-09bb-46cc-8423-7324f7062761 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
      position: relative;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
      position: relative;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
      position: relative;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
      position: relative;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b .shogun-image-content {
  
    align-items: center;
  
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container {
      position: relative;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf595f5d-294c-4ad6-a394-e28a0e65c48b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-bdbfdace-c1c5-4f79-a2b4-8c8cec5d2af4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdbfdace-c1c5-4f79-a2b4-8c8cec5d2af4 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-49416bc6-0dee-4bf9-8f7a-c09fece18a26 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-49416bc6-0dee-4bf9-8f7a-c09fece18a26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49416bc6-0dee-4bf9-8f7a-c09fece18a26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49416bc6-0dee-4bf9-8f7a-c09fece18a26 {
  
}
}@media (max-width: 767px){#s-49416bc6-0dee-4bf9-8f7a-c09fece18a26 {
  
}
}
@media (min-width: 0px) {
[id="s-49416bc6-0dee-4bf9-8f7a-c09fece18a26"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-49416bc6-0dee-4bf9-8f7a-c09fece18a26"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-49416bc6-0dee-4bf9-8f7a-c09fece18a26"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-49416bc6-0dee-4bf9-8f7a-c09fece18a26"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-content {
  
    align-items: center;
  
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
      position: relative;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-content {
  
    align-items: center;
  
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
      position: relative;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-content {
  
    align-items: center;
  
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
      position: relative;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-content {
  
    align-items: center;
  
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
      position: relative;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd .shogun-image-content {
  
    align-items: center;
  
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container {
      position: relative;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318aa5a9-8d2f-4efd-94c0-99a0353b09dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b47b1c80-328a-4370-9368-6df810c6161d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b47b1c80-328a-4370-9368-6df810c6161d .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
      position: relative;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
      position: relative;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
      position: relative;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
      position: relative;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7a62fb48-d10c-4f1d-9423-83d7b4574337 .shogun-image-content {
  
    align-items: center;
  
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container {
      position: relative;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7a62fb48-d10c-4f1d-9423-83d7b4574337 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-7290fc66-5be7-46e4-969b-48e40374f078 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7290fc66-5be7-46e4-969b-48e40374f078 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-content {
  
    align-items: center;
  
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99475c7b-4007-4039-b434-a757c48b7620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
      position: relative;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-99475c7b-4007-4039-b434-a757c48b7620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-content {
  
    align-items: center;
  
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99475c7b-4007-4039-b434-a757c48b7620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
      position: relative;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-99475c7b-4007-4039-b434-a757c48b7620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-content {
  
    align-items: center;
  
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99475c7b-4007-4039-b434-a757c48b7620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
      position: relative;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-99475c7b-4007-4039-b434-a757c48b7620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-content {
  
    align-items: center;
  
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99475c7b-4007-4039-b434-a757c48b7620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
      position: relative;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-99475c7b-4007-4039-b434-a757c48b7620 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-99475c7b-4007-4039-b434-a757c48b7620 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-99475c7b-4007-4039-b434-a757c48b7620 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-99475c7b-4007-4039-b434-a757c48b7620 .shogun-image-content {
  
    align-items: center;
  
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99475c7b-4007-4039-b434-a757c48b7620 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container {
      position: relative;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99475c7b-4007-4039-b434-a757c48b7620 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c468d668-fbdb-428b-a4d4-889f067b0790 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c468d668-fbdb-428b-a4d4-889f067b0790 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
      position: relative;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
      position: relative;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
      position: relative;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
      position: relative;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce .shogun-image-content {
  
    align-items: center;
  
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container {
      position: relative;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c492f1b-5b0a-4e6d-815d-724ac271f9ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e7b69d58-d29c-4554-922c-6ad1f29ca57e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7b69d58-d29c-4554-922c-6ad1f29ca57e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-25abf996-2a89-4f5b-9703-1be6366e5384 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-25abf996-2a89-4f5b-9703-1be6366e5384 {
  display: none;
}
#s-25abf996-2a89-4f5b-9703-1be6366e5384, #wrap-s-25abf996-2a89-4f5b-9703-1be6366e5384 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25abf996-2a89-4f5b-9703-1be6366e5384 {
  display: none;
}
#s-25abf996-2a89-4f5b-9703-1be6366e5384, #wrap-s-25abf996-2a89-4f5b-9703-1be6366e5384 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25abf996-2a89-4f5b-9703-1be6366e5384 {
  display: none;
}
#s-25abf996-2a89-4f5b-9703-1be6366e5384, #wrap-s-25abf996-2a89-4f5b-9703-1be6366e5384 { display: none !important; }}@media (max-width: 767px){#s-25abf996-2a89-4f5b-9703-1be6366e5384 {
  
}
}







#s-25abf996-2a89-4f5b-9703-1be6366e5384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25abf996-2a89-4f5b-9703-1be6366e5384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72230137-b4a7-4538-b8df-9e76d7dce85f {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 20px;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-72230137-b4a7-4538-b8df-9e76d7dce85f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-72230137-b4a7-4538-b8df-9e76d7dce85f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-72230137-b4a7-4538-b8df-9e76d7dce85f {
  
}
}@media (max-width: 767px){#s-72230137-b4a7-4538-b8df-9e76d7dce85f {
  
}
}
#s-72230137-b4a7-4538-b8df-9e76d7dce85f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-43baac96-531d-4616-bd21-1d56891f0381 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-43baac96-531d-4616-bd21-1d56891f0381 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-43baac96-531d-4616-bd21-1d56891f0381 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-43baac96-531d-4616-bd21-1d56891f0381 {
  
}
}
@media (min-width: 0px) {
[id="s-43baac96-531d-4616-bd21-1d56891f0381"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-43baac96-531d-4616-bd21-1d56891f0381"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43baac96-531d-4616-bd21-1d56891f0381"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43baac96-531d-4616-bd21-1d56891f0381"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-content {
  
    align-items: center;
  
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
      position: relative;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-content {
  
    align-items: center;
  
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
      position: relative;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-content {
  
    align-items: center;
  
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
      position: relative;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-content {
  
    align-items: center;
  
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
      position: relative;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-66897956-aa6a-4ac8-8a09-3cff77b442cf .shogun-image-content {
  
    align-items: center;
  
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container {
      position: relative;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-66897956-aa6a-4ac8-8a09-3cff77b442cf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-8a19da04-6419-4252-8bed-fa8b35bc9e71 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a19da04-6419-4252-8bed-fa8b35bc9e71 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
      position: relative;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
      position: relative;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
      position: relative;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
      position: relative;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c .shogun-image-content {
  
    align-items: center;
  
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container {
      position: relative;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa9b2008-2615-41c5-b39e-36fb56ce8d5c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6b955423-8f8d-4ddc-b4c4-2619b89509d8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b955423-8f8d-4ddc-b4c4-2619b89509d8 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  max-width: 100px;
}
}@media (max-width: 767px){#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  max-width: 100px;
}
}


.shg-image-margin-container-s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-content {
  
    align-items: center;
  
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67876695-5094-4f13-b772-d6dd907d2ff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
      position: relative;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-content {
  
    align-items: center;
  
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67876695-5094-4f13-b772-d6dd907d2ff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
      position: relative;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-content {
  
    align-items: center;
  
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67876695-5094-4f13-b772-d6dd907d2ff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
      position: relative;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-content {
  
    align-items: center;
  
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67876695-5094-4f13-b772-d6dd907d2ff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
      position: relative;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-67876695-5094-4f13-b772-d6dd907d2ff9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-67876695-5094-4f13-b772-d6dd907d2ff9 .shogun-image-content {
  
    align-items: center;
  
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-67876695-5094-4f13-b772-d6dd907d2ff9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container {
      position: relative;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-67876695-5094-4f13-b772-d6dd907d2ff9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-6964af9f-7400-40fc-afa7-1bf8b4b7af1c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6964af9f-7400-40fc-afa7-1bf8b4b7af1c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
      position: relative;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
      position: relative;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
      position: relative;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
      position: relative;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container {
      position: relative;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7e009e3-2dfb-43a2-bdc5-a01395e75473 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-4b697fb0-d0ce-4c22-9757-04a0a967c6dd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b697fb0-d0ce-4c22-9757-04a0a967c6dd .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-content {
  
    align-items: center;
  
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
      position: relative;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-content {
  
    align-items: center;
  
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
      position: relative;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-content {
  
    align-items: center;
  
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
      position: relative;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-content {
  
    align-items: center;
  
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
      position: relative;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc .shogun-image-content {
  
    align-items: center;
  
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container {
      position: relative;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73ea531d-0b9f-4cde-b0a1-a3cc27bf19fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-c405fbf6-1c96-491c-8ad0-7957decc4467 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c405fbf6-1c96-491c-8ad0-7957decc4467 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
      position: relative;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
      position: relative;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
      position: relative;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
      position: relative;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container {
      position: relative;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6510d5b-d6c9-4786-9a2a-83a66eb92813 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-ab6fd515-a061-4624-b8c3-9ebbd0fd939e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab6fd515-a061-4624-b8c3-9ebbd0fd939e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7 {
  
}
}@media (max-width: 767px){#s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7 {
  
}
}
@media (min-width: 0px) {
[id="s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44ab29a5-95c9-49fa-9f56-bdf099fde6c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
      position: relative;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
      position: relative;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
      position: relative;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
      position: relative;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a .shogun-image-content {
  
    align-items: center;
  
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container {
      position: relative;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9b80a13f-e7dc-4d0b-b5c9-d33ac8e2408a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-9382d33a-515e-4d04-bcf5-69c3b84bab02 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9382d33a-515e-4d04-bcf5-69c3b84bab02 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
      position: relative;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
      position: relative;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
      position: relative;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
      position: relative;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-d5097ae3-fac5-4b48-9c78-38701b359e25 .shogun-image-content {
  
    align-items: center;
  
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container {
      position: relative;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5097ae3-fac5-4b48-9c78-38701b359e25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-2df1ea6f-f9f3-4410-a239-65e7a2f34f75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2df1ea6f-f9f3-4410-a239-65e7a2f34f75 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
      position: relative;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
      position: relative;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
      position: relative;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
      position: relative;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 100px;
  }



  img.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container {
      position: relative;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-788c79ee-e89a-41c1-86cd-f6fad3ef19d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e37722c1-db36-4fe4-96f1-ed5745481fcf {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e37722c1-db36-4fe4-96f1-ed5745481fcf .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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