.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-9750ebb4-a900-4f62-a04a-68ec643bf130 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 8px;
}
@media (min-width: 1200px){#s-9750ebb4-a900-4f62-a04a-68ec643bf130 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9750ebb4-a900-4f62-a04a-68ec643bf130 {
  min-height: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9750ebb4-a900-4f62-a04a-68ec643bf130 {
  min-height: 800px;
}
}
#s-9750ebb4-a900-4f62-a04a-68ec643bf130 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9750ebb4-a900-4f62-a04a-68ec643bf130 .shg-sld-nav-button.shg-sld-left,
#s-9750ebb4-a900-4f62-a04a-68ec643bf130 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  display: none;
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed, #wrap-s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed, #wrap-content-s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed { display: none !important; }}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/480x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/960x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/768x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/1536x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/1024x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/2048x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/1200x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed {
  background-image: url(https://i.shgcdn.com/9ed4f029-1d79-4081-866c-79f5a1c269eb/-/resize/2048x/);
}
#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-7271dbb8-0fda-4dd0-8fde-eaa1c529c3ed.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 750px;
text-align: center;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image {
  box-sizing: border-box;
}



.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image {
  box-sizing: border-box;
}



.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image {
  box-sizing: border-box;
}



.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image {
  box-sizing: border-box;
}



.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6.shogun-image {
  box-sizing: border-box;
}



.s-ac12f881-e6ec-4160-b5b4-f23c614d1fc6 img.shogun-image {
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-42bb7178-9306-4c45-ad07-273e6f34ff19 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}
@media (min-width: 1200px){#s-42bb7178-9306-4c45-ad07-273e6f34ff19 {
  display: none;
}
#s-42bb7178-9306-4c45-ad07-273e6f34ff19, #wrap-s-42bb7178-9306-4c45-ad07-273e6f34ff19, #wrap-content-s-42bb7178-9306-4c45-ad07-273e6f34ff19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42bb7178-9306-4c45-ad07-273e6f34ff19 {
  display: none;
}
#s-42bb7178-9306-4c45-ad07-273e6f34ff19, #wrap-s-42bb7178-9306-4c45-ad07-273e6f34ff19, #wrap-content-s-42bb7178-9306-4c45-ad07-273e6f34ff19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42bb7178-9306-4c45-ad07-273e6f34ff19 {
  display: none;
}
#s-42bb7178-9306-4c45-ad07-273e6f34ff19, #wrap-s-42bb7178-9306-4c45-ad07-273e6f34ff19, #wrap-content-s-42bb7178-9306-4c45-ad07-273e6f34ff19 { display: none !important; }}@media (max-width: 767px){#s-42bb7178-9306-4c45-ad07-273e6f34ff19 {
  
}
}
#s-42bb7178-9306-4c45-ad07-273e6f34ff19 .shg-proportional-font-size,
#s-42bb7178-9306-4c45-ad07-273e6f34ff19 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-aae58c94-0ba8-4934-b135-ef2c12278c93 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGIyZjU5MzctYzYzMC00NDg5LWE1Y2UtMTExNDIzMjYyOWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYjJmNTkzNy1jNjMwLTQ0ODktYTVjZS0xMTE0MjMyNjI5ZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-aae58c94-0ba8-4934-b135-ef2c12278c93:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aae58c94-0ba8-4934-b135-ef2c12278c93:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aae58c94-0ba8-4934-b135-ef2c12278c93 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjRlZjc1YzMtMmM1Zi00ZWE0LWJlMTMtMzI2ZGE2Yzk4MzdmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NGVmNzVjMy0yYzVmLTRlYTQtYmUxMy0zMjZkYTZjOTgzN2YpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
}

  #s-aae58c94-0ba8-4934-b135-ef2c12278c93-root {
    text-align: center;
  }


#s-aae58c94-0ba8-4934-b135-ef2c12278c93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aae58c94-0ba8-4934-b135-ef2c12278c93-root {
    text-align: center;
  }


#s-aae58c94-0ba8-4934-b135-ef2c12278c93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aae58c94-0ba8-4934-b135-ef2c12278c93-root {
    text-align: center;
  }


#s-aae58c94-0ba8-4934-b135-ef2c12278c93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aae58c94-0ba8-4934-b135-ef2c12278c93-root {
    text-align: center;
  }


#s-aae58c94-0ba8-4934-b135-ef2c12278c93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aae58c94-0ba8-4934-b135-ef2c12278c93-root {
    text-align: center;
  }


#s-aae58c94-0ba8-4934-b135-ef2c12278c93.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-25604c2d-abc8-4086-9bc0-8fae7dc0812a {
  background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-25604c2d-abc8-4086-9bc0-8fae7dc0812a {
  display: none;
}
#s-25604c2d-abc8-4086-9bc0-8fae7dc0812a, #wrap-s-25604c2d-abc8-4086-9bc0-8fae7dc0812a, #wrap-content-s-25604c2d-abc8-4086-9bc0-8fae7dc0812a { display: none !important; }}







#s-25604c2d-abc8-4086-9bc0-8fae7dc0812a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25604c2d-abc8-4086-9bc0-8fae7dc0812a.shg-box.shg-c {
  justify-content: center;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
max-width: 750px;
text-align: center;
}
@media (max-width: 767px){#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 4%;
}

.shg-image-content-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76462403-7891-491f-8141-8e4b39cb1f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image {
  box-sizing: border-box;
}



.s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  
}


@media (min-width: 1200px){#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76462403-7891-491f-8141-8e4b39cb1f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image {
  box-sizing: border-box;
}



.s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76462403-7891-491f-8141-8e4b39cb1f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image {
  box-sizing: border-box;
}



.s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76462403-7891-491f-8141-8e4b39cb1f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image {
  box-sizing: border-box;
}



.s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  
}


}@media (max-width: 767px){#s-76462403-7891-491f-8141-8e4b39cb1f0b {
  margin: 0 !important;
  overflow: visible;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-76462403-7891-491f-8141-8e4b39cb1f0b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add background color handling */
  
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-76462403-7891-491f-8141-8e4b39cb1f0b .shogun-image-content {
  
    justify-content: center;
  
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76462403-7891-491f-8141-8e4b39cb1f0b.shogun-image {
  box-sizing: border-box;
}



.s-76462403-7891-491f-8141-8e4b39cb1f0b img.shogun-image {
  
}


}
#s-dc68c7b3-0199-4fa6-8276-b534d2764201 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFlMjkyYmMtMmFjNS00NmU0LTlkMWUtOGJjNzY3MDI0Y2I5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWUyOTJiYy0yYWM1LTQ2ZTQtOWQxZS04YmM3NjcwMjRjYjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-dc68c7b3-0199-4fa6-8276-b534d2764201:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc68c7b3-0199-4fa6-8276-b534d2764201:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-dc68c7b3-0199-4fa6-8276-b534d2764201 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQ1ZDY0MTgtYjM5ZC00MTNhLWE0ZWItM2FlMzQ5MWJkNTMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNDVkNjQxOC1iMzlkLTQxM2EtYTRlYi0zYWUzNDkxYmQ1MzApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
}

  #s-dc68c7b3-0199-4fa6-8276-b534d2764201-root {
    text-align: center;
  }


#s-dc68c7b3-0199-4fa6-8276-b534d2764201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dc68c7b3-0199-4fa6-8276-b534d2764201-root {
    text-align: center;
  }


#s-dc68c7b3-0199-4fa6-8276-b534d2764201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dc68c7b3-0199-4fa6-8276-b534d2764201-root {
    text-align: center;
  }


#s-dc68c7b3-0199-4fa6-8276-b534d2764201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dc68c7b3-0199-4fa6-8276-b534d2764201-root {
    text-align: center;
  }


#s-dc68c7b3-0199-4fa6-8276-b534d2764201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dc68c7b3-0199-4fa6-8276-b534d2764201-root {
    text-align: center;
  }


#s-dc68c7b3-0199-4fa6-8276-b534d2764201.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  min-height: 700px;
}
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7791c45f-ac3a-4308-a914-266a4f74a786 {
  background-image: url(https://i.shgcdn.com/bb962b2d-75da-4fa1-b4d2-6dff07ee6d2f/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7791c45f-ac3a-4308-a914-266a4f74a786.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7791c45f-ac3a-4308-a914-266a4f74a786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7791c45f-ac3a-4308-a914-266a4f74a786.shg-box.shg-c {
  justify-content: center;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 750px;
aspect-ratio: 2840/524;
text-align: center;
}
@media (max-width: 767px){#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  max-width: 450px;
}
}
#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
  box-sizing: border-box;
}



.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
      position: relative;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
  box-sizing: border-box;
}



.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
      position: relative;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
  box-sizing: border-box;
}



.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
      position: relative;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
  box-sizing: border-box;
}



.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
      position: relative;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image {
  box-sizing: border-box;
}



.s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container {
      position: relative;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ad41eac5-8314-4224-ad50-31c9b19b65f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-c9ba16a0-9057-410c-838e-6a6ce0794604 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFlMjkyYmMtMmFjNS00NmU0LTlkMWUtOGJjNzY3MDI0Y2I5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWUyOTJiYy0yYWM1LTQ2ZTQtOWQxZS04YmM3NjcwMjRjYjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-c9ba16a0-9057-410c-838e-6a6ce0794604:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9ba16a0-9057-410c-838e-6a6ce0794604:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c9ba16a0-9057-410c-838e-6a6ce0794604 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWRhNmE0MDgtNmU1MC00NmYyLWJjNjEtOWZkMzFlNzkzZmM0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5ZGE2YTQwOC02ZTUwLTQ2ZjItYmM2MS05ZmQzMWU3OTNmYzQpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
}

  #s-c9ba16a0-9057-410c-838e-6a6ce0794604-root {
    text-align: center;
  }


#s-c9ba16a0-9057-410c-838e-6a6ce0794604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9ba16a0-9057-410c-838e-6a6ce0794604-root {
    text-align: center;
  }


#s-c9ba16a0-9057-410c-838e-6a6ce0794604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9ba16a0-9057-410c-838e-6a6ce0794604-root {
    text-align: center;
  }


#s-c9ba16a0-9057-410c-838e-6a6ce0794604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9ba16a0-9057-410c-838e-6a6ce0794604-root {
    text-align: center;
  }


#s-c9ba16a0-9057-410c-838e-6a6ce0794604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9ba16a0-9057-410c-838e-6a6ce0794604-root {
    text-align: center;
  }


#s-c9ba16a0-9057-410c-838e-6a6ce0794604.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  min-height: 700px;
}
}
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/480x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/960x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/768x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/1536x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/1024x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/2048x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/1200x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-3ee5edf1-8915-4857-884a-82be983747a4 {
  background-image: url(https://i.shgcdn.com/8a625b80-40c8-4683-8210-79a27d9048c4/-/resize/2048x/);
}
#s-3ee5edf1-8915-4857-884a-82be983747a4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-3ee5edf1-8915-4857-884a-82be983747a4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-3ee5edf1-8915-4857-884a-82be983747a4.shg-box.shg-c {
  justify-content: center;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 750px;
text-align: center;
}
@media (max-width: 767px){#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  max-width: 450px;
}
}
#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08ad7946-7a07-41a3-8dea-55318a503e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image {
  box-sizing: border-box;
}



.s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  
}


@media (min-width: 1200px){#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08ad7946-7a07-41a3-8dea-55318a503e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image {
  box-sizing: border-box;
}



.s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08ad7946-7a07-41a3-8dea-55318a503e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image {
  box-sizing: border-box;
}



.s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08ad7946-7a07-41a3-8dea-55318a503e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image {
  box-sizing: border-box;
}



.s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  
}


}@media (max-width: 767px){#s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  margin: 0 !important;
  overflow: visible;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-08ad7946-7a07-41a3-8dea-55318a503e92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add background color handling */
  
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-08ad7946-7a07-41a3-8dea-55318a503e92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08ad7946-7a07-41a3-8dea-55318a503e92.shogun-image {
  box-sizing: border-box;
}



.s-08ad7946-7a07-41a3-8dea-55318a503e92 img.shogun-image {
  
}


}
#s-c5782f23-c7a5-4d48-915b-ceb260298cdb {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTUwYTA0MmMtOTU4Ni00NGQ2LTk5YTQtNzExZjE3YThhMjhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNTBhMDQyYy05NTg2LTQ0ZDYtOTlhNC03MTFmMTdhOGEyOGUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-c5782f23-c7a5-4d48-915b-ceb260298cdb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c5782f23-c7a5-4d48-915b-ceb260298cdb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5782f23-c7a5-4d48-915b-ceb260298cdb-root {
    text-align: center;
  }


#s-c5782f23-c7a5-4d48-915b-ceb260298cdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5782f23-c7a5-4d48-915b-ceb260298cdb-root {
    text-align: center;
  }


#s-c5782f23-c7a5-4d48-915b-ceb260298cdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5782f23-c7a5-4d48-915b-ceb260298cdb-root {
    text-align: center;
  }


#s-c5782f23-c7a5-4d48-915b-ceb260298cdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5782f23-c7a5-4d48-915b-ceb260298cdb-root {
    text-align: center;
  }


#s-c5782f23-c7a5-4d48-915b-ceb260298cdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5782f23-c7a5-4d48-915b-ceb260298cdb-root {
    text-align: center;
  }


#s-c5782f23-c7a5-4d48-915b-ceb260298cdb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  min-height: 700px;
}
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/480x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/960x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/768x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/1536x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/1024x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/2048x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/1200x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4a991128-4f5b-4706-a6da-ad03ab34142b {
  background-image: url(https://i.shgcdn.com/3435d239-e834-4b34-8722-208fe399655d/-/resize/2048x/);
}
#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4a991128-4f5b-4706-a6da-ad03ab34142b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
  display: block;
}#s-4a991128-4f5b-4706-a6da-ad03ab34142b.shg-box.shg-c {
  justify-content: center;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  margin-top: 10%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 750px;
aspect-ratio: 2840/524;
text-align: center;
}
@media (max-width: 767px){#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  max-width: 450px;
}
}
#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
  box-sizing: border-box;
}



.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
      position: relative;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

@media (min-width: 1200px){#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
  box-sizing: border-box;
}



.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
      position: relative;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
  box-sizing: border-box;
}



.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
      position: relative;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
  box-sizing: border-box;
}



.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
      position: relative;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}@media (max-width: 767px){#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }

    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-link {
      aspect-ratio: 2840/524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 750px;
  }



  img.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
    
    
    
    max-height: 750px;
  }


.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image {
  box-sizing: border-box;
}



.s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 {
      --shg-aspect-ratio: calc(2840/524); 
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container {
      position: relative;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c56aa11-47f3-4bcd-a584-f555d73e9819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 750px;
    }
  }

}
#s-f3cf1606-bd59-473b-aae8-ae50067ee3df {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGZjZTBiOTQtOTY3Ny00YzViLTg2MGYtMTFiZGM2MDdhZWE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZmNlMGI5NC05Njc3LTRjNWItODYwZi0xMWJkYzYwN2FlYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-f3cf1606-bd59-473b-aae8-ae50067ee3df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3cf1606-bd59-473b-aae8-ae50067ee3df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f3cf1606-bd59-473b-aae8-ae50067ee3df-root {
    text-align: center;
  }


#s-f3cf1606-bd59-473b-aae8-ae50067ee3df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3cf1606-bd59-473b-aae8-ae50067ee3df-root {
    text-align: center;
  }


#s-f3cf1606-bd59-473b-aae8-ae50067ee3df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3cf1606-bd59-473b-aae8-ae50067ee3df-root {
    text-align: center;
  }


#s-f3cf1606-bd59-473b-aae8-ae50067ee3df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3cf1606-bd59-473b-aae8-ae50067ee3df-root {
    text-align: center;
  }


#s-f3cf1606-bd59-473b-aae8-ae50067ee3df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3cf1606-bd59-473b-aae8-ae50067ee3df-root {
    text-align: center;
  }


#s-f3cf1606-bd59-473b-aae8-ae50067ee3df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-82ad70e3-27a8-4463-94f5-6eb88d418ab9 {
  padding-bottom: 0px;
min-height: 800px;
}
@media (max-width: 767px){#s-82ad70e3-27a8-4463-94f5-6eb88d418ab9 {
  min-height: 700px;
}
}







#s-82ad70e3-27a8-4463-94f5-6eb88d418ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82ad70e3-27a8-4463-94f5-6eb88d418ab9.shg-box.shg-c {
  justify-content: center;
}

#s-7c1cb869-c837-4a49-b0a7-a1734e7704d7 {
  min-height: 50px;
}








#s-7c1cb869-c837-4a49-b0a7-a1734e7704d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c1cb869-c837-4a49-b0a7-a1734e7704d7.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-dbf715c3-5345-442d-8099-6f60db6697ef {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 7396/1068;
text-align: center;
}
@media (max-width: 767px){#s-dbf715c3-5345-442d-8099-6f60db6697ef {
  max-width: 450px;
}
}
#s-dbf715c3-5345-442d-8099-6f60db6697ef {
  overflow: hidden;
  
  
      max-width: 700px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-dbf715c3-5345-442d-8099-6f60db6697ef img.shogun-image,
  #s-dbf715c3-5345-442d-8099-6f60db6697ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbf715c3-5345-442d-8099-6f60db6697ef {
    width: 100%;
    height: auto;
  }



  #s-dbf715c3-5345-442d-8099-6f60db6697ef img.shogun-image {
    

    
    
    
  }


#s-dbf715c3-5345-442d-8099-6f60db6697ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-f1b5d034-3a53-4ed5-86c0-939d5d61eafb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGQ2NzZmNDktNDEwMS00OTY0LThlYjUtMTQwMWFiZDdjMzBkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZDY3NmY0OS00MTAxLTQ5NjQtOGViNS0xNDAxYWJkN2MzMGQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5cc68ddb-806a-4912-b057-c4e22c0f32cd-root {
    text-align: center;
  }


#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5cc68ddb-806a-4912-b057-c4e22c0f32cd-root {
    text-align: center;
  }


#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5cc68ddb-806a-4912-b057-c4e22c0f32cd-root {
    text-align: center;
  }


#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5cc68ddb-806a-4912-b057-c4e22c0f32cd-root {
    text-align: center;
  }


#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5cc68ddb-806a-4912-b057-c4e22c0f32cd-root {
    text-align: center;
  }


#s-5cc68ddb-806a-4912-b057-c4e22c0f32cd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3dae6349-8025-4cfc-bde2-321d54650097 {
  padding-bottom: 0px;
min-height: 800px;
}
@media (max-width: 767px){#s-3dae6349-8025-4cfc-bde2-321d54650097 {
  min-height: 700px;
}
}







#s-3dae6349-8025-4cfc-bde2-321d54650097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3dae6349-8025-4cfc-bde2-321d54650097.shg-box.shg-c {
  justify-content: center;
}

#s-053bbb03-1d2f-4db8-a16d-640cabbf8c67 {
  min-height: 50px;
}








#s-053bbb03-1d2f-4db8-a16d-640cabbf8c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-053bbb03-1d2f-4db8-a16d-640cabbf8c67.shg-box.shg-c {
  justify-content: center;
}

#s-b67fef0d-3e96-4c8b-9d39-3c1a64b1e399 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
text-align: center;
}

#s-b67fef0d-3e96-4c8b-9d39-3c1a64b1e399 {
  overflow: hidden;
  
  
      max-width: 700px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b67fef0d-3e96-4c8b-9d39-3c1a64b1e399 img.shogun-image {
    

    
    
    
  }


#s-b67fef0d-3e96-4c8b-9d39-3c1a64b1e399 .shogun-image-content {
  
    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 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-124778f3-c0f8-4379-9a49-38b7fbeae493 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmE4ODI3NDktZTJmMy00ZTk2LTg4ZDktNGQ0N2I4MzU2Y2U4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYTg4Mjc0OS1lMmYzLTRlOTYtODhkOS00ZDQ3YjgzNTZjZTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-124778f3-c0f8-4379-9a49-38b7fbeae493:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-124778f3-c0f8-4379-9a49-38b7fbeae493:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-124778f3-c0f8-4379-9a49-38b7fbeae493-root {
    text-align: center;
  }


#s-124778f3-c0f8-4379-9a49-38b7fbeae493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-124778f3-c0f8-4379-9a49-38b7fbeae493-root {
    text-align: center;
  }


#s-124778f3-c0f8-4379-9a49-38b7fbeae493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-124778f3-c0f8-4379-9a49-38b7fbeae493-root {
    text-align: center;
  }


#s-124778f3-c0f8-4379-9a49-38b7fbeae493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-124778f3-c0f8-4379-9a49-38b7fbeae493-root {
    text-align: center;
  }


#s-124778f3-c0f8-4379-9a49-38b7fbeae493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-124778f3-c0f8-4379-9a49-38b7fbeae493-root {
    text-align: center;
  }


#s-124778f3-c0f8-4379-9a49-38b7fbeae493.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fd5e34dd-4a76-4463-b0bb-b9102a9c54f4 {
  background-repeat: no-repeat;
background-size: cover;
padding-bottom: 0px;
min-height: 800px;
background-position: center center;
}

#s-fd5e34dd-4a76-4463-b0bb-b9102a9c54f4 {
  background-image: url(https://i.shgcdn.com/ee6e0d91-ef05-4d22-8fcf-33cdab3e9634/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fd5e34dd-4a76-4463-b0bb-b9102a9c54f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fd5e34dd-4a76-4463-b0bb-b9102a9c54f4.shg-box.shg-c {
  justify-content: center;
}

#s-6164e950-9fb3-44d2-8136-74fccaaa04f7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-6164e950-9fb3-44d2-8136-74fccaaa04f7 {
  background-image: url(https://i.shgcdn.com/2e3c3391-9d46-4091-9aa7-c53f1feeac95/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6164e950-9fb3-44d2-8136-74fccaaa04f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6164e950-9fb3-44d2-8136-74fccaaa04f7.shg-box.shg-c {
  justify-content: center;
}

#s-8f9ee7a4-b4da-4ad6-b74d-957d6f63e78a {
  min-height: 50px;
}








#s-8f9ee7a4-b4da-4ad6-b74d-957d6f63e78a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f9ee7a4-b4da-4ad6-b74d-957d6f63e78a.shg-box.shg-c {
  justify-content: center;
}

#s-4c0b01aa-ec58-4131-8565-273737f8db93 {
  margin-left: auto;
margin-right: auto;
max-width: 735px;
aspect-ratio: 735/120;
text-align: center;
}

#s-4c0b01aa-ec58-4131-8565-273737f8db93 {
  overflow: hidden;
  
  
      max-width: 735px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4c0b01aa-ec58-4131-8565-273737f8db93 img.shogun-image,
  #s-4c0b01aa-ec58-4131-8565-273737f8db93 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c0b01aa-ec58-4131-8565-273737f8db93 {
    width: 100%;
    height: auto;
  }



  #s-4c0b01aa-ec58-4131-8565-273737f8db93 img.shogun-image {
    

    
    
    
  }


#s-4c0b01aa-ec58-4131-8565-273737f8db93 .shogun-image-content {
  
    justify-content: center;
  
}

#s-663e97b0-e35f-4471-a031-31393951865e {
  padding-left: 10%;
padding-right: 10%;
}

#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzA1MjI3OTYtYTVmYS00ZDdiLThkMjMtYTEwMDI4YTEwOWExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MDUyMjc5Ni1hNWZhLTRkN2ItOGQyMy1hMTAwMjhhMTA5YTEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed0b346d-4593-4613-83d9-f5bd15a63a4b-root {
    text-align: center;
  }


#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed0b346d-4593-4613-83d9-f5bd15a63a4b-root {
    text-align: center;
  }


#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed0b346d-4593-4613-83d9-f5bd15a63a4b-root {
    text-align: center;
  }


#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed0b346d-4593-4613-83d9-f5bd15a63a4b-root {
    text-align: center;
  }


#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed0b346d-4593-4613-83d9-f5bd15a63a4b-root {
    text-align: center;
  }


#s-ed0b346d-4593-4613-83d9-f5bd15a63a4b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bbfa58d5-858d-4e83-a99b-410894a13400 {
  background-repeat: no-repeat;
background-size: cover;
padding-bottom: 0px;
min-height: 800px;
background-position: center center;
}

#s-bbfa58d5-858d-4e83-a99b-410894a13400 {
  background-image: url(https://i.shgcdn.com/e9abdb30-575e-4737-9582-bd96fdde7b89/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bbfa58d5-858d-4e83-a99b-410894a13400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbfa58d5-858d-4e83-a99b-410894a13400.shg-box.shg-c {
  justify-content: center;
}

#s-0193bd44-b527-4afb-9f25-3b821216b16e {
  min-height: 50px;
}








#s-0193bd44-b527-4afb-9f25-3b821216b16e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0193bd44-b527-4afb-9f25-3b821216b16e.shg-box.shg-c {
  justify-content: center;
}

#s-5b21c791-5bd6-42ed-99d6-2c165519e54e {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjgyZmI3YjMtNDFlNi00MzEyLTkyOTctNGQwY2ZlZjI4ZTg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyODJmYjdiMy00MWU2LTQzMTItOTI5Ny00ZDBjZmVmMjhlODQpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-5b21c791-5bd6-42ed-99d6-2c165519e54e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b21c791-5bd6-42ed-99d6-2c165519e54e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b21c791-5bd6-42ed-99d6-2c165519e54e-root {
    text-align: center;
  }


#s-5b21c791-5bd6-42ed-99d6-2c165519e54e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b21c791-5bd6-42ed-99d6-2c165519e54e-root {
    text-align: center;
  }


#s-5b21c791-5bd6-42ed-99d6-2c165519e54e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b21c791-5bd6-42ed-99d6-2c165519e54e-root {
    text-align: center;
  }


#s-5b21c791-5bd6-42ed-99d6-2c165519e54e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b21c791-5bd6-42ed-99d6-2c165519e54e-root {
    text-align: center;
  }


#s-5b21c791-5bd6-42ed-99d6-2c165519e54e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b21c791-5bd6-42ed-99d6-2c165519e54e-root {
    text-align: center;
  }


#s-5b21c791-5bd6-42ed-99d6-2c165519e54e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-442e691e-6cb9-42d6-acd9-f6cd768fbdd4 {
  background-repeat: no-repeat;
background-size: cover;
padding-bottom: 0px;
min-height: 800px;
background-position: center center;
}

#s-442e691e-6cb9-42d6-acd9-f6cd768fbdd4 {
  background-image: url(https://i.shgcdn.com/c10a977b-89bf-44b0-932e-07712d94e013/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-442e691e-6cb9-42d6-acd9-f6cd768fbdd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-442e691e-6cb9-42d6-acd9-f6cd768fbdd4.shg-box.shg-c {
  justify-content: center;
}

#s-ee5f2bcd-c7f8-41ab-a863-ffea4ba115d5 {
  min-height: 50px;
}








#s-ee5f2bcd-c7f8-41ab-a863-ffea4ba115d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee5f2bcd-c7f8-41ab-a863-ffea4ba115d5.shg-box.shg-c {
  justify-content: center;
}

#s-460ca35f-8130-4274-a9f8-37435d2a76b7 {
  padding-left: 0px;
padding-right: 0px;
}

#s-e1216030-8b99-4d63-8436-5a3780c132e4 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGYwYjE1MDgtMDQ5YS00NWVlLThjNDUtMmM5ZmE3ZjhiMjdkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZjBiMTUwOC0wNDlhLTQ1ZWUtOGM0NS0yYzlmYTdmOGIyN2QpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-e1216030-8b99-4d63-8436-5a3780c132e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e1216030-8b99-4d63-8436-5a3780c132e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1216030-8b99-4d63-8436-5a3780c132e4-root {
    text-align: center;
  }


#s-e1216030-8b99-4d63-8436-5a3780c132e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1216030-8b99-4d63-8436-5a3780c132e4-root {
    text-align: center;
  }


#s-e1216030-8b99-4d63-8436-5a3780c132e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1216030-8b99-4d63-8436-5a3780c132e4-root {
    text-align: center;
  }


#s-e1216030-8b99-4d63-8436-5a3780c132e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1216030-8b99-4d63-8436-5a3780c132e4-root {
    text-align: center;
  }


#s-e1216030-8b99-4d63-8436-5a3780c132e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1216030-8b99-4d63-8436-5a3780c132e4-root {
    text-align: center;
  }


#s-e1216030-8b99-4d63-8436-5a3780c132e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-570ddfce-fcd0-46b3-baaf-bd5f9cf69b6d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center center;
}

#s-570ddfce-fcd0-46b3-baaf-bd5f9cf69b6d {
  background-image: url(https://i.shgcdn.com/e8ecb8a9-ac89-4ad4-8675-c8c3fc90459c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-570ddfce-fcd0-46b3-baaf-bd5f9cf69b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-570ddfce-fcd0-46b3-baaf-bd5f9cf69b6d.shg-box.shg-c {
  justify-content: center;
}

#s-cc869e1a-6c70-4221-9f60-9bc4c3f24671 {
  min-height: 50px;
}








#s-cc869e1a-6c70-4221-9f60-9bc4c3f24671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc869e1a-6c70-4221-9f60-9bc4c3f24671.shg-box.shg-c {
  justify-content: center;
}

#s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
aspect-ratio: 1500/679;
text-align: center;
}

#s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 img.shogun-image,
  #s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 {
    width: 100%;
    height: auto;
  }



  #s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 img.shogun-image {
    

    
    
    
  }


#s-3b60c8d9-3ba3-4bb2-85e1-05b052e4f234 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2E4NWI5NjEtOGQwZC00ODU0LWEzNzYtYWE4ZjE5YmJhYTY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YTg1Yjk2MS04ZDBkLTQ4NTQtYTM3Ni1hYThmMTliYmFhNjgpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c-root {
    text-align: center;
  }


#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c-root {
    text-align: center;
  }


#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c-root {
    text-align: center;
  }


#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c-root {
    text-align: center;
  }


#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c-root {
    text-align: center;
  }


#s-ae575b75-5afb-4497-9d4e-ef8a9cb2b09c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cb428196-289d-41d5-bc91-4e5d122b2292 {
  padding-bottom: 0px;
min-height: 800px;
}
@media (max-width: 767px){#s-cb428196-289d-41d5-bc91-4e5d122b2292 {
  min-height: 700px;
}
}







#s-cb428196-289d-41d5-bc91-4e5d122b2292 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb428196-289d-41d5-bc91-4e5d122b2292.shg-box.shg-c {
  justify-content: center;
}

#s-dd60308e-b42a-4a44-9cb2-3c63d8b01ba5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 750px;
text-align: center;
}

#s-dd60308e-b42a-4a44-9cb2-3c63d8b01ba5 {
  overflow: hidden;
  
  
      max-width: 750px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-dd60308e-b42a-4a44-9cb2-3c63d8b01ba5 img.shogun-image {
    

    
    
    
  }


#s-dd60308e-b42a-4a44-9cb2-3c63d8b01ba5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f385265-9729-4ef8-89d2-7a2a155d8dea {
  min-height: 50px;
}








#s-1f385265-9729-4ef8-89d2-7a2a155d8dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f385265-9729-4ef8-89d2-7a2a155d8dea.shg-box.shg-c {
  justify-content: center;
}

#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmVjNWNkZWQtYzIyMi00MmU3LTgxYzQtN2MzNjFiMjBhZjc1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZWM1Y2RlZC1jMjIyLTQyZTctODFjNC03YzM2MWIyMGFmNzUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb14c2b8-4114-4963-9e54-eb22591f3ff4-root {
    text-align: center;
  }


#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb14c2b8-4114-4963-9e54-eb22591f3ff4-root {
    text-align: center;
  }


#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb14c2b8-4114-4963-9e54-eb22591f3ff4-root {
    text-align: center;
  }


#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb14c2b8-4114-4963-9e54-eb22591f3ff4-root {
    text-align: center;
  }


#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb14c2b8-4114-4963-9e54-eb22591f3ff4-root {
    text-align: center;
  }


#s-bb14c2b8-4114-4963-9e54-eb22591f3ff4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-235d0e41-236a-4da5-890b-802ac908bbdb {
  padding-bottom: 0px;
min-height: 800px;
}








#s-235d0e41-236a-4da5-890b-802ac908bbdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-235d0e41-236a-4da5-890b-802ac908bbdb.shg-box.shg-c {
  justify-content: center;
}

#s-7cd280e3-3996-4b11-b316-2d7a1aae294b {
  min-height: 50px;
}








#s-7cd280e3-3996-4b11-b316-2d7a1aae294b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cd280e3-3996-4b11-b316-2d7a1aae294b.shg-box.shg-c {
  justify-content: center;
}

#s-6a22fd91-fbe0-4b3d-94c0-9fc0b283dd5b {
  padding-bottom: 0px;
min-height: 800px;
}
@media (max-width: 767px){#s-6a22fd91-fbe0-4b3d-94c0-9fc0b283dd5b {
  min-height: 700px;
}
}







#s-6a22fd91-fbe0-4b3d-94c0-9fc0b283dd5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a22fd91-fbe0-4b3d-94c0-9fc0b283dd5b.shg-box.shg-c {
  justify-content: center;
}

#s-2242d682-e77c-4172-90fe-93ae606b5dd7 {
  margin-left: auto;
margin-right: auto;
max-width: 450px;
text-align: center;
}

#s-2242d682-e77c-4172-90fe-93ae606b5dd7 {
  overflow: hidden;
  
  
      max-width: 450px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2242d682-e77c-4172-90fe-93ae606b5dd7 img.shogun-image {
    

    
    
    
  }


#s-2242d682-e77c-4172-90fe-93ae606b5dd7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-550d6697-1537-4ce4-a3f5-f26aa62fd9ce {
  min-height: 50px;
}








#s-550d6697-1537-4ce4-a3f5-f26aa62fd9ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-550d6697-1537-4ce4-a3f5-f26aa62fd9ce.shg-box.shg-c {
  justify-content: center;
}

#s-d727cda5-7058-4088-b4c5-96b4122ca77a {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWIwNzlmZTItYzhhYS00ZjdiLWI1NGQtZDhkMmQwOWUwOTJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYjA3OWZlMi1jOGFhLTRmN2ItYjU0ZC1kOGQyZDA5ZTA5MmEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-d727cda5-7058-4088-b4c5-96b4122ca77a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d727cda5-7058-4088-b4c5-96b4122ca77a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d727cda5-7058-4088-b4c5-96b4122ca77a-root {
    text-align: center;
  }


#s-d727cda5-7058-4088-b4c5-96b4122ca77a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d727cda5-7058-4088-b4c5-96b4122ca77a-root {
    text-align: center;
  }


#s-d727cda5-7058-4088-b4c5-96b4122ca77a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d727cda5-7058-4088-b4c5-96b4122ca77a-root {
    text-align: center;
  }


#s-d727cda5-7058-4088-b4c5-96b4122ca77a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d727cda5-7058-4088-b4c5-96b4122ca77a-root {
    text-align: center;
  }


#s-d727cda5-7058-4088-b4c5-96b4122ca77a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d727cda5-7058-4088-b4c5-96b4122ca77a-root {
    text-align: center;
  }


#s-d727cda5-7058-4088-b4c5-96b4122ca77a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-06826522-bd29-43b3-a4fd-8f597b04f5e1 {
  min-height: 800px;
}
@media (max-width: 767px){#s-06826522-bd29-43b3-a4fd-8f597b04f5e1 {
  min-height: 700px;
}
}







#s-06826522-bd29-43b3-a4fd-8f597b04f5e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06826522-bd29-43b3-a4fd-8f597b04f5e1.shg-box.shg-c {
  justify-content: center;
}

#s-6053928b-17fa-4388-b644-1b2067909b52 {
  background-repeat: no-repeat;
background-size: cover;
padding-bottom: 0px;
min-height: 800px;
background-position: center center;
}
@media (max-width: 767px){#s-6053928b-17fa-4388-b644-1b2067909b52 {
  min-height: 70px;
}
}
#s-6053928b-17fa-4388-b644-1b2067909b52 {
  background-image: url(https://i.shgcdn.com/ee6e0d91-ef05-4d22-8fcf-33cdab3e9634/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6053928b-17fa-4388-b644-1b2067909b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6053928b-17fa-4388-b644-1b2067909b52.shg-box.shg-c {
  justify-content: center;
}

#s-dc7b8903-c8b5-4c21-b01c-c099b35ddae2 {
  min-height: 50px;
}








#s-dc7b8903-c8b5-4c21-b01c-c099b35ddae2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc7b8903-c8b5-4c21-b01c-c099b35ddae2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-d10734b7-0830-4580-90c0-adea2860a6cc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
display: none;
}
#s-d10734b7-0830-4580-90c0-adea2860a6cc, #wrap-s-d10734b7-0830-4580-90c0-adea2860a6cc, #wrap-content-s-d10734b7-0830-4580-90c0-adea2860a6cc { display: none !important; }}@media (max-width: 767px){#s-d10734b7-0830-4580-90c0-adea2860a6cc {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-d10734b7-0830-4580-90c0-adea2860a6cc, #wrap-s-d10734b7-0830-4580-90c0-adea2860a6cc, #wrap-content-s-d10734b7-0830-4580-90c0-adea2860a6cc { display: none !important; }}
@media (min-width: 1200px){#s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6 {
  display: none;
}
#s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6, #wrap-s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6, #wrap-content-s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6 {
  display: none;
}
#s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6, #wrap-s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6, #wrap-content-s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}@media (max-width: 767px){#s-c6b0ba8a-37bf-4015-8876-9fd852ec39b6 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDA1NmM2NWItOTM0OS00ZDI4LWI0MzYtM2Q2NzU0ZjJmMWM4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMDU2YzY1Yi05MzQ5LTRkMjgtYjQzNi0zZDY3NTRmMmYxYzgpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e-root {
    text-align: center;
  }


#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e-root {
    text-align: center;
  }


#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e-root {
    text-align: center;
  }


#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e-root {
    text-align: center;
  }


#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e-root {
    text-align: center;
  }


#s-5bb7ab8d-29fe-4b2e-aa24-7e7106737f8e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: left top;
}
@media (min-width: 1200px){#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  display: none;
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583, #wrap-s-c747e766-bc17-4231-9825-8f2bab5f2583, #wrap-content-s-c747e766-bc17-4231-9825-8f2bab5f2583 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  display: none;
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583, #wrap-s-c747e766-bc17-4231-9825-8f2bab5f2583, #wrap-content-s-c747e766-bc17-4231-9825-8f2bab5f2583 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  display: none;
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583, #wrap-s-c747e766-bc17-4231-9825-8f2bab5f2583, #wrap-content-s-c747e766-bc17-4231-9825-8f2bab5f2583 { display: none !important; }}@media (max-width: 767px){#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  min-height: 700px;
}
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/480x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/960x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/768x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/1536x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/1024x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/2048x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/1200x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c747e766-bc17-4231-9825-8f2bab5f2583 {
  background-image: url(https://i.shgcdn.com/eb4a2e26-a434-41f5-9dae-515eb89ae1e5/-/resize/2048x/);
}
#s-c747e766-bc17-4231-9825-8f2bab5f2583.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c747e766-bc17-4231-9825-8f2bab5f2583 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-c747e766-bc17-4231-9825-8f2bab5f2583.shg-box.shg-c {
  justify-content: center;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 750px;
text-align: center;
}
@media (max-width: 767px){#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin-top: 10%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
max-width: 450px;
}
}
#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 1%;
  margin-bottom: 1%;
}

.shg-image-content-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image {
  box-sizing: border-box;
}



.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image {
  box-sizing: border-box;
}



.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image {
  box-sizing: border-box;
}



.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image {
  box-sizing: border-box;
}



.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6de1ae2d-2072-4aa5-9b90-74ba045521d6.shogun-image {
  box-sizing: border-box;
}



.s-6de1ae2d-2072-4aa5-9b90-74ba045521d6 img.shogun-image {
  
}


}
#s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8 {
  margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8 {
  
}
}@media (max-width: 767px){#s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8 {
  display: none;
}
#s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8, #wrap-s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8, #wrap-content-s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8 { display: none !important; }}
#s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8 .shg-proportional-font-size,
#s-eb0a7b88-cc47-4d9e-8de4-97d45e0b4fc8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-a38b9175-4e2b-4a6d-aef5-860748a4659d {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGIyZjU5MzctYzYzMC00NDg5LWE1Y2UtMTExNDIzMjYyOWU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYjJmNTkzNy1jNjMwLTQ0ODktYTVjZS0xMTE0MjMyNjI5ZTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-a38b9175-4e2b-4a6d-aef5-860748a4659d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a38b9175-4e2b-4a6d-aef5-860748a4659d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a38b9175-4e2b-4a6d-aef5-860748a4659d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2I2YzdkMzYtZDA5OC00MTEzLThiODUtNGEwNzcwNmE4MjdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYjZjN2QzNi1kMDk4LTQxMTMtOGI4NS00YTA3NzA2YTgyN2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
}

  #s-a38b9175-4e2b-4a6d-aef5-860748a4659d-root {
    text-align: center;
  }


#s-a38b9175-4e2b-4a6d-aef5-860748a4659d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a38b9175-4e2b-4a6d-aef5-860748a4659d-root {
    text-align: center;
  }


#s-a38b9175-4e2b-4a6d-aef5-860748a4659d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a38b9175-4e2b-4a6d-aef5-860748a4659d-root {
    text-align: center;
  }


#s-a38b9175-4e2b-4a6d-aef5-860748a4659d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a38b9175-4e2b-4a6d-aef5-860748a4659d-root {
    text-align: center;
  }


#s-a38b9175-4e2b-4a6d-aef5-860748a4659d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a38b9175-4e2b-4a6d-aef5-860748a4659d-root {
    text-align: center;
  }


#s-a38b9175-4e2b-4a6d-aef5-860748a4659d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-85884ec0-4971-4280-966b-47c73b6e8f56 {
  background-size: contain;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-85884ec0-4971-4280-966b-47c73b6e8f56 {
  display: none;
}
#s-85884ec0-4971-4280-966b-47c73b6e8f56, #wrap-s-85884ec0-4971-4280-966b-47c73b6e8f56, #wrap-content-s-85884ec0-4971-4280-966b-47c73b6e8f56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85884ec0-4971-4280-966b-47c73b6e8f56 {
  display: none;
}
#s-85884ec0-4971-4280-966b-47c73b6e8f56, #wrap-s-85884ec0-4971-4280-966b-47c73b6e8f56, #wrap-content-s-85884ec0-4971-4280-966b-47c73b6e8f56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85884ec0-4971-4280-966b-47c73b6e8f56 {
  display: none;
}
#s-85884ec0-4971-4280-966b-47c73b6e8f56, #wrap-s-85884ec0-4971-4280-966b-47c73b6e8f56, #wrap-content-s-85884ec0-4971-4280-966b-47c73b6e8f56 { display: none !important; }}@media (max-width: 767px){#s-85884ec0-4971-4280-966b-47c73b6e8f56 {
  min-height: 700px;
}
}







#s-85884ec0-4971-4280-966b-47c73b6e8f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85884ec0-4971-4280-966b-47c73b6e8f56.shg-box.shg-c {
  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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  margin-left: auto;
margin-right: auto;
max-width: 3850px;
text-align: center;
}
@media (max-width: 767px){#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  max-width: 450px;
}
}
#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568-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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 img.shogun-image {
  width: 100%;
  
  
  max-width: 3850px;

      
    max-width: 3850px;

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




.s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568-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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 img.shogun-image {
  width: 100%;
  
  
  max-width: 3850px;

      
    max-width: 3850px;

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




.s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568-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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 img.shogun-image {
  width: 100%;
  
  
  max-width: 3850px;

      
    max-width: 3850px;

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




.s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568-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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 img.shogun-image {
  width: 100%;
  
  
  max-width: 3850px;

      
    max-width: 3850px;

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




.s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568-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-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-eb4a7718-7845-4ed6-8074-0f553ca9b568 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568 img.shogun-image {
  width: 100%;
  
  
  max-width: 3850px;

      
    max-width: 3850px;

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




.s-eb4a7718-7845-4ed6-8074-0f553ca9b568 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb4a7718-7845-4ed6-8074-0f553ca9b568.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmFlMjkyYmMtMmFjNS00NmU0LTlkMWUtOGJjNzY3MDI0Y2I5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmYWUyOTJiYy0yYWM1LTQ2ZTQtOWQxZS04YmM3NjcwMjRjYjkpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 12px;
padding-left: 22px;
padding-bottom: 12px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTQ1ZDY0MTgtYjM5ZC00MTNhLWE0ZWItM2FlMzQ5MWJkNTMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNDVkNjQxOC1iMzlkLTQxM2EtYTRlYi0zYWUzNDkxYmQ1MzApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
}@media (max-width: 767px){#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTY4ZmNkYjMtODE3NS00YzQzLThlYTAtZmU0ZTkyYWRkZWMzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA5NmI5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3ZWI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNjhmY2RiMy04MTc1LTRjNDMtOGVhMC1mZTRlOTJhZGRlYzMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 2%;
padding-bottom: 2%;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#0096b9"}, {"id"=>2, "pos"=>1, "color"=>"#007eb9"}];
}
}

  #s-6acb5db1-e3a1-44e8-954d-85b06eb014f6-root {
    text-align: center;
  }


#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6acb5db1-e3a1-44e8-954d-85b06eb014f6-root {
    text-align: center;
  }


#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6acb5db1-e3a1-44e8-954d-85b06eb014f6-root {
    text-align: center;
  }


#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6acb5db1-e3a1-44e8-954d-85b06eb014f6-root {
    text-align: center;
  }


#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6acb5db1-e3a1-44e8-954d-85b06eb014f6-root {
    text-align: center;
  }


#s-6acb5db1-e3a1-44e8-954d-85b06eb014f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cabe6468-3f01-424b-b96d-6de864763cb5 {
  box-shadow:3px 5px 4px 0px rgba(0, 0, 0, 1);
margin-top: 8px;
margin-bottom: 8px;
min-height: 500px;
background-color: rgba(18, 18, 18, 1);
}








#s-cabe6468-3f01-424b-b96d-6de864763cb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cabe6468-3f01-424b-b96d-6de864763cb5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

@media (min-width: 0px) {
[id="s-104af06d-83ad-43d4-b072-f2c315af6f69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-104af06d-83ad-43d4-b072-f2c315af6f69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-104af06d-83ad-43d4-b072-f2c315af6f69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-104af06d-83ad-43d4-b072-f2c315af6f69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-714a03e5-acf3-4a20-b7b4-daa119e36d43 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
min-height: 550px;
background-position: center center;
}








#s-714a03e5-acf3-4a20-b7b4-daa119e36d43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-714a03e5-acf3-4a20-b7b4-daa119e36d43 {
  cursor: pointer;
}#s-714a03e5-acf3-4a20-b7b4-daa119e36d43.shg-box.shg-c {
  justify-content: flex-end;
}

#s-9da84731-10af-425d-a9db-02ab1ab4db29 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px){#s-9da84731-10af-425d-a9db-02ab1ab4db29 {
  padding-left: 10%;
padding-right: 10%;
}
}







#s-9da84731-10af-425d-a9db-02ab1ab4db29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9da84731-10af-425d-a9db-02ab1ab4db29.shg-box.shg-c {
  justify-content: center;
}

#s-13b563f0-66b1-44de-a471-1b03b7332049 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
min-height: 550px;
background-position: center center;
}








#s-13b563f0-66b1-44de-a471-1b03b7332049 > .shg-box-overlay {
  background-color: rgba(78, 52, 52, 0);
  opacity: 0;
  display: block;
}#s-13b563f0-66b1-44de-a471-1b03b7332049 {
  cursor: pointer;
}#s-13b563f0-66b1-44de-a471-1b03b7332049.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b5f0a86c-4f12-48c7-8966-75b9907f6f45 {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-b5f0a86c-4f12-48c7-8966-75b9907f6f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5f0a86c-4f12-48c7-8966-75b9907f6f45.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3ff8d776-7d86-4376-ba05-9bd8da718072"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ff8d776-7d86-4376-ba05-9bd8da718072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3ff8d776-7d86-4376-ba05-9bd8da718072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ff8d776-7d86-4376-ba05-9bd8da718072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-94cf3208-44db-434e-a387-7eb84a6e9585 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
min-height: 550px;
background-position: center center;
}








#s-94cf3208-44db-434e-a387-7eb84a6e9585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-94cf3208-44db-434e-a387-7eb84a6e9585 {
  cursor: pointer;
}#s-94cf3208-44db-434e-a387-7eb84a6e9585.shg-box.shg-c {
  justify-content: flex-end;
}

#s-65dc951b-f2f8-410e-a161-1b99c8fe5f1e {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-65dc951b-f2f8-410e-a161-1b99c8fe5f1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65dc951b-f2f8-410e-a161-1b99c8fe5f1e.shg-box.shg-c {
  justify-content: center;
}

#s-ecf3868f-50f5-4bce-8e9b-80be03a84e98 {
  box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
min-height: 550px;
background-position: center center;
}








#s-ecf3868f-50f5-4bce-8e9b-80be03a84e98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ecf3868f-50f5-4bce-8e9b-80be03a84e98 {
  cursor: pointer;
}#s-ecf3868f-50f5-4bce-8e9b-80be03a84e98.shg-box.shg-c {
  justify-content: flex-end;
}

#s-aaa66a72-1b9e-42d3-8707-46537c977d4e {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-aaa66a72-1b9e-42d3-8707-46537c977d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aaa66a72-1b9e-42d3-8707-46537c977d4e.shg-box.shg-c {
  justify-content: center;
}

#s-16f97f36-eb30-43aa-9196-e5483e44d5ac {
  background-repeat: no-repeat;
margin-top: 8px;
margin-left: 8px;
margin-bottom: 8px;
margin-right: 8px;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}

#s-16f97f36-eb30-43aa-9196-e5483e44d5ac {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmViZmVjMzctMmVmMC00MDFkLTlhMDEtZjFkNzcxYTRkNzVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzMzYzQ1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWJmZWMzNy0yZWYwLTQwMWQtOWEwMS1mMWQ3NzFhNGQ3NWUpIi8+PC9zdmc+);
}








#s-16f97f36-eb30-43aa-9196-e5483e44d5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16f97f36-eb30-43aa-9196-e5483e44d5ac.shg-box.shg-c {
  justify-content: center;
}

#s-34d78b37-7947-4171-99fa-465a31e34c06 {
  text-align: left;
}

#s-a084f9f8-950f-44ce-b0de-4c11b25414fe {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-975b10cc-e721-4e04-8935-36bf31c0263a {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-975b10cc-e721-4e04-8935-36bf31c0263a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-975b10cc-e721-4e04-8935-36bf31c0263a"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-975b10cc-e721-4e04-8935-36bf31c0263a"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-975b10cc-e721-4e04-8935-36bf31c0263a"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600-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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 .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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-74a8d133-d338-4b94-9d80-6361bb4f5600 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600-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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 .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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-74a8d133-d338-4b94-9d80-6361bb4f5600 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600-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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 .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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-74a8d133-d338-4b94-9d80-6361bb4f5600 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600-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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 .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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-74a8d133-d338-4b94-9d80-6361bb4f5600 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600-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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 .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-74a8d133-d338-4b94-9d80-6361bb4f5600 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-74a8d133-d338-4b94-9d80-6361bb4f5600 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-74a8d133-d338-4b94-9d80-6361bb4f5600 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74a8d133-d338-4b94-9d80-6361bb4f5600.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  margin-left: auto;
margin-right: auto;
max-width: 4590px;
aspect-ratio: 4590/1801;
text-align: center;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }

    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-link {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4590px;
  }



  img.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
    
    
    
    max-height: 4590px;
  }


.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
  box-sizing: border-box;
}



.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
      --shg-aspect-ratio: calc(4590/1801); 
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
      position: relative;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4590px;
    }
  }

@media (min-width: 1200px){#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }

    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-link {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4590px;
  }



  img.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
    
    
    
    max-height: 4590px;
  }


.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
  box-sizing: border-box;
}



.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
      --shg-aspect-ratio: calc(4590/1801); 
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
      position: relative;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4590px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }

    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-link {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4590px;
  }



  img.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
    
    
    
    max-height: 4590px;
  }


.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
  box-sizing: border-box;
}



.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
      --shg-aspect-ratio: calc(4590/1801); 
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
      position: relative;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4590px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }

    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-link {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4590px;
  }



  img.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
    
    
    
    max-height: 4590px;
  }


.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
  box-sizing: border-box;
}



.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
      --shg-aspect-ratio: calc(4590/1801); 
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
      position: relative;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4590px;
    }
  }

}@media (max-width: 767px){#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }

    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-link {
      aspect-ratio: 4590/1801;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 4590px;
  }



  img.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
    
    
    
    max-height: 4590px;
  }


.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image {
  box-sizing: border-box;
}



.s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 {
      --shg-aspect-ratio: calc(4590/1801); 
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container {
      position: relative;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2380d1e-90a7-40c2-84fd-69b1f86a2737 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4590px;
    }
  }

}
#s-e24c9d38-76ab-4a26-9046-0c5aac78d135 {
  text-align: center;
}

#s-e24c9d38-76ab-4a26-9046-0c5aac78d135 {
  overflow: hidden;
  
  
}







  #s-e24c9d38-76ab-4a26-9046-0c5aac78d135 img.shogun-image {
    

    
    
    
  }


#s-e24c9d38-76ab-4a26-9046-0c5aac78d135 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
text-align: center;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513-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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513-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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513-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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513-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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513-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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .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-4e32e01d-dd71-4d39-8ac7-57ad7a678513 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 img.shogun-image {
  width: 100%;
  
  
  max-width: 3000px;

      
    max-width: 3000px;

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




.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e32e01d-dd71-4d39-8ac7-57ad7a678513.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f2fc3143-f5cb-484f-be16-0ca796c100dc {
  max-width: 1336px;
aspect-ratio: 1336/552;
text-align: center;
}

#s-f2fc3143-f5cb-484f-be16-0ca796c100dc {
  overflow: hidden;
  
  
      max-width: 1336px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-f2fc3143-f5cb-484f-be16-0ca796c100dc img.shogun-image,
  #s-f2fc3143-f5cb-484f-be16-0ca796c100dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f2fc3143-f5cb-484f-be16-0ca796c100dc {
    width: 100%;
    height: auto;
  }



  #s-f2fc3143-f5cb-484f-be16-0ca796c100dc img.shogun-image {
    

    
    
    
  }


#s-f2fc3143-f5cb-484f-be16-0ca796c100dc .shogun-image-content {
  
    justify-content: center;
  
}

#s-6dc05bea-7b8a-42d4-863d-d9eae4a88709 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-6dc05bea-7b8a-42d4-863d-d9eae4a88709"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6dc05bea-7b8a-42d4-863d-d9eae4a88709"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc05bea-7b8a-42d4-863d-d9eae4a88709"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc05bea-7b8a-42d4-863d-d9eae4a88709"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 8.0px);
}

}

#s-ae920b47-3199-4e5d-a736-a2fd05e8448b {
  text-align: center;
}

#s-ae920b47-3199-4e5d-a736-a2fd05e8448b {
  overflow: hidden;
  
  
}







  #s-ae920b47-3199-4e5d-a736-a2fd05e8448b img.shogun-image {
    

    
    
    
  }


#s-ae920b47-3199-4e5d-a736-a2fd05e8448b .shogun-image-content {
  
    justify-content: center;
  
}

#s-65d1cb5e-f70f-491a-85be-01f3077d92a5 {
  text-align: center;
}

#s-65d1cb5e-f70f-491a-85be-01f3077d92a5 {
  overflow: hidden;
  
  
}







  #s-65d1cb5e-f70f-491a-85be-01f3077d92a5 img.shogun-image {
    

    
    
    
  }


#s-65d1cb5e-f70f-491a-85be-01f3077d92a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00801920-d217-46e0-8c2b-34841fdda101 {
  text-align: center;
}

#s-00801920-d217-46e0-8c2b-34841fdda101 {
  overflow: hidden;
  
  
}







  #s-00801920-d217-46e0-8c2b-34841fdda101 img.shogun-image {
    

    
    
    
  }


#s-00801920-d217-46e0-8c2b-34841fdda101 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1ab621ef-6412-4b65-88b5-db8bea62eb09 {
  text-align: center;
}

#s-1ab621ef-6412-4b65-88b5-db8bea62eb09 {
  overflow: hidden;
  
  
}







  #s-1ab621ef-6412-4b65-88b5-db8bea62eb09 img.shogun-image {
    

    
    
    
  }


#s-1ab621ef-6412-4b65-88b5-db8bea62eb09 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fdf2091c-cd76-4767-bc9a-a97b0acb1c3d {
  text-align: center;
}

#s-fdf2091c-cd76-4767-bc9a-a97b0acb1c3d {
  overflow: hidden;
  
  
}







  #s-fdf2091c-cd76-4767-bc9a-a97b0acb1c3d img.shogun-image {
    

    
    
    
  }


#s-fdf2091c-cd76-4767-bc9a-a97b0acb1c3d .shogun-image-content {
  
    justify-content: center;
  
}

#s-3139981f-7b46-46a1-8aec-c964765e6293 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* <-- User Content Animations */

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

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

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