.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-4534b27b-8bd8-4780-adfe-eb53b451bfc2{background-image:url(https://i.shgcdn.com/6e33e096-b3b9-450e-82fd-54a2dffac7af/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:contain;min-height:300px;background-position:center center}#s-4534b27b-8bd8-4780-adfe-eb53b451bfc2>.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-60e6ebc7-2324-42c0-bb42-54191029bd7f .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-4b2e5449-e843-4074-ab3b-491a3a2cd89c .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-40d9e15a-c2b4-4f23-9d08-244087f7d1af .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-fbe8b6da-4020-43cb-a3ae-10a28eff83e4 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-eb392e60-2670-499e-af79-8de6d4089c70 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-4d64d673-d21e-4d15-a7bd-c60464790d73 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-21e38e3c-ee5e-4fa4-9c10-eff55d1a2283 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-6ed112e0-d7c1-492d-b747-99c3c86a58b0 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-a6596f41-1a21-4ade-a118-6c7cd5c7805a .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-07bfb840-99b3-4a9f-8108-98e86e78f36d .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-e0d9c4dd-9e24-41ae-9e69-a0678863859c .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%;
}
