.page-hero {
	z-index: 100;
}

.page-hero .page-hero__content .page-hero__subtext {
	font-family: "Domaine",serif;
}

.hero-title-desktop {
	display: block;
}

.hero-title-mobile {
	display: none;
}

.hero-subtext-desktop {
	display: block;
}

.hero-subtext-mobile {
	display: none;
}

.page-hero__wrap img {
	display: none;
}

.mobile-only {
	display: none;
}

@media only screen and (max-width: 1023px) {
    .image-height-100 {
        min-height: 100% !important;
    }
    
	.hero-title-desktop {
		display: none;
	}

	.hero-title-mobile {
		display: block;
	}

	.hero-subtext-desktop {
		display: none;
	}

	.hero-subtext-mobile {
		display: block;
	}

	.page-hero .page-hero__content .page-hero__subtext {
		max-width: 100%;
	}

	.page-hero.text_below_on_mobile {
		height: auto;
	}

	.page-hero.text_below_on_mobile .page-hero__wrap {
		display: block;
	}

	.page-hero.text_below_on_mobile .page-hero__wrap img {
		width: 100% !important;
		display: block;
	}

	.page-hero.text_below_on_mobile .page-hero__content {
		display: block;
		position: relative;
		top: unset;
		transform: unset;
		padding-top: 30px;
		padding-bottom: 30px;
		left: unset;
	}

	.page-hero.text_below_on_mobile .page-hero__content h1.page-hero__title {
		color: #0000b4;
	}

	.page-hero.text_below_on_mobile .page-hero__content .page-hero__subtext {
		color: #2a2a2a;
	}

	.page-hero.text_below_on_mobile .page-hero__content .button {
		color: #0000b4;
		border-color: #0000b4;
		box-shadow: #0000b4 4px 4px 0px 0px;
	}

	.page-hero.text_below_on_mobile .page-hero__content a.button--lg.button--clear {
		color: #0000b4;
		border-color: #0000b4;
	}
}

@media only screen and (min-width: 768px) {
	.page-hero .page-hero__content {
		transform: none;
		max-width: 810px;
		top: 25%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1024px) {
	.page-hero .page-hero__content {
		width: 100%;
	}

	.page-hero .page-hero__content .page-hero__subtext {
		max-width: 100%;
	}

	.page-hero .page-hero__content.left-position {
		left: 0;
		right: unset;
		width: 50%;
		max-width: 50%;
	}

	.page-hero .page-hero__content.center-position {
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.page-hero .page-hero__content.right-position {
		right: 0;
		left: unset;
		width: 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 1280px) {
	.page-hero .page-hero__content .page-hero__title .hero-title-desktop {
		font-size: 50px !important;
	}
}

@media only screen and (max-width: 767px) {
	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}
#s-03eaf4d4-9e1a-4429-bb9b-67740790bb68 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
text-align: center;
}

.fifty-fifty-section-media .embed-container iframe {
    background-color: transparent;
}

.fifty-fifty-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #FFF;
}

/*Vimeo Videos*/
.fifty-fifty-section .vp-title-header {
    display: none !important;
}

.fifty-fifty-section.reverse {
    flex-direction: row-reverse;
}

.fifty-fifty-section.grey {
    background-color: #F8F7F4;
}

.fifty-fifty-section.padded {
    padding: 42px 29px;
}

.fifty-fifty-section.super_padded {
    padding: 42px 89px;
}

.fifty-fifty-section-icon {
    width: 76px;
}

.fifty-fifty-section-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.fifty-fifty-section-text.left {
    align-items: flex-start;
}

.fifty-fifty-section-text.center {
    align-items: center;
}

.fifty-fifty-section-text.right {
    align-items: flex-end;
}

.fifty-fifty-section-text > h2 {
    color: #2A2A2A;
    font-family: "Domaine",serif;
    font-size: 40px;
    letter-spacing: 0.29px;
    line-height: 56px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}

.fifty-fifty-section-text > p {
    color: #A1A3A6;
    font-family: "Suisse";
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 24px;
    margin-bottom: 30px;
    width: 80%;
}

.fifty-fifty-section-text.center > p {
    text-align: center;
}

.fifty-fifty-section-img {
    width: 50%;
    object-fit: cover;
}

.fifty-fifty-section-media {
    width: 50%;
}

.fifty-fifty-section-media .embed-container {
    height: 100%;
}

.fifty-fifty-section.f-f-section .text-link:after {
    display: none;
}

.fifty-fifty-section.f-f-section .text-link {
    display: inline;
    border-bottom: 1px solid #0000b4;
    padding-bottom: 5px;
}

.fifty-fifty-section.f-f-section h2 {
    text-align: center;
}

.fifty-fifty-section.f-f-section p {
    margin-bottom: 20px;
}

.fifty-fifty-section.fifty-flow-responsive {
    height: auto;
}

@media (max-width: 767px) {
    .fifty-fifty-section {
        flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
    }

    .fifty-fifty-section.fifty-flow-responsive {
        height: auto;
    }

    .fifty-fifty-section.fifty-flow-responsive .fifty-fifty-section-img {
        height: auto;
    }

    .fifty-fifty-section-text {
        width: 100% !important;
        justify-content: flex-start !important;
        align-items: flex-start  !important;
        padding: 20px !important;
    }

    .fifty-fifty-section-text > h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .fifty-fifty-section-img {
        width: 100% !important;
    }

    .fifty-fifty-section.padded {
        padding: 0;
    }

    .fifty-fifty-section.super_padded {
        padding: 0;
    }

    .fifty-fifty-section-icon {
        display: none;
    }

    .fifty-fifty-section-media {
        min-height: 260px;
        width: 100%;
    }

    .fifty-fifty-section-media iframe {
        min-height: 260px;
        width: 100%;
    }

    .fifty-fifty-section-text > p {
        width: 100%;
    }

    .fifty-fifty-section.f-f-section {
        height: auto;
    }

    .fifty-fifty-section.f-f-section .fifty-fifty-section-text {
        padding: 37px 20px 38px 20px !important;
    }

    .fifty-fifty-section.f-f-section .fifty-fifty-section-text p {
        text-align: left;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .fifty-fifty-section.f-f-section img {
        min-height: 260px;
    }

    .fifty-fifty-section.f-f-section h2 {
        text-align: left;
    }

    .fifty-fifty-section.f-f-section h2 br {
        display: none;
    }

    .fifty-fifty-section.f-f-section .text-link {
        letter-spacing: 1.5px;
    }
}

@media (min-width: 1500px) {
    .fifty-fifty-section.f-f-section {
        height: auto;
    }
}
#s-e1cdb89a-6758-4da6-95be-af4e13209041 {
  padding-top: 2px;
padding-bottom: 2px;
}

#s-02755f12-d912-4f04-bbc3-2feba73b16b6 {
  padding-top: 2px;
padding-bottom: 2px;
}

.titleIconsBlock {
	min-height: 468px;
	background-color: #F8F7F4;
}
.titleIconsBlock .titleIconsBlock--title {
	color: #0000b4;
	font-size: 90px;
	line-height: 88px;
	text-align: center;
	padding: 95px 0 12.5px 0;
	font-family: "Domaine Display",serif;
    font-weight: bold;
    font-style: normal;
	margin: 0 auto;
}

.titleIconsBlock .titleIconsBlock--container {
    display: flex;
    padding: 0 14.7%;
}
.titleIconsBlock .titleIconsBlock--dot-items {
    display: none;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .titleIconsBlock--paragraph {
	color: #A1A3A6;
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 24px;

	text-align: left;
	margin: -2px 0
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .titleIconsBlock--paragraph-title {
	color: #2A2A2A;
	font-size: 16px;
	line-height: 30px;
	font-family: "Suisse",sans-serif;
    font-weight: bold;
	padding: 9px 0;
	color: #A1A3A6;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item:last-child {
    margin-right: 0;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .foundation--icon {
    width: auto;
    height: auto;
    margin: 0 auto 0 0;
    max-width: 100%;
    margin-bottom: 15px;
    min-height: 74px;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    margin-right: 72px;
    padding-bottom: 115px;
}
.titleIconsBlock .titleIconsBlock--text {
   color: #2A2A2A;
   font-size: 46px;
   text-align: center;
   font-family: "Domaine",serif;
   font-weight: normal;
   font-style: normal;
   line-height: 56px;
   margin: 12.5px auto 30px auto;
   max-width: 71vw;
}
.titleIconsBlock .titleIconsBlock--subtitle {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 18px;
	text-align: center;
	
	padding-top: 32px;
	padding-bottom: 65px;
	text-transform: uppercase;
	margin: 0;
}
.titleIconsBlock--mobile {
    display: none;   
}
@media (max-width: 767px) {

    .titleIconsBlock {
        min-height: auto;
        padding-bottom: 54px;
    }
    .titleIconsBlock .titleIconsBlock--container {
        padding: 0 18px;
    }
    .titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item:first-child {
        display: flex;
    }
    .titleIconsBlock .titleIconsBlock--title {
    	font-size: 30px;
    	line-height: 38px;
    	text-align: center;
    }
    .titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .foundation--icon {
        margin: 0 auto;
    }
    .titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .titleIconsBlock--paragraph {
        text-align: center;
    }
    .titleIconsBlock .titleIconsBlock--dot-items {
        display: block;
        text-align: center;
    }
    .titleIconsBlock .titleIconsBlock--dot-items .dot {
        cursor: pointer;
        height: 8px;
        width: 8px;
        margin: 0 2px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        border-radius: 50%;
        border: 1px solid black;
    }
    .titleIconsBlock .titleIconsBlock--dot-items .dot.active {
        background-color: black;
    }
    .titleIconsBlock--mobile {
        display: block;
        background-color: #F8F7F4;
        padding-bottom: 78px;
    }
    .titleIconsBlock {
    	display:none;
    }
    
    /* external css: flickity.css */
    .carousel-cell--mobile-item {
      width: 100%;
      min-height: 200px;
      margin-right: 10px;
      background-color: #F8F7F4;
      border-radius: 5px;
      counter-increment: carousel-cell;
    }
    .carousel-cell--mobile-item--wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;   
    }
    
    /* cell number */
    .carousel-cell:before {
      display: block;
      text-align: center;
      content: counter(carousel-cell);
      line-height: 200px;
      font-size: 80px;
      color: white;
    }
    .titleIconsBlock--mobile .flickity-viewport{
        max-height: 575px!important;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .titleIconsBlock--paragraph {
    	color: #A1A3A6;
    	font-family: "Suisse";
    	font-size: 16px;
    	letter-spacing: 0.25px;
    	line-height: 24px;
    	text-align: center;
    	margin: 18px;
    	margin-top: 0;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .titleIconsBlock--paragraph-title {
    	font-family: "Suisse",sans-serif;
        font-weight: bold;
        color: #A1A3A6;
        margin-bottom: 0px;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .titleIconsBlock--title {
    	padding: 47px 16px 10px 16px;
	    font-size: 48px;
	    line-height: 46px;
	    width: auto;
	    
	    color: #0000b4;
    	text-align: center;
    	font-family: "Domaine Display",serif;
        font-weight: bold;
        font-style: normal;
    	margin: 0 auto;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .titleIconsBlock--text {
        font-size: 20px;
        line-height:30px;
        margin-top:10px;
        padding: 0 16px;
        width:auto;
        margin-bottom:20px;
        
        color: #2A2A2A;
        text-align: center;
        font-family: "Domaine",serif;
        font-weight: normal;
        font-style: normal;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .titleIconsBlock--subtitle {
        padding-top: 0;
	    padding-bottom: 30px;
	    
        color: #4A4A4A;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .foundation--icon {
    	width: auto;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        min-height: 72px;
    }
}
@media (min-width: 768px) {
    .titleIconsBlock .titleIconsBlock--title {
        min-width: 578px;
        max-width: 47vw;
    }
}

.titleIconsBlock--mobile .flickity-page-dots .dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #000;
}
.titleIconsBlock--mobile .flickity-page-dots .dot.is-selected{
    background: #000;
}

.best-sellers-section{
    margin-bottom: 45px!important;
    .section-title{
        margin-bottom: -58px;
        z-index: 1;
    }
    .product-card__main-text{
        margin: 10px 2.7vw 0 2.7vw;
    }
    .product-card__body{
        min-height:auto;
    }
}

@media (max-width: 767px) {
    .best-sellers-section{
        margin-bottom: 30px!important;
        .section-title{
            margin-bottom: -54px;
            .section-title__title {
                padding: 0 20px;
                font-size: 30px;
                margin-top: 47px;
            }
        }
        .product-card__main-text{
            margin: 10px 20px 0 20px;
        }
    }
}
.product-card__wrap {
    position: relative;
}
.product-card__hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .19s ease-out;
}
.text-and-press--container .text-and-press--paragraph {
	color: #2A2A2A;
	font-family: "Domaine Text";
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin: 37px auto;
	width: 80%;
}

.text-and-press--container .text-and-press--paragraph span {
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 5%, #78c8f4 5%, #78c8f4 32%, #ffffff 32%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 5%,#78c8f4 5%,#78c8f4 32%,#ffffff 32%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #ffffff 0%,#ffffff 5%,#78c8f4 5%,#78c8f4 32%,#ffffff 32%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    white-space: nowrap;
}

.text-and-press--container .text-and-press--paragraph span a {
    text-decoration: none;
    color: #2A2A2A;
    
}

.text-and-press-with-images--paragraph {
	color: #2A2A2A;
	font-family: "Domaine Text";
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0.33px;
	line-height: 32px;
	text-align: center;
	margin: 45px auto;
	width: 85%;
}
.text-and-press-with-images--title {
	color: #2A2A2A;
	font-family: "Suisse";
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: 51px 0 44px 0;
}
.text-and-press-with-images--items {
    display: none;
}


.text-and-press--container-with-images--mobile--wrapper {
    padding-bottom: 98px;
    background-color: #fff;
}
.text-and-press--container-with-images--mobile {
  display: block;
}
.text-and-press--container-with-images--desktop {
    display: none;
}
.text-and-press--container-with-images--mobile .text-and-press-with-images--single-item {
    min-height: 90px;
    max-width: 211px;
}

.text-and-press-with-images--items-single-image {
    min-height: 90px;
    max-width: 211px;
}

.text-and-press--container-with-images--mobile .text-and-press-with-images--single-item.bg-image {
    display: flex;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 auto 32px auto;
    align-items: center;
}
.text-and-press--container-with-images--mobile .carousel-cell--mobile-item {
    width: 100%;
    min-height: 100px;
    background-color: #fff !important;
}

.text-and-press-with-images--items-single-image {
    display: flex;
    margin: 0 auto !important;
    padding-bottom: 40px;
    justify-content: center;
}

.text-and-press-with-images--items-single-image .text-and-press-with-images--single-item {
    min-width: 100px;
}
.text-and-press-with-images--items-single-image .text-and-press-with-images--single-item.bg-image{
    display: flex;
    background-position: top;
    background-repeat: no-repeat;
    justify-content: center;
}
.text-and-press--container.text-and-press-section{
    .txt-title{
        color: #2A2A2A;
        font-family: "Suisse";
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        margin: 30px 0 0px 0;
    }
    .text-and-press--paragraph{
        margin: 23px auto;
        font-style: oblique;
        max-width: 78vw;
        font-family: "Domaine";
    }
    .content-link{
        display: flex;
        justify-content: center;
        align-items: center;
        .link-blue{
            font-family: "Suisse",sans-serif;
            font-weight: 600;
            font-style: normal;
            position: relative;
            font-size: 12px;
            text-decoration: none;
            letter-spacing: 2px;
            line-height: 16px;
            text-transform: uppercase;
    
            border-bottom: 1px solid #0000b4;
            display: inline-block;
            padding-bottom: 6px;
            color:#0000b4;
            margin-bottom:40px;
        }
    }
}
    
@media (min-width: 768px) {
.text-and-press--container .text-and-press--paragraph {
    font-size: 46px;
    letter-spacing: 0.33px;
    line-height: 56px;
    text-align: center;
    margin: 37px 0;
    width: 80%;
    word-break: normal;
}
.text-and-press--container-with-images--mobile {
  display: none;
}
.text-and-press--container-with-images--desktop {
    display: block;
}
    .text-and-press--container .text-and-press--paragraph {
        margin: 73px auto;
    }
    .text-and-press-with-images--items {
        display: flex;
        margin: 0 20%;
        padding-bottom: 71px;
        justify-content: space-between;
        align-items: center;
    }
    .text-and-press-with-images--items .text-and-press-with-images--single-item {
        max-width: 211px;
    }
    .text-and-press-with-images--items .text-and-press-with-images--single-item.bg-image{
        background-position: top;
        background-repeat: no-repeat;
    }
    
    .text-and-press-with-images--single-item.bg-image img{
        max-height: 40px;
    }
    
    .text-and-press--container .text-and-press-with-images--paragraph {
    	width: 69%;
    	font-size: 46px;
    	line-height: 56px;
    }
    .text-and-press-with-images--title {
    	color: #2A2A2A;
    	font-family: "Suisse";
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 3px;
    	line-height: 18px;
    	text-align: center;
    	text-transform: uppercase;
    	margin: 87px 0 26px 0;
    }
    
    .text-and-press--container.text-and-press-section{
        .txt-title{
            margin: 48px 0 0px 0;
        }
        .content-link .link-blue{
            margin-bottom:47px;
        }
        .text-and-press--paragraph{
          margin:19px auto 42px auto;  
        }
    }
    .bg-image.second-image{
        position: relative;
    }
    .line {
        position: absolute;
        height: 4px;
        background: #78C8F4;
        width: 86px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -30px;
    }
}

#s-ffd63796-9f33-46a8-9b4b-af13529d3aa8 {
  background-color: rgba(248, 247, 244, 1);
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .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;
  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;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
