.shg-box{position:relative}.shg-box>.shg-box-content{z-index:4;position:relative}.shg-box-vertical-center-wrapper{display:flex;width:100%}.shg-box-vertical-center{display:flex;flex-direction:column;justify-content:center;flex:1}.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-a2679a4f-8215-484e-8fbd-ed6a8f5107ad{min-height:50px}#s-a2679a4f-8215-484e-8fbd-ed6a8f5107ad>.shg-box-overlay{background-color:#fff;opacity:0}#s-064a7a98-b1fd-4063-aaba-5be7d25ecb6e{background-image:url(https://i.shgcdn.com/3224c033-3246-49f8-aecb-e55af073cb22/-/format/auto/-/preview/3000x3000/-/quality/lighter/);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:600px;background-position:center bottom}#s-064a7a98-b1fd-4063-aaba-5be7d25ecb6e>.shg-box-overlay{background-color:#fff;opacity:0}#s-815cf4da-35a2-4f52-998c-c6e98a585d3a{margin-left:auto;padding-top:20px;padding-left:20px;padding-bottom:20px;padding-right:20px;min-height:50px;max-width:1000px;background-color:rgba(0,0,0,0.7)}#s-815cf4da-35a2-4f52-998c-c6e98a585d3a>.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-d20e866a-d9ec-4675-887c-8f64882961c4{margin-top:0px;margin-bottom:0px}#s-d20e866a-d9ec-4675-887c-8f64882961c4 .shogun-heading-component h1{color:#fff;font-weight:800;font-family:Open Sans;font-style:normal;font-size:40px;text-align:center}#s-3e97f623-8335-408d-99f1-f2cff7f6b211{margin-top:0px;margin-bottom:0px}#s-3e97f623-8335-408d-99f1-f2cff7f6b211 .shogun-heading-component h1{color:#fff;font-weight:300;font-family:Open Sans;font-style:normal;font-size:28px;text-align:center}#s-7f5dab00-2f1c-44d1-ad78-3a210924ce78{min-height:50px}#s-7f5dab00-2f1c-44d1-ad78-3a210924ce78>.shg-box-overlay{background-color:#fff;opacity:0}#s-e6a19c3e-e324-4240-a9c8-48432a871e97{margin-top:30px;margin-left:auto;margin-bottom:30px;margin-right:auto;padding-left:25px;padding-right:25px;min-height:50px;max-width:1000px}#s-e6a19c3e-e324-4240-a9c8-48432a871e97>.shg-box-overlay{background-color:#fff;opacity:0}#s-70c52b26-ea09-457e-8eee-84cf39dda2e0{padding-top:10px;padding-bottom:10px}#s-70c52b26-ea09-457e-8eee-84cf39dda2e0 .shogun-heading-component h2{color:#000;font-weight:800;font-family:Open Sans;font-style:normal;font-size:26px;text-align:center}#s-5ba0b97b-6e90-4078-aa26-35caef270ea1{padding-top:10px;padding-bottom:10px}#s-5ba0b97b-6e90-4078-aa26-35caef270ea1 .shogun-heading-component h2{color:#000;font-weight:800;font-family:Open Sans;font-style:normal;font-size:21px;text-align:center}#s-b10f4ba4-0916-4a9b-8f1f-d908ae206b5e{padding-top:15px}#s-ce302e38-bd11-4799-bab5-34512c25d114{padding-top:15px}

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

.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;
  }
}
