.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;
	}
}
.titleIconsBlock {
	min-height: 468px;
	background-color: #F8F7F4;
}
.titleIconsBlock .titleIconsBlock--title {
	color: #2A2A2A;
	font-size: 46px;
	line-height: 56px;
	text-align: center;

	padding: 71px 0 32px 0;
	margin: 0;
}

.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;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .titleIconsBlock--paragraph-title {
	color: #2A2A2A;
	font-size: 20px;
	line-height: 30px;
	font-family: "Domaine Text";
	padding: 9px 0;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item:last-child {
    margin-right: 0;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item .foundation--icon {
    width: 100px;
    height: 100px;
}
.titleIconsBlock .titleIconsBlock--container .titleIconsBlock--item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    margin-right: 72px;
    padding-bottom: 79px;
}
.titleIconsBlock .titleIconsBlock--subtitle {
	color: #2A2A2A;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 18px;
	text-align: center;

	padding-top: 94px;
	text-transform: uppercase;
	margin: 0;
}
.titleIconsBlock--mobile {
    display: none;   
}
@media (max-width: 768px) {
    .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: 64px;
    }
    .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 .carousel-cell--mobile-item .titleIconsBlock--paragraph {
    	color: #A1A3A6;
    	font-family: "Suisse Int'l";
    	font-size: 16px;
    	letter-spacing: 0.25px;
    	line-height: 24px;
    	text-align: center;
    	margin: 18px;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .titleIconsBlock--title {
    	color: #2A2A2A;
    	font-family: "Domaine Text";
    	font-size: 30px;
    	line-height: 38px;
    	text-align: center;
    }
    .titleIconsBlock--mobile .carousel-cell--mobile-item .foundation--icon {
    	width: 100px;
    	height: 100px;
    }
}
.page-hero__section {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-image--desktop.page-hero__section {
    display: none;
    min-height: 587px;
}

.single-image--mobile.page-hero__section {
    display: block;
    min-height: 350px;
}

@media (min-width: 768px) {
    .single-image--desktop.page-hero__section {
        display: block;
    }
    .single-image--mobile.page-hero__section {
        display: none;
    }
}
.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;
    }
}

.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;
    }
}
.best-sellers-update-section .product-card__body {
    min-height: auto;
}
.best-seller-title-update {
    text-align: center;
}

.product-slider-update {
    margin-bottom: 1.5rem;
}

.product-slider-update .product-slider__slide {
    margin-right: 2px;
    width: 100%;
}

.product-slider-update .flickity-prev-next-button.previous {
    top: 50%;
}

.product-slider-update .flickity-prev-next-button.next {
    top: 50%;
}

.product-slider-update .flickity-prev-next-button.next:after {
    left: 16px;
}

.product-slider-update .flickity-prev-next-button.previous:after {
    right: 16px;
}

.best-seller-title.section-title .section-title__title {
    margin-bottom: 20px;
}

.product-slider-update .product-slider__slide {
    margin-right: 2px;
    width: 100%;
    max-width: 178px;
}
.product-slider-update .product-slider__slide:last-child {
    margin-right: 0 !important;
}

.product-slider-update .product-slider__slide {
    min-height: unset !important;
}

.product-slider-update .product-card__image {
    min-height: unset !important;
}
.product-slider-update .best-sellers-variants-container {
    max-height:95%;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
}
.product-slider-update .quick-purchase .button {
    min-width: 160px;
    width: 100%;
}
.product-slider-update .product-card__sub-text.t-gray-chat.product-cart-price-updated {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .product-slider-update .product-card__main-text.product-cart-title-updated {
        margin-bottom: 0 !important;
    }
    .product-slider-update .quick-purchase {
        display: none;
    }
} 

@media (min-width: 768px) {
    .product-slider-update .product-slider__slide {
        max-width: 308px;
    }

    .best-seller-title.section-title .section-title__title {
        font-size: 46px;
        line-height: 56px;
        margin: 42px 0 40px 110px;
    }

    .best-seller-title-update {
        text-align: left;
        padding: 0 !important;
        margin-left: 110px;
    }

    .product-slider-update {
        margin-bottom: 50px;
        margin-left: 110px;
    }
}
.quick-add-button-update {
    width: 50%;
    opacity: 1;
    left: 0!important;
    margin: 0 auto!important;
}
.quick-purchase__form-updated {
    padding-left: 0!important;
}
.quick-purchase-updated {
    position: static;
}
.db.product-card--updated {
    /*max-width: 601px;*/
    margin: 0 0 0 auto;
}
.product-card__wrap {
    position: relative;
}
.product-card__hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .19s ease-out;
}
.product-card__main-text.product-cart-title-updated {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    font-weight: 600;
}
.product-card__sub-text.t-gray-chat.product-cart-price-updated {
    color: #A1A3A6;
	font-family: "Suisse";
	font-size: 12px;
	letter-spacing: 0.74px;
	line-height: 16px;
}

@media (min-width: 768px) {
    .product-cart-title-updated, .product-cart-price-updated {
        text-align: left;
        display: block;
    }
    .quick-add-button-update {
        width: 50%;
        opacity: 1;
        left: 0!important;
        margin-left: 0!important;
    }
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}