#s-290121bb-2299-46c8-b009-c79de2074cec {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-21cf3305-e986-4e3a-9b49-df69457053a3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-21cf3305-e986-4e3a-9b49-df69457053a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-21cf3305-e986-4e3a-9b49-df69457053a3.shg-box.shg-c {
  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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  max-width: 1311px;
text-align: center;
opacity: 0.97;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa-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-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image {
  box-sizing: border-box;
}



.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  
}


@media (min-width: 1200px){#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa-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-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image {
  box-sizing: border-box;
}



.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa-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-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image {
  box-sizing: border-box;
}



.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa-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-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image {
  box-sizing: border-box;
}



.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  
}


}@media (max-width: 767px){#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  margin: 0 !important;
  overflow: visible;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa-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-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add background color handling */
  
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa.shogun-image {
  box-sizing: border-box;
}



.s-6cf00c2e-d2a1-4e18-ac2b-12d9f29c06fa img.shogun-image {
  
}


}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.0px);
}

[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.0px);
}

}

@media (min-width: 992px) {
[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.0px);
}

[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.0px);
}

}

@media (min-width: 1200px) {
[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.0px);
}

[id="s-df4bd0c3-51de-43c9-994e-dd38e290d7e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.0px);
}

}

#s-8103b581-5767-437d-b340-d62fc99e3850 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
max-width: 800px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-8103b581-5767-437d-b340-d62fc99e3850 {
  margin-bottom: 0px;
}
}
#s-8103b581-5767-437d-b340-d62fc99e3850 {
  margin: 0 !important;
  overflow: visible;
}

#s-8103b581-5767-437d-b340-d62fc99e3850-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-8103b581-5767-437d-b340-d62fc99e3850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8103b581-5767-437d-b340-d62fc99e3850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add background color handling */
  
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  padding-bottom: 2px;
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image {
  box-sizing: border-box;
}



.s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8103b581-5767-437d-b340-d62fc99e3850 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
      position: relative;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-8103b581-5767-437d-b340-d62fc99e3850 {
  margin: 0 !important;
  overflow: visible;
}

#s-8103b581-5767-437d-b340-d62fc99e3850-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-8103b581-5767-437d-b340-d62fc99e3850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8103b581-5767-437d-b340-d62fc99e3850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add background color handling */
  
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image {
  box-sizing: border-box;
}



.s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8103b581-5767-437d-b340-d62fc99e3850 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
      position: relative;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850 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-8103b581-5767-437d-b340-d62fc99e3850 {
  margin: 0 !important;
  overflow: visible;
}

#s-8103b581-5767-437d-b340-d62fc99e3850-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-8103b581-5767-437d-b340-d62fc99e3850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8103b581-5767-437d-b340-d62fc99e3850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add background color handling */
  
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image {
  box-sizing: border-box;
}



.s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8103b581-5767-437d-b340-d62fc99e3850 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
      position: relative;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850 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-8103b581-5767-437d-b340-d62fc99e3850 {
  margin: 0 !important;
  overflow: visible;
}

#s-8103b581-5767-437d-b340-d62fc99e3850-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-8103b581-5767-437d-b340-d62fc99e3850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8103b581-5767-437d-b340-d62fc99e3850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add background color handling */
  
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image {
  box-sizing: border-box;
}



.s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8103b581-5767-437d-b340-d62fc99e3850 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
      position: relative;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-8103b581-5767-437d-b340-d62fc99e3850 {
  margin: 0 !important;
  overflow: visible;
}

#s-8103b581-5767-437d-b340-d62fc99e3850-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-8103b581-5767-437d-b340-d62fc99e3850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-8103b581-5767-437d-b340-d62fc99e3850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add background color handling */
  
}

#s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8103b581-5767-437d-b340-d62fc99e3850 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-8103b581-5767-437d-b340-d62fc99e3850 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image {
  box-sizing: border-box;
}



.s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8103b581-5767-437d-b340-d62fc99e3850 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container {
      position: relative;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8103b581-5767-437d-b340-d62fc99e3850 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
.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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-ba43fea5-e8d4-4e6d-b9d5-56660b3f8ed7 {
  margin-top: 18px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 0px;
}
@media (min-width: 1200px){#s-ba43fea5-e8d4-4e6d-b9d5-56660b3f8ed7 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-ba43fea5-e8d4-4e6d-b9d5-56660b3f8ed7 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-904c651d-4d17-4ce3-a643-04ca132331ca {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 300px;
text-align: center;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-904c651d-4d17-4ce3-a643-04ca132331ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-904c651d-4d17-4ce3-a643-04ca132331ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-904c651d-4d17-4ce3-a643-04ca132331ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-904c651d-4d17-4ce3-a643-04ca132331ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-904c651d-4d17-4ce3-a643-04ca132331ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-904c651d-4d17-4ce3-a643-04ca132331ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-904c651d-4d17-4ce3-a643-04ca132331ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-904c651d-4d17-4ce3-a643-04ca132331ca {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-904c651d-4d17-4ce3-a643-04ca132331ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-904c651d-4d17-4ce3-a643-04ca132331ca .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-904c651d-4d17-4ce3-a643-04ca132331ca.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b7736bcf-56bf-4689-87c5-9118b5a36b99 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-b7736bcf-56bf-4689-87c5-9118b5a36b99 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-b7736bcf-56bf-4689-87c5-9118b5a36b99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7736bcf-56bf-4689-87c5-9118b5a36b99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-b7736bcf-56bf-4689-87c5-9118b5a36b99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7736bcf-56bf-4689-87c5-9118b5a36b99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-22beda46-32f8-4db3-9e2c-33e69b89b7d7 {
  margin-top: 14px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-22beda46-32f8-4db3-9e2c-33e69b89b7d7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-1b632c92-6a4c-4497-8d22-69341a9ded4c {
  margin-top: 14px;
margin-bottom: 1px;
}
@media (max-width: 767px){#s-1b632c92-6a4c-4497-8d22-69341a9ded4c {
  margin-top: 0px;
}
}
#s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  margin-left: auto;
margin-right: auto;
height: 100px;
max-width: 300px;
text-align: center;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2ac5be2b-b282-420d-9596-e363d896fb1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2ac5be2b-b282-420d-9596-e363d896fb1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2ac5be2b-b282-420d-9596-e363d896fb1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2ac5be2b-b282-420d-9596-e363d896fb1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2ac5be2b-b282-420d-9596-e363d896fb1c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2ac5be2b-b282-420d-9596-e363d896fb1c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ac5be2b-b282-420d-9596-e363d896fb1c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b22bd37a-3b0b-45bf-a760-cf0f0e3fc221 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-b22bd37a-3b0b-45bf-a760-cf0f0e3fc221"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b22bd37a-3b0b-45bf-a760-cf0f0e3fc221"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-b22bd37a-3b0b-45bf-a760-cf0f0e3fc221"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-b22bd37a-3b0b-45bf-a760-cf0f0e3fc221"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  margin-bottom: 20px;
max-width: 739px;
text-align: center;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  margin: 0 !important;
  overflow: visible;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc-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-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add background color handling */
  
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image {
  box-sizing: border-box;
}



.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  
}


@media (min-width: 1200px){#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  margin: 0 !important;
  overflow: visible;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc-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-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add background color handling */
  
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image {
  box-sizing: border-box;
}



.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  margin: 0 !important;
  overflow: visible;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc-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-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add background color handling */
  
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image {
  box-sizing: border-box;
}



.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  margin: 0 !important;
  overflow: visible;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc-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-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add background color handling */
  
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image {
  box-sizing: border-box;
}



.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  
}


}@media (max-width: 767px){#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  margin: 0 !important;
  overflow: visible;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc-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-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add background color handling */
  
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc.shogun-image {
  box-sizing: border-box;
}



.s-6a217db3-371f-4a95-80ad-4c9ae5b6e5fc img.shogun-image {
  
}


}
#s-06b3de1f-97ba-43b5-b5e3-390f7b01ab14 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-06b3de1f-97ba-43b5-b5e3-390f7b01ab14 {
  margin-bottom: 0px;
padding-top: 15px;
}
}
#s-99905506-1104-4dfc-929d-935125948831 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-99905506-1104-4dfc-929d-935125948831 {
  margin-bottom: 0px;
}
}
.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 {
  
  
}

.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-14fce015-fcf9-4a68-b40c-213d0b840787 {
  margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(63, 175, 175, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(63, 175, 175, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.52em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-14fce015-fcf9-4a68-b40c-213d0b840787:hover {background-color: rgba(171, 168, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-14fce015-fcf9-4a68-b40c-213d0b840787:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(63, 175, 175, 1) !important;
background-color: rgba(171, 171, 171, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 221, 221, 1) !important;}

  #s-14fce015-fcf9-4a68-b40c-213d0b840787-root {
    text-align: center;
  }


#s-14fce015-fcf9-4a68-b40c-213d0b840787.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-14fce015-fcf9-4a68-b40c-213d0b840787-root {
    text-align: center;
  }


#s-14fce015-fcf9-4a68-b40c-213d0b840787.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-14fce015-fcf9-4a68-b40c-213d0b840787-root {
    text-align: center;
  }


#s-14fce015-fcf9-4a68-b40c-213d0b840787.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-14fce015-fcf9-4a68-b40c-213d0b840787-root {
    text-align: center;
  }


#s-14fce015-fcf9-4a68-b40c-213d0b840787.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-14fce015-fcf9-4a68-b40c-213d0b840787-root {
    text-align: center;
  }


#s-14fce015-fcf9-4a68-b40c-213d0b840787.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0449faf-1cb7-49d6-a47c-ca8033a3e7a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0e4a5078-91c6-4235-8ebd-1e2a7fd9409e {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-1e64b2bb-91dc-4b8d-9e84-3933b40f5b4a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}
@media (min-width: 1200px){#s-1e64b2bb-91dc-4b8d-9e84-3933b40f5b4a {
  margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-1e64b2bb-91dc-4b8d-9e84-3933b40f5b4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e64b2bb-91dc-4b8d-9e84-3933b40f5b4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1e64b2bb-91dc-4b8d-9e84-3933b40f5b4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e64b2bb-91dc-4b8d-9e84-3933b40f5b4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin-bottom: 10px;
max-width: 739px;
text-align: center;
}
@media (min-width: 1200px){#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin-bottom: 20px;
}
}
#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin: 0 !important;
  overflow: visible;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab-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-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add background color handling */
  
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image {
  box-sizing: border-box;
}



.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  
}


@media (min-width: 1200px){#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin: 0 !important;
  overflow: visible;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab-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-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add background color handling */
  
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image {
  box-sizing: border-box;
}



.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin: 0 !important;
  overflow: visible;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab-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-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add background color handling */
  
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image {
  box-sizing: border-box;
}



.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin: 0 !important;
  overflow: visible;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab-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-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add background color handling */
  
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image {
  box-sizing: border-box;
}



.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  
}


}@media (max-width: 767px){#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  margin: 0 !important;
  overflow: visible;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab-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-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-18bbf738-1bf0-4178-88ae-ea97c077f4ab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add background color handling */
  
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab .shogun-image-content {
  
    justify-content: center;
  
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18bbf738-1bf0-4178-88ae-ea97c077f4ab.shogun-image {
  box-sizing: border-box;
}



.s-18bbf738-1bf0-4178-88ae-ea97c077f4ab img.shogun-image {
  
}


}
#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin-bottom: 20px;
max-width: 391px;
text-align: center;
}
@media (min-width: 1200px){#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin-bottom: 20px;
}
}
#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9-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-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image {
  box-sizing: border-box;
}



.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9-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-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image {
  box-sizing: border-box;
}



.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9-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-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image {
  box-sizing: border-box;
}



.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9-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-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image {
  box-sizing: border-box;
}



.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9-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-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9.shogun-image {
  box-sizing: border-box;
}



.s-bcecf8e9-afa2-42a8-b94c-e6f1829cb9b9 img.shogun-image {
  
}


}
#s-dbb7c151-d2a5-4f97-91e8-45b2e76f5128 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dbb7c151-d2a5-4f97-91e8-45b2e76f5128"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-dbb7c151-d2a5-4f97-91e8-45b2e76f5128"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dbb7c151-d2a5-4f97-91e8-45b2e76f5128"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbb7c151-d2a5-4f97-91e8-45b2e76f5128"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  max-width: 410px;
text-align: center;
}
@media (min-width: 1200px){#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  margin-bottom: 10px;
}
}
#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  margin: 0 !important;
  overflow: visible;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb-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-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add background color handling */
  
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image {
  box-sizing: border-box;
}



.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  
}


@media (min-width: 1200px){#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  margin: 0 !important;
  overflow: visible;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb-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-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add background color handling */
  
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image {
  box-sizing: border-box;
}



.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  margin: 0 !important;
  overflow: visible;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb-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-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add background color handling */
  
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image {
  box-sizing: border-box;
}



.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  margin: 0 !important;
  overflow: visible;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb-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-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add background color handling */
  
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image {
  box-sizing: border-box;
}



.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  
}


}@media (max-width: 767px){#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  margin: 0 !important;
  overflow: visible;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb-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-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aac4cc75-d78f-4fe9-835d-09f596afbdcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add background color handling */
  
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb .shogun-image-content {
  
    justify-content: center;
  
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aac4cc75-d78f-4fe9-835d-09f596afbdcb.shogun-image {
  box-sizing: border-box;
}



.s-aac4cc75-d78f-4fe9-835d-09f596afbdcb img.shogun-image {
  
}


}
#s-45137b53-07d2-4431-8212-ae561467ce84 {
  margin-top: 0px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 60px;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  margin-bottom: 10px;
}
}
#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  margin: 0 !important;
  overflow: visible;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d-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-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add background color handling */
  
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image {
  box-sizing: border-box;
}



.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  
}


@media (min-width: 1200px){#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  margin: 0 !important;
  overflow: visible;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d-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-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add background color handling */
  
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image {
  box-sizing: border-box;
}



.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  margin: 0 !important;
  overflow: visible;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d-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-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add background color handling */
  
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image {
  box-sizing: border-box;
}



.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  margin: 0 !important;
  overflow: visible;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d-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-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add background color handling */
  
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image {
  box-sizing: border-box;
}



.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  
}


}@media (max-width: 767px){#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  margin: 0 !important;
  overflow: visible;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d-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-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add background color handling */
  
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d .shogun-image-content {
  
    justify-content: center;
  
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d.shogun-image {
  box-sizing: border-box;
}



.s-8db64c06-76c9-4794-ae6f-e691b9f7fe1d img.shogun-image {
  
}


}
#s-e4af1a0f-411d-4072-82b2-46c6bdcecc18 {
  margin-top: 0px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 60px;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  margin-bottom: 10px;
}
}
#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072-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-2d4a29e2-21b5-480c-853f-44496a039072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d4a29e2-21b5-480c-853f-44496a039072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2d4a29e2-21b5-480c-853f-44496a039072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image {
  box-sizing: border-box;
}



.s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072-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-2d4a29e2-21b5-480c-853f-44496a039072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-2d4a29e2-21b5-480c-853f-44496a039072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2d4a29e2-21b5-480c-853f-44496a039072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image {
  box-sizing: border-box;
}



.s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072-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-2d4a29e2-21b5-480c-853f-44496a039072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d4a29e2-21b5-480c-853f-44496a039072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2d4a29e2-21b5-480c-853f-44496a039072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image {
  box-sizing: border-box;
}



.s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072-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-2d4a29e2-21b5-480c-853f-44496a039072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d4a29e2-21b5-480c-853f-44496a039072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2d4a29e2-21b5-480c-853f-44496a039072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image {
  box-sizing: border-box;
}



.s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2d4a29e2-21b5-480c-853f-44496a039072 {
  margin: 0 !important;
  overflow: visible;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072-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-2d4a29e2-21b5-480c-853f-44496a039072 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d4a29e2-21b5-480c-853f-44496a039072 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add background color handling */
  
}

#s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2d4a29e2-21b5-480c-853f-44496a039072 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4a29e2-21b5-480c-853f-44496a039072.shogun-image {
  box-sizing: border-box;
}



.s-2d4a29e2-21b5-480c-853f-44496a039072 img.shogun-image {
  
}


}
#s-0902816e-1dcd-438e-937f-90bddcf21417 {
  margin-top: 0px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 60px;
}

#s-07d8e746-9ba6-4325-89ee-b80e223e5a86 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-07d8e746-9ba6-4325-89ee-b80e223e5a86 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-07d8e746-9ba6-4325-89ee-b80e223e5a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07d8e746-9ba6-4325-89ee-b80e223e5a86.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-592cfbac-0de8-408c-af3a-40e6f3b4527b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

.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;
  
  
  text-transform: none;
  
  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-7f5d6edb-87c2-4021-98d2-a46dd1704937 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7f5d6edb-87c2-4021-98d2-a46dd1704937 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-7f5d6edb-87c2-4021-98d2-a46dd1704937 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-7f5d6edb-87c2-4021-98d2-a46dd1704937 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-174eec1f-807c-4234-ab86-eb6e80154450 {
  margin-bottom: 30px;
max-width: 1280px;
text-align: center;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 {
  margin: 0 !important;
  overflow: visible;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450-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-174eec1f-807c-4234-ab86-eb6e80154450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-174eec1f-807c-4234-ab86-eb6e80154450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add background color handling */
  
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-174eec1f-807c-4234-ab86-eb6e80154450 .shogun-image-content {
  
    justify-content: center;
  
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image {
  box-sizing: border-box;
}



.s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  
}


@media (min-width: 1200px){#s-174eec1f-807c-4234-ab86-eb6e80154450 {
  margin: 0 !important;
  overflow: visible;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450-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-174eec1f-807c-4234-ab86-eb6e80154450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-174eec1f-807c-4234-ab86-eb6e80154450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add background color handling */
  
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-174eec1f-807c-4234-ab86-eb6e80154450 .shogun-image-content {
  
    justify-content: center;
  
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image {
  box-sizing: border-box;
}



.s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-174eec1f-807c-4234-ab86-eb6e80154450 {
  margin: 0 !important;
  overflow: visible;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450-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-174eec1f-807c-4234-ab86-eb6e80154450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-174eec1f-807c-4234-ab86-eb6e80154450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add background color handling */
  
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-174eec1f-807c-4234-ab86-eb6e80154450 .shogun-image-content {
  
    justify-content: center;
  
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image {
  box-sizing: border-box;
}



.s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-174eec1f-807c-4234-ab86-eb6e80154450 {
  margin: 0 !important;
  overflow: visible;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450-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-174eec1f-807c-4234-ab86-eb6e80154450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-174eec1f-807c-4234-ab86-eb6e80154450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add background color handling */
  
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-174eec1f-807c-4234-ab86-eb6e80154450 .shogun-image-content {
  
    justify-content: center;
  
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image {
  box-sizing: border-box;
}



.s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  
}


}@media (max-width: 767px){#s-174eec1f-807c-4234-ab86-eb6e80154450 {
  margin: 0 !important;
  overflow: visible;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450-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-174eec1f-807c-4234-ab86-eb6e80154450 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-174eec1f-807c-4234-ab86-eb6e80154450 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add background color handling */
  
}

#s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-174eec1f-807c-4234-ab86-eb6e80154450 .shogun-image-content {
  
    justify-content: center;
  
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shg-align-container {
  display: flex;
  justify-content: center
}

.s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-174eec1f-807c-4234-ab86-eb6e80154450.shogun-image {
  box-sizing: border-box;
}



.s-174eec1f-807c-4234-ab86-eb6e80154450 img.shogun-image {
  
}


}
#s-55ac1c76-0da0-4b99-a1c1-7b351d6c20b7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-55ac1c76-0da0-4b99-a1c1-7b351d6c20b7 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-55ac1c76-0da0-4b99-a1c1-7b351d6c20b7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-55ac1c76-0da0-4b99-a1c1-7b351d6c20b7 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-f8f2a28f-6dad-4fa8-b35d-4ad265fd3598 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f8f2a28f-6dad-4fa8-b35d-4ad265fd3598"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8f2a28f-6dad-4fa8-b35d-4ad265fd3598"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8f2a28f-6dad-4fa8-b35d-4ad265fd3598"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8f2a28f-6dad-4fa8-b35d-4ad265fd3598"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f24725d1-9505-4896-971f-984facca689d {
  margin-bottom: 10px;
max-width: 600px;
text-align: center;
}

#s-f24725d1-9505-4896-971f-984facca689d {
  margin: 0 !important;
  overflow: visible;
}

#s-f24725d1-9505-4896-971f-984facca689d-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-f24725d1-9505-4896-971f-984facca689d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-f24725d1-9505-4896-971f-984facca689d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add background color handling */
  
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f24725d1-9505-4896-971f-984facca689d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24725d1-9505-4896-971f-984facca689d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24725d1-9505-4896-971f-984facca689d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24725d1-9505-4896-971f-984facca689d.shogun-image {
  box-sizing: border-box;
}



.s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  
}


@media (min-width: 1200px){#s-f24725d1-9505-4896-971f-984facca689d {
  margin: 0 !important;
  overflow: visible;
}

#s-f24725d1-9505-4896-971f-984facca689d-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-f24725d1-9505-4896-971f-984facca689d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24725d1-9505-4896-971f-984facca689d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add background color handling */
  
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f24725d1-9505-4896-971f-984facca689d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24725d1-9505-4896-971f-984facca689d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24725d1-9505-4896-971f-984facca689d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24725d1-9505-4896-971f-984facca689d.shogun-image {
  box-sizing: border-box;
}



.s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f24725d1-9505-4896-971f-984facca689d {
  margin: 0 !important;
  overflow: visible;
}

#s-f24725d1-9505-4896-971f-984facca689d-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-f24725d1-9505-4896-971f-984facca689d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24725d1-9505-4896-971f-984facca689d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add background color handling */
  
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f24725d1-9505-4896-971f-984facca689d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24725d1-9505-4896-971f-984facca689d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24725d1-9505-4896-971f-984facca689d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24725d1-9505-4896-971f-984facca689d.shogun-image {
  box-sizing: border-box;
}



.s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f24725d1-9505-4896-971f-984facca689d {
  margin: 0 !important;
  overflow: visible;
}

#s-f24725d1-9505-4896-971f-984facca689d-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-f24725d1-9505-4896-971f-984facca689d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24725d1-9505-4896-971f-984facca689d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add background color handling */
  
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f24725d1-9505-4896-971f-984facca689d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24725d1-9505-4896-971f-984facca689d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24725d1-9505-4896-971f-984facca689d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24725d1-9505-4896-971f-984facca689d.shogun-image {
  box-sizing: border-box;
}



.s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  
}


}@media (max-width: 767px){#s-f24725d1-9505-4896-971f-984facca689d {
  margin: 0 !important;
  overflow: visible;
}

#s-f24725d1-9505-4896-971f-984facca689d-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-f24725d1-9505-4896-971f-984facca689d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f24725d1-9505-4896-971f-984facca689d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add background color handling */
  
}

#s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f24725d1-9505-4896-971f-984facca689d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f24725d1-9505-4896-971f-984facca689d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f24725d1-9505-4896-971f-984facca689d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f24725d1-9505-4896-971f-984facca689d.shogun-image {
  box-sizing: border-box;
}



.s-f24725d1-9505-4896-971f-984facca689d img.shogun-image {
  
}


}
#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  margin-bottom: 30px;
max-width: 800px;
aspect-ratio: 1.9;
text-align: center;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4-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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }

    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-link {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image {
  box-sizing: border-box;
}



.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
      --shg-aspect-ratio: calc(1.9); 
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
      position: relative;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4-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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }

    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-link {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image {
  box-sizing: border-box;
}



.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
      --shg-aspect-ratio: calc(1.9); 
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
      position: relative;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4-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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }

    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-link {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image {
  box-sizing: border-box;
}



.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
      --shg-aspect-ratio: calc(1.9); 
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
      position: relative;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4-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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }

    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-link {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image {
  box-sizing: border-box;
}



.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
      --shg-aspect-ratio: calc(1.9); 
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
      position: relative;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4-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-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }

    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-link {
      aspect-ratio: 1.9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image {
  box-sizing: border-box;
}



.s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 {
      --shg-aspect-ratio: calc(1.9); 
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container {
      position: relative;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92c26159-cfbc-4f3c-a73a-cd17d41032e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-a704d4d1-6a6f-4ebe-94f3-cdeacb6956ad {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a704d4d1-6a6f-4ebe-94f3-cdeacb6956ad {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-a704d4d1-6a6f-4ebe-94f3-cdeacb6956ad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-a704d4d1-6a6f-4ebe-94f3-cdeacb6956ad .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  margin-bottom: 30px;
aspect-ratio: 1;
text-align: center;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a-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-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image {
  box-sizing: border-box;
}



.s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
      --shg-aspect-ratio: calc(1); 
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
      position: relative;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a-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-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image {
  box-sizing: border-box;
}



.s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
      --shg-aspect-ratio: calc(1); 
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
      position: relative;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a-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-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image {
  box-sizing: border-box;
}



.s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
      --shg-aspect-ratio: calc(1); 
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
      position: relative;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a-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-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image {
  box-sizing: border-box;
}



.s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
      --shg-aspect-ratio: calc(1); 
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
      position: relative;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  margin: 0 !important;
  overflow: visible;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a-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-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add background color handling */
  
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-ecd3e67f-a625-425a-884a-43a052f9fb1a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image {
  box-sizing: border-box;
}



.s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a {
      --shg-aspect-ratio: calc(1); 
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container {
      position: relative;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ecd3e67f-a625-425a-884a-43a052f9fb1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-04b6d1b7-3362-45df-8948-11cdceb45a8d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-04b6d1b7-3362-45df-8948-11cdceb45a8d {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-04b6d1b7-3362-45df-8948-11cdceb45a8d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-04b6d1b7-3362-45df-8948-11cdceb45a8d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  margin-bottom: 10px;
aspect-ratio: 1;
text-align: center;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d-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-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image {
  box-sizing: border-box;
}



.s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
      --shg-aspect-ratio: calc(1); 
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
      position: relative;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d-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-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image {
  box-sizing: border-box;
}



.s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
      --shg-aspect-ratio: calc(1); 
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
      position: relative;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d-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-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image {
  box-sizing: border-box;
}



.s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
      --shg-aspect-ratio: calc(1); 
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
      position: relative;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d-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-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image {
  box-sizing: border-box;
}



.s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
      --shg-aspect-ratio: calc(1); 
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
      position: relative;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  margin: 0 !important;
  overflow: visible;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d-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-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add background color handling */
  
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }




.s-5f28b500-8428-40ec-abdf-ae30db5bae6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image {
  box-sizing: border-box;
}



.s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d {
      --shg-aspect-ratio: calc(1); 
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container {
      position: relative;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5f28b500-8428-40ec-abdf-ae30db5bae6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
height: 100px;
max-width: 300px;
text-align: center;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 40px;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf68fc64-6cbe-4fbd-acea-7f921a9f11d3.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-cc83596d-27f3-4b74-9684-028685625f8e {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-cc83596d-27f3-4b74-9684-028685625f8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc83596d-27f3-4b74-9684-028685625f8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 992px) {
[id="s-cc83596d-27f3-4b74-9684-028685625f8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.5px);
}

}

@media (min-width: 1200px) {
[id="s-cc83596d-27f3-4b74-9684-028685625f8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.5px);
}

}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  margin-bottom: 20px;
max-width: 739px;
text-align: center;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1-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-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image {
  box-sizing: border-box;
}



.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1-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-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image {
  box-sizing: border-box;
}



.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1-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-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image {
  box-sizing: border-box;
}



.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1-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-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image {
  box-sizing: border-box;
}



.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1-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-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0bdec68c-d73c-4cca-829f-b765ef8740b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bdec68c-d73c-4cca-829f-b765ef8740b1.shogun-image {
  box-sizing: border-box;
}



.s-0bdec68c-d73c-4cca-829f-b765ef8740b1 img.shogun-image {
  
}


}
#s-2b04852a-a36f-4fff-8bc2-fcd840fa24cf {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-2b04852a-a36f-4fff-8bc2-fcd840fa24cf {
  margin-bottom: 0px;
padding-top: 15px;
}
}
#s-01ce987b-adf7-4875-8f3c-da499964e4e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
@media (max-width: 767px){#s-01ce987b-adf7-4875-8f3c-da499964e4e9 {
  margin-bottom: 0px;
}
}
#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1 {
  margin-left: 10px;
margin-bottom: 40px;
margin-right: 10px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(63, 175, 175, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(63, 175, 175, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.52em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1:hover {background-color: rgba(171, 168, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(63, 175, 175, 1) !important;
background-color: rgba(171, 171, 171, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 221, 221, 1) !important;}

  #s-0c3f61c5-877b-47cf-89ea-5e17f57757d1-root {
    text-align: center;
  }


#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c3f61c5-877b-47cf-89ea-5e17f57757d1-root {
    text-align: center;
  }


#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c3f61c5-877b-47cf-89ea-5e17f57757d1-root {
    text-align: center;
  }


#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c3f61c5-877b-47cf-89ea-5e17f57757d1-root {
    text-align: center;
  }


#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c3f61c5-877b-47cf-89ea-5e17f57757d1-root {
    text-align: center;
  }


#s-0c3f61c5-877b-47cf-89ea-5e17f57757d1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-99ba0dd5-66da-4dc1-9f9b-88cd226db216 {
  margin-top: 22px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-99ba0dd5-66da-4dc1-9f9b-88cd226db216"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fbd8fc27-2bce-4f4f-a745-2725ebd02c77 {
  margin-top: 3px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
}

#s-425ba717-c091-41a8-a397-de18456f673f {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-425ba717-c091-41a8-a397-de18456f673f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425ba717-c091-41a8-a397-de18456f673f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-425ba717-c091-41a8-a397-de18456f673f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-425ba717-c091-41a8-a397-de18456f673f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin-bottom: 10px;
max-width: 391px;
text-align: center;
}
@media (min-width: 1200px){#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin-bottom: 20px;
}
}
#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb-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-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image {
  box-sizing: border-box;
}



.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  
}


@media (min-width: 1200px){#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb-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-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image {
  box-sizing: border-box;
}



.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb-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-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image {
  box-sizing: border-box;
}



.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb-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-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image {
  box-sizing: border-box;
}



.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  
}


}@media (max-width: 767px){#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  margin: 0 !important;
  overflow: visible;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb-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-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add background color handling */
  
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb .shogun-image-content {
  
    justify-content: center;
  
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb.shogun-image {
  box-sizing: border-box;
}



.s-40b9ba1c-5bf9-4a7d-a6b6-b152a9d17bdb img.shogun-image {
  
}


}
#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin-bottom: 20px;
max-width: 391px;
text-align: center;
}
@media (min-width: 1200px){#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin-bottom: 20px;
}
}@media (max-width: 767px){#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin-bottom: 20px;
}
}
#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7-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-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image {
  box-sizing: border-box;
}



.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7-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-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image {
  box-sizing: border-box;
}



.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7-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-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image {
  box-sizing: border-box;
}



.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7-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-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image {
  box-sizing: border-box;
}



.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  margin: 0 !important;
  overflow: visible;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7-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-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 20px;
}

.shg-image-content-margin-container-s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add background color handling */
  
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f17e1353-a5dc-4cba-ab58-be24e900b6f7.shogun-image {
  box-sizing: border-box;
}



.s-f17e1353-a5dc-4cba-ab58-be24e900b6f7 img.shogun-image {
  
}


}
#s-8233881d-727e-4d1d-8e01-54d1f32a2864 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-8233881d-727e-4d1d-8e01-54d1f32a2864 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-8233881d-727e-4d1d-8e01-54d1f32a2864 {
  margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-8233881d-727e-4d1d-8e01-54d1f32a2864"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-8233881d-727e-4d1d-8e01-54d1f32a2864"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8233881d-727e-4d1d-8e01-54d1f32a2864"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8233881d-727e-4d1d-8e01-54d1f32a2864"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  margin-bottom: 10px;
}
}
#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3-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-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image {
  box-sizing: border-box;
}



.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3-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-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image {
  box-sizing: border-box;
}



.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3-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-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image {
  box-sizing: border-box;
}



.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3-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-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image {
  box-sizing: border-box;
}



.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3-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-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1da3be75-81c1-4905-bbf5-39d54c7a68b3.shogun-image {
  box-sizing: border-box;
}



.s-1da3be75-81c1-4905-bbf5-39d54c7a68b3 img.shogun-image {
  
}


}
#s-43a47620-230b-4205-bc44-ddb1c3e90904 {
  margin-top: 0px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 60px;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  margin-bottom: 10px;
}
}
#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34-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-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ffa6efae-1d26-4112-bc03-2a1694894a34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image {
  box-sizing: border-box;
}



.s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34-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-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ffa6efae-1d26-4112-bc03-2a1694894a34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image {
  box-sizing: border-box;
}



.s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34-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-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ffa6efae-1d26-4112-bc03-2a1694894a34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image {
  box-sizing: border-box;
}



.s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34-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-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ffa6efae-1d26-4112-bc03-2a1694894a34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image {
  box-sizing: border-box;
}



.s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  margin: 0 !important;
  overflow: visible;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34-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-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ffa6efae-1d26-4112-bc03-2a1694894a34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add background color handling */
  
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ffa6efae-1d26-4112-bc03-2a1694894a34 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ffa6efae-1d26-4112-bc03-2a1694894a34.shogun-image {
  box-sizing: border-box;
}



.s-ffa6efae-1d26-4112-bc03-2a1694894a34 img.shogun-image {
  
}


}
#s-861ce951-4a1d-4922-a183-a1be4a27b226 {
  margin-top: 0px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 60px;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  max-width: 800px;
text-align: center;
}
@media (min-width: 1200px){#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  margin-bottom: 10px;
}
}
#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  margin: 0 !important;
  overflow: visible;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa-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-9208eb48-18b3-4366-968b-2cfd32674aaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add background color handling */
  
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9208eb48-18b3-4366-968b-2cfd32674aaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image {
  box-sizing: border-box;
}



.s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  
}


@media (min-width: 1200px){#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  margin: 0 !important;
  overflow: visible;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa-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-9208eb48-18b3-4366-968b-2cfd32674aaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add background color handling */
  
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9208eb48-18b3-4366-968b-2cfd32674aaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image {
  box-sizing: border-box;
}



.s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  margin: 0 !important;
  overflow: visible;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa-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-9208eb48-18b3-4366-968b-2cfd32674aaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add background color handling */
  
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9208eb48-18b3-4366-968b-2cfd32674aaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image {
  box-sizing: border-box;
}



.s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  margin: 0 !important;
  overflow: visible;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa-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-9208eb48-18b3-4366-968b-2cfd32674aaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add background color handling */
  
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9208eb48-18b3-4366-968b-2cfd32674aaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image {
  box-sizing: border-box;
}



.s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  
}


}@media (max-width: 767px){#s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  margin: 0 !important;
  overflow: visible;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa-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-9208eb48-18b3-4366-968b-2cfd32674aaa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9208eb48-18b3-4366-968b-2cfd32674aaa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add background color handling */
  
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9208eb48-18b3-4366-968b-2cfd32674aaa .shogun-image-content {
  
    justify-content: center;
  
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9208eb48-18b3-4366-968b-2cfd32674aaa.shogun-image {
  box-sizing: border-box;
}



.s-9208eb48-18b3-4366-968b-2cfd32674aaa img.shogun-image {
  
}


}
#s-1ca4447d-0391-41d4-beb8-e2ca5d95bc12 {
  margin-top: 0px;
padding-top: 4px;
padding-bottom: 12px;
min-height: 60px;
}

#s-07a0e5e6-6b03-4e46-af3b-98f1bdd62701 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(216, 216, 216, 1);
}
@media (min-width: 1200px){#s-07a0e5e6-6b03-4e46-af3b-98f1bdd62701 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-07a0e5e6-6b03-4e46-af3b-98f1bdd62701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07a0e5e6-6b03-4e46-af3b-98f1bdd62701.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3334feba-6667-4e3e-ac1e-30dc7738febc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3334feba-6667-4e3e-ac1e-30dc7738febc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-3334feba-6667-4e3e-ac1e-30dc7738febc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-3334feba-6667-4e3e-ac1e-30dc7738febc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-bba0c27f-d833-4c20-b305-c8d130efa6b0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bba0c27f-d833-4c20-b305-c8d130efa6b0 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-bba0c27f-d833-4c20-b305-c8d130efa6b0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-bba0c27f-d833-4c20-b305-c8d130efa6b0 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-9cdbe373-c935-412d-b26a-9e5cb76d5720 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9cdbe373-c935-412d-b26a-9e5cb76d5720"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cdbe373-c935-412d-b26a-9e5cb76d5720"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cdbe373-c935-412d-b26a-9e5cb76d5720"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cdbe373-c935-412d-b26a-9e5cb76d5720"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  text-align: center;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f-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-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dcf55df-a9bb-49ef-b198-a400bc85468f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image {
  box-sizing: border-box;
}



.s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  
}


@media (min-width: 1200px){#s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f-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-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dcf55df-a9bb-49ef-b198-a400bc85468f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image {
  box-sizing: border-box;
}



.s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f-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-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dcf55df-a9bb-49ef-b198-a400bc85468f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image {
  box-sizing: border-box;
}



.s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f-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-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dcf55df-a9bb-49ef-b198-a400bc85468f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image {
  box-sizing: border-box;
}



.s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  
}


}@media (max-width: 767px){#s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  margin: 0 !important;
  overflow: visible;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f-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-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1dcf55df-a9bb-49ef-b198-a400bc85468f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add background color handling */
  
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1dcf55df-a9bb-49ef-b198-a400bc85468f .shogun-image-content {
  
    justify-content: center;
  
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dcf55df-a9bb-49ef-b198-a400bc85468f.shogun-image {
  box-sizing: border-box;
}



.s-1dcf55df-a9bb-49ef-b198-a400bc85468f img.shogun-image {
  
}


}
#s-9b867bd7-a097-4ad6-86d9-5f9906471a78 {
  margin-top: 0px;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9b867bd7-a097-4ad6-86d9-5f9906471a78 {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-69bd7e63-f2b9-4757-bbe7-cea23e831206 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-69bd7e63-f2b9-4757-bbe7-cea23e831206 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-69bd7e63-f2b9-4757-bbe7-cea23e831206 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-69bd7e63-f2b9-4757-bbe7-cea23e831206 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-a27fbdf5-fe1e-4434-b620-0a56f1623d95 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a27fbdf5-fe1e-4434-b620-0a56f1623d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a27fbdf5-fe1e-4434-b620-0a56f1623d95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a27fbdf5-fe1e-4434-b620-0a56f1623d95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a27fbdf5-fe1e-4434-b620-0a56f1623d95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-777800aa-a1e3-48cc-9725-138abf22991a {
  max-width: 800px;
aspect-ratio: .;
text-align: center;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a {
  margin: 0 !important;
  overflow: visible;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a-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-777800aa-a1e3-48cc-9725-138abf22991a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777800aa-a1e3-48cc-9725-138abf22991a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add background color handling */
  
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-content {
  
    justify-content: center;
  
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image {
  box-sizing: border-box;
}



.s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-777800aa-a1e3-48cc-9725-138abf22991a {
      --shg-aspect-ratio: calc(.); 
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
      position: relative;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-777800aa-a1e3-48cc-9725-138abf22991a {
  margin: 0 !important;
  overflow: visible;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a-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-777800aa-a1e3-48cc-9725-138abf22991a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777800aa-a1e3-48cc-9725-138abf22991a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add background color handling */
  
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-content {
  
    justify-content: center;
  
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image {
  box-sizing: border-box;
}



.s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-777800aa-a1e3-48cc-9725-138abf22991a {
      --shg-aspect-ratio: calc(.); 
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
      position: relative;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a 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-777800aa-a1e3-48cc-9725-138abf22991a {
  margin: 0 !important;
  overflow: visible;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a-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-777800aa-a1e3-48cc-9725-138abf22991a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777800aa-a1e3-48cc-9725-138abf22991a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add background color handling */
  
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-content {
  
    justify-content: center;
  
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image {
  box-sizing: border-box;
}



.s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-777800aa-a1e3-48cc-9725-138abf22991a {
      --shg-aspect-ratio: calc(.); 
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
      position: relative;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a 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-777800aa-a1e3-48cc-9725-138abf22991a {
  margin: 0 !important;
  overflow: visible;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a-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-777800aa-a1e3-48cc-9725-138abf22991a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777800aa-a1e3-48cc-9725-138abf22991a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add background color handling */
  
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-content {
  
    justify-content: center;
  
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image {
  box-sizing: border-box;
}



.s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-777800aa-a1e3-48cc-9725-138abf22991a {
      --shg-aspect-ratio: calc(.); 
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
      position: relative;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-777800aa-a1e3-48cc-9725-138abf22991a {
  margin: 0 !important;
  overflow: visible;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a-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-777800aa-a1e3-48cc-9725-138abf22991a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-777800aa-a1e3-48cc-9725-138abf22991a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add background color handling */
  
}

#s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-777800aa-a1e3-48cc-9725-138abf22991a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-777800aa-a1e3-48cc-9725-138abf22991a .shogun-image-content {
  
    justify-content: center;
  
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image {
  box-sizing: border-box;
}



.s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-777800aa-a1e3-48cc-9725-138abf22991a {
      --shg-aspect-ratio: calc(.); 
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container {
      position: relative;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-777800aa-a1e3-48cc-9725-138abf22991a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-89a0042d-33a7-4b58-8ef3-40261de6a80b {
  margin-top: 0px;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-89a0042d-33a7-4b58-8ef3-40261de6a80b {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-2453d33a-4b0a-4e04-bc51-c63c4321d0a0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2453d33a-4b0a-4e04-bc51-c63c4321d0a0 {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-2453d33a-4b0a-4e04-bc51-c63c4321d0a0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-2453d33a-4b0a-4e04-bc51-c63c4321d0a0 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-6e8e88c2-c318-4d18-878a-8b9a1efd1871 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6e8e88c2-c318-4d18-878a-8b9a1efd1871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e8e88c2-c318-4d18-878a-8b9a1efd1871"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e8e88c2-c318-4d18-878a-8b9a1efd1871"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e8e88c2-c318-4d18-878a-8b9a1efd1871"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bba393dd-8d24-46e2-938a-05a256cf689b {
  max-width: 800px;
text-align: center;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b {
  margin: 0 !important;
  overflow: visible;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b-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-bba393dd-8d24-46e2-938a-05a256cf689b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba393dd-8d24-46e2-938a-05a256cf689b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add background color handling */
  
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bba393dd-8d24-46e2-938a-05a256cf689b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image {
  box-sizing: border-box;
}



.s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  
}


@media (min-width: 1200px){#s-bba393dd-8d24-46e2-938a-05a256cf689b {
  margin: 0 !important;
  overflow: visible;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b-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-bba393dd-8d24-46e2-938a-05a256cf689b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba393dd-8d24-46e2-938a-05a256cf689b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add background color handling */
  
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bba393dd-8d24-46e2-938a-05a256cf689b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image {
  box-sizing: border-box;
}



.s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bba393dd-8d24-46e2-938a-05a256cf689b {
  margin: 0 !important;
  overflow: visible;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b-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-bba393dd-8d24-46e2-938a-05a256cf689b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba393dd-8d24-46e2-938a-05a256cf689b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add background color handling */
  
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bba393dd-8d24-46e2-938a-05a256cf689b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image {
  box-sizing: border-box;
}



.s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bba393dd-8d24-46e2-938a-05a256cf689b {
  margin: 0 !important;
  overflow: visible;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b-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-bba393dd-8d24-46e2-938a-05a256cf689b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba393dd-8d24-46e2-938a-05a256cf689b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add background color handling */
  
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bba393dd-8d24-46e2-938a-05a256cf689b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image {
  box-sizing: border-box;
}



.s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  
}


}@media (max-width: 767px){#s-bba393dd-8d24-46e2-938a-05a256cf689b {
  margin: 0 !important;
  overflow: visible;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b-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-bba393dd-8d24-46e2-938a-05a256cf689b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bba393dd-8d24-46e2-938a-05a256cf689b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add background color handling */
  
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bba393dd-8d24-46e2-938a-05a256cf689b .shogun-image-content {
  
    justify-content: center;
  
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bba393dd-8d24-46e2-938a-05a256cf689b.shogun-image {
  box-sizing: border-box;
}



.s-bba393dd-8d24-46e2-938a-05a256cf689b img.shogun-image {
  
}


}
#s-fb166bc9-4ab6-4bb8-92eb-4cd728bf3a09 {
  margin-top: 0px;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-fb166bc9-4ab6-4bb8-92eb-4cd728bf3a09 {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-0f1f9933-9842-4b58-8f42-badb3e98efae {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-0f1f9933-9842-4b58-8f42-badb3e98efae {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-0f1f9933-9842-4b58-8f42-badb3e98efae .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-0f1f9933-9842-4b58-8f42-badb3e98efae .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-cf000d2c-56c4-4c1e-a8e6-4a012916a3d5 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cf000d2c-56c4-4c1e-a8e6-4a012916a3d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf000d2c-56c4-4c1e-a8e6-4a012916a3d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf000d2c-56c4-4c1e-a8e6-4a012916a3d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf000d2c-56c4-4c1e-a8e6-4a012916a3d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  text-align: center;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  margin: 0 !important;
  overflow: visible;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03-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-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add background color handling */
  
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image {
  box-sizing: border-box;
}



.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  
}


@media (min-width: 1200px){#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  margin: 0 !important;
  overflow: visible;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03-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-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add background color handling */
  
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image {
  box-sizing: border-box;
}



.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  margin: 0 !important;
  overflow: visible;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03-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-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add background color handling */
  
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image {
  box-sizing: border-box;
}



.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  margin: 0 !important;
  overflow: visible;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03-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-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add background color handling */
  
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image {
  box-sizing: border-box;
}



.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  
}


}@media (max-width: 767px){#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  margin: 0 !important;
  overflow: visible;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03-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-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-779fa8b1-95eb-46e0-9edc-ec10a205df03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add background color handling */
  
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-779fa8b1-95eb-46e0-9edc-ec10a205df03.shogun-image {
  box-sizing: border-box;
}



.s-779fa8b1-95eb-46e0-9edc-ec10a205df03 img.shogun-image {
  
}


}
#s-77361b9c-ab96-4d57-a279-887a2099606f {
  margin-top: 0px;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-77361b9c-ab96-4d57-a279-887a2099606f {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-3729b1ff-edca-4764-8a72-22a1715bb05d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-3729b1ff-edca-4764-8a72-22a1715bb05d {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-3729b1ff-edca-4764-8a72-22a1715bb05d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-3729b1ff-edca-4764-8a72-22a1715bb05d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-b7ea378d-0bc0-4d4d-8b32-69718bfcffcf {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b7ea378d-0bc0-4d4d-8b32-69718bfcffcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7ea378d-0bc0-4d4d-8b32-69718bfcffcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7ea378d-0bc0-4d4d-8b32-69718bfcffcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7ea378d-0bc0-4d4d-8b32-69718bfcffcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  max-width: 800px;
aspect-ratio: .;
text-align: center;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  margin: 0 !important;
  overflow: visible;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671-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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add background color handling */
  
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image {
  box-sizing: border-box;
}



.s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
      --shg-aspect-ratio: calc(.); 
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
      position: relative;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

@media (min-width: 1200px){#s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  margin: 0 !important;
  overflow: visible;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671-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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add background color handling */
  
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image {
  box-sizing: border-box;
}



.s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
      --shg-aspect-ratio: calc(.); 
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
      position: relative;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  margin: 0 !important;
  overflow: visible;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671-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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add background color handling */
  
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image {
  box-sizing: border-box;
}



.s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
      --shg-aspect-ratio: calc(.); 
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
      position: relative;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  margin: 0 !important;
  overflow: visible;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671-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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add background color handling */
  
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image {
  box-sizing: border-box;
}



.s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
      --shg-aspect-ratio: calc(.); 
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
      position: relative;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}@media (max-width: 767px){#s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  margin: 0 !important;
  overflow: visible;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671-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-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add background color handling */
  
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }

    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-link {
      aspect-ratio: .;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 800px;
  }




.s-c91f46ed-bad4-4b93-ba75-01370f69f671 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image {
  box-sizing: border-box;
}



.s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 {
      --shg-aspect-ratio: calc(.); 
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container {
      position: relative;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c91f46ed-bad4-4b93-ba75-01370f69f671 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 800px;
    }
  }

}
#s-08c2cf23-e36a-4a45-9e1c-fcb25851b75f {
  margin-top: 0px;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-08c2cf23-e36a-4a45-9e1c-fcb25851b75f {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-37506b46-3477-4cba-b267-ff1a42a0c92e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-37506b46-3477-4cba-b267-ff1a42a0c92e {
  margin-top: 0px;
margin-bottom: 20px;
}
}
#s-37506b46-3477-4cba-b267-ff1a42a0c92e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  
}


#s-37506b46-3477-4cba-b267-ff1a42a0c92e .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-1f4b1b7f-a532-46e2-bb51-b9db323a19c9 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-1f4b1b7f-a532-46e2-bb51-b9db323a19c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f4b1b7f-a532-46e2-bb51-b9db323a19c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f4b1b7f-a532-46e2-bb51-b9db323a19c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f4b1b7f-a532-46e2-bb51-b9db323a19c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  max-width: 800px;
text-align: center;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  margin: 0 !important;
  overflow: visible;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa-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-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add background color handling */
  
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-530e7b98-07c4-4e14-b805-55ec82ef22aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image {
  box-sizing: border-box;
}



.s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  
}


@media (min-width: 1200px){#s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  margin: 0 !important;
  overflow: visible;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa-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-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add background color handling */
  
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-530e7b98-07c4-4e14-b805-55ec82ef22aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image {
  box-sizing: border-box;
}



.s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  margin: 0 !important;
  overflow: visible;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa-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-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add background color handling */
  
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-530e7b98-07c4-4e14-b805-55ec82ef22aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image {
  box-sizing: border-box;
}



.s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  margin: 0 !important;
  overflow: visible;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa-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-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add background color handling */
  
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-530e7b98-07c4-4e14-b805-55ec82ef22aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image {
  box-sizing: border-box;
}



.s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  
}


}@media (max-width: 767px){#s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  margin: 0 !important;
  overflow: visible;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa-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-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-530e7b98-07c4-4e14-b805-55ec82ef22aa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add background color handling */
  
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-530e7b98-07c4-4e14-b805-55ec82ef22aa .shogun-image-content {
  
    justify-content: center;
  
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-530e7b98-07c4-4e14-b805-55ec82ef22aa.shogun-image {
  box-sizing: border-box;
}



.s-530e7b98-07c4-4e14-b805-55ec82ef22aa img.shogun-image {
  
}


}
#s-28f1a22a-d329-4c50-8b58-99db0fbb31cf {
  margin-top: 0px;
padding-top: 11px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-28f1a22a-d329-4c50-8b58-99db0fbb31cf {
  padding-top: 10px;
padding-bottom: 20px;
}
}
#s-da30adb3-536d-4388-a577-a03528c64b88 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
height: 100px;
max-width: 300px;
text-align: center;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da30adb3-536d-4388-a577-a03528c64b88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 40px;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 img.shogun-image {
  width: 100%;
  height: 100px;
  
  max-width: 300px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-da30adb3-536d-4388-a577-a03528c64b88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-da30adb3-536d-4388-a577-a03528c64b88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da30adb3-536d-4388-a577-a03528c64b88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da30adb3-536d-4388-a577-a03528c64b88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-da30adb3-536d-4388-a577-a03528c64b88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-da30adb3-536d-4388-a577-a03528c64b88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da30adb3-536d-4388-a577-a03528c64b88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da30adb3-536d-4388-a577-a03528c64b88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-da30adb3-536d-4388-a577-a03528c64b88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-da30adb3-536d-4388-a577-a03528c64b88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da30adb3-536d-4388-a577-a03528c64b88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da30adb3-536d-4388-a577-a03528c64b88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-da30adb3-536d-4388-a577-a03528c64b88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-da30adb3-536d-4388-a577-a03528c64b88 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-da30adb3-536d-4388-a577-a03528c64b88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-da30adb3-536d-4388-a577-a03528c64b88 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-da30adb3-536d-4388-a577-a03528c64b88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-da30adb3-536d-4388-a577-a03528c64b88 img.shogun-image {
  width: 100%;
  
  
  

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-da30adb3-536d-4388-a577-a03528c64b88 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da30adb3-536d-4388-a577-a03528c64b88.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b9b3db64-1741-48f5-a70f-2da3030fe939 {
  padding-top: 10px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-b9b3db64-1741-48f5-a70f-2da3030fe939 {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
}
}
#s-b9b3db64-1741-48f5-a70f-2da3030fe939 .shogun-heading-component h1 {
  color: rgba(63, 175, 175, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-b9b3db64-1741-48f5-a70f-2da3030fe939 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-90e52519-8cdf-4ee2-91f6-75cfed0eb747 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-90e52519-8cdf-4ee2-91f6-75cfed0eb747 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-90e52519-8cdf-4ee2-91f6-75cfed0eb747.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-55dd186c-3f2a-4ff8-a718-dadac4ad754d {
  padding-bottom: 40px;
text-align: center;
}

#s-55dd186c-3f2a-4ff8-a718-dadac4ad754d {
  overflow: hidden;
  
  
}







  #s-55dd186c-3f2a-4ff8-a718-dadac4ad754d img.shogun-image {
    

    
    
    
  }


#s-55dd186c-3f2a-4ff8-a718-dadac4ad754d .shogun-image-content {
  
    justify-content: center;
  
}

#s-03703b60-f1d4-4824-a832-f6f72402381a {
  padding-top: 10px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-03703b60-f1d4-4824-a832-f6f72402381a {
  margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 10px;
}
}
#s-03703b60-f1d4-4824-a832-f6f72402381a .shogun-heading-component h1 {
  color: rgba(63, 175, 175, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-03703b60-f1d4-4824-a832-f6f72402381a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
@media (min-width: 0px) {
[id="s-60d8a6ea-7d00-48ce-8d74-6df770fec91c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60d8a6ea-7d00-48ce-8d74-6df770fec91c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 19.333333333333332px);
}

}

@media (min-width: 992px) {
[id="s-60d8a6ea-7d00-48ce-8d74-6df770fec91c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 19.333333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-60d8a6ea-7d00-48ce-8d74-6df770fec91c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 19.333333333333332px);
}

}

#s-c987ea58-ae65-46fe-9c33-5eaed8d7eebd {
  text-align: center;
}

#s-c987ea58-ae65-46fe-9c33-5eaed8d7eebd {
  overflow: hidden;
  
  
}







  #s-c987ea58-ae65-46fe-9c33-5eaed8d7eebd img.shogun-image {
    

    
    
    
  }


#s-c987ea58-ae65-46fe-9c33-5eaed8d7eebd .shogun-image-content {
  
    justify-content: center;
  
}

#s-0f0d0bdd-5fa4-430f-b418-99c8ab5cd999 {
  margin-bottom: 20px;
padding-top: 6px;
padding-bottom: 6px;
}

#s-c9b9569a-6f52-4f1c-8a77-3802ad74486e {
  text-align: center;
}

#s-c9b9569a-6f52-4f1c-8a77-3802ad74486e {
  overflow: hidden;
  
  
}







  #s-c9b9569a-6f52-4f1c-8a77-3802ad74486e img.shogun-image {
    

    
    
    
  }


#s-c9b9569a-6f52-4f1c-8a77-3802ad74486e .shogun-image-content {
  
    justify-content: center;
  
}

#s-c58a6bd4-48aa-4c84-84bb-075fddbd22ca {
  margin-bottom: 20px;
padding-top: 6px;
padding-bottom: 6px;
}

#s-29a0adec-7dd2-4df9-94a0-3d2cdb74b44d {
  text-align: center;
}

#s-29a0adec-7dd2-4df9-94a0-3d2cdb74b44d {
  overflow: hidden;
  
  
}







  #s-29a0adec-7dd2-4df9-94a0-3d2cdb74b44d img.shogun-image {
    

    
    
    
  }


#s-29a0adec-7dd2-4df9-94a0-3d2cdb74b44d .shogun-image-content {
  
    justify-content: center;
  
}

#s-7454f807-dd4d-4bc3-b8c4-186f13abcb56 {
  margin-bottom: 20px;
padding-top: 6px;
padding-bottom: 6px;
}

#s-e5a65e6a-f2cf-4879-b846-11c34537601c {
  margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 3px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(63, 175, 175, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(63, 175, 175, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.52em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e5a65e6a-f2cf-4879-b846-11c34537601c:hover {background-color: rgba(171, 168, 168, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5a65e6a-f2cf-4879-b846-11c34537601c:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(63, 175, 175, 1) !important;
background-color: rgba(171, 171, 171, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 221, 221, 1) !important;}

  #s-e5a65e6a-f2cf-4879-b846-11c34537601c-root {
    text-align: center;
  }


#s-e5a65e6a-f2cf-4879-b846-11c34537601c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5a65e6a-f2cf-4879-b846-11c34537601c-root {
    text-align: center;
  }


#s-e5a65e6a-f2cf-4879-b846-11c34537601c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5a65e6a-f2cf-4879-b846-11c34537601c-root {
    text-align: center;
  }


#s-e5a65e6a-f2cf-4879-b846-11c34537601c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5a65e6a-f2cf-4879-b846-11c34537601c-root {
    text-align: center;
  }


#s-e5a65e6a-f2cf-4879-b846-11c34537601c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5a65e6a-f2cf-4879-b846-11c34537601c-root {
    text-align: center;
  }


#s-e5a65e6a-f2cf-4879-b846-11c34537601c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 26px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
