.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-a14f7097-dc5b-4700-a6fc-5751ea8d229a{min-height:50px}#s-a14f7097-dc5b-4700-a6fc-5751ea8d229a>.shg-box-overlay{background-color:#fff;opacity:0}#s-f7937f71-8428-40e7-9a05-1227ffe31940{margin-top:50px;margin-left:50px;margin-bottom:50px;margin-right:50px;min-height:50px;background-color:#ececf1}#s-f7937f71-8428-40e7-9a05-1227ffe31940>.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-b509a394-738c-499d-8d2c-822abcf544ae{padding-top:3px;padding-bottom:3px}#s-b509a394-738c-499d-8d2c-822abcf544ae .shogun-heading-component h1{color:#000;font-weight:normal;font-family:Fjalla One;font-style:normal;font-size:32px;text-align:center}.shogun-image-container{position:relative}.shogun-image-overlay{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;padding:20px;align-items:center;justify-content:center}.shogun-image-overlay.shg-top-left{align-items:flex-start;justify-content:flex-start}.shogun-image-overlay.shg-top-center{align-items:flex-start;justify-content:center}.shogun-image-overlay.shg-top-right{align-items:flex-start;justify-content:flex-end}.shogun-image-overlay.shg-middle-left{align-items:center;justify-content:flex-start}.shogun-image-overlay.shg-middle-center{align-items:center;justify-content:center}.shogun-image-overlay.shg-middle-right{align-items:center;justify-content:flex-end}.shogun-image-overlay.shg-bottom-left{align-items:flex-end;justify-content:flex-start}.shogun-image-overlay.shg-bottom-center{align-items:flex-end;justify-content:center}.shogun-image-overlay.shg-bottom-right{align-items:flex-end;justify-content:flex-end}.shogun-image-overlay p{margin:0;padding:0;line-height:normal}.shogun-image-cover{-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;";width:100%}.shogun-image-contain{font-family:"object-fit: contain;";-o-object-fit:contain;object-fit:contain;width:100%}.shogun-image-link{min-height:inherit;max-height:inherit}.shogun-lightbox-item{cursor:pointer;min-height:inherit;max-height:inherit}.shogun-lightbox{display:none;position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shogun-lightbox-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.shogun-lightbox-close{color:#fff;font-size:45px;align-self:flex-end;margin-right:10px;line-height:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.shogun-lightbox-image-container{display:flex;flex-flow:row nowrap;align-items:center;padding:10px}.shogun-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shogun-lightbox-close:hover,.shogun-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}img.shogun-image{display:block;max-width:100% !important;margin:0 auto !important}#s-d652805a-5852-4268-a929-ac83a7f0ab54{text-align:center}@media (min-width: 992px) and (max-width: 1199px){#s-d652805a-5852-4268-a929-ac83a7f0ab54,#wrap-s-d652805a-5852-4268-a929-ac83a7f0ab54{display:none !important}}#s-dbe095d0-90a5-4ee0-8682-42a5767d007f{margin-top:50px;margin-left:50px;margin-bottom:50px;margin-right:50px;min-height:50px}#s-dbe095d0-90a5-4ee0-8682-42a5767d007f>.shg-box-overlay{background-color:#fff;opacity:0}#s-07ef1202-9956-4f54-89cd-5dbb25b81b23{padding-top:10px;padding-bottom:10px;background-color:#e0e0e0}#s-07ef1202-9956-4f54-89cd-5dbb25b81b23 .shogun-heading-component h1{color:#000;font-weight:normal;font-family:Fjalla One;font-style:normal;font-size:32px;text-align:center}#s-2e160c1d-726b-498a-9b4f-6106ccf43715{margin-top:7px}#s-b7c900a7-7f94-44f4-baf3-4e086b93914e{margin-left:4px;margin-right:4px}

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