.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-3db16298-b761-4b0f-9fde-f5248cefeb1d {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 7%;
padding-bottom: 100px;
padding-right: 7%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3db16298-b761-4b0f-9fde-f5248cefeb1d {
  padding-top: 80px;
padding-left: 3%;
padding-bottom: 80px;
padding-right: 3%;
}
}







#s-3db16298-b761-4b0f-9fde-f5248cefeb1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3db16298-b761-4b0f-9fde-f5248cefeb1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-38620a4b-0956-4e7f-8c08-2b2b13fe1ad0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38620a4b-0956-4e7f-8c08-2b2b13fe1ad0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38620a4b-0956-4e7f-8c08-2b2b13fe1ad0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38620a4b-0956-4e7f-8c08-2b2b13fe1ad0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38620a4b-0956-4e7f-8c08-2b2b13fe1ad0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-efa436b6-8505-4775-a942-258453a33196 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-efa436b6-8505-4775-a942-258453a33196 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-efa436b6-8505-4775-a942-258453a33196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efa436b6-8505-4775-a942-258453a33196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.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-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
      position: relative;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  
  
  
  
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
      position: relative;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

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

.shg-image-margin-container-s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  
  
  
  
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
      position: relative;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

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

.shg-image-margin-container-s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  
  
  
  
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
      position: relative;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

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

.shg-image-margin-container-s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  
  
  
  
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-8baf0f90-4a03-44cf-966f-1fb211064d10 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container {
      position: relative;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8baf0f90-4a03-44cf-966f-1fb211064d10 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: normal;
  font-family: "Assistant, sans-serif";
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 72px;
margin-right: 0%;
padding-top: 20px;
padding-left: 39px;
padding-bottom: 20px;
padding-right: 39px;
border-radius: 53px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(1, 191, 140, 1);
}
#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5:hover {background-color: rgba(67, 67, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5:active {background-color: rgba(67, 67, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5-root {
    text-align: center;
  }


#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5-root {
    text-align: center;
  }


#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5-root {
    text-align: center;
  }


#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5-root {
    text-align: center;
  }


#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5-root {
    text-align: center;
  }


#s-bbdbd3e8-7f8d-497b-898d-64c80abb0eb5.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}
#s-c654e023-cf2d-4eec-861b-187ff6a66186 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c654e023-cf2d-4eec-861b-187ff6a66186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c654e023-cf2d-4eec-861b-187ff6a66186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1eff25dc-018f-4145-b37c-26d41140c000 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
      position: relative;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1eff25dc-018f-4145-b37c-26d41140c000 {
  
  
  
  
}

#s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1eff25dc-018f-4145-b37c-26d41140c000 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
      position: relative;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

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

.shg-image-margin-container-s-1eff25dc-018f-4145-b37c-26d41140c000 {
  
  
  
  
}

#s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1eff25dc-018f-4145-b37c-26d41140c000 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
      position: relative;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

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

.shg-image-margin-container-s-1eff25dc-018f-4145-b37c-26d41140c000 {
  
  
  
  
}

#s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1eff25dc-018f-4145-b37c-26d41140c000 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
      position: relative;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

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

.shg-image-margin-container-s-1eff25dc-018f-4145-b37c-26d41140c000 {
  
  
  
  
}

#s-1eff25dc-018f-4145-b37c-26d41140c000 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1eff25dc-018f-4145-b37c-26d41140c000 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-1eff25dc-018f-4145-b37c-26d41140c000 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1eff25dc-018f-4145-b37c-26d41140c000 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container {
      position: relative;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1eff25dc-018f-4145-b37c-26d41140c000 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1080px;
    }
  }

}
#s-21df7b48-3559-4386-8451-ad01f12f0f29 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 72px;
margin-right: 0%;
padding-top: 20px;
padding-left: 39px;
padding-bottom: 20px;
padding-right: 39px;
border-radius: 53px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(1, 191, 140, 1);
}
#s-21df7b48-3559-4386-8451-ad01f12f0f29:hover {background-color: rgba(67, 67, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-21df7b48-3559-4386-8451-ad01f12f0f29:active {background-color: rgba(67, 67, 69, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-21df7b48-3559-4386-8451-ad01f12f0f29-root {
    text-align: center;
  }


#s-21df7b48-3559-4386-8451-ad01f12f0f29.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21df7b48-3559-4386-8451-ad01f12f0f29-root {
    text-align: center;
  }


#s-21df7b48-3559-4386-8451-ad01f12f0f29.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21df7b48-3559-4386-8451-ad01f12f0f29-root {
    text-align: center;
  }


#s-21df7b48-3559-4386-8451-ad01f12f0f29.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21df7b48-3559-4386-8451-ad01f12f0f29-root {
    text-align: center;
  }


#s-21df7b48-3559-4386-8451-ad01f12f0f29.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21df7b48-3559-4386-8451-ad01f12f0f29-root {
    text-align: center;
  }


#s-21df7b48-3559-4386-8451-ad01f12f0f29.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}
#s-85eaf700-3b78-445f-bcb4-f1a38518a647 {
  margin-left: auto;
margin-right: auto;
padding-left: 7%;
padding-right: 7%;
min-height: 50px;
background-color: rgba(1, 191, 140, 1);
}








#s-85eaf700-3b78-445f-bcb4-f1a38518a647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85eaf700-3b78-445f-bcb4-f1a38518a647.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962 {
  display: none;
}
#s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962, #wrap-s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962 { display: none !important; }}
@media (min-width: 0px) {
[id="s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-63eb6951-b8dc-4c8b-8d58-56b8ebc44962"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 130px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin-top: 8px;
margin-bottom: 4px;
max-width: 95px;
}
}


.shg-image-margin-container-s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-content {
  
    align-items: center;
  
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
      position: relative;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 130px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  
  
  
  
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-content {
  
    align-items: center;
  
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
      position: relative;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 130px;
    }
  }

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

.shg-image-margin-container-s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  
  
  
  
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-content {
  
    align-items: center;
  
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
      position: relative;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 130px;
    }
  }

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

.shg-image-margin-container-s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  
  
  margin-top: 8px;
  margin-bottom: 4px;
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-content {
  
    align-items: center;
  
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
      position: relative;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 130px;
    }
  }

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

.shg-image-margin-container-s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  
  
  
  
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 130px;
  }



  img.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
    
    
    
    max-height: 130px;
  }


.s-11b20b60-abc7-4d40-bb38-518a2a53aafd .shogun-image-content {
  
    align-items: center;
  
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container {
      position: relative;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11b20b60-abc7-4d40-bb38-518a2a53aafd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 130px;
    }
  }

}
#s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
      position: relative;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  
  
  
  
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
      position: relative;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  
  
  
  
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
      position: relative;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  
  
  
  
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
      position: relative;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  
  
  
  
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-0beff048-b065-4613-9025-ac79ca3a6ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container {
      position: relative;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0beff048-b065-4613-9025-ac79ca3a6ea5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-content {
  
    align-items: center;
  
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-455a641d-0608-4bd4-a2d1-6de395f9830d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
      position: relative;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  
  
  
  
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-content {
  
    align-items: center;
  
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-455a641d-0608-4bd4-a2d1-6de395f9830d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
      position: relative;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  
  
  
  
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-content {
  
    align-items: center;
  
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-455a641d-0608-4bd4-a2d1-6de395f9830d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
      position: relative;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  
  
  
  
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-content {
  
    align-items: center;
  
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-455a641d-0608-4bd4-a2d1-6de395f9830d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
      position: relative;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  
  
  
  
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-455a641d-0608-4bd4-a2d1-6de395f9830d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-455a641d-0608-4bd4-a2d1-6de395f9830d .shogun-image-content {
  
    align-items: center;
  
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-455a641d-0608-4bd4-a2d1-6de395f9830d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container {
      position: relative;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-455a641d-0608-4bd4-a2d1-6de395f9830d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-content {
  
    align-items: center;
  
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81d9f40d-bc69-4936-afde-6f64f79de5df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
      position: relative;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  
  
  
  
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-content {
  
    align-items: center;
  
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81d9f40d-bc69-4936-afde-6f64f79de5df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
      position: relative;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  
  
  
  
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-content {
  
    align-items: center;
  
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81d9f40d-bc69-4936-afde-6f64f79de5df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
      position: relative;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  
  
  
  
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-content {
  
    align-items: center;
  
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81d9f40d-bc69-4936-afde-6f64f79de5df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
      position: relative;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  
  
  
  
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-81d9f40d-bc69-4936-afde-6f64f79de5df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-81d9f40d-bc69-4936-afde-6f64f79de5df .shogun-image-content {
  
    align-items: center;
  
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-81d9f40d-bc69-4936-afde-6f64f79de5df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container {
      position: relative;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-81d9f40d-bc69-4936-afde-6f64f79de5df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e5da07b-f498-40dc-b57b-144773f59292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
      position: relative;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4e5da07b-f498-40dc-b57b-144773f59292 {
  
  
  
  
}

#s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e5da07b-f498-40dc-b57b-144773f59292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
      position: relative;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-4e5da07b-f498-40dc-b57b-144773f59292 {
  
  
  
  
}

#s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e5da07b-f498-40dc-b57b-144773f59292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
      position: relative;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-4e5da07b-f498-40dc-b57b-144773f59292 {
  
  
  
  
}

#s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e5da07b-f498-40dc-b57b-144773f59292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
      position: relative;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-4e5da07b-f498-40dc-b57b-144773f59292 {
  
  
  
  
}

#s-4e5da07b-f498-40dc-b57b-144773f59292 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4e5da07b-f498-40dc-b57b-144773f59292 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-4e5da07b-f498-40dc-b57b-144773f59292 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e5da07b-f498-40dc-b57b-144773f59292 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container {
      position: relative;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e5da07b-f498-40dc-b57b-144773f59292 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-a68dae8c-0d31-4246-8141-966febc7d531 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a68dae8c-0d31-4246-8141-966febc7d531 {
  display: none;
}
#s-a68dae8c-0d31-4246-8141-966febc7d531, #wrap-s-a68dae8c-0d31-4246-8141-966febc7d531 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a68dae8c-0d31-4246-8141-966febc7d531 {
  display: none;
}
#s-a68dae8c-0d31-4246-8141-966febc7d531, #wrap-s-a68dae8c-0d31-4246-8141-966febc7d531 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a68dae8c-0d31-4246-8141-966febc7d531 {
  display: none;
}
#s-a68dae8c-0d31-4246-8141-966febc7d531, #wrap-s-a68dae8c-0d31-4246-8141-966febc7d531 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a68dae8c-0d31-4246-8141-966febc7d531"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a68dae8c-0d31-4246-8141-966febc7d531"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a68dae8c-0d31-4246-8141-966febc7d531"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a68dae8c-0d31-4246-8141-966febc7d531"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin-top: 11px;
max-width: 125px;
}
}


.shg-image-margin-container-s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
      position: relative;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  
  
  
  
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
      position: relative;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  
  
  
  
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
      position: relative;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  
  
  
  
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
      position: relative;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  
  
  margin-top: 11px;
  
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a .shogun-image-content {
  
    align-items: center;
  
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container {
      position: relative;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb1e0919-a862-4085-a2d8-69dc566a0f3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
      position: relative;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  
  
  
  
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
      position: relative;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  
  
  
  
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
      position: relative;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  
  
  
  
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
      position: relative;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  
  
  
  
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d .shogun-image-content {
  
    align-items: center;
  
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container {
      position: relative;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c73ff462-fcc1-4664-9cdf-dbb054fc2a3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-content {
  
    align-items: center;
  
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
      position: relative;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  
  
  
  
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-content {
  
    align-items: center;
  
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
      position: relative;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  
  
  
  
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-content {
  
    align-items: center;
  
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
      position: relative;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  
  
  
  
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-content {
  
    align-items: center;
  
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
      position: relative;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  
  
  
  
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-01659c12-f7d5-4f5a-9425-2d77ab18701c .shogun-image-content {
  
    align-items: center;
  
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container {
      position: relative;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01659c12-f7d5-4f5a-9425-2d77ab18701c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-content {
  
    align-items: center;
  
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
      position: relative;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  
  
  
  
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-content {
  
    align-items: center;
  
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
      position: relative;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  
  
  
  
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-content {
  
    align-items: center;
  
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
      position: relative;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  
  
  
  
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-content {
  
    align-items: center;
  
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
      position: relative;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  
  
  
  
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e .shogun-image-content {
  
    align-items: center;
  
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container {
      position: relative;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f71a369f-34d0-49b7-9c72-03c7e7ef156e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  display: none;
}
#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88, #wrap-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  display: none;
}
#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88, #wrap-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  display: none;
}
#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88, #wrap-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 { display: none !important; }}


.shg-image-margin-container-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
      position: relative;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  
  
  
  
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
      position: relative;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  
  
  
  
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
      position: relative;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  
  
  
  
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
      position: relative;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

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

.shg-image-margin-container-s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  
  
  
  
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 150px;
  }



  img.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 .shogun-image-content {
  
    align-items: center;
  
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container {
      position: relative;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f342f0f3-8f18-4cdc-b6fd-a0ce2a0d2e88 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 150px;
    }
  }

}
#s-a87e0ce0-5e70-4fe6-902f-3c0301a80a02 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-left: 7%;
padding-bottom: 100px;
padding-right: 7%;
min-height: 50px;
}








#s-a87e0ce0-5e70-4fe6-902f-3c0301a80a02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a87e0ce0-5e70-4fe6-902f-3c0301a80a02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c22d565b-dc14-42aa-809a-7052d99b8045 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c22d565b-dc14-42aa-809a-7052d99b8045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c22d565b-dc14-42aa-809a-7052d99b8045"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-c22d565b-dc14-42aa-809a-7052d99b8045"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-c22d565b-dc14-42aa-809a-7052d99b8045"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-8984a84f-3003-4192-8b26-4c03ebb1aa27 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8984a84f-3003-4192-8b26-4c03ebb1aa27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8984a84f-3003-4192-8b26-4c03ebb1aa27 {
  cursor: pointer;
}#s-8984a84f-3003-4192-8b26-4c03ebb1aa27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin-left: auto;
margin-right: auto;
max-width: 210px;
aspect-ratio: 300/74;
text-align: center;
}



.shg-image-margin-container-s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-content {
  
    align-items: center;
  
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
      position: relative;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  
  
  
  
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-content {
  
    align-items: center;
  
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
      position: relative;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

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

.shg-image-margin-container-s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  
  
  
  
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-content {
  
    align-items: center;
  
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
      position: relative;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

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

.shg-image-margin-container-s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  
  
  
  
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-content {
  
    align-items: center;
  
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
      position: relative;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

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

.shg-image-margin-container-s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  
  
  
  
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-97fa9801-9685-4f55-8652-ba5b10b4aee4 .shogun-image-content {
  
    align-items: center;
  
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container {
      position: relative;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-97fa9801-9685-4f55-8652-ba5b10b4aee4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

}
.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(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  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-3d2f2a68-dd07-443c-926a-98451ad89d72 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d2f2a68-dd07-443c-926a-98451ad89d72 .shogun-heading-component h3 {
  color: rgba(67, 67, 69, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  font-weight: normal;
}

#s-31bc47ed-1240-47a0-8223-1a2d329ee86f {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-dfb2ae60-418d-47b5-bb6c-acd3be8a5428 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfb2ae60-418d-47b5-bb6c-acd3be8a5428 .shogun-heading-component h4 {
  color: rgba(67, 67, 69, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-76253e29-0f0c-4e04-893d-9f07fbcfa68b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-76253e29-0f0c-4e04-893d-9f07fbcfa68b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76253e29-0f0c-4e04-893d-9f07fbcfa68b {
  cursor: pointer;
}#s-76253e29-0f0c-4e04-893d-9f07fbcfa68b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin-left: auto;
margin-right: auto;
max-width: 210px;
aspect-ratio: 300/74;
text-align: center;
}



.shg-image-margin-container-s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
      position: relative;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  
  
  
  
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
      position: relative;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

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

.shg-image-margin-container-s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  
  
  
  
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
      position: relative;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

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

.shg-image-margin-container-s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  
  
  
  
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
      position: relative;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

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

.shg-image-margin-container-s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  
  
  
  
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }

    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-link {
      aspect-ratio: 300/74;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 210px;
  }



  img.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
    
    
    
    max-height: 210px;
  }


.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b .shogun-image-content {
  
    align-items: center;
  
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b {
      --shg-aspect-ratio: calc(300/74); 
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container {
      position: relative;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7aedd7f3-79b4-4b84-a1de-3e92492de09b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 210px;
    }
  }

}
#s-173ccee0-496d-4c84-bade-6358e29ffe7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-173ccee0-496d-4c84-bade-6358e29ffe7b .shogun-heading-component h3 {
  color: rgba(67, 67, 69, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-254885f2-3883-412c-903b-590f9293484d {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
}

#s-c8cfa944-779f-4082-8781-f5e52a8ed40c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8cfa944-779f-4082-8781-f5e52a8ed40c .shogun-heading-component h4 {
  color: rgba(67, 67, 69, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-18409cfb-87d0-49c3-9b36-5bb46a1e6c93 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
min-height: 50px;
}








#s-18409cfb-87d0-49c3-9b36-5bb46a1e6c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18409cfb-87d0-49c3-9b36-5bb46a1e6c93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58007cb1-6779-4d1d-9aca-f7181d9967fb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-58007cb1-6779-4d1d-9aca-f7181d9967fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58007cb1-6779-4d1d-9aca-f7181d9967fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58007cb1-6779-4d1d-9aca-f7181d9967fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58007cb1-6779-4d1d-9aca-f7181d9967fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d5464616-4fdc-47cf-bc41-33326a2e4242 {
  margin-left: auto;
margin-right: auto;
padding-left: 7%;
padding-right: 7%;
min-height: 50px;
background-color: rgba(1, 191, 140, 1);
}
@media (max-width: 767px){#s-d5464616-4fdc-47cf-bc41-33326a2e4242 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-d5464616-4fdc-47cf-bc41-33326a2e4242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d5464616-4fdc-47cf-bc41-33326a2e4242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cc2c657-585c-4bf5-84a1-ddfb499af673 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9cc2c657-585c-4bf5-84a1-ddfb499af673 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  line-height: 0.9em;
  
  
}



#s-d129412f-5a13-4c54-a5fa-cd802c368c7e {
  margin-left: auto;
margin-right: auto;
}

#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 32px;
padding-bottom: 20px;
padding-right: 32px;
border-radius: 53px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(1, 191, 140, 1);
}
#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 191, 140, 1) !important;}#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(1, 191, 140, 1) !important;}@media (max-width: 767px){#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69-root {
    text-align: left;
  }


#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69-root {
    text-align: left;
  }


#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69-root {
    text-align: left;
  }


#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69-root {
    text-align: left;
  }


#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69-root {
    text-align: left;
  }


#s-b39a6256-9ee6-4db7-bdc0-8671d0e25d69.shg-btn {
  color: rgba(1, 191, 140, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}
#s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin-left: auto;
margin-right: auto;
max-width: 1202px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1202px;
  }



  img.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
    
    
    
    max-height: 1202px;
  }


.s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
      position: relative;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1202px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  
  
  
  
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1202px;
  }



  img.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
    
    
    
    max-height: 1202px;
  }


.s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
      position: relative;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1202px;
    }
  }

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

.shg-image-margin-container-s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  
  
  
  
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1202px;
  }



  img.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
    
    
    
    max-height: 1202px;
  }


.s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
      position: relative;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1202px;
    }
  }

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

.shg-image-margin-container-s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  
  
  
  
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1202px;
  }



  img.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
    
    
    
    max-height: 1202px;
  }


.s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
      position: relative;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1202px;
    }
  }

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

.shg-image-margin-container-s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  
  
  
  
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1202px;
  }



  img.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
    
    
    
    max-height: 1202px;
  }


.s-eb5bf146-7f1d-4988-98d5-1b591b565fef .shogun-image-content {
  
    align-items: center;
  
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container {
      position: relative;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb5bf146-7f1d-4988-98d5-1b591b565fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1202px;
    }
  }

}
#s-f8d8a7ce-baf5-46fc-bfde-6cfef5bfb4bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 100px;
padding-left: 7%;
padding-bottom: 100px;
padding-right: 7%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f8d8a7ce-baf5-46fc-bfde-6cfef5bfb4bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8d8a7ce-baf5-46fc-bfde-6cfef5bfb4bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cad2844d-c16a-4a5c-a4b1-f35d65c8bc09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8ca55ea8-2df2-4b3e-85ce-1b499af667ef {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}

#s-8ca55ea8-2df2-4b3e-85ce-1b499af667ef {
  background-image: url();
}








#s-8ca55ea8-2df2-4b3e-85ce-1b499af667ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ca55ea8-2df2-4b3e-85ce-1b499af667ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc02eb1b-280b-44bc-8367-9752fc492106 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc02eb1b-280b-44bc-8367-9752fc492106 .shogun-heading-component h2 {
  color: rgba(1, 191, 140, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 48px;
  line-height: 0.9em;
  
  
}


@media (max-width: 767px){#s-fc02eb1b-280b-44bc-8367-9752fc492106 .shogun-heading-component h2 {
  color: rgba(1, 191, 140, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 0.9em;
  
  
}


}
#s-d19f2084-01a7-420d-bdd5-91706228dd7e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d19f2084-01a7-420d-bdd5-91706228dd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d19f2084-01a7-420d-bdd5-91706228dd7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06f50227-4667-4cd5-8f92-f836d4c57098 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-06f50227-4667-4cd5-8f92-f836d4c57098"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-06f50227-4667-4cd5-8f92-f836d4c57098"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-06f50227-4667-4cd5-8f92-f836d4c57098"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f50227-4667-4cd5-8f92-f836d4c57098"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: right;
}



.shg-image-margin-container-s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
      position: relative;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  
  
  
  
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
      position: relative;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

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

.shg-image-margin-container-s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  
  
  
  
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
      position: relative;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

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

.shg-image-margin-container-s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  
  
  
  
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
      position: relative;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

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

.shg-image-margin-container-s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  
  
  
  
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container {
      position: relative;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2c7dcf9-6d53-464a-86e3-7cea54d8f1f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

}
#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
      position: relative;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  
  
  
  
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
      position: relative;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

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

.shg-image-margin-container-s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  
  
  
  
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
      position: relative;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

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

.shg-image-margin-container-s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  
  
  
  
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
      position: relative;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

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

.shg-image-margin-container-s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  
  
  
  
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container {
      position: relative;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c0799c2-cde9-4737-ae8d-ea4bd2f39485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 50px;
    }
  }

}
#s-2413c3e2-8d6d-4219-8d8d-96d6c497e449 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3e2b07d5-9146-4088-9a12-7ca567be8e22 {
  margin-top: 35px;
margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 39px;
padding-bottom: 20px;
padding-right: 39px;
border-radius: 53px;
background-color: rgba(1, 191, 140, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3e2b07d5-9146-4088-9a12-7ca567be8e22:hover {background-color: rgba(1, 191, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3e2b07d5-9146-4088-9a12-7ca567be8e22:active {background-color: rgba(1, 191, 140, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3e2b07d5-9146-4088-9a12-7ca567be8e22-root {
    text-align: center;
  }


#s-3e2b07d5-9146-4088-9a12-7ca567be8e22.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e2b07d5-9146-4088-9a12-7ca567be8e22-root {
    text-align: center;
  }


#s-3e2b07d5-9146-4088-9a12-7ca567be8e22.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e2b07d5-9146-4088-9a12-7ca567be8e22-root {
    text-align: center;
  }


#s-3e2b07d5-9146-4088-9a12-7ca567be8e22.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e2b07d5-9146-4088-9a12-7ca567be8e22-root {
    text-align: center;
  }


#s-3e2b07d5-9146-4088-9a12-7ca567be8e22.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e2b07d5-9146-4088-9a12-7ca567be8e22-root {
    text-align: center;
  }


#s-3e2b07d5-9146-4088-9a12-7ca567be8e22.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: 'GrotaSansAltRdBlack';
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
