.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.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-6589fc7a-5aba-4be0-8247-11025d1f5d74 {
  min-height: 50px;
}








#s-6589fc7a-5aba-4be0-8247-11025d1f5d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6589fc7a-5aba-4be0-8247-11025d1f5d74.shg-box.shg-c {
  justify-content: center;
}

.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-456c4552-4ab9-4ab3-8db8-341e43ec0564 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-456c4552-4ab9-4ab3-8db8-341e43ec0564 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-52ecdf2f-29c6-4fa6-966f-a4d2ad99c777 {
  padding-top: 10px;
padding-bottom: 10px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-3cf92f1d-7f98-447e-bd17-4ba973af28ab {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-ced51b93-a0a8-4cf0-b167-4727e7b23452 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-fa147afb-759e-4f51-a169-41ee3a60fec2 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-60caa2ee-1da4-4366-9e49-97c40552c216 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-18ccb216-e996-4482-878a-be2d43a059a5 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-8bbff70f-f155-48db-b38a-b751959c9795 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-5ca662f4-b6e3-4413-81e8-6a86377ddf33 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-3c44a27b-87fb-475e-bccc-efac47ee0a29 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-3dfbcfea-118f-4d1c-8e13-6fc69b28a58a {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-9d1c6491-b5b5-4f1c-8bc7-fcf3dade7dc4 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-e83687c8-3ed3-4b43-a1d6-a543ecae51f4 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-8ee3282d-91b6-47bc-8f2a-ef56011df817 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-015f0867-a6f0-4bdd-a389-280d96c80ab5 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-aabb85cf-b0af-4e41-8489-4f4b121dd78d {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-e8c62f1e-6806-4f5d-a7ff-d31a06493e11 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-614ba39e-d7cc-40d4-aa51-4712f34b160b {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-4c899f99-1ee0-4e4d-95c5-cd6cf67dfc85 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-05c81c5f-ef31-4c04-82c8-767579687622 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-dc48810a-ea32-4e06-a244-396863359db7 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-da4b0177-9296-4643-bdf0-165dfdfe40d3 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-abc5f866-1623-4535-90a4-17a334a6e784 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-6a18ce34-22e0-4233-a0cd-5a69502b9aea {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-d6ddde09-2cd5-4c39-be85-8cc3e1316715 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-a0cb15f5-47e3-4a13-aefc-a10a777ca1de {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-81ffc45a-18a3-4feb-8ba8-a5ae77f238ef {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-c151fc49-0155-44da-bb22-82e0670153ab {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-4abc24cc-260c-4130-a585-8ed69602b54b {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-56606f62-bf96-461e-a328-e288e7b0190b {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-dd5d3609-6e5e-4e4b-ab3e-a515be752391 {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
}

#s-4fd68a0f-7f6e-472f-8c2b-4bfc80d620c0 {
  margin-left: 25%;
margin-right: 25%;
max-width: 50%;
}

#s-b3b2de13-1f3c-4165-8504-d1321e8292e5 {
  margin-left: 25%;
margin-right: 25%;
max-width: 50%;
}

#s-b3ef7289-98d8-45ee-bcca-c59f608463bc {
  margin-left: 25%;
margin-right: 25%;
max-width: 50%;
}

#s-76b4b828-08cc-4428-a7d5-de46a50ca10c {
  margin-left: 25%;
margin-right: 25%;
max-width: 50%;
}

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

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
