.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-1b06877b-8566-4e10-a0e0-ba3ac05de9da{background-image:url(https://i.shgcdn.com/a6d16bd6-1fef-4494-b601-59fa1a10b063/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:contain;min-height:300px;background-position:center center}#s-1b06877b-8566-4e10-a0e0-ba3ac05de9da>.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-36971130-4b72-4453-a2c5-a25c5e5fc0f2 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-592a41fc-1620-4ce4-963b-314f698e0cf3 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-4dc0bad2-ed8e-45af-843a-6a4d947a222c .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-ce5b6c27-49e0-4056-bac8-3b216ae2652b .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-53eca09d-56fb-4937-807c-7ec62146333a .shogun-heading-component h2{color:#000;font-weight:normal;font-style:normal;font-size:24px}#s-1e5af4a9-b6dc-4ffe-8cea-a09399b3acd4 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-9988c0c1-b28c-4375-900f-69f6ea839780 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-b95db21a-9853-405a-aa8c-adf59a9720a4 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-361d64a3-d01b-4f23-98fb-1f86bf589f74 .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-a9ee7261-8637-4d80-b189-ef4a8660bd4f .shogun-heading-component h3{color:#000;font-weight:normal;font-style:normal;font-size:18px}#s-a171d7bf-89bd-4b78-82f9-4739e0612725 .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%;
}
