.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-a14f7097-dc5b-4700-a6fc-5751ea8d229a {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a14f7097-dc5b-4700-a6fc-5751ea8d229a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a14f7097-dc5b-4700-a6fc-5751ea8d229a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e737b61-4feb-4df7-90aa-257d0ae6821f {
  margin-bottom: 0%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-0e737b61-4feb-4df7-90aa-257d0ae6821f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-0e737b61-4feb-4df7-90aa-257d0ae6821f.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-0db29674-b1fe-4896-9b7f-9de13d87c515 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0db29674-b1fe-4896-9b7f-9de13d87c515"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-dfafa9eb-2f33-4754-8044-3087492c678c {
  margin-left: 5%;
margin-right: 5%;
}








#s-dfafa9eb-2f33-4754-8044-3087492c678c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfafa9eb-2f33-4754-8044-3087492c678c.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;
  height: 100%;
  width: 100%;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  min-height: 0px;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  margin: 0 !important;
  overflow: visible;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add background color handling */
  
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1200px;
  }



  img.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
    
    
    min-height: 0px;
    max-height: 1200px;
  }


.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
  box-sizing: border-box;
}



.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
      position: relative;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  margin: 0 !important;
  overflow: visible;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add background color handling */
  
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1200px;
  }



  img.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
    
    
    min-height: 0px;
    max-height: 1200px;
  }


.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
  box-sizing: border-box;
}



.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
      position: relative;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  margin: 0 !important;
  overflow: visible;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add background color handling */
  
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1200px;
  }



  img.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
    
    
    min-height: 0px;
    max-height: 1200px;
  }


.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
  box-sizing: border-box;
}



.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
      position: relative;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  margin: 0 !important;
  overflow: visible;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add background color handling */
  
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1200px;
  }



  img.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
    
    
    min-height: 0px;
    max-height: 1200px;
  }


.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
  box-sizing: border-box;
}



.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
      position: relative;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  margin: 0 !important;
  overflow: visible;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add background color handling */
  
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 0px;
    max-height: 1200px;
  }



  img.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
    
    
    min-height: 0px;
    max-height: 1200px;
  }


.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image {
  box-sizing: border-box;
}



.s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image {
  min-height: 0px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container {
      position: relative;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a41aff3b-15b1-4ed4-ad1b-4654d0449182 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 0px;
      max-width: 1200px;
    }
  }

}
#s-581b3ab8-4e6b-4851-aa5f-b96d1d107c80 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-581b3ab8-4e6b-4851-aa5f-b96d1d107c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-581b3ab8-4e6b-4851-aa5f-b96d1d107c80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #444444;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 400;
  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-4c331eb8-e2cc-4b58-88e6-136aeecf320a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4c331eb8-e2cc-4b58-88e6-136aeecf320a .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-d8b275bc-b843-484b-9730-5414b7547945 {
  margin-left: 0%;
margin-right: 0%;
}

#s-d8b275bc-b843-484b-9730-5414b7547945 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d8b275bc-b843-484b-9730-5414b7547945 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(75, 73, 73, 1);
  padding: 10px;
}

#s-d8b275bc-b843-484b-9730-5414b7547945 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d8b275bc-b843-484b-9730-5414b7547945 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d8b275bc-b843-484b-9730-5414b7547945 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  
  
  
  font-size: 16px;
}

#s-d8b275bc-b843-484b-9730-5414b7547945 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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: 400;
  font-family: "Karla";
}

.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-244a2ee7-ca0a-49f4-bd87-39975a44dd17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-244a2ee7-ca0a-49f4-bd87-39975a44dd17-root {
    text-align: left;
  }


#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-244a2ee7-ca0a-49f4-bd87-39975a44dd17-root {
    text-align: left;
  }


#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-244a2ee7-ca0a-49f4-bd87-39975a44dd17-root {
    text-align: left;
  }


#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-244a2ee7-ca0a-49f4-bd87-39975a44dd17-root {
    text-align: left;
  }


#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-244a2ee7-ca0a-49f4-bd87-39975a44dd17-root {
    text-align: left;
  }


#s-244a2ee7-ca0a-49f4-bd87-39975a44dd17.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36-root {
    text-align: left;
  }


#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36-root {
    text-align: left;
  }


#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36-root {
    text-align: left;
  }


#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36-root {
    text-align: left;
  }


#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36-root {
    text-align: left;
  }


#s-bbbb5a77-0ebb-41e5-9c52-f7b87bdf0e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-95268c9a-7ba8-489b-803d-f48c70631856 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-95268c9a-7ba8-489b-803d-f48c70631856:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-95268c9a-7ba8-489b-803d-f48c70631856:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-95268c9a-7ba8-489b-803d-f48c70631856-root {
    text-align: left;
  }


#s-95268c9a-7ba8-489b-803d-f48c70631856.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-95268c9a-7ba8-489b-803d-f48c70631856-root {
    text-align: left;
  }


#s-95268c9a-7ba8-489b-803d-f48c70631856.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95268c9a-7ba8-489b-803d-f48c70631856-root {
    text-align: left;
  }


#s-95268c9a-7ba8-489b-803d-f48c70631856.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95268c9a-7ba8-489b-803d-f48c70631856-root {
    text-align: left;
  }


#s-95268c9a-7ba8-489b-803d-f48c70631856.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-95268c9a-7ba8-489b-803d-f48c70631856-root {
    text-align: left;
  }


#s-95268c9a-7ba8-489b-803d-f48c70631856.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-91a6d256-b447-4efc-9a52-2611b410d46c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-91a6d256-b447-4efc-9a52-2611b410d46c:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-91a6d256-b447-4efc-9a52-2611b410d46c:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-91a6d256-b447-4efc-9a52-2611b410d46c-root {
    text-align: left;
  }


#s-91a6d256-b447-4efc-9a52-2611b410d46c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-91a6d256-b447-4efc-9a52-2611b410d46c-root {
    text-align: left;
  }


#s-91a6d256-b447-4efc-9a52-2611b410d46c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91a6d256-b447-4efc-9a52-2611b410d46c-root {
    text-align: left;
  }


#s-91a6d256-b447-4efc-9a52-2611b410d46c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91a6d256-b447-4efc-9a52-2611b410d46c-root {
    text-align: left;
  }


#s-91a6d256-b447-4efc-9a52-2611b410d46c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-91a6d256-b447-4efc-9a52-2611b410d46c-root {
    text-align: left;
  }


#s-91a6d256-b447-4efc-9a52-2611b410d46c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112-root {
    text-align: left;
  }


#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112-root {
    text-align: left;
  }


#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112-root {
    text-align: left;
  }


#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112-root {
    text-align: left;
  }


#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112-root {
    text-align: left;
  }


#s-8ff9fe9d-7bc5-4526-a780-b3cf67b48112.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-65cc40d0-81ad-49b2-aae1-85d152b415b0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-65cc40d0-81ad-49b2-aae1-85d152b415b0:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-65cc40d0-81ad-49b2-aae1-85d152b415b0:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-65cc40d0-81ad-49b2-aae1-85d152b415b0-root {
    text-align: left;
  }


#s-65cc40d0-81ad-49b2-aae1-85d152b415b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-65cc40d0-81ad-49b2-aae1-85d152b415b0-root {
    text-align: left;
  }


#s-65cc40d0-81ad-49b2-aae1-85d152b415b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65cc40d0-81ad-49b2-aae1-85d152b415b0-root {
    text-align: left;
  }


#s-65cc40d0-81ad-49b2-aae1-85d152b415b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65cc40d0-81ad-49b2-aae1-85d152b415b0-root {
    text-align: left;
  }


#s-65cc40d0-81ad-49b2-aae1-85d152b415b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-65cc40d0-81ad-49b2-aae1-85d152b415b0-root {
    text-align: left;
  }


#s-65cc40d0-81ad-49b2-aae1-85d152b415b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-46e8e4a3-1925-4f52-92ea-892543a25c9c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-46e8e4a3-1925-4f52-92ea-892543a25c9c:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-46e8e4a3-1925-4f52-92ea-892543a25c9c:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-46e8e4a3-1925-4f52-92ea-892543a25c9c-root {
    text-align: left;
  }


#s-46e8e4a3-1925-4f52-92ea-892543a25c9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-46e8e4a3-1925-4f52-92ea-892543a25c9c-root {
    text-align: left;
  }


#s-46e8e4a3-1925-4f52-92ea-892543a25c9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46e8e4a3-1925-4f52-92ea-892543a25c9c-root {
    text-align: left;
  }


#s-46e8e4a3-1925-4f52-92ea-892543a25c9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46e8e4a3-1925-4f52-92ea-892543a25c9c-root {
    text-align: left;
  }


#s-46e8e4a3-1925-4f52-92ea-892543a25c9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-46e8e4a3-1925-4f52-92ea-892543a25c9c-root {
    text-align: left;
  }


#s-46e8e4a3-1925-4f52-92ea-892543a25c9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b29598af-1cf0-4a49-b632-cfb35090ee29 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b29598af-1cf0-4a49-b632-cfb35090ee29:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b29598af-1cf0-4a49-b632-cfb35090ee29:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b29598af-1cf0-4a49-b632-cfb35090ee29-root {
    text-align: left;
  }


#s-b29598af-1cf0-4a49-b632-cfb35090ee29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b29598af-1cf0-4a49-b632-cfb35090ee29-root {
    text-align: left;
  }


#s-b29598af-1cf0-4a49-b632-cfb35090ee29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b29598af-1cf0-4a49-b632-cfb35090ee29-root {
    text-align: left;
  }


#s-b29598af-1cf0-4a49-b632-cfb35090ee29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b29598af-1cf0-4a49-b632-cfb35090ee29-root {
    text-align: left;
  }


#s-b29598af-1cf0-4a49-b632-cfb35090ee29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b29598af-1cf0-4a49-b632-cfb35090ee29-root {
    text-align: left;
  }


#s-b29598af-1cf0-4a49-b632-cfb35090ee29.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-326269d0-1b2f-45b8-981e-bacfee1a6ad4-root {
    text-align: left;
  }


#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-326269d0-1b2f-45b8-981e-bacfee1a6ad4-root {
    text-align: left;
  }


#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-326269d0-1b2f-45b8-981e-bacfee1a6ad4-root {
    text-align: left;
  }


#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-326269d0-1b2f-45b8-981e-bacfee1a6ad4-root {
    text-align: left;
  }


#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-326269d0-1b2f-45b8-981e-bacfee1a6ad4-root {
    text-align: left;
  }


#s-326269d0-1b2f-45b8-981e-bacfee1a6ad4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81-root {
    text-align: left;
  }


#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81-root {
    text-align: left;
  }


#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81-root {
    text-align: left;
  }


#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81-root {
    text-align: left;
  }


#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81-root {
    text-align: left;
  }


#s-8b52e6e0-f5e9-48d5-84a2-e80c765ddd81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-3cc38056-1761-4d6e-ba77-c3875d849926 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3cc38056-1761-4d6e-ba77-c3875d849926:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3cc38056-1761-4d6e-ba77-c3875d849926:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3cc38056-1761-4d6e-ba77-c3875d849926-root {
    text-align: left;
  }


#s-3cc38056-1761-4d6e-ba77-c3875d849926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3cc38056-1761-4d6e-ba77-c3875d849926-root {
    text-align: left;
  }


#s-3cc38056-1761-4d6e-ba77-c3875d849926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cc38056-1761-4d6e-ba77-c3875d849926-root {
    text-align: left;
  }


#s-3cc38056-1761-4d6e-ba77-c3875d849926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cc38056-1761-4d6e-ba77-c3875d849926-root {
    text-align: left;
  }


#s-3cc38056-1761-4d6e-ba77-c3875d849926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3cc38056-1761-4d6e-ba77-c3875d849926-root {
    text-align: left;
  }


#s-3cc38056-1761-4d6e-ba77-c3875d849926.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b6636d5d-61e2-404f-86e9-e02861d77a33 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b6636d5d-61e2-404f-86e9-e02861d77a33:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b6636d5d-61e2-404f-86e9-e02861d77a33:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b6636d5d-61e2-404f-86e9-e02861d77a33-root {
    text-align: left;
  }


#s-b6636d5d-61e2-404f-86e9-e02861d77a33.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6636d5d-61e2-404f-86e9-e02861d77a33-root {
    text-align: left;
  }


#s-b6636d5d-61e2-404f-86e9-e02861d77a33.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6636d5d-61e2-404f-86e9-e02861d77a33-root {
    text-align: left;
  }


#s-b6636d5d-61e2-404f-86e9-e02861d77a33.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6636d5d-61e2-404f-86e9-e02861d77a33-root {
    text-align: left;
  }


#s-b6636d5d-61e2-404f-86e9-e02861d77a33.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6636d5d-61e2-404f-86e9-e02861d77a33-root {
    text-align: left;
  }


#s-b6636d5d-61e2-404f-86e9-e02861d77a33.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b97eab9d-1929-416f-84d8-2cc209c3e168 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b97eab9d-1929-416f-84d8-2cc209c3e168:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b97eab9d-1929-416f-84d8-2cc209c3e168:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b97eab9d-1929-416f-84d8-2cc209c3e168-root {
    text-align: left;
  }


#s-b97eab9d-1929-416f-84d8-2cc209c3e168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b97eab9d-1929-416f-84d8-2cc209c3e168-root {
    text-align: left;
  }


#s-b97eab9d-1929-416f-84d8-2cc209c3e168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b97eab9d-1929-416f-84d8-2cc209c3e168-root {
    text-align: left;
  }


#s-b97eab9d-1929-416f-84d8-2cc209c3e168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b97eab9d-1929-416f-84d8-2cc209c3e168-root {
    text-align: left;
  }


#s-b97eab9d-1929-416f-84d8-2cc209c3e168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b97eab9d-1929-416f-84d8-2cc209c3e168-root {
    text-align: left;
  }


#s-b97eab9d-1929-416f-84d8-2cc209c3e168.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(233, 229, 224, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b:hover {background-color: rgba(75, 73, 73, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b:active {background-color: rgba(233, 229, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b-root {
    text-align: left;
  }


#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b-root {
    text-align: left;
  }


#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b-root {
    text-align: left;
  }


#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b-root {
    text-align: left;
  }


#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b-root {
    text-align: left;
  }


#s-9b8ec150-acfa-4ab8-9b08-d6c4d588343b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-a502e29f-76d7-4e8d-8a97-8859cb60c39f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a502e29f-76d7-4e8d-8a97-8859cb60c39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a502e29f-76d7-4e8d-8a97-8859cb60c39f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-position: center center;
}

#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-da64fe12-653a-43af-b2ee-b9f59fb56748 {
  background-image: url(https://i.shgcdn.com/6e80485d-d027-4578-9c7c-5fbb5b2eef8f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-da64fe12-653a-43af-b2ee-b9f59fb56748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da64fe12-653a-43af-b2ee-b9f59fb56748.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc3b20e7-f971-4659-9025-4b13e139df2c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 5%;
min-height: 100px;
text-align: center;
}

#s-bc3b20e7-f971-4659-9025-4b13e139df2c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Questrial";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-e192808d-394c-441c-be37-17d5676cefb7 {
  box-shadow:1px 1px 5px 2px rgba(129, 129, 129, 1);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 1280px;
aspect-ratio: 16/9;
text-align: center;
}

#s-e192808d-394c-441c-be37-17d5676cefb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e192808d-394c-441c-be37-17d5676cefb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
  box-sizing: border-box;
}



.s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e192808d-394c-441c-be37-17d5676cefb7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
      position: relative;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

@media (min-width: 1200px){#s-e192808d-394c-441c-be37-17d5676cefb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e192808d-394c-441c-be37-17d5676cefb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
  box-sizing: border-box;
}



.s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e192808d-394c-441c-be37-17d5676cefb7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
      position: relative;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e192808d-394c-441c-be37-17d5676cefb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e192808d-394c-441c-be37-17d5676cefb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
  box-sizing: border-box;
}



.s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e192808d-394c-441c-be37-17d5676cefb7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
      position: relative;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e192808d-394c-441c-be37-17d5676cefb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e192808d-394c-441c-be37-17d5676cefb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
  box-sizing: border-box;
}



.s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e192808d-394c-441c-be37-17d5676cefb7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
      position: relative;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}@media (max-width: 767px){#s-e192808d-394c-441c-be37-17d5676cefb7 {
  margin: 0 !important;
  overflow: visible;
}

#s-e192808d-394c-441c-be37-17d5676cefb7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e192808d-394c-441c-be37-17d5676cefb7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add background color handling */
  
}

#s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e192808d-394c-441c-be37-17d5676cefb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1280px;
  }



  img.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
    
    
    
    max-height: 1280px;
  }


.s-e192808d-394c-441c-be37-17d5676cefb7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image {
  box-sizing: border-box;
}



.s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e192808d-394c-441c-be37-17d5676cefb7 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container {
      position: relative;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e192808d-394c-441c-be37-17d5676cefb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1280px;
    }
  }

}
#s-cbad9e6f-9788-48bf-aa97-6e79921834b7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cbad9e6f-9788-48bf-aa97-6e79921834b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-4c7bd247-8aa3-40f8-8be8-62ab3b409c9d {
  margin-left: 5%;
margin-right: 5%;
min-height: 450px;
}








#s-4c7bd247-8aa3-40f8-8be8-62ab3b409c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4c7bd247-8aa3-40f8-8be8-62ab3b409c9d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: #444444;
  font-family: "Montserrat";
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #333333;
  font-family: "Karla";
}

.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: #444444;
  font-family: "Montserrat";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #333333;
  font-family: "Karla";
  font-weight: 400;
}

#s-8f7410fc-8d00-4d1d-9335-5a6bc980e8b3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c29eda64-022b-4ca8-b10e-bb5a057d7ad0 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-c29eda64-022b-4ca8-b10e-bb5a057d7ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c29eda64-022b-4ca8-b10e-bb5a057d7ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  margin-left: 0%;
margin-right: 0%;
max-width: 800px;
aspect-ratio: 1:1;
text-align: center;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  margin: 0 !important;
  overflow: visible;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add background color handling */
  
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
  box-sizing: border-box;
}



.s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d56bdf71-8fba-4139-8a12-51c803ff097c {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
      position: relative;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  margin: 0 !important;
  overflow: visible;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add background color handling */
  
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
  box-sizing: border-box;
}



.s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d56bdf71-8fba-4139-8a12-51c803ff097c {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
      position: relative;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  margin: 0 !important;
  overflow: visible;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add background color handling */
  
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
  box-sizing: border-box;
}



.s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d56bdf71-8fba-4139-8a12-51c803ff097c {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
      position: relative;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  margin: 0 !important;
  overflow: visible;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add background color handling */
  
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
  box-sizing: border-box;
}



.s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d56bdf71-8fba-4139-8a12-51c803ff097c {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
      position: relative;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  margin: 0 !important;
  overflow: visible;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d56bdf71-8fba-4139-8a12-51c803ff097c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add background color handling */
  
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }

    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-link {
      aspect-ratio: 1:1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d56bdf71-8fba-4139-8a12-51c803ff097c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }



  img.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
    
    
    
    max-height: 800px;
  }


.s-d56bdf71-8fba-4139-8a12-51c803ff097c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image {
  box-sizing: border-box;
}



.s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d56bdf71-8fba-4139-8a12-51c803ff097c {
      --shg-aspect-ratio: calc(1:1); 
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container {
      position: relative;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d56bdf71-8fba-4139-8a12-51c803ff097c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-8893d90f-528b-440f-8916-06a5624b5900 {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
max-width: 439px;
aspect-ratio: 439/416;
text-align: center;
}

#s-8893d90f-528b-440f-8916-06a5624b5900 {
  margin: 0 !important;
  overflow: visible;
}

#s-8893d90f-528b-440f-8916-06a5624b5900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add background color handling */
  
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }

    #s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-link {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
  box-sizing: border-box;
}



.s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8893d90f-528b-440f-8916-06a5624b5900 {
      --shg-aspect-ratio: calc(439/416); 
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
      position: relative;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

@media (min-width: 1200px){#s-8893d90f-528b-440f-8916-06a5624b5900 {
  margin: 0 !important;
  overflow: visible;
}

#s-8893d90f-528b-440f-8916-06a5624b5900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add background color handling */
  
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }

    #s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-link {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
  box-sizing: border-box;
}



.s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8893d90f-528b-440f-8916-06a5624b5900 {
      --shg-aspect-ratio: calc(439/416); 
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
      position: relative;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8893d90f-528b-440f-8916-06a5624b5900 {
  margin: 0 !important;
  overflow: visible;
}

#s-8893d90f-528b-440f-8916-06a5624b5900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add background color handling */
  
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }

    #s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-link {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
  box-sizing: border-box;
}



.s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8893d90f-528b-440f-8916-06a5624b5900 {
      --shg-aspect-ratio: calc(439/416); 
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
      position: relative;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8893d90f-528b-440f-8916-06a5624b5900 {
  margin: 0 !important;
  overflow: visible;
}

#s-8893d90f-528b-440f-8916-06a5624b5900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add background color handling */
  
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }

    #s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-link {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
  box-sizing: border-box;
}



.s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8893d90f-528b-440f-8916-06a5624b5900 {
      --shg-aspect-ratio: calc(439/416); 
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
      position: relative;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (max-width: 767px){#s-8893d90f-528b-440f-8916-06a5624b5900 {
  margin: 0 !important;
  overflow: visible;
}

#s-8893d90f-528b-440f-8916-06a5624b5900-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8893d90f-528b-440f-8916-06a5624b5900 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add background color handling */
  
}

#s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }

    #s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-link {
      aspect-ratio: 439/416;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8893d90f-528b-440f-8916-06a5624b5900 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-8893d90f-528b-440f-8916-06a5624b5900 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image {
  box-sizing: border-box;
}



.s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8893d90f-528b-440f-8916-06a5624b5900 {
      --shg-aspect-ratio: calc(439/416); 
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container {
      position: relative;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8893d90f-528b-440f-8916-06a5624b5900 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}
#s-55663bf8-8d43-4a30-8140-40b046bc3931 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

#s-da0bd10d-1b28-4cf0-b413-8896a03709e6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da0bd10d-1b28-4cf0-b413-8896a03709e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-ce0023fc-8c85-4450-a73f-08005e09ea3e {
  margin-left: 5%;
margin-right: 5%;
min-height: 450px;
}








#s-ce0023fc-8c85-4450-a73f-08005e09ea3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce0023fc-8c85-4450-a73f-08005e09ea3e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5498d978-4ff3-4c86-a310-4e4409e7a26f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bf6f0824-531b-4d23-8e23-73a1e9b293c2 {
  margin-top: 10%;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-bf6f0824-531b-4d23-8e23-73a1e9b293c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bf6f0824-531b-4d23-8e23-73a1e9b293c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8555283-6a31-4e64-9737-c669b580920c {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
margin-left: 0%;
margin-right: 0%;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d8555283-6a31-4e64-9737-c669b580920c {
  margin: 0 !important;
  overflow: visible;
}

#s-d8555283-6a31-4e64-9737-c669b580920c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 0%;
  margin-right: 0%;
  
  
}

.shg-image-content-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add background color handling */
  
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
  box-sizing: border-box;
}



.s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8555283-6a31-4e64-9737-c669b580920c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
      position: relative;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-d8555283-6a31-4e64-9737-c669b580920c {
  margin: 0 !important;
  overflow: visible;
}

#s-d8555283-6a31-4e64-9737-c669b580920c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add background color handling */
  
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
  box-sizing: border-box;
}



.s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8555283-6a31-4e64-9737-c669b580920c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
      position: relative;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d8555283-6a31-4e64-9737-c669b580920c {
  margin: 0 !important;
  overflow: visible;
}

#s-d8555283-6a31-4e64-9737-c669b580920c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add background color handling */
  
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
  box-sizing: border-box;
}



.s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8555283-6a31-4e64-9737-c669b580920c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
      position: relative;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d8555283-6a31-4e64-9737-c669b580920c {
  margin: 0 !important;
  overflow: visible;
}

#s-d8555283-6a31-4e64-9737-c669b580920c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add background color handling */
  
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
  box-sizing: border-box;
}



.s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8555283-6a31-4e64-9737-c669b580920c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
      position: relative;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-d8555283-6a31-4e64-9737-c669b580920c {
  margin: 0 !important;
  overflow: visible;
}

#s-d8555283-6a31-4e64-9737-c669b580920c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d8555283-6a31-4e64-9737-c669b580920c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add background color handling */
  
}

#s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d8555283-6a31-4e64-9737-c669b580920c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-d8555283-6a31-4e64-9737-c669b580920c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image {
  box-sizing: border-box;
}



.s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d8555283-6a31-4e64-9737-c669b580920c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container {
      position: relative;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d8555283-6a31-4e64-9737-c669b580920c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-09974048-7738-45f4-b071-e8cf93b099a3 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-529e7688-ce7c-4032-be86-2989701533da hr {
  border-top: 2px solid #ddd;
}

#s-ccde57d3-02a6-46e9-9bb7-669f83d5596d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccde57d3-02a6-46e9-9bb7-669f83d5596d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f5b254da-2fa7-4f1e-a123-798b5414bc6d {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5b254da-2fa7-4f1e-a123-798b5414bc6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-d0cb7a05-12ec-4ad9-9d63-53ab7912318a {
  margin-top: 5%;
margin-left: 3%;
margin-right: 3%;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  margin: 0 !important;
  overflow: visible;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add background color handling */
  
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
  box-sizing: border-box;
}



.s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d18e6a-b912-4005-b497-a6e1aea30aef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
      position: relative;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  margin: 0 !important;
  overflow: visible;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add background color handling */
  
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
  box-sizing: border-box;
}



.s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d18e6a-b912-4005-b497-a6e1aea30aef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
      position: relative;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  margin: 0 !important;
  overflow: visible;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add background color handling */
  
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
  box-sizing: border-box;
}



.s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d18e6a-b912-4005-b497-a6e1aea30aef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
      position: relative;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  margin: 0 !important;
  overflow: visible;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add background color handling */
  
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
  box-sizing: border-box;
}



.s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d18e6a-b912-4005-b497-a6e1aea30aef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
      position: relative;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  margin: 0 !important;
  overflow: visible;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76d18e6a-b912-4005-b497-a6e1aea30aef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add background color handling */
  
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76d18e6a-b912-4005-b497-a6e1aea30aef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-76d18e6a-b912-4005-b497-a6e1aea30aef .shogun-image-content {
  
    justify-content: center;
  
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image {
  box-sizing: border-box;
}



.s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76d18e6a-b912-4005-b497-a6e1aea30aef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container {
      position: relative;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76d18e6a-b912-4005-b497-a6e1aea30aef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-1482ca36-33f7-4dae-8943-2bd4c6c508d0 {
  margin-left: auto;
margin-right: auto;
}

#s-58d1f5b8-9bf1-47a4-b838-d381d3963d25 {
  margin-left: auto;
margin-right: auto;
}

#s-58d1f5b8-9bf1-47a4-b838-d381d3963d25 hr {
  border-top: 2px solid #ddd;
}

#s-607f8d82-e721-4293-a68a-fbcfface9ba3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-607f8d82-e721-4293-a68a-fbcfface9ba3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-f3e00a9a-fc7d-44bf-9685-c91ec8ae4e57 {
  margin-top: 5%;
margin-left: 3%;
margin-right: 3%;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  margin: 0 !important;
  overflow: visible;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add background color handling */
  
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
  box-sizing: border-box;
}



.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
      position: relative;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  margin: 0 !important;
  overflow: visible;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add background color handling */
  
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
  box-sizing: border-box;
}



.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
      position: relative;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  margin: 0 !important;
  overflow: visible;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add background color handling */
  
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
  box-sizing: border-box;
}



.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
      position: relative;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  margin: 0 !important;
  overflow: visible;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add background color handling */
  
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
  box-sizing: border-box;
}



.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
      position: relative;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  margin: 0 !important;
  overflow: visible;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add background color handling */
  
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image {
  box-sizing: border-box;
}



.s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container {
      position: relative;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e893b6e4-1ac8-4141-a510-4f3b8055c749 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-81d96532-e4e5-430c-b50e-cf4edd95fd5b {
  margin-left: auto;
margin-right: auto;
}

#s-4559653b-2328-4ed2-ad0c-5d28bef216d8 {
  margin-left: auto;
margin-right: auto;
}

#s-4559653b-2328-4ed2-ad0c-5d28bef216d8 hr {
  border-top: 2px solid #ddd;
}

#s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-73db1ba5-1de1-4ffb-ae7b-fb667d902a6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-07c33b2c-88a1-4f16-91f9-923c3b252035 {
  margin-top: 5%;
margin-left: 3%;
margin-right: 3%;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
  box-sizing: border-box;
}



.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
      position: relative;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
  box-sizing: border-box;
}



.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
      position: relative;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
  box-sizing: border-box;
}



.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
      position: relative;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
  box-sizing: border-box;
}



.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
      position: relative;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image {
  box-sizing: border-box;
}



.s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container {
      position: relative;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0a8fb4f2-9f63-4bb9-a1ec-eb48cb3fecd4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-cf3df160-faa9-4441-897f-c1d82919223d {
  margin-left: auto;
margin-right: auto;
}

#s-50af2290-c628-4bbc-a988-3c33c598b70a {
  margin-left: auto;
margin-right: auto;
}

#s-50af2290-c628-4bbc-a988-3c33c598b70a hr {
  border-top: 2px solid #ddd;
}

#s-4902cc87-1633-4644-9aad-8d610cf1a52e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4902cc87-1633-4644-9aad-8d610cf1a52e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-1bcfeff1-d7f3-4dba-a75e-1bab9879dc4a {
  margin-top: 5%;
margin-left: 3%;
margin-right: 3%;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0%;
  margin-bottom: 0%;
}

.shg-image-content-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
  box-sizing: border-box;
}



.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
      position: relative;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
  box-sizing: border-box;
}



.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
      position: relative;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
  box-sizing: border-box;
}



.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
      position: relative;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
  box-sizing: border-box;
}



.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
      position: relative;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  margin: 0 !important;
  overflow: visible;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add background color handling */
  
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c .shogun-image-content {
  
    justify-content: center;
  
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image {
  box-sizing: border-box;
}



.s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container {
      position: relative;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6855180c-cc7e-4ff7-a3e5-8199903eb72c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-5ce3cf71-f926-4793-a5b0-635b08cc57be {
  margin-left: auto;
margin-right: auto;
}

#s-200bc858-59ba-45b2-a1cf-2b8c8333544e {
  margin-left: auto;
margin-right: auto;
}

#s-200bc858-59ba-45b2-a1cf-2b8c8333544e hr {
  border-top: 2px solid #ddd;
}

#s-8940621b-abe7-4078-b463-23b9a365fcaf {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 35px;
min-height: 50px;
background-color: rgba(75, 73, 73, 1);
}








#s-8940621b-abe7-4078-b463-23b9a365fcaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8940621b-abe7-4078-b463-23b9a365fcaf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7d7c1256-a38b-4038-8b1f-e76606906df7 {
  margin-top: 50px;
margin-left: -0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d7c1256-a38b-4038-8b1f-e76606906df7 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Questrial";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-5619b6f7-e0bb-4646-bc87-15c0d5d4370a {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
min-height: 50px;
}








#s-5619b6f7-e0bb-4646-bc87-15c0d5d4370a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5619b6f7-e0bb-4646-bc87-15c0d5d4370a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1005b8a-edf9-44ac-bb44-a5058e894ead"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  box-shadow:1px 1px 1px 1px rgba(144, 144, 144, 1);
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
  box-sizing: border-box;
}



.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
      position: relative;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
  box-sizing: border-box;
}



.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
      position: relative;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
  box-sizing: border-box;
}



.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
      position: relative;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
  box-sizing: border-box;
}



.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
      position: relative;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  margin: 0 !important;
  overflow: visible;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add background color handling */
  
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image {
  box-sizing: border-box;
}



.s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container {
      position: relative;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd984f0a-4135-44cd-8a70-72b1272ef5e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-ed8ebe15-625f-4b83-a31f-2bf0e58421b5 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-4be63b8b-41d4-4583-b89f-cf925bd3cdff {
  margin-left: auto;
margin-right: auto;
}

#s-4be63b8b-41d4-4583-b89f-cf925bd3cdff hr {
  border-top: 2px solid rgba(143, 143, 143, 1);
}

#s-56b5cfa9-2e04-4455-964c-8e32dbc3d449 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
min-height: 50px;
}








#s-56b5cfa9-2e04-4455-964c-8e32dbc3d449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56b5cfa9-2e04-4455-964c-8e32dbc3d449.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eea547b3-5cc6-46a8-83e0-7f8d07d7c478"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c72b651a-013a-4a89-9397-ae34a336653b {
  box-shadow:1px 1px 1px 1px rgba(144, 144, 144, 1);
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b {
  margin: 0 !important;
  overflow: visible;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add background color handling */
  
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
  box-sizing: border-box;
}



.s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72b651a-013a-4a89-9397-ae34a336653b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
      position: relative;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-c72b651a-013a-4a89-9397-ae34a336653b {
  margin: 0 !important;
  overflow: visible;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add background color handling */
  
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
  box-sizing: border-box;
}



.s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72b651a-013a-4a89-9397-ae34a336653b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
      position: relative;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c72b651a-013a-4a89-9397-ae34a336653b {
  margin: 0 !important;
  overflow: visible;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add background color handling */
  
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
  box-sizing: border-box;
}



.s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72b651a-013a-4a89-9397-ae34a336653b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
      position: relative;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c72b651a-013a-4a89-9397-ae34a336653b {
  margin: 0 !important;
  overflow: visible;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add background color handling */
  
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
  box-sizing: border-box;
}



.s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72b651a-013a-4a89-9397-ae34a336653b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
      position: relative;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-c72b651a-013a-4a89-9397-ae34a336653b {
  margin: 0 !important;
  overflow: visible;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c72b651a-013a-4a89-9397-ae34a336653b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add background color handling */
  
}

#s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c72b651a-013a-4a89-9397-ae34a336653b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c72b651a-013a-4a89-9397-ae34a336653b .shogun-image-content {
  
    justify-content: center;
  
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image {
  box-sizing: border-box;
}



.s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c72b651a-013a-4a89-9397-ae34a336653b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container {
      position: relative;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c72b651a-013a-4a89-9397-ae34a336653b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-7e1fa927-380d-49c2-b57c-f382a5b34754 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-93e5af46-07bf-4a09-8e38-6560b71205dd {
  margin-left: auto;
margin-right: auto;
}

#s-93e5af46-07bf-4a09-8e38-6560b71205dd hr {
  border-top: 2px solid rgba(143, 143, 143, 1);
}

#s-f33b6684-d327-4ad2-a78a-92a0352fd6d4 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
min-height: 50px;
}








#s-f33b6684-d327-4ad2-a78a-92a0352fd6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f33b6684-d327-4ad2-a78a-92a0352fd6d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bd3f22b-648c-493b-aab1-bd3f296d0c0f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  box-shadow:1px 1px 1px 1px rgba(144, 144, 144, 1);
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
  box-sizing: border-box;
}



.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
      position: relative;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
  box-sizing: border-box;
}



.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
      position: relative;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
  box-sizing: border-box;
}



.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
      position: relative;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
  box-sizing: border-box;
}



.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
      position: relative;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image {
  box-sizing: border-box;
}



.s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container {
      position: relative;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2faa63a5-db0d-44d7-bd8c-b9643df11cb8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-9c9c506a-3c1b-400b-b409-c392310be8a5 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-552fa24e-362b-4246-b745-810ca501d1bc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-552fa24e-362b-4246-b745-810ca501d1bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-552fa24e-362b-4246-b745-810ca501d1bc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-24c38258-668e-405e-b153-3fea50085987 {
  margin-left: auto;
margin-right: auto;
}

#s-24c38258-668e-405e-b153-3fea50085987 hr {
  border-top: 2px solid #ddd;
}

#s-5bedcf33-efee-422a-880d-ec23e3b9970c {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5bedcf33-efee-422a-880d-ec23e3b9970c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bedcf33-efee-422a-880d-ec23e3b9970c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e51c4c89-2233-4bc2-aaaf-840768396197 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e51c4c89-2233-4bc2-aaaf-840768396197 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Questrial";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-48845578-5d69-49a4-84da-c9ff8ac6fd33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48845578-5d69-49a4-84da-c9ff8ac6fd33 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3da51fe3-7be8-4e27-b572-d980427106ec {
  min-height: 50px;
}








#s-3da51fe3-7be8-4e27-b572-d980427106ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3da51fe3-7be8-4e27-b572-d980427106ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4cdc0d00-bcee-44ed-b135-36563d5a627e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cdc0d00-bcee-44ed-b135-36563d5a627e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cdc0d00-bcee-44ed-b135-36563d5a627e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cdc0d00-bcee-44ed-b135-36563d5a627e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  box-shadow:1px 1px 5px 2px rgba(129, 129, 129, 1);
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
  box-sizing: border-box;
}



.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
      position: relative;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
  box-sizing: border-box;
}



.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
      position: relative;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
  box-sizing: border-box;
}



.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
      position: relative;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
  box-sizing: border-box;
}



.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
      position: relative;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}@media (max-width: 767px){#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1080px;
  }



  img.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image {
  box-sizing: border-box;
}



.s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container {
      position: relative;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceb36ab3-b086-4c35-a4dd-4381f708e1a8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-0532751f-164b-4050-a202-694abd0d40b4 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-0ef0ae88-c895-46ad-b9ef-31d1a523d9b1 {
  margin-left: auto;
margin-right: auto;
}

#s-0ef0ae88-c895-46ad-b9ef-31d1a523d9b1 hr {
  border-top: 2px solid #ddd;
}

#s-673b1fe5-f223-4eaf-a505-d4c5e3cd1bac {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-673b1fe5-f223-4eaf-a505-d4c5e3cd1bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-673b1fe5-f223-4eaf-a505-d4c5e3cd1bac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a924c84-7606-4898-83d7-8d812e62c589 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a924c84-7606-4898-83d7-8d812e62c589 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Questrial";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-45bfccf8-7ebd-4fb1-9a2f-95506a4b3e7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45bfccf8-7ebd-4fb1-9a2f-95506a4b3e7d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-3d002156-6ced-4dd4-9ae7-e17a282f3461 {
  min-height: 50px;
}








#s-3d002156-6ced-4dd4-9ae7-e17a282f3461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d002156-6ced-4dd4-9ae7-e17a282f3461.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3850f493-4988-467e-8fbb-fa689a66d4b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3850f493-4988-467e-8fbb-fa689a66d4b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3850f493-4988-467e-8fbb-fa689a66d4b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3850f493-4988-467e-8fbb-fa689a66d4b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  box-shadow:1px 1px 5px 2px rgba(143, 143, 143, 1);
max-width: 500px;
aspect-ratio: 1/1;
text-align: center;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  margin: 0 !important;
  overflow: visible;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add background color handling */
  
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
  box-sizing: border-box;
}



.s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
      position: relative;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  margin: 0 !important;
  overflow: visible;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add background color handling */
  
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
  box-sizing: border-box;
}



.s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
      position: relative;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  margin: 0 !important;
  overflow: visible;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add background color handling */
  
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
  box-sizing: border-box;
}



.s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
      position: relative;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  margin: 0 !important;
  overflow: visible;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add background color handling */
  
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
  box-sizing: border-box;
}



.s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
      position: relative;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  margin: 0 !important;
  overflow: visible;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add background color handling */
  
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-6abf4ea7-9ced-442b-94f1-495632eccc08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image {
  box-sizing: border-box;
}



.s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container {
      position: relative;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6abf4ea7-9ced-442b-94f1-495632eccc08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-6c68c6bd-b0ff-4bbb-9c6c-606d2a3694e2 {
  margin-top: 10%;
margin-bottom: 10%;
}

/*
  $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;
}
