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

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

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

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

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

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

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

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

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

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

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

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

#s-e55770ac-3c49-4f87-83d5-d561a95c9ae7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-e55770ac-3c49-4f87-83d5-d561a95c9ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e55770ac-3c49-4f87-83d5-d561a95c9ae7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Inter";
  text-transform: none;
  font-weight: 700;
  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-db642c35-559e-4241-8425-eaf8254d69c5 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-db642c35-559e-4241-8425-eaf8254d69c5 {
  display: none;
}
#s-db642c35-559e-4241-8425-eaf8254d69c5, #wrap-s-db642c35-559e-4241-8425-eaf8254d69c5, #wrap-content-s-db642c35-559e-4241-8425-eaf8254d69c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db642c35-559e-4241-8425-eaf8254d69c5 {
  display: none;
}
#s-db642c35-559e-4241-8425-eaf8254d69c5, #wrap-s-db642c35-559e-4241-8425-eaf8254d69c5, #wrap-content-s-db642c35-559e-4241-8425-eaf8254d69c5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db642c35-559e-4241-8425-eaf8254d69c5 {
  display: none;
}
#s-db642c35-559e-4241-8425-eaf8254d69c5, #wrap-s-db642c35-559e-4241-8425-eaf8254d69c5, #wrap-content-s-db642c35-559e-4241-8425-eaf8254d69c5 { display: none !important; }}@media (max-width: 767px){#s-db642c35-559e-4241-8425-eaf8254d69c5 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}
}
#s-db642c35-559e-4241-8425-eaf8254d69c5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


@media (max-width: 767px){#s-db642c35-559e-4241-8425-eaf8254d69c5 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
.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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530-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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-3299ef06-ec37-4b45-bb29-8413f70cc530 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530-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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 .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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-3299ef06-ec37-4b45-bb29-8413f70cc530 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530-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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 .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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-3299ef06-ec37-4b45-bb29-8413f70cc530 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530-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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 .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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-3299ef06-ec37-4b45-bb29-8413f70cc530 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530-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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 .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-3299ef06-ec37-4b45-bb29-8413f70cc530 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3299ef06-ec37-4b45-bb29-8413f70cc530 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-3299ef06-ec37-4b45-bb29-8413f70cc530 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3299ef06-ec37-4b45-bb29-8413f70cc530.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

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

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

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

#s-b0d60d7d-75b0-4c29-8c0e-653c3da24813 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-b0d60d7d-75b0-4c29-8c0e-653c3da24813 {
  display: none;
}
#s-b0d60d7d-75b0-4c29-8c0e-653c3da24813, #wrap-s-b0d60d7d-75b0-4c29-8c0e-653c3da24813, #wrap-content-s-b0d60d7d-75b0-4c29-8c0e-653c3da24813 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b0d60d7d-75b0-4c29-8c0e-653c3da24813"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d60d7d-75b0-4c29-8c0e-653c3da24813"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0d60d7d-75b0-4c29-8c0e-653c3da24813"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0d60d7d-75b0-4c29-8c0e-653c3da24813"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-caf680b4-1c11-4ff0-90b2-d394120855d9 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-caf680b4-1c11-4ff0-90b2-d394120855d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


@media (max-width: 767px){#s-caf680b4-1c11-4ff0-90b2-d394120855d9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-bc3ad2ea-8218-4531-a342-48e0b46b8166 {
  margin-top: 50px;
margin-left: 3%;
margin-bottom: 50px;
margin-right: 3%;
}








#s-bc3ad2ea-8218-4531-a342-48e0b46b8166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc3ad2ea-8218-4531-a342-48e0b46b8166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efdc67b3-1402-4e58-ab32-7d11661a9e4c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-efdc67b3-1402-4e58-ab32-7d11661a9e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-efdc67b3-1402-4e58-ab32-7d11661a9e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bf96b98-6e0a-447c-a8d0-1e5ac3845dc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8bf96b98-6e0a-447c-a8d0-1e5ac3845dc1 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-8bf96b98-6e0a-447c-a8d0-1e5ac3845dc1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-8bf96b98-6e0a-447c-a8d0-1e5ac3845dc1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.8em;
  
  
  
}


}@media (max-width: 767px){#s-8bf96b98-6e0a-447c-a8d0-1e5ac3845dc1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-07de62b4-fc0a-4541-805e-f33619900713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07de62b4-fc0a-4541-805e-f33619900713"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07de62b4-fc0a-4541-805e-f33619900713"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07de62b4-fc0a-4541-805e-f33619900713"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e479a241-c811-4c11-a3a0-4d82e60c57e4 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-e479a241-c811-4c11-a3a0-4d82e60c57e4 {
  margin-bottom: 50px;
}
}







#s-e479a241-c811-4c11-a3a0-4d82e60c57e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e479a241-c811-4c11-a3a0-4d82e60c57e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674-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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674-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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674-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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674-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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674-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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .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-cc3772c7-b82e-41ab-b5a9-abb239e09674 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cc3772c7-b82e-41ab-b5a9-abb239e09674 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3772c7-b82e-41ab-b5a9-abb239e09674.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-97462c82-445f-4df5-a112-3c4b9809af96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97462c82-445f-4df5-a112-3c4b9809af96 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-13c8a44e-4541-4508-9566-8be61a11546e {
  padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-13c8a44e-4541-4508-9566-8be61a11546e {
  margin-bottom: 50px;
}
}







#s-13c8a44e-4541-4508-9566-8be61a11546e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13c8a44e-4541-4508-9566-8be61a11546e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944-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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944-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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944-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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944-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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944-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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .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-2226d3d1-0e52-4e0d-b269-1c618c8a9944 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2226d3d1-0e52-4e0d-b269-1c618c8a9944.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-62a8f0a5-65fd-4b4b-8df6-6554a1ea2823 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62a8f0a5-65fd-4b4b-8df6-6554a1ea2823 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-9df885ce-4eda-4267-996a-2aa0fc630c1c {
  margin-left: auto;
margin-right: auto;
}

#s-9df885ce-4eda-4267-996a-2aa0fc630c1c .shg-proportional-font-size,
#s-9df885ce-4eda-4267-996a-2aa0fc630c1c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e9a47791-333e-4568-84d4-0db62a5c4ed9 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-e9a47791-333e-4568-84d4-0db62a5c4ed9 {
  margin-bottom: 50px;
}
}







#s-e9a47791-333e-4568-84d4-0db62a5c4ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9a47791-333e-4568-84d4-0db62a5c4ed9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2-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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2-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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2-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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2-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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2-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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .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-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7e63d15-b8b6-4c7b-9846-1361c19b5fc2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2f981b0d-9968-4996-8ee0-28ed5e114449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f981b0d-9968-4996-8ee0-28ed5e114449 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-133e9f5d-5f98-47e3-98b0-341f2ad5f2b1 {
  margin-left: auto;
margin-right: auto;
}

#s-133e9f5d-5f98-47e3-98b0-341f2ad5f2b1 .shg-proportional-font-size,
#s-133e9f5d-5f98-47e3-98b0-341f2ad5f2b1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

#s-e81cf1c9-6bcf-446b-9def-acb15b0edece {
  margin-left: auto;
margin-right: auto;
}

#s-e81cf1c9-6bcf-446b-9def-acb15b0edece hr {
  border-top: 2px solid #ddd;
}

#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67 {
  
}
}@media (max-width: 767px){#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67 {
  
}
}







#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cc8428a-8253-4e89-9dc2-cf790ace0a67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e9dc9ec-d7cd-40a9-a8f3-95aab5f7dfc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3e9dc9ec-d7cd-40a9-a8f3-95aab5f7dfc7 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-3e9dc9ec-d7cd-40a9-a8f3-95aab5f7dfc7 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-79bcadc7-3633-4891-9536-cd0e968862df {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-79bcadc7-3633-4891-9536-cd0e968862df .shg-proportional-font-size,
#s-79bcadc7-3633-4891-9536-cd0e968862df .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 0px) {
[id="s-77afc3e9-34ff-4859-871d-3273e35e95f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77afc3e9-34ff-4859-871d-3273e35e95f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77afc3e9-34ff-4859-871d-3273e35e95f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77afc3e9-34ff-4859-871d-3273e35e95f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-85908695-44c7-4666-94f2-d589bd3fa4ab {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-85908695-44c7-4666-94f2-d589bd3fa4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85908695-44c7-4666-94f2-d589bd3fa4ab.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1-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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 .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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-274536bc-5901-4c96-a6e5-8e48896d57b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1-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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 .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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-274536bc-5901-4c96-a6e5-8e48896d57b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1-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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 .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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-274536bc-5901-4c96-a6e5-8e48896d57b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1-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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 .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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-274536bc-5901-4c96-a6e5-8e48896d57b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1-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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 .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-274536bc-5901-4c96-a6e5-8e48896d57b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-274536bc-5901-4c96-a6e5-8e48896d57b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-274536bc-5901-4c96-a6e5-8e48896d57b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274536bc-5901-4c96-a6e5-8e48896d57b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-92d2410b-b6fe-491a-99b9-1d1e737bc077 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-92d2410b-b6fe-491a-99b9-1d1e737bc077 {
  margin-bottom: 50px;
}
}
#s-92d2410b-b6fe-491a-99b9-1d1e737bc077 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-130a507e-1c27-4ce0-b9c0-c66dfe74cbd3 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-130a507e-1c27-4ce0-b9c0-c66dfe74cbd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-130a507e-1c27-4ce0-b9c0-c66dfe74cbd3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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-a19510c1-f0e8-4416-8e14-735d85bc50ed {
  max-width: 1500px;
text-align: center;
}

#s-a19510c1-f0e8-4416-8e14-735d85bc50ed {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a19510c1-f0e8-4416-8e14-735d85bc50ed .shogun-image-content {
  
    justify-content: center;
  
}

#s-81f81ae4-f2ea-4ffb-97a1-d1bae8ac04d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-81f81ae4-f2ea-4ffb-97a1-d1bae8ac04d0 {
  margin-bottom: 50px;
}
}
#s-81f81ae4-f2ea-4ffb-97a1-d1bae8ac04d0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-18096bf9-ec97-402e-838c-8c28e6a47a55 {
  padding-top: 0%;
padding-bottom: 0%;
}








#s-18096bf9-ec97-402e-838c-8c28e6a47a55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18096bf9-ec97-402e-838c-8c28e6a47a55.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-759e1394-71b3-4f34-8e09-c491ad0f13c2 {
  max-width: 1500px;
text-align: center;
}

#s-759e1394-71b3-4f34-8e09-c491ad0f13c2 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-759e1394-71b3-4f34-8e09-c491ad0f13c2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6eedf820-4b42-4d56-abe5-d187ed301559 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6eedf820-4b42-4d56-abe5-d187ed301559 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-1f715d47-7e16-4cb1-b17d-1afd6c254e29 {
  margin-left: auto;
margin-right: auto;
}

#s-1f715d47-7e16-4cb1-b17d-1afd6c254e29 hr {
  border-top: 2px solid #ddd;
}

#s-224bd641-a29d-40d6-bc26-91a40b50efc2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-224bd641-a29d-40d6-bc26-91a40b50efc2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-224bd641-a29d-40d6-bc26-91a40b50efc2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-224bd641-a29d-40d6-bc26-91a40b50efc2 {
  
}
}@media (max-width: 767px){#s-224bd641-a29d-40d6-bc26-91a40b50efc2 {
  
}
}







#s-224bd641-a29d-40d6-bc26-91a40b50efc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-224bd641-a29d-40d6-bc26-91a40b50efc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d45f264-8d42-4818-b625-9d4bd177d07c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4d45f264-8d42-4818-b625-9d4bd177d07c {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-4d45f264-8d42-4818-b625-9d4bd177d07c .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8e97a0df-f0c0-4857-afaf-b612b3ca6d35 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-8e97a0df-f0c0-4857-afaf-b612b3ca6d35 .shg-proportional-font-size,
#s-8e97a0df-f0c0-4857-afaf-b612b3ca6d35 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 0px) {
[id="s-bb845639-2769-4ebb-8c97-e92de4acb3cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb845639-2769-4ebb-8c97-e92de4acb3cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb845639-2769-4ebb-8c97-e92de4acb3cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb845639-2769-4ebb-8c97-e92de4acb3cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-04b594b4-3e51-4f13-bf7d-d1cbfc64f61d {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-04b594b4-3e51-4f13-bf7d-d1cbfc64f61d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04b594b4-3e51-4f13-bf7d-d1cbfc64f61d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20e0ab80-c4c8-4300-9536-9a6d0d23fb34 {
  text-align: center;
}

#s-20e0ab80-c4c8-4300-9536-9a6d0d23fb34 {
  overflow: hidden;
  
  
}








#s-20e0ab80-c4c8-4300-9536-9a6d0d23fb34 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8d31b3d5-67e3-4d14-8fb7-5e18672514ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8d31b3d5-67e3-4d14-8fb7-5e18672514ed {
  margin-bottom: 50px;
}
}
#s-8d31b3d5-67e3-4d14-8fb7-5e18672514ed .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9aff4647-9fda-4af9-9709-d94df8974a3e {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-9aff4647-9fda-4af9-9709-d94df8974a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9aff4647-9fda-4af9-9709-d94df8974a3e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f-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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f-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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f-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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f-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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f-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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .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-539fdbd4-e872-4890-b3ad-ce69cc21cd3f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-539fdbd4-e872-4890-b3ad-ce69cc21cd3f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-05c8e058-d8a7-4241-afeb-3bc6a4e89abc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-05c8e058-d8a7-4241-afeb-3bc6a4e89abc {
  margin-bottom: 50px;
}
}
#s-05c8e058-d8a7-4241-afeb-3bc6a4e89abc .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-5f11eac4-8813-46de-bd58-8a5f638da84a {
  padding-top: 0%;
padding-bottom: 0%;
}








#s-5f11eac4-8813-46de-bd58-8a5f638da84a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f11eac4-8813-46de-bd58-8a5f638da84a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29aee2d2-56bb-4e77-9ab9-fbad4ea3e315 {
  max-width: 1500px;
text-align: center;
}

#s-29aee2d2-56bb-4e77-9ab9-fbad4ea3e315 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-29aee2d2-56bb-4e77-9ab9-fbad4ea3e315 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ab9fa832-fe4b-4824-9409-003b1e1e84ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab9fa832-fe4b-4824-9409-003b1e1e84ba .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9bef5802-78c4-4772-b4a2-3faa883f6aec {
  margin-left: auto;
margin-right: auto;
}

#s-9bef5802-78c4-4772-b4a2-3faa883f6aec hr {
  border-top: 2px solid #ddd;
}

#s-ab186780-e962-4564-8430-692b29351c07 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ab186780-e962-4564-8430-692b29351c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab186780-e962-4564-8430-692b29351c07 {
  cursor: pointer;
}#s-ab186780-e962-4564-8430-692b29351c07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7afa2bdb-d277-4a03-9d78-ecaaa93e873e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7afa2bdb-d277-4a03-9d78-ecaaa93e873e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-0f5d4554-3781-4341-82d6-475bac6be721 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-0f5d4554-3781-4341-82d6-475bac6be721 .shg-proportional-font-size,
#s-0f5d4554-3781-4341-82d6-475bac6be721 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

@media (min-width: 0px) {
[id="s-5b093f71-22c0-4373-8869-7b54863dda4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b093f71-22c0-4373-8869-7b54863dda4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5b093f71-22c0-4373-8869-7b54863dda4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b093f71-22c0-4373-8869-7b54863dda4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a2a892c3-b7e1-4298-be2b-5bda8940f6fa {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-a2a892c3-b7e1-4298-be2b-5bda8940f6fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2a892c3-b7e1-4298-be2b-5bda8940f6fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-936a56a0-d67f-451d-99fe-75e4b6c238ba {
  max-width: 1500px;
text-align: center;
}

#s-936a56a0-d67f-451d-99fe-75e4b6c238ba {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-936a56a0-d67f-451d-99fe-75e4b6c238ba .shogun-image-content {
  
    justify-content: center;
  
}

#s-4f90558b-7313-4bcd-ab17-9ff45d1698f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f90558b-7313-4bcd-ab17-9ff45d1698f1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-f7a795c6-e3b3-4eaf-af6e-51d3e370af02 {
  margin-left: auto;
margin-right: auto;
}

#s-f7a795c6-e3b3-4eaf-af6e-51d3e370af02 .shg-proportional-font-size,
#s-f7a795c6-e3b3-4eaf-af6e-51d3e370af02 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-69cbdf20-c6bd-4b0c-9cf2-a970fbd4e658 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-69cbdf20-c6bd-4b0c-9cf2-a970fbd4e658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69cbdf20-c6bd-4b0c-9cf2-a970fbd4e658.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef-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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef-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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef-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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef-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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef-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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .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-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf8e7746-24f7-4bda-bf32-ce5f583ce7ef.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-12c47171-e0ca-4e1c-8338-1c542eb0acaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-12c47171-e0ca-4e1c-8338-1c542eb0acaf {
  margin-bottom: 50px;
}
}
#s-12c47171-e0ca-4e1c-8338-1c542eb0acaf .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8caebfa6-390f-47ab-9386-da48d254ad02 {
  padding-top: 0%;
padding-bottom: 0%;
}








#s-8caebfa6-390f-47ab-9386-da48d254ad02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8caebfa6-390f-47ab-9386-da48d254ad02.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3bfd49d-cde8-47f0-8273-c83cd4348094 {
  max-width: 1500px;
text-align: center;
}

#s-e3bfd49d-cde8-47f0-8273-c83cd4348094 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e3bfd49d-cde8-47f0-8273-c83cd4348094 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7c69227c-65d3-4893-8932-11878e0f3419 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c69227c-65d3-4893-8932-11878e0f3419 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee {
  display: none;
}
#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-content-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee {
  display: none;
}
#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-content-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee {
  display: none;
}
#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-content-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee { display: none !important; }}@media (max-width: 767px){#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee {
  display: none;
}
#s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee, #wrap-content-s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee { display: none !important; }}
@media (min-width: 0px) {
[id="s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7de2ad7b-14f0-4b0f-9077-9e8329a3e7ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-766b7a43-59a3-4928-9e34-9e7d0502ef21 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-766b7a43-59a3-4928-9e34-9e7d0502ef21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-766b7a43-59a3-4928-9e34-9e7d0502ef21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6f90349-5dca-4be4-8d94-87f783d7b058 {
  max-width: 1500px;
text-align: center;
}

#s-a6f90349-5dca-4be4-8d94-87f783d7b058 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-a6f90349-5dca-4be4-8d94-87f783d7b058 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90fcc85c-13b4-40b0-bdcc-5b6276f17de4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90fcc85c-13b4-40b0-bdcc-5b6276f17de4 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-94d010c6-3f52-402d-9cc9-95f7bf31bf5a {
  margin-left: auto;
margin-right: auto;
}

#s-94d010c6-3f52-402d-9cc9-95f7bf31bf5a .shg-proportional-font-size,
#s-94d010c6-3f52-402d-9cc9-95f7bf31bf5a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-26bc695b-1191-47c0-8868-eb91b0e4a032 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}








#s-26bc695b-1191-47c0-8868-eb91b0e4a032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26bc695b-1191-47c0-8868-eb91b0e4a032.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b-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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b-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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b-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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b-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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b-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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .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-c234f35d-a677-4c4f-8542-40d1aa25dd0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

      
    max-width: 1500px;

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




.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c234f35d-a677-4c4f-8542-40d1aa25dd0b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-651e5ff0-18db-4c13-a883-54125873f41d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-651e5ff0-18db-4c13-a883-54125873f41d .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-26498b9a-71dc-4175-971f-a9f41d2144da {
  padding-top: 0%;
padding-bottom: 0%;
}








#s-26498b9a-71dc-4175-971f-a9f41d2144da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26498b9a-71dc-4175-971f-a9f41d2144da.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca75f09d-ec4f-471a-97c7-8a053643ce60 {
  max-width: 1500px;
text-align: center;
}

#s-ca75f09d-ec4f-471a-97c7-8a053643ce60 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ca75f09d-ec4f-471a-97c7-8a053643ce60 .shogun-image-content {
  
    justify-content: center;
  
}

#s-794b0a06-306c-44de-8b03-db145e8712d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-794b0a06-306c-44de-8b03-db145e8712d1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-813413d8-a371-4193-b8d2-acf3c835f43c {
  padding-top: 0%;
padding-bottom: 0%;
}








#s-813413d8-a371-4193-b8d2-acf3c835f43c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-813413d8-a371-4193-b8d2-acf3c835f43c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68cba9f5-0f2c-4406-8ef8-cda5e1b665b2 {
  max-width: 1500px;
text-align: center;
}

#s-68cba9f5-0f2c-4406-8ef8-cda5e1b665b2 {
  overflow: hidden;
  
  
      max-width: 1500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-68cba9f5-0f2c-4406-8ef8-cda5e1b665b2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-59633774-c915-4c58-a1b3-1fa7bede93d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-59633774-c915-4c58-a1b3-1fa7bede93d9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


#s-59633774-c915-4c58-a1b3-1fa7bede93d9 .shogun-heading-component h4 a {
  color: #000;
}


#s-562b3108-cea8-4f19-81a6-3b16f006fde7 {
  margin-left: auto;
margin-right: auto;
}

#s-562b3108-cea8-4f19-81a6-3b16f006fde7 .shg-proportional-font-size,
#s-562b3108-cea8-4f19-81a6-3b16f006fde7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-bac6c667-f080-4dcc-84ae-059947360bc9 {
  margin-left: auto;
margin-right: auto;
}

#s-bac6c667-f080-4dcc-84ae-059947360bc9 hr {
  border-top: 2px solid #ddd;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
