.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-fb584151-ca1b-4653-b65a-81ac04265abc>.shg-box-overlay{background-color:#fff;opacity:0}#s-9eac2c89-7cee-4969-a090-6cd04203d1b5>.shg-box-overlay{background-color:#fff;opacity:0}#s-28169ae4-ab4b-4e4c-bd04-b58f9b106d1e>.shg-box-overlay{background-color:#fff;opacity:0}#s-76b8348b-ba4b-4567-bb1a-ad595993e289{background-image:url(https://ucarecdn.com/d1fa6af4-64f2-47a3-afb4-0fe8c0247a79/-/stretch/off/-/resize/3000x/-/quality/best/);background-repeat:no-repeat;background-size:cover;min-height:200px;background-position:left bottom}#s-76b8348b-ba4b-4567-bb1a-ad595993e289>.shg-box-overlay{background-color:#fff;opacity:0}#s-9c58773d-3b2d-44f2-90dd-d5e092f5abd8{background-image:url(https://ucarecdn.com/76d3b0d6-03f0-4044-ba3d-501360f9631d/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);background-repeat:no-repeat;background-size:cover;min-height:825px;background-position:left center;background-color:rgba(17,17,17,0.53)}#s-9c58773d-3b2d-44f2-90dd-d5e092f5abd8>.shg-box-overlay{background-color:#fff;opacity:0}#s-8752504b-6f65-4d09-a613-2f6fc1a4b28b{margin-top:80px;margin-bottom:80px;padding-top:30px;padding-left:30px;padding-bottom:30px;padding-right:30px;max-width:600px;opacity:1;text-align:left}#s-8752504b-6f65-4d09-a613-2f6fc1a4b28b>.shg-box-overlay{background-color:#fff;opacity:0}#s-ae41e0cb-f62f-4f11-ad03-ccb7fb6df7a1{opacity:1;text-align:left}#s-91186f67-529d-4a3e-9b95-bcfba00901a5{margin-top:30px;margin-bottom:30px;padding-top:20px;padding-left:20px;padding-bottom:20px;padding-right:20px;background-color:rgba(0,0,0,0.25)}#s-63a8195a-4ff8-4de4-9219-33a91f68c81a{background-color:rgba(0,0,0,0.25)}

/*
  $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 {
  width: 100%;
}
