.shg-box{position:relative}.shg-box>.shg-box-content{z-index:4;position:relative}.shg-box-vertical-center{display:flex;flex-direction:column;justify-content:center}.shg-box-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;pointer-events:none}.shg-box-video-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1}#s-30299df2-6b16-4395-98b6-2f944069d1f8{background-image:url(https://i.shgcdn.com/e53a66a1-3f5e-4446-b5b1-80cf514e7778/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:contain;min-height:300px;background-position:center center}#s-30299df2-6b16-4395-98b6-2f944069d1f8>.shg-box-overlay{background-color:#fff;opacity:0}.shogun-heading-component h1,.shogun-heading-component h2,.shogun-heading-component h3,.shogun-heading-component h4,.shogun-heading-component h5,.shogun-heading-component h6{margin:0;padding:0;display:block;color:#000;text-transform:none;font-weight:normal;font-style:normal;letter-spacing:normal;line-height:normal}.shogun-heading-component a{text-decoration:none !important;padding:0 !important;margin:0 !important;border:none !important}#s-669892b1-607b-47ff-86bb-bf2b2857af18 .shogun-heading-component h2{color:#000;font-weight:normal;font-style:normal;font-size:24px}#s-e16f951d-6bc1-4548-ac46-f3a8c7fa17b7 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-e8572107-774b-4b1d-8744-8e8eb438633b .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-5e966d8a-5ae5-4f56-9e24-3136938a7e39 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-f68dd388-a3d4-4bf1-a16c-1d6dd0e69166 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-b9450955-3646-4673-bff5-f1705c531124 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-0113d411-5834-4f9c-9331-07674239e04c .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-feb3fa00-72a7-4614-94ad-af8ceacda719 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-c6d79122-d3f4-4561-8ef5-6d65a76697a4 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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%;
}
