/*===========================================================
 Custom Font CSS
============================================================*/

/* @font-face {
    font-family: "Knockout Welterweight";
    src: url(../fonts/Knockout-HTF50-Welterweight.otf) format("opentype");
}
@font-face {
    font-family: "Knockout Featherweight";
    src: url(../fonts/Knockout-HTF48-Featherweight-Regular.otf) format("opentype");
}

@font-face {
    font-family: "Knockout Featherweight Bold";
    src: url(../fonts/Knockout-HTF68-Featherweight.otf) format("opentype");
}

*/

@font-face {
    font-family: "Knockout FullLiteweight";
    src: url(../fonts/Knockout-HTF69-FullLiteweight.otf) format("opentype");
}


@font-face {
    font-family: "Apercu Light";
    src: url(../fonts/apercu-light.eot);
    src: url(../fonts/apercu-light.eot#iefix) format("embedded-opentype"), url(../fonts/apercu-light.woff) format("woff"), url(/fonts/fonts/apercu-light.woff2) format("woff2");
}

@font-face {
    font-family: "Apercu Mono";
    src: url(../fonts/apercu-mono-regular.eot);
    src: url(../fonts/apercu-mono-regular.eot#iefix) format("embedded-opentype"), url(../fonts/apercu-mono-regular.woff) format("woff"), url(/fonts/fonts/apercu-mono-regular.woff2) format("woff2");
}

@font-face {
    font-family: "Apercu Bold";
    src: url(../fonts/apercu-bold.eot);
    src: url(../fonts/apercu-bold.eot#iefix) format("embedded-opentype"), url(../fonts/apercu-bold.woff) format("woff"), url(/fonts/fonts/apercu-bold.woff2) format("woff2");
}

@font-face {
    font-family: "Tiempos Headline Bold";
    src: url(../fonts/TiemposHeadlineWeb-Bold.eot);
    src: url(../fonts/TiemposHeadlineWeb-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/TiemposHeadlineWeb-Bold.woff) format("woff"), url(/fonts/fonts/TiemposHeadlineWeb-Bold.woff2) format("woff2");
}

/*===========================================================
 Common CSS
============================================================*/

body {
    font: 16px/1.5 "Apercu Light", sans-serif;
    color: #231E20;
    background: #FBFBFB;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-y: hidden;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover,
.wpforms-submit,
.wpforms-submit:hover {
    transition: all .3s ease !important;
}

a:hover {
    text-decoration: none !important;
}

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
Preloader CSS
============================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 99999999;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #FE6F09;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#loading-msg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
}

/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}

/*===========================================================
 Common
===========================================================*/
a {
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

h1.h2,
h1.h3 {
    text-align: left;
    text-transform: none;
}

h1,
.h1 {
    font: 230px/0.85 "Knockout FullLiteweight", sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #b8f2fd;
}

h2,
.h2 {
    font: 60px/1.05 "Tiempos Headline Bold", serif;
    margin: 0 0 0.35em;
    color: #231E20;
    text-transform: none;
}

h3,
.h3 {
    font: 20px/1.35 "Apercu Bold", sans-serif;
    margin: 0 0 0.6em;
    letter-spacing: 0.01em;
    color: #231E20;
}

h4,
.h4 {
    font: 20px/1.50 "Apercu Light", sans-serif;
    letter-spacing: 0.05em;
}

h6,
.h6 {
    font-size: 14px;
    font-family: "Apercu Mono", monospace;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #231E20;
}

.section>h6.is-inverted,
.section>.h6.is-inverted {
    color: #fff;
}

p {
    margin-bottom: 1.5em;
    letter-spacing: 0.02em;
}

.btn,
.wpforms-submit {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative !important;
    display: inline-block !important;
    padding: 0 10px !important;
    min-width: 220px !important;
    border: 1px solid #231E20 !important;
    font-size: 12px !important;
    font-family: "Apercu Bold", sans-serif !important;
    letter-spacing: 0.15em !important;
    line-height: 58px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background-color: #231E20 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-transition: background-color .2s, border-color .2s !important;
    -o-transition: background-color .2s, border-color .2s !important;
    transition: background-color .2s, border-color .2s !important;
    margin-bottom: 0 !important;
    outline: none !important;
    text-decoration: none !important;
}

.btn--fluid {
    min-width: 0;
    width: 100%;
}

.section {
    position: relative;
    padding: 70px 0;
    color: #818181;
}

.divider {
    position: absolute;
    bottom: -60px;
    left: 50%;
    height: 120px;
    width: 1px;
    z-index: 1;
}

.divider-content::after {
    content: "";
    width: inherit;
    height: 120px;
    position: relative;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(51%, #000), to(#000));
    background: -o-linear-gradient(#fff 0%, #fff 50%, #000 51%, #000 100%);
    background: linear-gradient(#fff 0%, #fff 50%, #000 51%, #000 100%);
}

.divider--inverted .divider-content::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #000), color-stop(51%, #fff), to(#fff));
    background: -o-linear-gradient(#000 0%, #000 50%, #fff 51%, #fff 100%);
    background: linear-gradient(#000 0%, #000 50%, #fff 51%, #fff 100%);
}

.link {
    border-bottom: none !important;
    color: #231E20;
    font-size: 12px;
    font-family: "Apercu Bold", sans-serif;
    letter-spacing: 0.15em;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}

.link--inverted {
    color: #fff !important;
    font-weight: 400;
}

.link--inverted::after {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.link::after {
    content: "";
    position: absolute;
    right: -36px;
    top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 28px;
    height: 11px;
    background: url(../img/link-arrow.svg) no-repeat 0 0;
}

.link:focus::after,
.link:hover::after {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
}

.btn:hover,
.btn:focus,
.wpforms-submit:hover,
.wpforms-submit.focus {
    background-color: #FE6F09 !important;
    color: #fff !important;
    text-decoration: underline !important;
}

.section a:not(.link, .btn, .wpforms-submit, .section-link) {
    color: #231E20 !important;
    text-decoration: underline !important;
}

.section strong {
    font-family: "Apercu Bold", sans-serif;
    font-weight: 400;
    color: #231E20;
}

@-webkit-keyframes move-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*===========================================================
 navigation
===========================================================*/
.promo--active:not(.route-tag--quiz-before-login) .header {
    -top: 26px;
}

.header--website {
    padding: 0 18px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom-color .2s;
    -o-transition: border-bottom-color .2s;
    transition: border-bottom-color .2s;
}

.js-toggle {
    width: 100%;
}

.promo.keeps {
    background-color: #FE6F09;
}

.promo {
    text-align: center;
    z-index: 100;
    margin-bottom: 20px;
}

.promo.keeps .promo-content {
    color: white;
}

.promo--active .promo h3,
.promo--active .promo-content {
    font-size: 14px;
    height: 26px;
    padding: 3px 0;
    line-height: 20px;
    font-weight: normal;
    font-family: inherit;
}

.promo h3,
.promo-content {
    color: #FF0000;
    font-weight: bold;
    margin: auto;
}

.promo--active .promo {
    display: block;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    font-family: "Apercu Light", sans-serif;
}

.navi {
    line-height: 88px;
}

.navi li {
    list-style: none;
    float: left;
}

.navi a {
    color: #242424;
}

.navi a,
.navi button {
    position: relative;
    display: block;
    padding: 0 18px;
    font-family: "Apercu Bold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    text-decoration: none;
    -webkit-transition: line-height .1s;
    -o-transition: line-height .1s;
    transition: line-height .1s;
    outline: none;
}

.navi a:not(.is-active, .navi-dropdown-toggler):hover,
.navi a:not(.is-active, .navi-dropdown-toggler):focus,
.navi button:not(.is-active, .navi-dropdown-toggler):hover,
.navi button:not(.is-active, .navi-dropdown-toggler):focus {
    line-height: 82px;
}

.navi-secondary,
.menu-social-menu-container {
    float: right;
    margin-right: -18px;
}

.navi-secondary a,
.navi-secondary button,
.menu-social-menu-container a,
.menu-social-menu-container button {
    padding: 0 46px;
}

.navi a,
.navi button {
    position: relative;
    display: block;
    padding: 0 18px;
    font-family: "Apercu Bold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    text-decoration: none;
    -webkit-transition: line-height .1s;
    -o-transition: line-height .1s;
    transition: line-height .1s;
    outline: none;
}

.navi-cta,
.navi-cta > a {
    background: #231E20;
    color: #fff !important;
    text-align: center;
    height: 90px;
}

.navi-cta > a:hover {
    background: #FE6F09;
}

.navi-secondary a,
.menu-social-menu-container a {
    color: #231E20;
}

.navi-secondary a,
.navi-secondary button,
.menu-social-menu-container a,
.menu-social-menu-container button {
    padding: 0 46px;

}

.header-cta {
    display: none;
    height: 70px;
    line-height: 70px;
    min-width: 127px;
    float: right;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.logo-crown {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    fill: #FE6F09;
    display: block;
    max-width: 120px;
    width: 120px;
}

.logo-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, transform .5s;
    transition: opacity 1s, transform .5s;
    transition: opacity 1s, transform .5s, -webkit-transform .5s;
    display: block;
}

/*===========================================================
 Hero Area
===========================================================*/
.section {
    position: relative;
    padding: 70px 0;
    color: #818181;
}

.content-wrapper {
    padding-top: 116px;
}

.hero-h1 {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    font-size: 185px;
    line-height: 1;
}


.section--header-image {
    width: 100%;
    height: 51.17vh;
}

.section--header-content {
    position: relative;
    text-align: center;
}

.section--header-content img {
    position: absolute;
    left: 49.5%;
    bottom: -6.37vh;
    margin-left: -53.5vh;
    max-width: 44.59vh;
}

.section--header {
    min-height: calc(100vh - 90px);
    padding-top: 6.37vh;
    padding-bottom: 6.37vh;
}

.section .container {
    position: relative;
    z-index: 1;
}

.section--header-cta p {
    text-align: left;
    color: #4C4C4C;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-animation: 1.2s ease forwards move-left;
    animation: 1.2s ease forwards move-left;
    line-height: 3.18vh;
    font-size: 2.12vh;
    margin-top: 1.06vh;
    margin-bottom: 2.55vh;
}

.section--header-cta .btn {
    line-height: 6.16vh;
}

.section--header-cta a {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-animation: 1.2s ease .2s forwards move-left;
    animation: 1.2s ease .2s forwards move-left;
}

.section--header h1 {
    margin-bottom: 2.12vh;
}

.section--header-cta {
    display: inline-block;
    max-width: 79.62vh;
    margin: 0 auto 2.55vh;
    padding-left: 28.13vh;
    text-align: left;
}

.is-scrolled .logo-crown {
    width: 40px;
    opacity: 1;
    -webkit-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.is-scrolled .logo-text {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

/*===========================================================
 No MAgic Area
===========================================================*/
.section--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section--no-magic-cure {
    padding-top: 100px;
    padding-bottom: 183px;
    background: url(../img/no-magic-cure.jpg) no-repeat center center/cover;
    color: #fff;
    text-align: center;
}

.section--no-magic-cure img {
    margin-bottom: 35px;
    max-width: 120px;
}

h2.size-xs,
.h2.size-xs {
    font-size: 35px;
}

h1.is-inverted,
h2.is-inverted,
h3.is-inverted,
h4.is-inverted,
h5.is-inverted,
h6.is-inverted,
.h1.is-inverted,
.h2.is-inverted,
.h3.is-inverted,
.h4.is-inverted,
.h5.is-inverted,
.h6.is-inverted {
    color: #fff;
}

.section--no-magic-cure .section-content p {
    font: 20px/1.50 "Apercu Light", sans-serif;
    letter-spacing: 0.05em;
}

.section--no-magic-cure .section-content {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

/*===========================================================
 Step Area
===========================================================*/
.section>h6,
.section>.h6 {
    position: absolute;
    top: 81px;
    width: 100%;
    color: #FE6F09;
    text-align: center;
}

.section--steps {
    padding-top: 80px;
}

.step-title.is-reversed {
    float: right;
}

.step-title {
    width: 340px;
    float: left;
    position: relative;
    padding-top: 13px;
    padding-right: 30px;
    text-align: left;
    border: none;
    color: #231E20;
    line-height: 1.5;
}

.step-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    height: 1px;
    width: 43px;
    background: #FE6F09;
}

.step-number {
    float: left;
    width: 260px;
    margin-bottom: 40px;
    font: 140px/1 "Tiempos Headline Bold", serif;
    color: #231E20;
    text-align: center;
}

.step-number.is-reversed {
    float: right;
}

.container-sm {
    max-width: 970px;
}

.step {
    padding: 55px 0;
}

.step-img+div {
    margin-top: 60px;
}

.step-img img {
    width: 100%;
}

.section--steps {
    padding-top: 80px;
}

.steps-indicator li.is-active {
    border-color: #e37070;
    color: #e37070;
}

.steps-indicator li {
    margin: 14px 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #6e6e6e;
    cursor: pointer;
    -webkit-transition: border-color .4s, color .4s;
    -o-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s;
}

.steps-indicator.is-visible {
    opacity: 1;
}

.steps-indicator {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -67px;
    margin-left: -605px;
    list-style: none;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 200;
}

/*===========================================================
 Why Keeps Area
===========================================================*/
.section--why-keeps {
    background: url(../img/why-keeps.jpg) no-repeat center 10%/cover;
    color: #000;
    padding-top: 165px;
    padding-bottom: 90px;
    overflow: hidden;
}

.section--why-keeps .section-content {
    width: 420px;
    clear: both;
    float: left;
    padding: 40px 0 68px;
}

.section--why-keeps .section-content:last-child {
    width: 365px;
    float: right;
}

.section--why-keeps p.content {
    font-weight: bold;
    margin-bottom: 25px;
    font: 20px/1.50 "Apercu Bold", sans-serif;
    letter-spacing: 0.05em;
}

.section--why-keeps a {
    font: 12px/1.50 "Apercu Bold", sans-serif;
}

.section--why-keeps h2,
.section--why-keeps a {
    color: #000 !important;
}

.section--why-keeps .link--inverted::after {
  -webkit-filter: none;
  filter: none;
}

/*===========================================================
 Table
===========================================================*/
.table--comparison {
    border-collapse: separate;
    color: #4C4C4C;
    width: 100%;
    font-family: "Apercu Mono", monospace;
}

.table--comparison th:first-child,
.table--comparison td:first-child {
    padding-left: 0;
}

th {
    text-align: left;
}

.table--comparison th {
    padding-bottom: 23px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 400;
    opacity: .7;
}

.table--comparison th,
.table--comparison td {
    padding: 15px 34px 11px;
    border-bottom: 1px solid #eee;
    letter-spacing: 0.08em;
}

.table-highlight {
    background: #FAFAF5;
    color: #76A63F;
}

.section--prices p {
    line-height: 1.7;
}

.box {
    padding: 20px;
}

/*===========================================================
 Stay-ahead
===========================================================*/
.section--stay-ahead h1 {
    margin-bottom: 60px;
}

.list,
.legal ul {
    margin-bottom: 10px;
}

.list>li,
.legal ul>li {
    padding: 0 0 16px 25px;
    list-style: none;
    position: relative;
    letter-spacing: 0.025em;
}

.list>li::before,
.legal ul>li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 10px;
    width: 10px;
    border-top: 1px solid #231E20;
    opacity: .5;
}

.price {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-content {
    padding-right: 10px;
    line-height: 1.4;
    width: 50%;
}

.price-action {
    width: 50%;
    padding-top: 26px;
}

.price-content small {
    display: block;
    opacity: .7;
    font-size: 14px;
    color: #4C4C4C;
    letter-spacing: 0.025em;
    margin-top: 3px;
}


.price-content strong {
    color: #231E20;
    font-family: "Tiempos Headline Bold", serif;
    font-size: 24px;
}

.price-content sup {
    position: relative;
    top: 23px;
    font-size: 28px;
}

.price-content span {
    font-size: 60px;
    line-height: 1;
}

.price-content em {
    font-style: normal;
    position: relative;
    bottom: -25px;
}

.section--stay-ahead .section-content {
    float: right;
    width: 370px;
    margin-right: 73px;
}

.section--stay-ahead>img {
    position: absolute;
    right: 46%;
    top: 65%;
    margin-top: -240px;
    margin-right: -50px;
    max-width: 790px;
}

/* .section{
    overflow: hidden;
} */
.visible-xs {
    display: none !important;
}

.section--stay-ahead {
    overflow: hidden;
}

/*===========================================================
 Subfooter
===========================================================*/
.section--subfooter h6,
.section--subfooter .h6 {
    color: #FE6F09;
    text-align: left;
}

.list--images>li {
    position: relative;
    width: 100%;
    text-align: center;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list--images img {
    display: block;
    position: relative;
    max-width: 100%;
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s;
    -o-transition: filter .5s;
    transition: filter .5s;
    transition: filter .5s, -webkit-filter .5s;
}

.carousel {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
}

.carousel--tweets {
    max-width: 100%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

.list--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
}

.list--images blockquote {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    border: none;
    color: #fff;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    font-size: 16px;
}

.list--images>li:hover blockquote,
.list--images>li:focus blockquote {
    opacity: 1;
}

.list--images>li:hover img,
.list--images>li:focus img {
    -webkit-filter: grayscale(100%) brightness(0.3);
    filter: grayscale(100%) brightness(0.3);
}


.section--subfooter {
    z-index: 2;
    padding-bottom: 0;
}

.section--subfooter::after {
    z-index: -1;
    height: 60px;
    background: #FE6F09;
}

.section--subfooter::before,
.section--subfooter::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/*===========================================================
 Footer
===========================================================*/
.footer {
    position: relative;
    padding: 156px 0 52px;
    background: #FE6F09;
    color: #fff;
    z-index: 5;
}

.logo--footer svg {
    display: block;
    fill: #fff;
    opacity: 1;
}

.footer a {
    font-family: "Apercu Bold", sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #fff;
    -webkit-transition: -webkit-transform .1s ease-in;
    transition: -webkit-transform .1s ease-in;
    -o-transition: transform .1s ease-in;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in;
    cursor: pointer;
}

.footer a:not(.logo):hover,
.footer a:not(.logo):focus {
    text-decoration: none;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-col {
    width: 50%;
}

.footer-col:last-child {
    margin-left: auto;
    width: 36%;
}

.navi--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navi--footer>ul {
    width: 50%;
}

.list-2 {
    margin-bottom: 20px;
}

.list-2>li {
    list-style: none;
    padding: 7px 0;
    text-transform: uppercase;
}

.newsletter {
    overflow: hidden;
    margin-bottom: 34px;
    padding-top: 13px;
}

.newsletter .newsletter-container {
    height: 40px;
}

.newsletter .newsletter-message {
    padding-left: 17px;
    margin-top: 7px;
    height: 24px;
}

input,
select,
.stripe-card-input {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    font-family: "Apercu Light", sans-serif;
    background: transparent;
    color: #231E20;
    border-bottom: 1px solid #231E20;
}

.newsletter button,
.newsletter input {
    float: left;
    height: 40px;
    padding-right: 10px;
    line-height: 30px;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    outline: none;
    width: calc(100% - 78px);
    color: #fff;
}

.newsletter button,
.newsletter input {
    float: left;
    height: 40px;
    padding-right: 10px;
    line-height: 30px;
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    outline: none;
    width: calc(100% - 78px);
    color: #fff;
}

.newsletter input::placeholder {
    color: #fff;
}

.newsletter button {
    text-transform: uppercase;
    width: 78px;
    font-family: "Apercu Bold", sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
}

.newsletter h2 {
    font-size: 26px;
    margin-bottom: 26px;
}

.list--inline {
    width: 500px;
}

.footer-brands {
    padding-bottom: 16px;
    border-bottom: 1px solid;
}

.footer-social,
.footer-brands {
    padding-top: 65px;
}

.footer-copyright,
.footer-social,
.footer-brands {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.03em;
}

.list--inline>li {
    display: inline-block;
    margin-left: 12px;
}

.list--inline>li:first-child {
    margin-left: 0;
}

.footer-copyright a,
.footer-social a,
.footer-brands a {
    display: block;
    min-width: 30px;
    line-height: 17px;
    font-family: "Apercu Light", sans-serif;
    color: #fff;
    letter-spacing: inherit;
}

.footer-social>li {
    display: inline-block;
    margin-left: 12px;
}

.footer-copyright,
.footer-social,
.footer-brands {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.03em;
}

.footer-social>li:first-child {
    margin-left: 0;
}

.footer-copyright {
    padding-top: 16px;
}

.logo {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    max-height: 90px;
    font-size: 40px;
    font-weight: 900;
    color: #7456f7;
    text-indent: -9999px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo--footer {
    top: 63px;
    left: 50%;
    margin-left: -20px;
    text-indent: -9999px;
    overflow: hidden;
}

.Reveal {
    overflow: hidden;
}

/*===========================================================
 Responsive
============================================================*/
@media (max-width: 1441px) {

    h6,
    .h6 {
        font-size: 16px;
    }

    h1,
    .h1 {
        font-size: 200px;
        line-height: 160px;
    }

    h3.is-separator,
    .h3.is-separator {
        margin-bottom: 6px;
        line-height: 1.15;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .section--stay-ahead>img {
        margin-right: 0;
    }

    .list--images blockquote {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .navi-main a {
        padding: 0 8px;
    }
}

@media (max-width: 991px) {

    h1,
    .h1 {
        font-size: 160px;
        line-height: 120px;
    }

    h2,
    .h2 {
        font-size: 46px;
        line-height: 1.15;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h6,
    .h6 {
        font-size: 16px;
    }

    .section--stay-ahead>img {
        right: 67%;
    }

    .navi {
        line-height: 70px;
    }

    .hero-h1 {
        font-size: 250px;
    }

    .navi-toggle {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 0;
        width: 80px;
        height: 70px;
        background: none;
        border: none;
        outline: none;
    }

    .navi-toggle em {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .navi-toggle strong {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }

    .navi-toggle em,
    .navi-toggle span,
    .navi-toggle strong {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -18px;
        height: 1px;
        width: 30px;
        background: #231E20;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        -o-transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s, -webkit-transform .2s;
    }

    .navi-content.is-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .navi-content {
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        position: fixed;
        /*top: 69px;*/
        top: 85px;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-110%);
        background: white;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .navi-main {
        width: 100%;
        padding-top: 50px;
    }

    .navi-main li {
        margin: 5px 0;
    }

    .navi-content li a {
        text-align: center;
        font-size: 14px;
        padding: 0 20px;
    }

    .navi a,
    .navi button {
        height: 69px;
    }

    .navi.is-active .navi-secondary,
    .navi.is-active .menu-social-menu-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .navi-secondary,
    .menu-social-menu-container {
        width: 90%;
        float: none !important;
        margin: auto;
    }

    .navi-content li {
        width: 100%;
        height: auto;
    }

    .navi-content li a {
        text-align: center;
        font-size: 14px;
        padding: 0 20px;
    }

    .navi-toggle.is-active em {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navi-toggle.is-active strong {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navi-toggle.is-active span {
        opacity: 0;
    }

    .header-cta {
        display: block;
    }

    .is-scrolled-more .header-cta {
        pointer-events: auto;
        opacity: 1;
    }

    .header {
        height: 70px;
    }

    .header--website {
        padding: 0;
    }

    .section--header-content img {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 52%;
        display: inline-block;
        margin: -15.39vh 0 10px -4.25vh;
    }

    .section--header-cta {
        text-align: center;
        padding-left: 0;
    }

    .section--header-cta .btn {
        line-height: 58px;
    }

    .section--header {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .section--no-magic-cure h1.h2,
    .section--no-magic-cure {
        text-align: center;
    }

    .section--why-keeps {
        padding-top: 100px !important;
        padding-bottom: 20px !important;
    }

    .list--images {
        flex-wrap: wrap;
    }

    .list--images>li {
        width: 50%
    }

    .list--images>li img {
        width: 100%;
    }

    .hero-h1,
    .container-sm {
        max-width: 720px;
    }

}

@media (max-width: 767px) {

    body {
        display: block;
        height: 100%;
    }

    h1,
    .h1 {
        font-size: 160px;
        line-height: 120px;
    }

    h4,
    .h4 {
        letter-spacing: 0.01em;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    h2.size-xs,
    .h2.size-xs {
        font-size: 30px;
    }

    .hero-h1 {
        font-size: 150px;
    }

    .list--images>li {
        width: 100%
    }

    .list--images>li img {
        width: auto;
    }

    .section--header-image {
        height: auto
    }

    .step-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .section--header-content img {
        margin-top: -80px
    }

    .section--steps {
        padding-top: 90px !important;
    }

    .step-title {
        width: 64%;
        margin: 0 0 0 auto;
        padding-right: 15px;
        padding-top: 20px;
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.45;
    }

    .step-number {
        width: 30%;
        font-size: 140px;
        line-height: 1;
        margin: 0 0 5px;
    }

    .step {
        padding-top: 0;
    }

    .section--why-keeps .Section-content {
        padding: 30px 0;
    }

    .section--why-keeps h2 {
        margin-bottom: 20px;
        word-break: break-all;
        /*display: none;*/
    }

    .section--why-keeps .section-content {
        padding: 30px 0
    }


    .section--why-keeps .section-content:last-child {
        float: none;
    }

    .hidden-xs {
        display: none;
    }

    .table--comparison tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .table--comparison small {
        color: #999;
        display: block;
        font-size: 11px;
        letter-spacing: 0.22em;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 19px;
    }

    .table--comparison th,
    .table--comparison td,
    .table--comparison th:first-child,
    .table--comparison td:first-child {
        padding-left: 0;
    }

    .table--comparison th {
        display: none;
    }

    .section--stay-ahead>img {
        width: 100%;
        position: relative;
        left: 15px;
        top: auto;
        right: unset;
        bottom: -80px;
        max-width: 530px;
        margin: 0;
    }

    .section {
        padding: 60px 0;
    }

    .section--stay-ahead .section-content {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .carousel--tweets {
        max-width: 100%;
        margin-top: 0;
        padding: 0 15px;
    }

    .list--images blockquote {
        padding: 30px;
        display: block;
        position: relative;
        color: black;
        opacity: 1;
    }

    .list--images {
        width: 100%;
        display: block;
    }

    .list--images img {
        margin-left: auto;
        margin-right: auto;
    }

    .logo--footer {
        display: block !important;
        top: 40px;
        left: 50%;
        width: 40px;
        height: 19px;
    }

    .footer {
        padding: 70px 0 70px;
    }

    .footer-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer-col {
        width: 100% !important;
    }

    .newsletter {
        margin-top: 30px;
    }

    .newsletter h2 {
        text-align: center;
    }

    input {
        padding: 2px 0 7px;
    }

    .list--inline {
        width: 100%;
    }

    .footer-copyright li:first-child,
    .footer-brands li:first-child {
        width: 100%;
        display: block;
    }

    .footer-copyright,
    .footer-social,
    .footer-brands {
        text-align: center;
    }

    .list--social>li {
        display: inline-block;
    }

    .section--subfooter::after {
        background: transparent;
    }

    .section--subfooter {
        padding-bottom: 0;
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        width: 100%;
    }
}

@media (max-width: 575px) {}

@media (max-width: 480px) {


    h1,
    .h1 {
        font-size: 114px;
        line-height: 90px;
    }

    .section--why-keeps .section-content:last-child,
    .section--why-keeps .section-content {
        width: 100%;
    }

    .section--why-keeps h2 {
        word-wrap: break-word;
    }

    .hero-h1 {
        font-size: 110px;
    }

}


@media (max-width: 375px) {

    h2,
    .h2 {
        font-size: 42px;
    }
}
