.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-73ee84e6-6dc4-4461-baa1-2ee358577cae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1400px;
}








#s-73ee84e6-6dc4-4461-baa1-2ee358577cae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73ee84e6-6dc4-4461-baa1-2ee358577cae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin-left: auto;
margin-right: auto;
max-width: 3024px;
text-align: center;
}
@media (min-width: 1200px){#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin-top: auto;
margin-bottom: auto;
max-width: 2500px;
}
}
#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912-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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3024px;

      
    max-width: 3024px;

  /* 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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912-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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3024px;

      
    max-width: 3024px;

  /* 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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912-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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3024px;

      
    max-width: 3024px;

  /* 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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912-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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3024px;

      
    max-width: 3024px;

  /* 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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912-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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912 img.shogun-image {
  width: 100%;
  
  
  max-width: 3024px;

      
    max-width: 3024px;

  /* 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-cb17a596-aeb7-4e37-be1e-1f0f15c63912 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb17a596-aeb7-4e37-be1e-1f0f15c63912.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0c1e6f93-e23e-4d16-b78d-fe9bc95988ba {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c1e6f93-e23e-4d16-b78d-fe9bc95988ba .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}


@media (min-width: 1200px){#s-0c1e6f93-e23e-4d16-b78d-fe9bc95988ba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 65px;
  
  
  
}


}@media (max-width: 767px){#s-0c1e6f93-e23e-4d16-b78d-fe9bc95988ba .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-f8c7344a-c65d-49cd-8311-10a9ef13286b {
  margin-left: 4%;
margin-right: 4%;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f8c7344a-c65d-49cd-8311-10a9ef13286b {
  margin-top: auto;
margin-bottom: auto;
padding-top: 30px;
padding-bottom: 30px;
}
}







#s-f8c7344a-c65d-49cd-8311-10a9ef13286b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8c7344a-c65d-49cd-8311-10a9ef13286b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee8d21fe-6d38-41d3-9f6a-b8886bc4a816 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee8d21fe-6d38-41d3-9f6a-b8886bc4a816 .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f26008e8-8ca5-4f1d-b994-bde1b8078088 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f26008e8-8ca5-4f1d-b994-bde1b8078088 .shg-sld-dot {
  background-color: rgba(1, 179, 227, 1);
}

#s-f26008e8-8ca5-4f1d-b994-bde1b8078088 .shg-sld-nav-button.shg-sld-left,
#s-f26008e8-8ca5-4f1d-b994-bde1b8078088 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 179, 227, 1);
}

.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-8eecd63b-760a-498a-a906-489d42c6af61 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}
@media (max-width: 767px){#s-8eecd63b-760a-498a-a906-489d42c6af61 {
  margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 0px) {
[id="s-8eecd63b-760a-498a-a906-489d42c6af61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8eecd63b-760a-498a-a906-489d42c6af61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8eecd63b-760a-498a-a906-489d42c6af61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8eecd63b-760a-498a-a906-489d42c6af61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-903c3378-3827-46b6-9f5d-392fdc7970c7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-903c3378-3827-46b6-9f5d-392fdc7970c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-903c3378-3827-46b6-9f5d-392fdc7970c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-5571fabe-cd3d-471d-a621-1776cdf22812 {
  margin-left: auto;
margin-right: auto;
}

#s-5571fabe-cd3d-471d-a621-1776cdf22812 .shg-proportional-font-size,
#s-5571fabe-cd3d-471d-a621-1776cdf22812 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4106f50e-d7ab-4787-ad82-1fd25c7e0b4b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4106f50e-d7ab-4787-ad82-1fd25c7e0b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4106f50e-d7ab-4787-ad82-1fd25c7e0b4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abdf45a3-a2ee-48e9-934c-fedfd080897c {
  margin-left: auto;
margin-right: auto;
}

#s-abdf45a3-a2ee-48e9-934c-fedfd080897c .shg-proportional-font-size,
#s-abdf45a3-a2ee-48e9-934c-fedfd080897c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4a0074fe-5384-4383-8e8a-c6331f8f4567 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4a0074fe-5384-4383-8e8a-c6331f8f4567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a0074fe-5384-4383-8e8a-c6331f8f4567.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-053b0690-f931-45bd-9f50-021abe973461 {
  margin-left: auto;
margin-right: auto;
}

#s-053b0690-f931-45bd-9f50-021abe973461 .shg-proportional-font-size,
#s-053b0690-f931-45bd-9f50-021abe973461 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-50ebb95f-2cce-4602-8fb7-467d7e758608 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-50ebb95f-2cce-4602-8fb7-467d7e758608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50ebb95f-2cce-4602-8fb7-467d7e758608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d01fc3-34e2-4aed-86ef-c65975e282cd {
  margin-left: auto;
margin-right: auto;
}

#s-97d01fc3-34e2-4aed-86ef-c65975e282cd .shg-proportional-font-size,
#s-97d01fc3-34e2-4aed-86ef-c65975e282cd .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-edd2f448-08be-460f-84a9-d204a69050b9 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

@media (min-width: 0px) {
[id="s-edd2f448-08be-460f-84a9-d204a69050b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-edd2f448-08be-460f-84a9-d204a69050b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-edd2f448-08be-460f-84a9-d204a69050b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-edd2f448-08be-460f-84a9-d204a69050b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-64873c3a-1572-4405-8fa5-426306c777c6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-64873c3a-1572-4405-8fa5-426306c777c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64873c3a-1572-4405-8fa5-426306c777c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ddac69-04e7-4338-8b08-71dd647b74ee {
  margin-left: auto;
margin-right: auto;
}

#s-74ddac69-04e7-4338-8b08-71dd647b74ee .shg-proportional-font-size,
#s-74ddac69-04e7-4338-8b08-71dd647b74ee .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-18ce21c4-b9d5-463d-8c55-5b152b775093 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18ce21c4-b9d5-463d-8c55-5b152b775093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18ce21c4-b9d5-463d-8c55-5b152b775093.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f03c245c-b0ea-4966-842c-2ac7b56290ae {
  margin-left: auto;
margin-right: auto;
}

#s-f03c245c-b0ea-4966-842c-2ac7b56290ae .shg-proportional-font-size,
#s-f03c245c-b0ea-4966-842c-2ac7b56290ae .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-caaff7c8-0a30-4db3-97bf-65cc1804117e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-caaff7c8-0a30-4db3-97bf-65cc1804117e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caaff7c8-0a30-4db3-97bf-65cc1804117e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa22c68-f09a-4af4-929d-40c7c02fb1c1 {
  margin-left: auto;
margin-right: auto;
}

#s-8aa22c68-f09a-4af4-929d-40c7c02fb1c1 .shg-proportional-font-size,
#s-8aa22c68-f09a-4af4-929d-40c7c02fb1c1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8cd3d353-7a58-4de7-925b-5b3c1809fdd7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8cd3d353-7a58-4de7-925b-5b3c1809fdd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8cd3d353-7a58-4de7-925b-5b3c1809fdd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326a7a1c-693c-405c-aa22-cfe6636b2896 {
  margin-left: auto;
margin-right: auto;
}

#s-326a7a1c-693c-405c-aa22-cfe6636b2896 .shg-proportional-font-size,
#s-326a7a1c-693c-405c-aa22-cfe6636b2896 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e43e5d27-93a0-4697-b47e-282daecbaba5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e43e5d27-93a0-4697-b47e-282daecbaba5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e43e5d27-93a0-4697-b47e-282daecbaba5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e43e5d27-93a0-4697-b47e-282daecbaba5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e43e5d27-93a0-4697-b47e-282daecbaba5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6890d870-440f-4872-80de-1eceaaefe0b0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-6890d870-440f-4872-80de-1eceaaefe0b0 .shg-proportional-font-size,
#s-6890d870-440f-4872-80de-1eceaaefe0b0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-84c6db74-83fc-4c97-8b96-2f27cb48e65b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-84c6db74-83fc-4c97-8b96-2f27cb48e65b .shg-proportional-font-size,
#s-84c6db74-83fc-4c97-8b96-2f27cb48e65b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-9851c20c-7d5a-43a8-aa35-76e91931a9d6 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-9851c20c-7d5a-43a8-aa35-76e91931a9d6 .shg-proportional-font-size,
#s-9851c20c-7d5a-43a8-aa35-76e91931a9d6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-6775985e-ff0d-49db-b4c0-a96f238f5d0b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-6775985e-ff0d-49db-b4c0-a96f238f5d0b .shg-proportional-font-size,
#s-6775985e-ff0d-49db-b4c0-a96f238f5d0b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-fa7d9123-9ed2-45b9-9a87-84ee6606032f {
  background-color: rgba(1, 179, 227, 1);
}

@media (min-width: 0px) {
[id="s-fa7d9123-9ed2-45b9-9a87-84ee6606032f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fa7d9123-9ed2-45b9-9a87-84ee6606032f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fa7d9123-9ed2-45b9-9a87-84ee6606032f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fa7d9123-9ed2-45b9-9a87-84ee6606032f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-33b83f33-778d-4b60-983f-462bd68b0804 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-33b83f33-778d-4b60-983f-462bd68b0804 .shg-proportional-font-size,
#s-33b83f33-778d-4b60-983f-462bd68b0804 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-aede631b-732c-4827-ba11-4484fe67f5ab {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-aede631b-732c-4827-ba11-4484fe67f5ab .shg-proportional-font-size,
#s-aede631b-732c-4827-ba11-4484fe67f5ab .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c5e0c5d9-2c74-4101-8c73-a1fe978887ce {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-c5e0c5d9-2c74-4101-8c73-a1fe978887ce .shg-proportional-font-size,
#s-c5e0c5d9-2c74-4101-8c73-a1fe978887ce .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-3c147108-d0a9-4fff-ae80-1ada8dc40541 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-3c147108-d0a9-4fff-ae80-1ada8dc40541 .shg-proportional-font-size,
#s-3c147108-d0a9-4fff-ae80-1ada8dc40541 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b9577116-3492-4539-af65-d20255542ba4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 25px;
padding-bottom: 25px;
}








#s-b9577116-3492-4539-af65-d20255542ba4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9577116-3492-4539-af65-d20255542ba4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-04132ead-0dc1-40f1-8831-912bd8e1c181"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-04132ead-0dc1-40f1-8831-912bd8e1c181"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-04132ead-0dc1-40f1-8831-912bd8e1c181"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-04132ead-0dc1-40f1-8831-912bd8e1c181"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3f749ba6-8cd7-411b-b441-0ffdde610597 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-3f749ba6-8cd7-411b-b441-0ffdde610597 .shg-proportional-font-size,
#s-3f749ba6-8cd7-411b-b441-0ffdde610597 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8469e94c-0167-47bb-9b4a-7466253724b7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-8469e94c-0167-47bb-9b4a-7466253724b7 .shg-proportional-font-size,
#s-8469e94c-0167-47bb-9b4a-7466253724b7 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2f31582c-9462-4674-9b40-78ed125265d3 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-2f31582c-9462-4674-9b40-78ed125265d3 .shg-proportional-font-size,
#s-2f31582c-9462-4674-9b40-78ed125265d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eedbb468-15aa-477e-894c-75c8a940e153 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-eedbb468-15aa-477e-894c-75c8a940e153 .shg-proportional-font-size,
#s-eedbb468-15aa-477e-894c-75c8a940e153 .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-740f882e-4b4c-4ce8-a89b-073615b9317f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-740f882e-4b4c-4ce8-a89b-073615b9317f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-740f882e-4b4c-4ce8-a89b-073615b9317f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-740f882e-4b4c-4ce8-a89b-073615b9317f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-749b155f-cbfa-47f7-b8c0-3e74b5d2fcb6 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-749b155f-cbfa-47f7-b8c0-3e74b5d2fcb6 .shg-proportional-font-size,
#s-749b155f-cbfa-47f7-b8c0-3e74b5d2fcb6 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-90390a2f-fa63-42f1-a662-404c6067d8f9 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-90390a2f-fa63-42f1-a662-404c6067d8f9 .shg-proportional-font-size,
#s-90390a2f-fa63-42f1-a662-404c6067d8f9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-442ba42e-19e7-4c24-8a1f-9f0c54bf3b13 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-442ba42e-19e7-4c24-8a1f-9f0c54bf3b13 .shg-proportional-font-size,
#s-442ba42e-19e7-4c24-8a1f-9f0c54bf3b13 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-5a79111e-7119-4d12-b448-b189ff797326 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(1, 179, 227, 1);
}

#s-5a79111e-7119-4d12-b448-b189ff797326 .shg-proportional-font-size,
#s-5a79111e-7119-4d12-b448-b189ff797326 .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-22df3c2f-3156-45fb-897d-ad1e0bbac052"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-22df3c2f-3156-45fb-897d-ad1e0bbac052"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-22df3c2f-3156-45fb-897d-ad1e0bbac052"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-22df3c2f-3156-45fb-897d-ad1e0bbac052"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  max-width: 2121px;
aspect-ratio: 1024/677;
text-align: center;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
  box-sizing: border-box;
}



.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
      position: relative;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

@media (min-width: 1200px){#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
  box-sizing: border-box;
}



.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
      position: relative;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
  box-sizing: border-box;
}



.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
      position: relative;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
  box-sizing: border-box;
}



.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
      position: relative;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

}@media (max-width: 767px){#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }

    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-link {
      aspect-ratio: 1024/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2121px;
  }



  img.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
    
    
    
    max-height: 2121px;
  }


.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image {
  box-sizing: border-box;
}



.s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 {
      --shg-aspect-ratio: calc(1024/677); 
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container {
      position: relative;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-412fe88c-9a92-4c84-9fd5-a6fbf2fcd6f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2121px;
    }
  }

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

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

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

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

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

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

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

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

#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276 {
  display: none;
}
#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276, #wrap-s-7d942483-d7e8-479f-9ec8-bbe17e8f1276, #wrap-content-s-7d942483-d7e8-479f-9ec8-bbe17e8f1276 { display: none !important; }}

  #s-7d942483-d7e8-479f-9ec8-bbe17e8f1276-root {
    text-align: center;
  }


#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d942483-d7e8-479f-9ec8-bbe17e8f1276-root {
    text-align: center;
  }


#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d942483-d7e8-479f-9ec8-bbe17e8f1276-root {
    text-align: center;
  }


#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d942483-d7e8-479f-9ec8-bbe17e8f1276-root {
    text-align: center;
  }


#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d942483-d7e8-479f-9ec8-bbe17e8f1276-root {
    text-align: center;
  }


#s-7d942483-d7e8-479f-9ec8-bbe17e8f1276.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-237231ef-1e7f-4892-9d63-84299f78d395 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 {
  margin: 0 !important;
  overflow: visible;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add background color handling */
  
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
  box-sizing: border-box;
}



.s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-237231ef-1e7f-4892-9d63-84299f78d395 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
      position: relative;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-237231ef-1e7f-4892-9d63-84299f78d395 {
  margin: 0 !important;
  overflow: visible;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add background color handling */
  
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
  box-sizing: border-box;
}



.s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-237231ef-1e7f-4892-9d63-84299f78d395 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
      position: relative;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-237231ef-1e7f-4892-9d63-84299f78d395 {
  margin: 0 !important;
  overflow: visible;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add background color handling */
  
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
  box-sizing: border-box;
}



.s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-237231ef-1e7f-4892-9d63-84299f78d395 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
      position: relative;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-237231ef-1e7f-4892-9d63-84299f78d395 {
  margin: 0 !important;
  overflow: visible;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add background color handling */
  
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
  box-sizing: border-box;
}



.s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-237231ef-1e7f-4892-9d63-84299f78d395 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
      position: relative;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-237231ef-1e7f-4892-9d63-84299f78d395 {
  margin: 0 !important;
  overflow: visible;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-237231ef-1e7f-4892-9d63-84299f78d395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add background color handling */
  
}

#s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-237231ef-1e7f-4892-9d63-84299f78d395 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-237231ef-1e7f-4892-9d63-84299f78d395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image {
  box-sizing: border-box;
}



.s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-237231ef-1e7f-4892-9d63-84299f78d395 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container {
      position: relative;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-237231ef-1e7f-4892-9d63-84299f78d395 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-ff9e417d-363e-404c-ac26-5410dad04626 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-ff9e417d-363e-404c-ac26-5410dad04626:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff9e417d-363e-404c-ac26-5410dad04626:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ff9e417d-363e-404c-ac26-5410dad04626 {
  display: none;
}
#s-ff9e417d-363e-404c-ac26-5410dad04626, #wrap-s-ff9e417d-363e-404c-ac26-5410dad04626, #wrap-content-s-ff9e417d-363e-404c-ac26-5410dad04626 { display: none !important; }}

  #s-ff9e417d-363e-404c-ac26-5410dad04626-root {
    text-align: center;
  }


#s-ff9e417d-363e-404c-ac26-5410dad04626.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff9e417d-363e-404c-ac26-5410dad04626-root {
    text-align: center;
  }


#s-ff9e417d-363e-404c-ac26-5410dad04626.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9e417d-363e-404c-ac26-5410dad04626-root {
    text-align: center;
  }


#s-ff9e417d-363e-404c-ac26-5410dad04626.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9e417d-363e-404c-ac26-5410dad04626-root {
    text-align: center;
  }


#s-ff9e417d-363e-404c-ac26-5410dad04626.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff9e417d-363e-404c-ac26-5410dad04626-root {
    text-align: center;
  }


#s-ff9e417d-363e-404c-ac26-5410dad04626.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
  box-sizing: border-box;
}



.s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
      position: relative;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
  box-sizing: border-box;
}



.s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
      position: relative;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
  box-sizing: border-box;
}



.s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
      position: relative;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
  box-sizing: border-box;
}



.s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
      position: relative;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-8705765a-1aef-46eb-b757-9f71adfee2f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image {
  box-sizing: border-box;
}



.s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container {
      position: relative;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8705765a-1aef-46eb-b757-9f71adfee2f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-cdc9829b-5193-4178-a96a-a870300d4636 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-cdc9829b-5193-4178-a96a-a870300d4636:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cdc9829b-5193-4178-a96a-a870300d4636:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cdc9829b-5193-4178-a96a-a870300d4636 {
  display: none;
}
#s-cdc9829b-5193-4178-a96a-a870300d4636, #wrap-s-cdc9829b-5193-4178-a96a-a870300d4636, #wrap-content-s-cdc9829b-5193-4178-a96a-a870300d4636 { display: none !important; }}

  #s-cdc9829b-5193-4178-a96a-a870300d4636-root {
    text-align: center;
  }


#s-cdc9829b-5193-4178-a96a-a870300d4636.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdc9829b-5193-4178-a96a-a870300d4636-root {
    text-align: center;
  }


#s-cdc9829b-5193-4178-a96a-a870300d4636.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdc9829b-5193-4178-a96a-a870300d4636-root {
    text-align: center;
  }


#s-cdc9829b-5193-4178-a96a-a870300d4636.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdc9829b-5193-4178-a96a-a870300d4636-root {
    text-align: center;
  }


#s-cdc9829b-5193-4178-a96a-a870300d4636.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdc9829b-5193-4178-a96a-a870300d4636-root {
    text-align: center;
  }


#s-cdc9829b-5193-4178-a96a-a870300d4636.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
  box-sizing: border-box;
}



.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
      position: relative;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
  box-sizing: border-box;
}



.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
      position: relative;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
  box-sizing: border-box;
}



.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
      position: relative;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
  box-sizing: border-box;
}



.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
      position: relative;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  margin: 0 !important;
  overflow: visible;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add background color handling */
  
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image {
  box-sizing: border-box;
}



.s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container {
      position: relative;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1334c70-3ab8-4862-8a00-a3f42963cd11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-5862ba87-537c-486a-b975-1e76d3c685c4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-5862ba87-537c-486a-b975-1e76d3c685c4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5862ba87-537c-486a-b975-1e76d3c685c4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5862ba87-537c-486a-b975-1e76d3c685c4 {
  display: none;
}
#s-5862ba87-537c-486a-b975-1e76d3c685c4, #wrap-s-5862ba87-537c-486a-b975-1e76d3c685c4, #wrap-content-s-5862ba87-537c-486a-b975-1e76d3c685c4 { display: none !important; }}

  #s-5862ba87-537c-486a-b975-1e76d3c685c4-root {
    text-align: center;
  }


#s-5862ba87-537c-486a-b975-1e76d3c685c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5862ba87-537c-486a-b975-1e76d3c685c4-root {
    text-align: center;
  }


#s-5862ba87-537c-486a-b975-1e76d3c685c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5862ba87-537c-486a-b975-1e76d3c685c4-root {
    text-align: center;
  }


#s-5862ba87-537c-486a-b975-1e76d3c685c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5862ba87-537c-486a-b975-1e76d3c685c4-root {
    text-align: center;
  }


#s-5862ba87-537c-486a-b975-1e76d3c685c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5862ba87-537c-486a-b975-1e76d3c685c4-root {
    text-align: center;
  }


#s-5862ba87-537c-486a-b975-1e76d3c685c4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  margin: 0 !important;
  overflow: visible;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add background color handling */
  
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
  box-sizing: border-box;
}



.s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
      position: relative;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  margin: 0 !important;
  overflow: visible;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add background color handling */
  
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
  box-sizing: border-box;
}



.s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
      position: relative;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  margin: 0 !important;
  overflow: visible;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add background color handling */
  
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
  box-sizing: border-box;
}



.s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
      position: relative;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  margin: 0 !important;
  overflow: visible;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add background color handling */
  
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
  box-sizing: border-box;
}



.s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
      position: relative;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  margin: 0 !important;
  overflow: visible;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add background color handling */
  
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-c746f525-2c78-4cf0-85ce-349bf18be0fc .shogun-image-content {
  
    justify-content: center;
  
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image {
  box-sizing: border-box;
}



.s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container {
      position: relative;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c746f525-2c78-4cf0-85ce-349bf18be0fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-693df97f-e14d-4070-807a-d095011c30a2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-693df97f-e14d-4070-807a-d095011c30a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-693df97f-e14d-4070-807a-d095011c30a2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-693df97f-e14d-4070-807a-d095011c30a2 {
  display: none;
}
#s-693df97f-e14d-4070-807a-d095011c30a2, #wrap-s-693df97f-e14d-4070-807a-d095011c30a2, #wrap-content-s-693df97f-e14d-4070-807a-d095011c30a2 { display: none !important; }}

  #s-693df97f-e14d-4070-807a-d095011c30a2-root {
    text-align: center;
  }


#s-693df97f-e14d-4070-807a-d095011c30a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-693df97f-e14d-4070-807a-d095011c30a2-root {
    text-align: center;
  }


#s-693df97f-e14d-4070-807a-d095011c30a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-693df97f-e14d-4070-807a-d095011c30a2-root {
    text-align: center;
  }


#s-693df97f-e14d-4070-807a-d095011c30a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-693df97f-e14d-4070-807a-d095011c30a2-root {
    text-align: center;
  }


#s-693df97f-e14d-4070-807a-d095011c30a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-693df97f-e14d-4070-807a-d095011c30a2-root {
    text-align: center;
  }


#s-693df97f-e14d-4070-807a-d095011c30a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  max-width: 1024px;
aspect-ratio: 1024/671;
text-align: center;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  margin: 0 !important;
  overflow: visible;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add background color handling */
  
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-content {
  
    justify-content: center;
  
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
  box-sizing: border-box;
}



.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
      position: relative;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  margin: 0 !important;
  overflow: visible;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add background color handling */
  
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-content {
  
    justify-content: center;
  
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
  box-sizing: border-box;
}



.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
      position: relative;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  margin: 0 !important;
  overflow: visible;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add background color handling */
  
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-content {
  
    justify-content: center;
  
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
  box-sizing: border-box;
}



.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
      position: relative;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  margin: 0 !important;
  overflow: visible;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add background color handling */
  
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-content {
  
    justify-content: center;
  
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
  box-sizing: border-box;
}



.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
      position: relative;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  margin: 0 !important;
  overflow: visible;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add background color handling */
  
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }

    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-link {
      aspect-ratio: 1024/671;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa .shogun-image-content {
  
    justify-content: center;
  
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image {
  box-sizing: border-box;
}



.s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa {
      --shg-aspect-ratio: calc(1024/671); 
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container {
      position: relative;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26f4cf56-2d30-48b7-8c0d-b2f20fd8eafa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-6dedc7e6-89bf-4d88-836f-b58738effb00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-6dedc7e6-89bf-4d88-836f-b58738effb00:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6dedc7e6-89bf-4d88-836f-b58738effb00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6dedc7e6-89bf-4d88-836f-b58738effb00-root {
    text-align: center;
  }


#s-6dedc7e6-89bf-4d88-836f-b58738effb00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6dedc7e6-89bf-4d88-836f-b58738effb00-root {
    text-align: center;
  }


#s-6dedc7e6-89bf-4d88-836f-b58738effb00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6dedc7e6-89bf-4d88-836f-b58738effb00-root {
    text-align: center;
  }


#s-6dedc7e6-89bf-4d88-836f-b58738effb00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6dedc7e6-89bf-4d88-836f-b58738effb00-root {
    text-align: center;
  }


#s-6dedc7e6-89bf-4d88-836f-b58738effb00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6dedc7e6-89bf-4d88-836f-b58738effb00-root {
    text-align: center;
  }


#s-6dedc7e6-89bf-4d88-836f-b58738effb00.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-fd6f8da7-e881-405b-b07d-e1462277e78b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-fd6f8da7-e881-405b-b07d-e1462277e78b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fd6f8da7-e881-405b-b07d-e1462277e78b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd6f8da7-e881-405b-b07d-e1462277e78b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  max-width: 5493px;
aspect-ratio: 5493/3662;
text-align: center;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  margin: 0 !important;
  overflow: visible;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add background color handling */
  
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
  box-sizing: border-box;
}



.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
      position: relative;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

@media (min-width: 1200px){#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  margin: 0 !important;
  overflow: visible;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add background color handling */
  
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
  box-sizing: border-box;
}



.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
      position: relative;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  margin: 0 !important;
  overflow: visible;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add background color handling */
  
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
  box-sizing: border-box;
}



.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
      position: relative;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  margin: 0 !important;
  overflow: visible;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add background color handling */
  
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
  box-sizing: border-box;
}



.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
      position: relative;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}@media (max-width: 767px){#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  margin: 0 !important;
  overflow: visible;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add background color handling */
  
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }

    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-link {
      aspect-ratio: 5493/3662;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5493px;
  }



  img.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
    
    
    
    max-height: 5493px;
  }


.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image {
  box-sizing: border-box;
}



.s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca {
      --shg-aspect-ratio: calc(5493/3662); 
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container {
      position: relative;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7d0dc59-0a5a-4355-848b-18ab5d95f1ca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5493px;
    }
  }

}
#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143-root {
    text-align: center;
  }


#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143-root {
    text-align: center;
  }


#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143-root {
    text-align: center;
  }


#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143-root {
    text-align: center;
  }


#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143-root {
    text-align: center;
  }


#s-17c7dcd7-b9e6-4d9a-9d1b-00f29aae8143.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  margin: 0 !important;
  overflow: visible;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add background color handling */
  
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
  box-sizing: border-box;
}



.s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7671c213-9e7f-4742-9188-9ec66aa19461 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
      position: relative;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  margin: 0 !important;
  overflow: visible;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add background color handling */
  
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
  box-sizing: border-box;
}



.s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7671c213-9e7f-4742-9188-9ec66aa19461 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
      position: relative;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  margin: 0 !important;
  overflow: visible;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add background color handling */
  
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
  box-sizing: border-box;
}



.s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7671c213-9e7f-4742-9188-9ec66aa19461 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
      position: relative;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  margin: 0 !important;
  overflow: visible;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add background color handling */
  
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
  box-sizing: border-box;
}



.s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7671c213-9e7f-4742-9188-9ec66aa19461 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
      position: relative;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  margin: 0 !important;
  overflow: visible;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7671c213-9e7f-4742-9188-9ec66aa19461 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add background color handling */
  
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7671c213-9e7f-4742-9188-9ec66aa19461 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-7671c213-9e7f-4742-9188-9ec66aa19461 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image {
  box-sizing: border-box;
}



.s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7671c213-9e7f-4742-9188-9ec66aa19461 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container {
      position: relative;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7671c213-9e7f-4742-9188-9ec66aa19461 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-5c329252-6c13-4b12-be42-1f9633c9bc9f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-5c329252-6c13-4b12-be42-1f9633c9bc9f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5c329252-6c13-4b12-be42-1f9633c9bc9f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5c329252-6c13-4b12-be42-1f9633c9bc9f-root {
    text-align: center;
  }


#s-5c329252-6c13-4b12-be42-1f9633c9bc9f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c329252-6c13-4b12-be42-1f9633c9bc9f-root {
    text-align: center;
  }


#s-5c329252-6c13-4b12-be42-1f9633c9bc9f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c329252-6c13-4b12-be42-1f9633c9bc9f-root {
    text-align: center;
  }


#s-5c329252-6c13-4b12-be42-1f9633c9bc9f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c329252-6c13-4b12-be42-1f9633c9bc9f-root {
    text-align: center;
  }


#s-5c329252-6c13-4b12-be42-1f9633c9bc9f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c329252-6c13-4b12-be42-1f9633c9bc9f-root {
    text-align: center;
  }


#s-5c329252-6c13-4b12-be42-1f9633c9bc9f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-cf568593-001c-497e-aad5-f158d0709631 {
  max-width: 1024px;
aspect-ratio: 1024/682;
text-align: center;
}

#s-cf568593-001c-497e-aad5-f158d0709631 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf568593-001c-497e-aad5-f158d0709631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf568593-001c-497e-aad5-f158d0709631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
  box-sizing: border-box;
}



.s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf568593-001c-497e-aad5-f158d0709631 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
      position: relative;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-cf568593-001c-497e-aad5-f158d0709631 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf568593-001c-497e-aad5-f158d0709631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf568593-001c-497e-aad5-f158d0709631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
  box-sizing: border-box;
}



.s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf568593-001c-497e-aad5-f158d0709631 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
      position: relative;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cf568593-001c-497e-aad5-f158d0709631 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf568593-001c-497e-aad5-f158d0709631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf568593-001c-497e-aad5-f158d0709631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
  box-sizing: border-box;
}



.s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf568593-001c-497e-aad5-f158d0709631 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
      position: relative;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cf568593-001c-497e-aad5-f158d0709631 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf568593-001c-497e-aad5-f158d0709631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf568593-001c-497e-aad5-f158d0709631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
  box-sizing: border-box;
}



.s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf568593-001c-497e-aad5-f158d0709631 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
      position: relative;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-cf568593-001c-497e-aad5-f158d0709631 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf568593-001c-497e-aad5-f158d0709631-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf568593-001c-497e-aad5-f158d0709631 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }

    #s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-link {
      aspect-ratio: 1024/682;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf568593-001c-497e-aad5-f158d0709631 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-cf568593-001c-497e-aad5-f158d0709631 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf568593-001c-497e-aad5-f158d0709631.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf568593-001c-497e-aad5-f158d0709631.shogun-image {
  box-sizing: border-box;
}



.s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf568593-001c-497e-aad5-f158d0709631 {
      --shg-aspect-ratio: calc(1024/682); 
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container {
      position: relative;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf568593-001c-497e-aad5-f158d0709631.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf568593-001c-497e-aad5-f158d0709631 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2-root {
    text-align: center;
  }


#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2-root {
    text-align: center;
  }


#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2-root {
    text-align: center;
  }


#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2-root {
    text-align: center;
  }


#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2-root {
    text-align: center;
  }


#s-8a0f620c-316a-49f8-ae5c-eb81013fbfe2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  max-width: 3032px;
aspect-ratio: 3032/2020;
text-align: center;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  margin: 0 !important;
  overflow: visible;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add background color handling */
  
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
  box-sizing: border-box;
}



.s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c002cf97-3f14-485d-804f-4daff5c54f75 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
      position: relative;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

@media (min-width: 1200px){#s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  margin: 0 !important;
  overflow: visible;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add background color handling */
  
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
  box-sizing: border-box;
}



.s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c002cf97-3f14-485d-804f-4daff5c54f75 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
      position: relative;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  margin: 0 !important;
  overflow: visible;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add background color handling */
  
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
  box-sizing: border-box;
}



.s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c002cf97-3f14-485d-804f-4daff5c54f75 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
      position: relative;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  margin: 0 !important;
  overflow: visible;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add background color handling */
  
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
  box-sizing: border-box;
}



.s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c002cf97-3f14-485d-804f-4daff5c54f75 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
      position: relative;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}@media (max-width: 767px){#s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  margin: 0 !important;
  overflow: visible;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c002cf97-3f14-485d-804f-4daff5c54f75 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add background color handling */
  
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }

    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-link {
      aspect-ratio: 3032/2020;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c002cf97-3f14-485d-804f-4daff5c54f75 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3032px;
  }



  img.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
    
    
    
    max-height: 3032px;
  }


.s-c002cf97-3f14-485d-804f-4daff5c54f75 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image {
  box-sizing: border-box;
}



.s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c002cf97-3f14-485d-804f-4daff5c54f75 {
      --shg-aspect-ratio: calc(3032/2020); 
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container {
      position: relative;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c002cf97-3f14-485d-804f-4daff5c54f75 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3032px;
    }
  }

}
#s-ccedc20c-7900-4317-819d-9db5939a8e14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-ccedc20c-7900-4317-819d-9db5939a8e14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ccedc20c-7900-4317-819d-9db5939a8e14:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ccedc20c-7900-4317-819d-9db5939a8e14-root {
    text-align: center;
  }


#s-ccedc20c-7900-4317-819d-9db5939a8e14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ccedc20c-7900-4317-819d-9db5939a8e14-root {
    text-align: center;
  }


#s-ccedc20c-7900-4317-819d-9db5939a8e14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccedc20c-7900-4317-819d-9db5939a8e14-root {
    text-align: center;
  }


#s-ccedc20c-7900-4317-819d-9db5939a8e14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ccedc20c-7900-4317-819d-9db5939a8e14-root {
    text-align: center;
  }


#s-ccedc20c-7900-4317-819d-9db5939a8e14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ccedc20c-7900-4317-819d-9db5939a8e14-root {
    text-align: center;
  }


#s-ccedc20c-7900-4317-819d-9db5939a8e14.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
  box-sizing: border-box;
}



.s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
      position: relative;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
  box-sizing: border-box;
}



.s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
      position: relative;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
  box-sizing: border-box;
}



.s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
      position: relative;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
  box-sizing: border-box;
}



.s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
      position: relative;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  margin: 0 !important;
  overflow: visible;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add background color handling */
  
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-4a440c50-4abf-47f2-bda0-145f77e33d25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image {
  box-sizing: border-box;
}



.s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container {
      position: relative;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a440c50-4abf-47f2-bda0-145f77e33d25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5a33bf79-26f9-4c5d-acba-2380b8e3256f-root {
    text-align: center;
  }


#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5a33bf79-26f9-4c5d-acba-2380b8e3256f-root {
    text-align: center;
  }


#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5a33bf79-26f9-4c5d-acba-2380b8e3256f-root {
    text-align: center;
  }


#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5a33bf79-26f9-4c5d-acba-2380b8e3256f-root {
    text-align: center;
  }


#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5a33bf79-26f9-4c5d-acba-2380b8e3256f-root {
    text-align: center;
  }


#s-5a33bf79-26f9-4c5d-acba-2380b8e3256f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  max-width: 1024px;
aspect-ratio: 1024/683;
text-align: center;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
  box-sizing: border-box;
}



.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
      position: relative;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

@media (min-width: 1200px){#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
  box-sizing: border-box;
}



.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
      position: relative;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
  box-sizing: border-box;
}



.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
      position: relative;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
  box-sizing: border-box;
}



.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
      position: relative;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}@media (max-width: 767px){#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }

    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-link {
      aspect-ratio: 1024/683;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1024px;
  }



  img.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
    
    
    
    max-height: 1024px;
  }


.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image {
  box-sizing: border-box;
}



.s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 {
      --shg-aspect-ratio: calc(1024/683); 
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container {
      position: relative;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b7bbb44f-482b-40d9-86f7-388d29c6a2c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1024px;
    }
  }

}
#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
}
#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853-root {
    text-align: center;
  }


#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853-root {
    text-align: center;
  }


#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853-root {
    text-align: center;
  }


#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853-root {
    text-align: center;
  }


#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853-root {
    text-align: center;
  }


#s-f5d2ad96-22bc-4ece-9b4e-45a4333ba853.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-1ab765d0-b828-4037-ae33-6abfbf0cc502 {
  padding-top: 0px;
padding-left: 40px;
padding-bottom: 0px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1ab765d0-b828-4037-ae33-6abfbf0cc502 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ab765d0-b828-4037-ae33-6abfbf0cc502 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ab765d0-b828-4037-ae33-6abfbf0cc502 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-1ab765d0-b828-4037-ae33-6abfbf0cc502 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-1ab765d0-b828-4037-ae33-6abfbf0cc502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ab765d0-b828-4037-ae33-6abfbf0cc502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be72d83a-f53c-40f0-9bab-836067859ec6 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-be72d83a-f53c-40f0-9bab-836067859ec6 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-be72d83a-f53c-40f0-9bab-836067859ec6 .shogun-heading-component h2 {
  color: rgba(1, 179, 227, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-be72d83a-f53c-40f0-9bab-836067859ec6 .shogun-heading-component h2 {
  color: rgba(1, 179, 227, 1);
  font-weight:  600 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-dbc4f423-22e3-48e8-84ff-2b9e89494464 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dbc4f423-22e3-48e8-84ff-2b9e89494464:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dbc4f423-22e3-48e8-84ff-2b9e89494464:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dbc4f423-22e3-48e8-84ff-2b9e89494464 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dbc4f423-22e3-48e8-84ff-2b9e89494464 {
  margin-top: 1%;
margin-bottom: 1%;
}
#s-dbc4f423-22e3-48e8-84ff-2b9e89494464:hover {background-color: rgba(1, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-dbc4f423-22e3-48e8-84ff-2b9e89494464 {
  margin-top: 1%;
margin-bottom: 1%;
}
#s-dbc4f423-22e3-48e8-84ff-2b9e89494464:hover {background-color: rgba(1, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-dbc4f423-22e3-48e8-84ff-2b9e89494464 {
  margin-top: 3%;
margin-bottom: 3%;
background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
#s-dbc4f423-22e3-48e8-84ff-2b9e89494464:hover {background-color: rgba(1, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-dbc4f423-22e3-48e8-84ff-2b9e89494464-root {
    text-align: center;
  }


#s-dbc4f423-22e3-48e8-84ff-2b9e89494464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbc4f423-22e3-48e8-84ff-2b9e89494464-root {
    text-align: center;
  }


#s-dbc4f423-22e3-48e8-84ff-2b9e89494464.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbc4f423-22e3-48e8-84ff-2b9e89494464-root {
    text-align: center;
  }


#s-dbc4f423-22e3-48e8-84ff-2b9e89494464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbc4f423-22e3-48e8-84ff-2b9e89494464-root {
    text-align: center;
  }


#s-dbc4f423-22e3-48e8-84ff-2b9e89494464.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dbc4f423-22e3-48e8-84ff-2b9e89494464-root {
    text-align: center;
  }


#s-dbc4f423-22e3-48e8-84ff-2b9e89494464.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-db6cf11f-9aea-46f5-aef9-c84cdfbeb39f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db6cf11f-9aea-46f5-aef9-c84cdfbeb39f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-db6cf11f-9aea-46f5-aef9-c84cdfbeb39f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-db6cf11f-9aea-46f5-aef9-c84cdfbeb39f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4d3f1c61-a5d1-420f-833d-d80a2130c943 {
  margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: none;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  text-align: left;
}
@media (max-width: 767px){#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  
}
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  max-width:  100%;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  max-width: 190px !important;
  min-height: 320px !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  max-width:  100%;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  max-width: 190px !important;
  min-height: 320px !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  max-width:  100%;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  max-width: 190px !important;
  min-height: 320px !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  max-width:  100%;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  max-width: 190px !important;
  min-height: 320px !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 {
  max-width:  100%;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  max-width: 190px !important;
  min-height: 320px !important;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 .shg-image-zoom,
.shg-c#s-317b3110-c5e3-4bba-ad4d-da34f7f9ecb0 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(0, 0, 0, 1);
  font-family: "Assistant, sans-serif";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ee61ef95-163a-4601-aaa5-4073ea098ed0 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee61ef95-163a-4601-aaa5-4073ea098ed0 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-ee61ef95-163a-4601-aaa5-4073ea098ed0 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-ee61ef95-163a-4601-aaa5-4073ea098ed0 .shg-product-title-component h3 span {
  color: rgba(14, 14, 15, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}

#s-2713646d-f6df-439e-b614-60a0c8cfbdbf {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-2713646d-f6df-439e-b614-60a0c8cfbdbf .shg-product-sold-out {
  display: none;
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-2713646d-f6df-439e-b614-60a0c8cfbdbf .shg-product-price {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-2713646d-f6df-439e-b614-60a0c8cfbdbf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

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

#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-268599b9-7cce-40cd-86bc-0001823a1d9c:hover {background-color: rgba(31, 72, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-268599b9-7cce-40cd-86bc-0001823a1d9c:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 768px) and (max-width: 991px){#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-268599b9-7cce-40cd-86bc-0001823a1d9c-atc-btn-wrapper {
    text-align: center;
  }


#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-268599b9-7cce-40cd-86bc-0001823a1d9c-atc-btn-wrapper {
    text-align: center;
  }


#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-268599b9-7cce-40cd-86bc-0001823a1d9c-atc-btn-wrapper {
    text-align: center;
  }


#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-268599b9-7cce-40cd-86bc-0001823a1d9c-atc-btn-wrapper {
    text-align: center;
  }


#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-268599b9-7cce-40cd-86bc-0001823a1d9c-atc-btn-wrapper {
    text-align: center;
  }


#s-268599b9-7cce-40cd-86bc-0001823a1d9c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-268599b9-7cce-40cd-86bc-0001823a1d9c.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-316d76a5-4c7b-44cb-8bb3-8af827e56e05 {
  margin-bottom: 20px;
}

#s-80f96401-49fc-4fcf-bea7-452113c40424 {
  text-align: left;
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 {
  max-width:  100%;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 {
  max-width:  100%;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 {
  max-width:  100%;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 {
  max-width:  100%;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 {
  max-width:  100%;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 .shg-image-zoom,
.shg-c#s-80f96401-49fc-4fcf-bea7-452113c40424 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-499802f6-d40d-4bdc-bb13-f54483b63a3f {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-499802f6-d40d-4bdc-bb13-f54483b63a3f {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-499802f6-d40d-4bdc-bb13-f54483b63a3f {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-499802f6-d40d-4bdc-bb13-f54483b63a3f .shg-product-title-component h3 span {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}

#s-4acc6f41-f124-4265-9cdb-ff231bf129f7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-4acc6f41-f124-4265-9cdb-ff231bf129f7 .shg-product-sold-out {
  display: none;
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-4acc6f41-f124-4265-9cdb-ff231bf129f7 .shg-product-price {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-4acc6f41-f124-4265-9cdb-ff231bf129f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20:hover {background-color: rgba(31, 72, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-41604fad-7f29-4672-ac19-ca3bbbbbfd20-atc-btn-wrapper {
    text-align: center;
  }


#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-41604fad-7f29-4672-ac19-ca3bbbbbfd20-atc-btn-wrapper {
    text-align: center;
  }


#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-41604fad-7f29-4672-ac19-ca3bbbbbfd20-atc-btn-wrapper {
    text-align: center;
  }


#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-41604fad-7f29-4672-ac19-ca3bbbbbfd20-atc-btn-wrapper {
    text-align: center;
  }


#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-41604fad-7f29-4672-ac19-ca3bbbbbfd20-atc-btn-wrapper {
    text-align: center;
  }


#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-41604fad-7f29-4672-ac19-ca3bbbbbfd20.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-aee9194c-b94f-4876-bb11-0bcde0f53412 {
  margin-bottom: 20px;
text-align: center;
}

#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 {
  text-align: left;
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 {
  max-width:  100%;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 {
  max-width:  100%;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 {
  max-width:  100%;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 {
  max-width:  100%;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 {
  max-width:  100%;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 .shg-image-zoom,
.shg-c#s-c58ee7fa-4a85-4a0c-892c-41ab9d7bac03 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4aef5de0-1436-4c70-9a79-18eed7dcfde8 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aef5de0-1436-4c70-9a79-18eed7dcfde8 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-bottom: 5px;
}
}@media (max-width: 767px){#s-4aef5de0-1436-4c70-9a79-18eed7dcfde8 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-4aef5de0-1436-4c70-9a79-18eed7dcfde8 .shg-product-title-component h3 span {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}

#s-90e6106b-44dc-4633-a95b-8ae9cd0c01aa {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-90e6106b-44dc-4633-a95b-8ae9cd0c01aa .shg-product-sold-out {
  display: none;
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-90e6106b-44dc-4633-a95b-8ae9cd0c01aa .shg-product-price {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-90e6106b-44dc-4633-a95b-8ae9cd0c01aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(3, 3, 3, 1);
border-style: none;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3:hover {background-color: rgba(31, 72, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-62af7c58-5b09-4c2a-8896-43fb5565b5a3-atc-btn-wrapper {
    text-align: center;
  }


#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-62af7c58-5b09-4c2a-8896-43fb5565b5a3-atc-btn-wrapper {
    text-align: center;
  }


#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-62af7c58-5b09-4c2a-8896-43fb5565b5a3-atc-btn-wrapper {
    text-align: center;
  }


#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-62af7c58-5b09-4c2a-8896-43fb5565b5a3-atc-btn-wrapper {
    text-align: center;
  }


#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-62af7c58-5b09-4c2a-8896-43fb5565b5a3-atc-btn-wrapper {
    text-align: center;
  }


#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-62af7c58-5b09-4c2a-8896-43fb5565b5a3.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-dd628243-b94b-4ab1-a0ab-f894671b150e {
  margin-bottom: 20px;
}

#s-b0384f25-c48c-4644-8bf0-365a5c178099 {
  text-align: left;
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 {
  max-width:  100%;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 {
  max-width:  100%;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 {
  max-width:  100%;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 {
  max-width:  100%;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 {
  max-width:  100%;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  max-width: 190px !important;
  
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 .shg-image-zoom,
.shg-c#s-b0384f25-c48c-4644-8bf0-365a5c178099 img.shogun-image {
  aspect-ratio: 190/320;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-9237f8d8-b33c-43a7-8949-ee6a7cc02d26 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9237f8d8-b33c-43a7-8949-ee6a7cc02d26 {
  margin-top: 2%;
margin-bottom: 2%;
}
}
#s-9237f8d8-b33c-43a7-8949-ee6a7cc02d26 .shg-product-title-component h3 span {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}

#s-cc949acc-32b7-490b-8941-0874279b42f5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-cc949acc-32b7-490b-8941-0874279b42f5 .shg-product-sold-out {
  display: none;
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
}

#s-cc949acc-32b7-490b-8941-0874279b42f5 .shg-product-price {
  color: rgba(3, 3, 3, 1);
  font-weight:  normal ;
  font-family: Raleway;
  font-style:  normal ;
  font-size: 15px;
}

#s-cc949acc-32b7-490b-8941-0874279b42f5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
}
#s-763b74e8-248c-4a6d-985f-c6c616fa8952:hover {background-color: rgba(31, 72, 192, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-763b74e8-248c-4a6d-985f-c6c616fa8952:active {background-color: rgba(31, 72, 192, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  margin-top: 0px;
margin-bottom: 0px;
}
}

  #s-763b74e8-248c-4a6d-985f-c6c616fa8952-atc-btn-wrapper {
    text-align: center;
  }


#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


@media (min-width: 1200px){
  #s-763b74e8-248c-4a6d-985f-c6c616fa8952-atc-btn-wrapper {
    text-align: center;
  }


#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-763b74e8-248c-4a6d-985f-c6c616fa8952-atc-btn-wrapper {
    text-align: center;
  }


#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-763b74e8-248c-4a6d-985f-c6c616fa8952-atc-btn-wrapper {
    text-align: center;
  }


#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}@media (max-width: 767px){
  #s-763b74e8-248c-4a6d-985f-c6c616fa8952-atc-btn-wrapper {
    text-align: center;
  }


#s-763b74e8-248c-4a6d-985f-c6c616fa8952 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}

#s-763b74e8-248c-4a6d-985f-c6c616fa8952.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Raleway;
  
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}


}
#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 {
  padding-top: 10px;
padding-left: 1%;
padding-bottom: 10px;
padding-right: 1%;
}
@media (min-width: 1200px){#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 {
  margin-top: auto;
margin-bottom: auto;
}
}
#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 .shg-sld-dot {
  background-color: rgba(1, 179, 227, 1);
}

#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 .shg-sld-nav-button.shg-sld-left,
#s-b0ce1b5e-d716-4da0-89a8-3d328bb5df94 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(1, 179, 227, 1);
}

#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


@media (min-width: 1200px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}@media (max-width: 767px){#s-489e73cf-58d5-426e-b809-045716e61f43 {
  margin: 0 !important;
  overflow: visible;
}

#s-489e73cf-58d5-426e-b809-045716e61f43-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-489e73cf-58d5-426e-b809-045716e61f43 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add background color handling */
  
}

#s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-489e73cf-58d5-426e-b809-045716e61f43 .shogun-image-content {
  
    justify-content: center;
  
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shg-align-container {
  display: flex;
  justify-content: center
}

.s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-489e73cf-58d5-426e-b809-045716e61f43.shogun-image {
  box-sizing: border-box;
}



.s-489e73cf-58d5-426e-b809-045716e61f43 img.shogun-image {
  
}


}
#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


@media (min-width: 1200px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}@media (max-width: 767px){#s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  margin: 0 !important;
  overflow: visible;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6b998147-ae48-4acd-96eb-b93691ab39ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add background color handling */
  
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6b998147-ae48-4acd-96eb-b93691ab39ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b998147-ae48-4acd-96eb-b93691ab39ae.shogun-image {
  box-sizing: border-box;
}



.s-6b998147-ae48-4acd-96eb-b93691ab39ae img.shogun-image {
  
}


}
#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


@media (min-width: 1200px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}@media (max-width: 767px){#s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  margin: 0 !important;
  overflow: visible;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b565f02-58d1-45a1-b4ee-141f9344f73a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add background color handling */
  
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8b565f02-58d1-45a1-b4ee-141f9344f73a .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b565f02-58d1-45a1-b4ee-141f9344f73a.shogun-image {
  box-sizing: border-box;
}



.s-8b565f02-58d1-45a1-b4ee-141f9344f73a img.shogun-image {
  
}


}
#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


@media (min-width: 1200px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}@media (max-width: 767px){#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  margin: 0 !important;
  overflow: visible;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add background color handling */
  
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 .shogun-image-content {
  
    justify-content: center;
  
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758.shogun-image {
  box-sizing: border-box;
}



.s-29c3b60a-d4e2-42e2-9ece-cc9c94b07758 img.shogun-image {
  
}


}
#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 3958/1042;
text-align: center;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }

    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-link {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
    
    
    
    
  }


.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1901e210-93ec-4157-ab47-b3b032333e0d {
      --shg-aspect-ratio: calc(3958/1042); 
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
      position: relative;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }

    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-link {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
    
    
    
    
  }


.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1901e210-93ec-4157-ab47-b3b032333e0d {
      --shg-aspect-ratio: calc(3958/1042); 
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
      position: relative;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }

    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-link {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
    
    
    
    
  }


.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1901e210-93ec-4157-ab47-b3b032333e0d {
      --shg-aspect-ratio: calc(3958/1042); 
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
      position: relative;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }

    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-link {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
    
    
    
    
  }


.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1901e210-93ec-4157-ab47-b3b032333e0d {
      --shg-aspect-ratio: calc(3958/1042); 
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
      position: relative;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-1901e210-93ec-4157-ab47-b3b032333e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1901e210-93ec-4157-ab47-b3b032333e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }

    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-link {
      aspect-ratio: 3958/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1901e210-93ec-4157-ab47-b3b032333e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
    
    
    
    
  }


.s-1901e210-93ec-4157-ab47-b3b032333e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image {
  box-sizing: border-box;
}



.s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1901e210-93ec-4157-ab47-b3b032333e0d {
      --shg-aspect-ratio: calc(3958/1042); 
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container {
      position: relative;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1901e210-93ec-4157-ab47-b3b032333e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
aspect-ratio: 1900/500;
text-align: center;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

@media (min-width: 1200px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (max-width: 767px){#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image {
  box-sizing: border-box;
}



.s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container {
      position: relative;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b494721d-f83c-4f06-81cd-2c6a90d3fa6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}
#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin-left: auto;
margin-right: auto;
aspect-ratio: 1900/500;
text-align: center;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
    
    
    
    
  }


.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
      position: relative;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
    
    
    
    
  }


.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
      position: relative;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
    
    
    
    
  }


.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
      position: relative;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
    
    
    
    
  }


.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
      position: relative;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  margin: 0 !important;
  overflow: visible;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add background color handling */
  
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
    
    
    
    
  }


.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image {
  box-sizing: border-box;
}



.s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container {
      position: relative;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31142ea3-ee91-4d1e-a5fc-8c82e5e20cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin-left: auto;
margin-right: auto;
max-width: 1900px;
text-align: center;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


@media (min-width: 1200px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}@media (max-width: 767px){#s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  margin: 0 !important;
  overflow: visible;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-965aa2e0-382a-4fff-90a1-c1230f8a773c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add background color handling */
  
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-965aa2e0-382a-4fff-90a1-c1230f8a773c .shogun-image-content {
  
    justify-content: center;
  
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-965aa2e0-382a-4fff-90a1-c1230f8a773c.shogun-image {
  box-sizing: border-box;
}



.s-965aa2e0-382a-4fff-90a1-c1230f8a773c img.shogun-image {
  
}


}
#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  max-width: 1900px;
text-align: center;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


@media (min-width: 1200px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}@media (max-width: 767px){#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  margin: 0 !important;
  overflow: visible;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add background color handling */
  
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b .shogun-image-content {
  
    justify-content: center;
  
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b.shogun-image {
  box-sizing: border-box;
}



.s-eea6c81e-2134-4379-9aec-d9e0e8c28b8b img.shogun-image {
  
}


}
#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  max-width: 3959px;
aspect-ratio: 3959/1042;
text-align: center;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

@media (min-width: 1200px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}@media (max-width: 767px){#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  margin: 0 !important;
  overflow: visible;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add background color handling */
  
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }

    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-link {
      aspect-ratio: 3959/1042;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3959px;
  }



  img.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
    
    
    
    max-height: 3959px;
  }


.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image {
  box-sizing: border-box;
}



.s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 {
      --shg-aspect-ratio: calc(3959/1042); 
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container {
      position: relative;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb65ea09-9eb8-4743-96b3-94fb82781e18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3959px;
    }
  }

}
#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  max-width: 1900px;
text-align: center;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  margin: 0 !important;
  overflow: visible;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add background color handling */
  
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image {
  box-sizing: border-box;
}



.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  
}


@media (min-width: 1200px){#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  margin: 0 !important;
  overflow: visible;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add background color handling */
  
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image {
  box-sizing: border-box;
}



.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  margin: 0 !important;
  overflow: visible;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add background color handling */
  
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image {
  box-sizing: border-box;
}



.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  margin: 0 !important;
  overflow: visible;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add background color handling */
  
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image {
  box-sizing: border-box;
}



.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  
}


}@media (max-width: 767px){#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  margin: 0 !important;
  overflow: visible;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add background color handling */
  
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 .shogun-image-content {
  
    justify-content: center;
  
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-69fd6ac3-0c12-47e2-93a0-ba3efe450913.shogun-image {
  box-sizing: border-box;
}



.s-69fd6ac3-0c12-47e2-93a0-ba3efe450913 img.shogun-image {
  
}


}
#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  max-width: 1900px;
aspect-ratio: 1900/500;
text-align: center;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
      position: relative;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

@media (min-width: 1200px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
      position: relative;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
      position: relative;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
      position: relative;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}@media (max-width: 767px){#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  margin: 0 !important;
  overflow: visible;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add background color handling */
  
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }

    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-link {
      aspect-ratio: 1900/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1900px;
  }



  img.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
    
    
    
    max-height: 1900px;
  }


.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image {
  box-sizing: border-box;
}



.s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e {
      --shg-aspect-ratio: calc(1900/500); 
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container {
      position: relative;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3d96e1-fc44-41eb-9c75-09b23af4c89e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1900px;
    }
  }

}
#s-5d83ef10-0018-4377-af9c-e1af02f100ae {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d83ef10-0018-4377-af9c-e1af02f100ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf-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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf .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-edb08e3d-0333-4c37-bab5-ad1585c132bf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-edb08e3d-0333-4c37-bab5-ad1585c132bf .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edb08e3d-0333-4c37-bab5-ad1585c132bf.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67-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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 .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-a25b74c4-6a98-43d6-a856-3dd200a88b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-a25b74c4-6a98-43d6-a856-3dd200a88b67 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25b74c4-6a98-43d6-a856-3dd200a88b67.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95-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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95 img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-2e14f186-13d3-4ff1-ae17-0d418d12ff95 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e14f186-13d3-4ff1-ae17-0d418d12ff95.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin-left: auto;
margin-right: auto;
max-width: 756px;
text-align: center;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a-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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a .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-3d9cd2dd-3877-44a5-9d26-c911701e653a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a img.shogun-image {
  width: 100%;
  
  
  max-width: 756px;

      
    max-width: 756px;

  /* 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-3d9cd2dd-3877-44a5-9d26-c911701e653a .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d9cd2dd-3877-44a5-9d26-c911701e653a.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-66dc9469-538a-44e1-a9f7-bd05464c530c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-66dc9469-538a-44e1-a9f7-bd05464c530c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-66dc9469-538a-44e1-a9f7-bd05464c530c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e6a3cbf-4f4c-48c8-8ae6-adede4b2c06b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-6e6a3cbf-4f4c-48c8-8ae6-adede4b2c06b {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-6e6a3cbf-4f4c-48c8-8ae6-adede4b2c06b .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-6e6a3cbf-4f4c-48c8-8ae6-adede4b2c06b .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-6e6a3cbf-4f4c-48c8-8ae6-adede4b2c06b .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-8bdbf91e-54a3-4713-9584-8b0d13cbd722 {
  margin-left: 7%;
margin-right: 7%;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-8bdbf91e-54a3-4713-9584-8b0d13cbd722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8bdbf91e-54a3-4713-9584-8b0d13cbd722.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-772f9ceb-2a8b-493d-8c0f-049d2982c1ea {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-772f9ceb-2a8b-493d-8c0f-049d2982c1ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-772f9ceb-2a8b-493d-8c0f-049d2982c1ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-772f9ceb-2a8b-493d-8c0f-049d2982c1ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-772f9ceb-2a8b-493d-8c0f-049d2982c1ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459-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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 .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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d84fb03b-b490-457f-ae20-5b0c42660459 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-d84fb03b-b490-457f-ae20-5b0c42660459 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d84fb03b-b490-457f-ae20-5b0c42660459 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459-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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 .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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d84fb03b-b490-457f-ae20-5b0c42660459 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-d84fb03b-b490-457f-ae20-5b0c42660459 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d84fb03b-b490-457f-ae20-5b0c42660459 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459-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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 .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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d84fb03b-b490-457f-ae20-5b0c42660459 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-d84fb03b-b490-457f-ae20-5b0c42660459 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d84fb03b-b490-457f-ae20-5b0c42660459 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459-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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 .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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d84fb03b-b490-457f-ae20-5b0c42660459 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-d84fb03b-b490-457f-ae20-5b0c42660459 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d84fb03b-b490-457f-ae20-5b0c42660459 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459-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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459 .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-d84fb03b-b490-457f-ae20-5b0c42660459 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-d84fb03b-b490-457f-ae20-5b0c42660459 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-d84fb03b-b490-457f-ae20-5b0c42660459 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d84fb03b-b490-457f-ae20-5b0c42660459.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7b8c42bf-dd10-49e7-9084-b2b895758d09 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-7b8c42bf-dd10-49e7-9084-b2b895758d09 {
  margin-bottom: 20px;
}
}







#s-7b8c42bf-dd10-49e7-9084-b2b895758d09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b8c42bf-dd10-49e7-9084-b2b895758d09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11ed9691-2a43-4c0c-852f-78be52060ab0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11ed9691-2a43-4c0c-852f-78be52060ab0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-11ed9691-2a43-4c0c-852f-78be52060ab0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-f3fc5b94-1105-49b0-94fa-bae250f8ce8d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3fc5b94-1105-49b0-94fa-bae250f8ce8d .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84 {
  text-align: center;
}
}

  #s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84-root {
    text-align: left;
  }


#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84-root {
    text-align: left;
  }


#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84-root {
    text-align: left;
  }


#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84-root {
    text-align: center;
  }


#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84-root {
    text-align: left;
  }


#s-fc41b2a5-9f87-446b-a0f9-eaa80d569b84.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-150f3018-e254-4458-bf7a-b225174ef291 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-150f3018-e254-4458-bf7a-b225174ef291 {
  margin-bottom: 20px;
}
}







#s-150f3018-e254-4458-bf7a-b225174ef291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-150f3018-e254-4458-bf7a-b225174ef291.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae-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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae .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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-218473b8-ace4-484a-887c-e03b8ebb4dae img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-218473b8-ace4-484a-887c-e03b8ebb4dae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-218473b8-ace4-484a-887c-e03b8ebb4dae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae-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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae .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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-218473b8-ace4-484a-887c-e03b8ebb4dae img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-218473b8-ace4-484a-887c-e03b8ebb4dae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-218473b8-ace4-484a-887c-e03b8ebb4dae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae-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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae .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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-218473b8-ace4-484a-887c-e03b8ebb4dae img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-218473b8-ace4-484a-887c-e03b8ebb4dae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-218473b8-ace4-484a-887c-e03b8ebb4dae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae-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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae .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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-218473b8-ace4-484a-887c-e03b8ebb4dae img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-218473b8-ace4-484a-887c-e03b8ebb4dae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-218473b8-ace4-484a-887c-e03b8ebb4dae {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae-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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae .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-218473b8-ace4-484a-887c-e03b8ebb4dae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-218473b8-ace4-484a-887c-e03b8ebb4dae img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

      
    max-width: 1200px;

  /* 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-218473b8-ace4-484a-887c-e03b8ebb4dae .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-218473b8-ace4-484a-887c-e03b8ebb4dae.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0eb8b367-4a9c-4ab8-9795-30880cfec788 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb8b367-4a9c-4ab8-9795-30880cfec788 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0eb8b367-4a9c-4ab8-9795-30880cfec788 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-4fa9a62f-5b0e-4e0a-8913-76405f17b556 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fa9a62f-5b0e-4e0a-8913-76405f17b556 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4641fc56-b2c1-408e-8f89-587f39cd24d0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-4641fc56-b2c1-408e-8f89-587f39cd24d0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4641fc56-b2c1-408e-8f89-587f39cd24d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-4641fc56-b2c1-408e-8f89-587f39cd24d0 {
  text-align: center;
}
}

  #s-4641fc56-b2c1-408e-8f89-587f39cd24d0-root {
    text-align: left;
  }


#s-4641fc56-b2c1-408e-8f89-587f39cd24d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4641fc56-b2c1-408e-8f89-587f39cd24d0-root {
    text-align: left;
  }


#s-4641fc56-b2c1-408e-8f89-587f39cd24d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4641fc56-b2c1-408e-8f89-587f39cd24d0-root {
    text-align: left;
  }


#s-4641fc56-b2c1-408e-8f89-587f39cd24d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4641fc56-b2c1-408e-8f89-587f39cd24d0-root {
    text-align: center;
  }


#s-4641fc56-b2c1-408e-8f89-587f39cd24d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4641fc56-b2c1-408e-8f89-587f39cd24d0-root {
    text-align: left;
  }


#s-4641fc56-b2c1-408e-8f89-587f39cd24d0.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-975c565c-31b3-46c4-8ed3-945a4539420c {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-975c565c-31b3-46c4-8ed3-945a4539420c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-975c565c-31b3-46c4-8ed3-945a4539420c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-975c565c-31b3-46c4-8ed3-945a4539420c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-975c565c-31b3-46c4-8ed3-945a4539420c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

#s-2f95f3bb-d1bb-447c-852b-2b76afe66897 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-2f95f3bb-d1bb-447c-852b-2b76afe66897 {
  margin-bottom: 20px;
}
}







#s-2f95f3bb-d1bb-447c-852b-2b76afe66897 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f95f3bb-d1bb-447c-852b-2b76afe66897.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  margin-left: auto;
margin-right: auto;
max-width: 996px;
text-align: center;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0-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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 .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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-be186a91-1b15-4fbf-859a-3c2565755fa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0-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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 .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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-be186a91-1b15-4fbf-859a-3c2565755fa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0-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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 .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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-be186a91-1b15-4fbf-859a-3c2565755fa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0-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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 .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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-be186a91-1b15-4fbf-859a-3c2565755fa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0-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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 .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-be186a91-1b15-4fbf-859a-3c2565755fa0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-be186a91-1b15-4fbf-859a-3c2565755fa0 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-be186a91-1b15-4fbf-859a-3c2565755fa0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be186a91-1b15-4fbf-859a-3c2565755fa0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bc8ff490-1a0d-4ae0-9138-7afb8389be6c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc8ff490-1a0d-4ae0-9138-7afb8389be6c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bc8ff490-1a0d-4ae0-9138-7afb8389be6c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-7c854ca0-5b80-4312-898e-8817d8460a5b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-7c854ca0-5b80-4312-898e-8817d8460a5b {
  text-align: center;
}
}
#s-7c854ca0-5b80-4312-898e-8817d8460a5b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-7c854ca0-5b80-4312-898e-8817d8460a5b .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9 {
  text-align: center;
}
}

  #s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9-root {
    text-align: left;
  }


#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9-root {
    text-align: left;
  }


#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9-root {
    text-align: left;
  }


#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9-root {
    text-align: center;
  }


#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9-root {
    text-align: left;
  }


#s-21bee5cc-c47f-46eb-bec5-adc4acff5aa9.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-15a4b368-c13b-4d59-9ec1-520422e4ab37 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-15a4b368-c13b-4d59-9ec1-520422e4ab37 {
  margin-bottom: 20px;
}
}







#s-15a4b368-c13b-4d59-9ec1-520422e4ab37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15a4b368-c13b-4d59-9ec1-520422e4ab37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  margin-left: auto;
margin-right: auto;
max-width: 996px;
text-align: center;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9-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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 .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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-e67bc95f-9366-4a90-958a-308c0bdef8a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9-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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 .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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-e67bc95f-9366-4a90-958a-308c0bdef8a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9-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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 .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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-e67bc95f-9366-4a90-958a-308c0bdef8a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9-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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 .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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-e67bc95f-9366-4a90-958a-308c0bdef8a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9-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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 .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-e67bc95f-9366-4a90-958a-308c0bdef8a9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9 img.shogun-image {
  width: 100%;
  
  
  max-width: 996px;

      
    max-width: 996px;

  /* 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-e67bc95f-9366-4a90-958a-308c0bdef8a9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e67bc95f-9366-4a90-958a-308c0bdef8a9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-294e7be4-fa65-4f9b-8a4a-90c7f86f439d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-294e7be4-fa65-4f9b-8a4a-90c7f86f439d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-294e7be4-fa65-4f9b-8a4a-90c7f86f439d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-a75e2732-dfe1-4058-9620-3c915b3ab3ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a75e2732-dfe1-4058-9620-3c915b3ab3ae {
  text-align: center;
}
}
#s-a75e2732-dfe1-4058-9620-3c915b3ab3ae .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-a75e2732-dfe1-4058-9620-3c915b3ab3ae .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516 {
  text-align: center;
}
}

  #s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516-root {
    text-align: left;
  }


#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516-root {
    text-align: left;
  }


#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516-root {
    text-align: left;
  }


#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516-root {
    text-align: center;
  }


#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516-root {
    text-align: left;
  }


#s-6960e0ad-2c37-4ce1-afcf-b30bbbce0516.shg-btn {
  color: rgba(0, 0, 0, 1);
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  background-repeat: no-repeat;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: auto;
margin-bottom: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: auto;
margin-bottom: auto;
}
}@media (max-width: 767px){#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2Y5ZWE4ZDctMTNkMS00MTk1LWFmOGYtZDI5NWVhZDI1Mjg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjJjNmQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGJkZGRjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZjllYThkNy0xM2QxLTQxOTUtYWY4Zi1kMjk1ZWFkMjUyODYpIi8+PC9zdmc+);
}








#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1ed550a1-44f0-4f4a-9777-e697c7d280e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe7fbacc-a6d4-487e-9b6d-38126f28f35a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ddd17ee9-df2d-48b1-aff1-cc089831063b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ddd17ee9-df2d-48b1-aff1-cc089831063b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ddd17ee9-df2d-48b1-aff1-cc089831063b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}@media (max-width: 767px){#s-f48c772e-a83c-4ba3-aa04-25e58c6e6e8e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-18a86dc9-90c2-4b87-90d4-e28aeabe6766 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18a86dc9-90c2-4b87-90d4-e28aeabe6766 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  
  
}



#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e17d55e7-14e4-4127-b67a-58afe8986fd3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e17d55e7-14e4-4127-b67a-58afe8986fd3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-e17d55e7-14e4-4127-b67a-58afe8986fd3 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}

  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e17d55e7-14e4-4127-b67a-58afe8986fd3-root {
    text-align: center;
  }


#s-e17d55e7-14e4-4127-b67a-58afe8986fd3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-73764351-b100-4489-b1ea-b8bbff6dbcb4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73764351-b100-4489-b1ea-b8bbff6dbcb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73764351-b100-4489-b1ea-b8bbff6dbcb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin-left: auto;
margin-right: auto;
max-width: 3333px;
text-align: center;
}

#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-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-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .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-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

  /* 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-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-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-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .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-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

  /* 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-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-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-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .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-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

  /* 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-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-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-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .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-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

  /* 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-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-55cb101a-1acd-4388-8689-f524d3068057 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-55cb101a-1acd-4388-8689-f524d3068057-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-55cb101a-1acd-4388-8689-f524d3068057 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-55cb101a-1acd-4388-8689-f524d3068057 .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-55cb101a-1acd-4388-8689-f524d3068057 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-55cb101a-1acd-4388-8689-f524d3068057 img.shogun-image {
  width: 100%;
  
  
  max-width: 3333px;

      
    max-width: 3333px;

  /* 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-55cb101a-1acd-4388-8689-f524d3068057 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55cb101a-1acd-4388-8689-f524d3068057.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dd612f35-527d-454e-8efa-df5e8e6bbdf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fb72f10-1282-4403-b81d-192daf0b800d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fb72f10-1282-4403-b81d-192daf0b800d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-8fb72f10-1282-4403-b81d-192daf0b800d .shogun-heading-component h1 {
  color: rgba(1, 179, 227, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  
  
  
  
}


}
#s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7eed0b2-99ab-4fee-ad1f-5007b6de46fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0-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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 .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-11d319f1-965e-4480-9035-8fd01fec2ae0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-11d319f1-965e-4480-9035-8fd01fec2ae0 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-11d319f1-965e-4480-9035-8fd01fec2ae0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11d319f1-965e-4480-9035-8fd01fec2ae0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-48e49cb3-757d-4581-b2e9-e9f9a0680528 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-48e49cb3-757d-4581-b2e9-e9f9a0680528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48e49cb3-757d-4581-b2e9-e9f9a0680528.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f542b8ec-5911-4fd1-87e5-df925105a05c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f542b8ec-5911-4fd1-87e5-df925105a05c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f542b8ec-5911-4fd1-87e5-df925105a05c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e840384-2f91-49d8-8ca0-e28b306796dc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-7e840384-2f91-49d8-8ca0-e28b306796dc .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-380d1618-b831-4f39-83fd-5edd2afd21cf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-380d1618-b831-4f39-83fd-5edd2afd21cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-380d1618-b831-4f39-83fd-5edd2afd21cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-5a65490e-cf77-47a3-bc52-760341d98c03 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03-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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03 .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-5a65490e-cf77-47a3-bc52-760341d98c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-5a65490e-cf77-47a3-bc52-760341d98c03 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-5a65490e-cf77-47a3-bc52-760341d98c03 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a65490e-cf77-47a3-bc52-760341d98c03.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-11758978-105e-4282-8a9b-8d3ecffe5fae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-11758978-105e-4282-8a9b-8d3ecffe5fae .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-18764410-dcfb-4bf4-9a50-e99c7b80cd6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-18764410-dcfb-4bf4-9a50-e99c7b80cd6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18764410-dcfb-4bf4-9a50-e99c7b80cd6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1-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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-768a6826-bd35-4e38-b0ed-fe81edc1c1f1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768a6826-bd35-4e38-b0ed-fe81edc1c1f1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-eb0ba97e-c0b4-463d-88c9-aa88327251ef .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-34cae8ac-6873-4379-94a7-5da129aa4a2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-34cae8ac-6873-4379-94a7-5da129aa4a2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34cae8ac-6873-4379-94a7-5da129aa4a2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e-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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e .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-b54f928e-cd7b-4093-a17b-6383300f4a4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* 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-b54f928e-cd7b-4093-a17b-6383300f4a4e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b54f928e-cd7b-4093-a17b-6383300f4a4e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b035d6fb-c58e-4946-887c-99495934ef1e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


}@media (max-width: 767px){#s-b035d6fb-c58e-4946-887c-99495934ef1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
padding-top: 60px;
padding-left: 2%;
padding-bottom: 60px;
padding-right: 2%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
}
}@media (max-width: 767px){#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 60px;
padding-bottom: 60px;
}
}
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/480x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/960x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/768x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/1536x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/1024x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/2048x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/1200x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c02e5567-7212-45e0-a86e-2295362b9494 {
  background-image: url(https://i.shgcdn.com/6a8306d9-802c-4ffc-a685-71309ed7f4ab/-/resize/2048x/);
}
#s-c02e5567-7212-45e0-a86e-2295362b9494.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c02e5567-7212-45e0-a86e-2295362b9494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c02e5567-7212-45e0-a86e-2295362b9494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8 {
  
}
}
@media (min-width: 0px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be7fe8c0-40ee-45f6-a92d-b6c45ef5ebc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9b4c02d9-b517-41d1-9c1d-eec22b678f97 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9b4c02d9-b517-41d1-9c1d-eec22b678f97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b4c02d9-b517-41d1-9c1d-eec22b678f97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc1c8147-cd46-4994-ad5d-1020860aee6e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-fc1c8147-cd46-4994-ad5d-1020860aee6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-09f8a6db-933c-43b0-adb2-41495a34519c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-09f8a6db-933c-43b0-adb2-41495a34519c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09f8a6db-933c-43b0-adb2-41495a34519c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9591bee0-bf54-4925-b755-9618b77000ca {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9591bee0-bf54-4925-b755-9618b77000ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9591bee0-bf54-4925-b755-9618b77000ca .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-111dae09-8ae8-4fa0-bf93-dce076a53c12 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-111dae09-8ae8-4fa0-bf93-dce076a53c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-111dae09-8ae8-4fa0-bf93-dce076a53c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-0f065db4-2d0c-4b0c-8358-2fa8cc64fd5e {
  margin-left: 45%;
margin-right: 45%;
}

#s-0f065db4-2d0c-4b0c-8358-2fa8cc64fd5e hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-109c2b8c-77e1-4d6f-91d1-7270248e8de5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-109c2b8c-77e1-4d6f-91d1-7270248e8de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-109c2b8c-77e1-4d6f-91d1-7270248e8de5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7760e76-9b60-45ef-9117-d27e5403dc12 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7760e76-9b60-45ef-9117-d27e5403dc12 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f7760e76-9b60-45ef-9117-d27e5403dc12 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-7a3547ac-f601-4b78-b79b-8637dda3f501 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7a3547ac-f601-4b78-b79b-8637dda3f501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a3547ac-f601-4b78-b79b-8637dda3f501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15a88c9-cb43-47b0-9666-53d3a4a542da {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b15a88c9-cb43-47b0-9666-53d3a4a542da"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-ca645d3f-0fc5-4dad-a3b0-5e1712bdffd6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca645d3f-0fc5-4dad-a3b0-5e1712bdffd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca645d3f-0fc5-4dad-a3b0-5e1712bdffd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-823d7711-b5d7-4069-9bbc-2d4ded35f7a0 {
  margin-left: 45%;
margin-right: 45%;
}

#s-823d7711-b5d7-4069-9bbc-2d4ded35f7a0 hr {
  border-top: 4px solid rgba(0, 0, 0, 1);
}

#s-10c91fb4-fec4-4c79-8a29-ff48a2daf3f0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-10c91fb4-fec4-4c79-8a29-ff48a2daf3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10c91fb4-fec4-4c79-8a29-ff48a2daf3f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e58110e7-c530-402f-a645-dd7a45bcad15 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58110e7-c530-402f-a645-dd7a45bcad15 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e58110e7-c530-402f-a645-dd7a45bcad15 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Gilda Display";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-230f3726-0c45-457b-b0cb-b07e2bd0c233 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-radius: 20px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-230f3726-0c45-457b-b0cb-b07e2bd0c233:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-230f3726-0c45-457b-b0cb-b07e2bd0c233:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-230f3726-0c45-457b-b0cb-b07e2bd0c233-root {
    text-align: center;
  }


#s-230f3726-0c45-457b-b0cb-b07e2bd0c233.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 800;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-be8819d2-5939-48dc-a88c-af6d91e75104 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-be8819d2-5939-48dc-a88c-af6d91e75104:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-be8819d2-5939-48dc-a88c-af6d91e75104:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-be8819d2-5939-48dc-a88c-af6d91e75104 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 12px;
padding-bottom: 12px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(1, 179, 227, 1);
border-style: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
#s-be8819d2-5939-48dc-a88c-af6d91e75104:hover {background-color: rgba(1, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-be8819d2-5939-48dc-a88c-af6d91e75104 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (min-width: 768px) and (max-width: 991px){#s-be8819d2-5939-48dc-a88c-af6d91e75104 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-be8819d2-5939-48dc-a88c-af6d91e75104 {
  background-image: none;
background-color: rgba(1, 179, 227, 1);
hover-type: color;
}
}

  #s-be8819d2-5939-48dc-a88c-af6d91e75104-root {
    text-align: center;
  }


#s-be8819d2-5939-48dc-a88c-af6d91e75104.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-be8819d2-5939-48dc-a88c-af6d91e75104-root {
    text-align: center;
  }


#s-be8819d2-5939-48dc-a88c-af6d91e75104.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be8819d2-5939-48dc-a88c-af6d91e75104-root {
    text-align: center;
  }


#s-be8819d2-5939-48dc-a88c-af6d91e75104.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be8819d2-5939-48dc-a88c-af6d91e75104-root {
    text-align: center;
  }


#s-be8819d2-5939-48dc-a88c-af6d91e75104.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-be8819d2-5939-48dc-a88c-af6d91e75104-root {
    text-align: center;
  }


#s-be8819d2-5939-48dc-a88c-af6d91e75104.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}