@charset "utf-8";

body {
    background: #fff
}

::-moz-selection {
    color: #fff;
    background-color: #c472e2
}

::selection {
    color: #fff;
    background-color: #c472e2
}

.landingpage {
    font-family: Lato, sans-serif
}

.landingpage .hint a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-decoration: underline
}

.landingpage a.readmore {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px
}

.landingpage a.readmore svg {
    vertical-align: middle;
    margin-left: 8px
}

.landingpage .headline {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: #000;
    margin-bottom: 48px;
    text-align: left
}

.landingpage section {
    text-align: center;
    padding: 120px 0
}

.landingpage .wrapper {
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto
}

.landingpage .desktop-image {
    display: inline
}

.landingpage .mobile-image {
    display: none
}

.landingpage .product-cta-percent-off {
    display: inline-block;
    border: solid 1px #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px;
    border-radius: 5px
}

.landingpage #product-inner .product-cta-percent-off {
    border: solid 1px #7367f0;
    background-color: #fff;
    color: #c472e2;
    margin-bottom: 30px;
    padding: 13px 27px 12px 27px
}

.landingpage .cta-percent-off-currency {
    margin: 0 -2px
}

.landingpage.lang-de .product-cta-percent-off-inner:before,
.landingpage.lang-es .product-cta-percent-off-inner:before,
.landingpage.lang-fr .product-cta-percent-off-inner:before,
.landingpage.lang-it .product-cta-percent-off-inner:before {
    content: '-'
}

.landingpage .button {
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
    background-image: linear-gradient(104deg, #ce9ffc, #7367f0);
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 11px 40px 13px 40px;
    text-align: center
}

.landingpage.messenger_page .button,
.landingpage.messenger_page .button:hover {
    vertical-align: top;
    text-transform: none !important;
    background-image: none !important;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    background-color: #3283ff !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 10px !important;
    font-size: 14px !important;
    line-height: normal !important;
    letter-spacing: -.3px !important;
    border-bottom: 0 !important
}

.landingpage.messenger_page .button .icon-messenger16 {
    margin-right: 8px;
    vertical-align: middle
}

.landingpage.messenger_page .call-to-action .button .icon-messenger16 path {
    fill: #3283ff
}

.landingpage.messenger_page .call-to-action .button {
    color: #3283ff !important;
    background-color: #fff !important
}

.landingpage #sticky-nav-header {
    text-align: right;
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    border-bottom: solid 1px #d2d4dc;
    background-color: #fff;
    z-index: 5
}

.landingpage #header-logo-link {
    float: left;
    height: 72px;
    padding: 16px 0
}

.landingpage #header-logo {
    max-height: 40px
}

.landingpage #nav-link {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    padding: 12px 22px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #eaedf5;
    margin: 16px;
    height: 40px
}

.landingpage #sticky-nav-header .sale-ends {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    right: 0;
    top: 24px;
    text-align: center
}

.landingpage #sticky-nav-header .sale-ends-text {
    font-weight: 400;
    color: #000;
    display: inline;
    margin-bottom: 0
}

.landingpage #sticky-nav-header .sale-ends-text:after {
    content: '';
    margin: 5px 11px;
    display: inline-block;
    background-color: #c472e2;
    width: 35px;
    height: 2px
}

.landingpage .sale-ends {
    display: inline-block
}

.landingpage .sale-ends-text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px
}

.landingpage .sale-ends-countdown {
    display: inline
}

.landingpage .countdown-item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    margin-right: 10px
}

.landingpage .countdown-item:after {
    display: inline;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    text-transform: lowercase;
    margin-left: 2px
}

.landingpage .countdown-item:last-of-type {
    margin-right: 0 !important
}

.landingpage .countdown-item.countdown-days:after,
.landingpage .countdown-item.countdown-hours:after,
.landingpage .countdown-item.countdown-minutes:after,
.landingpage .countdown-item.countdown-seconds:after {
    content: attr(data-label-single)
}

.landingpage #header-cta {
    display: inline-block;
    vertical-align: top
}

.landingpage #header-cta .button {
    width: auto;
    height: 40px;
    margin: 16px 0
}

.landingpage.messenger_page #header-cta .button {
    margin: 12px 0
}

.landingpage section#product {
    margin: 72px auto 0 auto;
    padding-top: 49px
}

.landingpage section#product .wrapper {
    text-align: right
}

.landingpage section#product #product-inner {
    width: 585px;
    min-height: 395px;
    text-align: left;
    background-image: url(assets/desktop-hero-info-svg-bg.svg);
    background-repeat: no-repeat;
    background-position: top -1px right;
    border: solid 1px #d2d4dc;
    margin-right: 0;
    margin-left: auto;
    padding: 48px
}

.landingpage #product .sale-ends {
    float: right;
    text-align: left
}

.landingpage #product .sale-ends-text {
    color: #000;
    margin-bottom: 16px
}

.landingpage #main-headline {
    position: relative;
    margin-bottom: 96px
}

.landingpage #main-headline:after {
    content: '';
    width: calc(100% + 96px);
    position: absolute;
    left: -48px;
    bottom: -48px;
    border-bottom: solid 1px #d2d4dc
}

.landingpage #product-cta-headline {
    display: inline-block;
    width: 291px;
    line-height: 1.5;
    font-size: 16px;
    color: #000
}

.landingpage #product-cta {
    position: relative;
    width: 585px;
    text-align: left;
    display: inline-block;
    border-bottom: solid 1px #d2d4dc;
    border-left: solid 1px #d2d4dc;
    border-right: solid 1px #d2d4dc;
    padding: 42px
}

.landingpage #product-cta:after {
    content: '';
    height: 100%;
    position: absolute;
    right: 199px;
    top: 0;
    border-left: solid 1px #d2d4dc
}

.landingpage #product-cta .button {
    width: 290px
}

.landingpage #product-img {
    width: 450px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0
}

.landingpage #product-img-nav {
    text-align: center;
    position: absolute;
    left: 0;
    top: 504px;
    width: 452px
}

.landingpage section#product #product-img-nav .wrapper {
    text-align: center;
    border: solid 1px rgba(0, 0, 0, .15);
    display: inline-block
}

.landingpage #product-img-nav img {
    width: 89px;
    height: 89px;
    padding: 8px;
    margin-bottom: -5px;
    border-bottom: 5px solid transparent
}

.landingpage #product-img-nav img.selected {
    border-image: linear-gradient(112deg, #ce9ffc, #7367f0) 5 round
}

.landingpage #product-img-nav img:only-child {
    display: none
}

.landingpage .product-cta-regular-price {
    line-height: 1.33;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    text-align: right;
    float: right
}

.landingpage .cta-regular-price-strikethrough {
    display: block;
    text-decoration: line-through;
    line-height: 1.5;
    font-size: 16px;
    color: #000
}

.landingpage #product-cta .product-cta-sale-price {
    width: 290px;
    margin-bottom: 28px
}

.landingpage .product-cta-sale-price {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    letter-spacing: -.2px;
    width: 360px
}

.landingpage #product-cta-after {
    display: inline-block;
    position: absolute;
    top: 48px;
    right: 48px
}

.landingpage.product_page #product-cta-after {
    text-align: center
}

.landingpage #product-cta-scarcity {
    font-size: 12px;
    line-height: 1.33;
    color: rgba(0, 0, 0, .5);
    vertical-align: baseline
}

.landingpage #product-cta-scarcity .coupon-count {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #000
}

.landingpage section#description {
    padding-top: 153px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    max-width: 100%;
    background-image: url(assets/desktop-about-svg-bg-tiles.svg);
    background-repeat: no-repeat;
    background-position: top right
}

.landingpage #description-wrapper-inner {
    position: relative
}

.landingpage #product-description {
    max-width: 570px;
    min-height: 470px
}

.landingpage #product-description ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding-left: 32px
}

.landingpage #product-description ul li {
    position: relative;
    margin-bottom: 24px
}

.landingpage #product-description ul li:before {
    position: absolute;
    left: -32px;
    top: calc(50% - 12px);
    content: url(assets/icon-bullet.svg);
    height: 24px;
    width: 24px;
    opacity: 1
}

.landingpage #description-img-wrapper {
    max-width: 470px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 0 40px 55px 0 rgba(0, 0, 0, .25);
    background-color: #fff
}

.landingpage #description-img-wrapper img {
    padding: 10px;
    display: inline-block
}

.landingpage section.call-to-action {
    background-image: url(assets/desktop-reminder-svg-bg-1.svg), linear-gradient(112deg, #ce9ffc, #7367f0);
    background-repeat: no-repeat, no-repeat;
    background-position: right, left;
    text-align: left
}

.landingpage section.call-to-action:nth-last-child(2) {
    background-image: url(assets/desktop-reminder-svg-bg-2.svg), linear-gradient(112deg, #ce9ffc, #7367f0);
    background-repeat: no-repeat, no-repeat;
    background-position: right, left
}

.landingpage section.call-to-action .call-to-action-top {
    border: solid 1px rgba(0, 0, 0, .15);
    max-width: 770px;
    padding: 60px
}

.landingpage section.call-to-action .call-to-action-bottom {
    border: solid 1px rgba(0, 0, 0, .15);
    position: relative;
    border-top: 0;
    max-width: 770px;
    padding: 30px 60px;
    text-align: left
}

.landingpage section.call-to-action .call-to-action-bottom:after {
    content: '';
    height: 100%;
    position: absolute;
    right: 299px;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, .15)
}

.landingpage section.call-to-action .sale-ends {
    color: #fff;
    display: block;
    position: absolute;
    width: 300px;
    top: 30px;
    right: 0;
    padding-left: 60px
}

.landingpage section.call-to-action .countdown-item.countdown-days:after,
.landingpage section.call-to-action .countdown-item.countdown-hours:after,
.landingpage section.call-to-action .countdown-item.countdown-minutes:after,
.landingpage section.call-to-action .countdown-item.countdown-seconds:after {
    display: none
}

.landingpage section.call-to-action .countdown-item.countdown-days:before,
.landingpage section.call-to-action .countdown-item.countdown-hours:before,
.landingpage section.call-to-action .countdown-item.countdown-minutes:before,
.landingpage section.call-to-action .countdown-item.countdown-seconds:before {
    content: attr(data-label);
    display: block;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    font-size: 12px
}

.landingpage section.call-to-action .headline {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: #000;
    display: inline-block;
    width: 375px;
    position: relative;
    margin: 0
}

.landingpage section.call-to-action .button {
    float: right;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    color: #c472e2;
    padding: 15px 48px 17px 48px;
    margin-right: 0
}

.landingpage section#video-div {
    max-width: 100%
}

.landingpage #how-it-works-div .headline {
    text-align: center
}

.landingpage #how-it-works div {
    display: inline-block;
    max-width: 200px;
    text-align: left;
    vertical-align: top;
    margin-right: 34px
}

.landingpage #how-it-works div:last-child {
    margin-right: 0
}

.landingpage #how-it-works h4 {
    text-align: left;
    font-size: 18px;
    line-height: 1.41;
    margin: 12px 0 12px 0
}

.landingpage #how-it-works p {
    color: #000;
    line-height: 1.71
}

.landingpage #how-it-works a.readmore {
    margin-top: 24px
}

.landingpage section#review-div {
    padding: 95px 0 120px 0;
    position: relative;
    background-color: #eaedf5;
    background-image: url(assets/desktop-testimonial-svg-top-right.svg), url(assets/desktop-testimonial-svg-bot-left.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left
}

.landingpage section#review-div .wrapper {
    max-width: 800px;
    text-align: left;
    padding: 72px 48px;
    border: solid 1px #d2d4dc
}

.landingpage .review {
    margin-bottom: 24px
}

.landingpage #review-nav-left,
.landingpage #review-nav-right {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    height: 72px;
    width: 185px;
    bottom: 0;
    border-top: solid 1px #d2d4dc;
    border-left: solid 1px #d2d4dc
}

.landingpage #review-nav-left {
    right: 184px;
    background-image: url(assets/left.svg);
    background-repeat: no-repeat;
    background-position: center
}

.landingpage #review-nav-right {
    right: 0;
    background-image: url(assets/right.svg);
    background-repeat: no-repeat;
    background-position: center
}

.landingpage .review-stars {
    display: inline-block;
    line-height: 1;
    vertical-align: text-top
}

.landingpage .icon-star {
    margin-right: 5px;
    transform: scale(.875)
}

.landingpage .icon-star:last-of-type {
    margin-right: 0
}

.landingpage .icon-star path {
    fill: #c472e2
}

.landingpage .review-title {
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 16px;
    color: #111
}

.landingpage .review-text {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px
}

.landingpage .review-author {
    display: inline-block;
    margin-left: 20px;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.landingpage section#faq-div {
    padding-top: 120px;
    padding-bottom: 192px;
    max-width: 100%;
    background-image: url(assets/desktop-faq-svg-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    text-align: left
}

.landingpage section#faq-div .headline {
    width: 392px;
    margin-right: 100px;
    display: inline-block;
    vertical-align: top
}

.landingpage #faqs {
    display: inline-block;
    width: 670px
}

.landingpage .question {
    position: relative;
    text-align: left;
    padding: 23px 0 24px 0;
    border: 1px solid #d2d4dc;
    margin-top: -1px;
    padding: 48px
}

.landingpage .question-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(assets/drop-down.svg);
    height: 16px;
    width: 16px
}

.landingpage .question.open .question-title:after {
    transform: rotate(180deg)
}

.landingpage .question-title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    cursor: pointer;
    padding-right: 32px
}

.landingpage .question-text {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.5;
    color: #000
}

.landingpage section#footer {
    max-width: 100%;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    padding: 72px 0
}

.landingpage section#footer a {
    color: #000
}

section#footer #branding {
    font-size: 14px;
    text-transform: uppercase
}

section#footer #branding a {
    text-decoration: none;
    opacity: 1
}

section#footer #branding img {
    vertical-align: bottom;
    margin: 0 5px
}

.landingpage section#footer a:active,
.landingpage section#footer a:focus,
.landingpage section#footer a:hover,
.landingpage section#footer a:visited {
    color: #000;
    text-decoration: none
}

#admin-page-info {
    position: fixed;
    padding: 8px;
    width: 252px;
    right: 2px;
    top: 72px;
    z-index: 8;
    text-align: left;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid #a3a3a3
}

#admin-page-info th {
    width: 112px
}

#admin-page-info p {
    margin-bottom: 8px
}

#admin-page-info table {
    margin-bottom: 16px
}

#admin-page-info a.button {
    display: inline-block;
    border-radius: 3px;
    line-height: 1.43;
    color: #007ace;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, .05);
    border: solid 1px #007ace;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
    background-image: none
}

#admin-page-info a.button:hover {
    color: #fff;
    background-color: #084e8a;
    border: solid 1px #084e8a
}

.landingpage .overlay-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 32px 64px;
    max-width: 630px;
    text-align: center;
    margin: 1vh auto;
    color: #fff;
    line-height: 1.5;
    border-radius: 10px;
    background-image: url(assets/form-svg-decor-1.svg), url(assets/form-svg-decor-2.svg), linear-gradient(135deg, #ce9ffc, #7367f0);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    max-height: 98vh;
    overflow-y: auto;
    scrollbar-width: none
}

.landingpage.rebate_page .overlay-inner {
    scrollbar-width: auto;
    padding-bottom: 16px
}

.landingpage.rebate_page .overlay-inner .optin-footer .close {
    display: none
}

.landingpage #claim-overlay .overlay-inner .sale-ends-text {
    display: none
}

.landingpage #claim-overlay .overlay-inner .countdown-days,
.landingpage #claim-overlay .overlay-inner .countdown-hours {
    display: none
}

.landingpage #claim-overlay .sale-ends-text:after {
    content: '';
    margin: 6px 0;
    display: block;
    background-color: #c472e2;
    width: 100%;
    height: 2px
}

.landingpage #claim-overlay .sale-ends {
    margin: 0
}

.landingpage #claim-overlay .sale-ends-countdown {
    margin: 0 0 16px 0
}

.landingpage #share-overlay .overlay-inner .share-link-input {
    position: relative
}

.landingpage #share-overlay .overlay-inner .share-link-input .icon-copy24 {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 14px
}

.landingpage #share-overlay .overlay-inner .share-link-input .icon-copy24 path {
    fill: #bbb6d4
}

.landingpage #share-overlay .overlay-inner .sharing-link {
    display: none
}

.landingpage #share-overlay .overlay-inner .fca-sp-share_url {
    padding-right: 48px;
    margin-bottom: 16px
}

.landingpage .overlay-inner .headline {
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    letter-spacing: -.12px;
    font-weight: 400;
    margin-bottom: 8px
}

.landingpage .overlay-inner .content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.landingpage .overlay-inner .email-links {
    max-width: 314px;
    margin: 0 auto
}

.landingpage .overlay-inner .email-links a.email-link {
    display: block;
    position: relative;
    padding: 16px 20px 16px 67px;
    margin-bottom: 10px;
    text-align: left;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    line-height: 1.33;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.landingpage .overlay-inner .email-links a.email-link:last-of-type {
    margin-bottom: 0
}

.landingpage .overlay-inner .email-links img {
    position: absolute;
    top: 17px;
    left: 20px
}

.landingpage .overlay-inner .email-links a.email-link:before {
    content: '';
    display: inline-block;
    height: 100%;
    border-right: solid 1px #d2d4dc;
    top: 0;
    left: 56px;
    position: absolute
}

.landingpage .overlay-inner .email-links a.email-link:hover {
    background-color: #fff;
    color: #000
}

.landingpage .overlay-inner input {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .15);
    border: 0;
    padding: 12px 21px;
    border: solid 1px transparent;
    margin-bottom: 10px
}

.landingpage .overlay-inner input:focus {
    outline: 0;
    border: solid 1px rgba(0, 0, 0, .3)
}

.landingpage .overlay-inner input::placeholder {
    color: rgba(255, 255, 255, .5)
}

.landingpage .overlay-inner .checkbox-consent-label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative
}

.landingpage .overlay-inner .checkbox-consent-label input[type=checkbox] {
    width: auto;
    position: absolute;
    top: 6px;
    left: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    vertical-align: top
}

.landingpage .optin-footer {
    margin-top: 32px;
    font-size: 13px;
    line-height: 16px;
    color: #fff
}

.landingpage .optin-footer p:last-of-type {
    margin-bottom: 0
}

.landingpage .optin-footer a {
    color: #fff;
    font-weight: 700
}

.landingpage .overlay-inner input.invalid {
    border: solid 1px #ed6347
}

.landingpage .overlay-inner .error {
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    margin-bottom: 4px
}

.landingpage .overlay-inner .instructions {
    margin: 0 0 8px 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    counter-reset: claim-instructions
}

.landingpage .overlay-inner .instructions .hint {
    text-align: left
}

.landingpage .overlay-inner .instructions .hint a {
    color: #0f61d8
}

.landingpage .overlay-inner .instructions li {
    counter-increment: claim-instructions;
    position: relative;
    margin: 0 0 24px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.landingpage .overlay-inner .instructions li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 12px 0 20px 0;
    position: relative
}

.landingpage .overlay-inner .instructions li p:before {
    content: "";
    position: absolute;
    left: -22px;
    background-color: #fff;
    width: 1px;
    height: 100%;
    opacity: .7
}

.landingpage #claim-overlay .overlay-inner .instructions .sfb-product-wrapper:before {
    content: "";
    position: absolute;
    left: -22px;
    top: -20px;
    background-color: #fff;
    width: 1px;
    opacity: .7;
    height: calc(100% + 20px)
}

.landingpage .overlay-inner .instructions li:before {
    content: counter(claim-instructions);
    position: absolute;
    left: -32px;
    width: 22px;
    height: 22px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: rgba(255, 255, 255, .85);
    border: none;
    background-image: url(assets/diamond.svg)
}

.landingpage .overlay-inner .instructions span.link {
    color: #0f61d8
}

.landingpage #claim-overlay .sfb-product-wrapper {
    margin: 20px 0 0 0;
    position: relative
}

.landingpage #claim-overlay .sfb-image {
    max-width: 128px
}

.landingpage #claim-overlay .sfb-product {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 148px);
    margin-left: 14px;
    font-size: 14px;
    line-height: 24px
}

.landingpage #claim-overlay .buy-on-amz {
    margin-top: 8px;
    width: auto
}

.landingpage #claim-overlay .buy-on-amz.mobile {
    display: none
}

.landingpage #claim-overlay .buy-on-amz:hover {
    position: relative;
    top: -1px
}

.landingpage #claim-overlay .buy-on-amz svg {
    position: relative;
    top: 1px;
    left: 7px
}

.landingpage #claim-overlay .buy-on-amz svg path {
    fill: #c472e2
}

.landingpage #claim-overlay .sfb-product .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.landingpage #claim-overlay .sfb-product .stars {
    margin: 8px 0;
    line-height: 1
}

.landingpage #claim-overlay .sfb-product .stars svg.sfb-star {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: bottom
}

.landingpage #claim-overlay .sfb-product .stars svg.sfb-star.icon-star-half {
    margin-right: -2px
}

.landingpage #claim-overlay .sfb-product .icon-chevron {
    width: 7px;
    margin: 0 3px 0 4px
}

.landingpage #claim-overlay .sfb-product .review-count {
    color: #0f61d8;
    vertical-align: top
}

.landingpage #claim-overlay .sfb-product .price {
    font-size: 14px;
    color: rgba(174, 23, 0, .85);
    font-weight: 700;
    margin-left: 8px
}

.landingpage #claim-overlay .countdown-item {
    color: #fff
}

.landingpage #claim-overlay .countdown-item:after {
    color: #fff
}

.landingpage .overlay-inner #coupon-claim-field {
    position: relative;
    margin: 8px 0 0 -32px
}

.landingpage .overlay-inner #coupon-claim-field .icon-copy24 path {
    fill: #bbb6d4
}

.landingpage .overlay-inner #coupon-field {
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    background-color: #eeebfd;
    color: #191638;
    text-align: center;
    width: 100%;
    margin-bottom: 0
}

.landingpage .overlay-inner .hint {
    color: rgba(25, 22, 56, .85);
    font-size: 14px;
    line-height: 1.71
}

.landingpage .overlay-inner .button {
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    color: #c472e2
}

.landingpage .overlay-inner .icon-error {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.landingpage .overlay-inner #claim-submit,
.landingpage .overlay-inner #terms-submit {
    width: 100%
}

.landingpage .overlay-inner #optin-submit {
    margin-top: 20px
}

.landingpage .overlay-inner #coupon-copy {
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 15px
}

.landingpage .overlay-inner #coupon-redeem {
    background-color: #9a7ff5;
    padding: 16px 20px;
    color: #fff
}

.landingpage .overlay-inner #privacy {
    margin: 0
}

.landingpage .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .8)
}

.landingpage .overlay-inner div.close {
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 12px 0 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, .25)
}

.landingpage .overlay-inner div.close path {
    fill: #fff
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dotted.slick-slider {
    margin-bottom: 48px
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c472e2
}

@media (max-width:1202px) {
    .landingpage .wrapper {
        max-width: calc(100% - 60px)
    }

    .landingpage .desktop-image {
        display: none
    }

    .landingpage .mobile-image {
        display: inline
    }

    .landingpage #sticky-nav-header .sale-ends-text {
        display: none
    }

    .landingpage section#product {
        padding-bottom: 0
    }

    .landingpage #product-img-nav {
        display: none
    }

    .landingpage #product-img {
        width: 47.4%
    }

    .landingpage section#product #product-inner {
        width: 50%
    }

    .landingpage #product-cta {
        width: 100%;
        border: 0
    }

    .landingpage #product-cta-headline {
        display: block;
        width: 100%
    }

    .landingpage #product .sale-ends {
        width: 100%;
        float: none;
        padding-top: 24px
    }

    .landingpage #product-cta:after {
        display: none
    }

    .landingpage #product-cta-after {
        display: block
    }

    .landingpage #product-cta .button,
    .landingpage #product-cta .product-cta-sale-price {
        width: 47.4%
    }

    .landingpage #product-description {
        max-width: 52.7%
    }

    .landingpage #description-img-wrapper {
        max-width: 43.1%
    }
}

@media (max-width:700px) {
    .landingpage section {
        padding: 72px 0
    }

    .landingpage .wrapper {
        max-width: calc(100% - 60px);
        text-align: center
    }

    .landingpage .desktop-image {
        display: none
    }

    .landingpage .mobile-image {
        display: inline
    }

    .landingpage .headline {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.09;
        letter-spacing: -.1px;
        margin-bottom: 40px;
        text-align: left
    }

    .landingpage #sticky-nav-header {
        position: relative;
        height: auto
    }

    .landingpage #sticky-nav-header .wrapper {
        height: auto;
        max-width: calc(100% - 24px);
        text-align: left
    }

    .landingpage #header-logo-link {
        float: none;
        height: 56px;
        padding: 12px 0;
        display: inline-block
    }

    .landingpage #nav-link {
        height: 32px;
        padding: 8px 18px;
        float: right;
        margin: 12px 0
    }

    .landingpage #header-logo {
        max-height: 30px
    }

    .landingpage #sticky-nav-header .sale-ends {
        position: fixed;
        display: inline-block;
        bottom: 12px;
        top: auto;
        left: 12px;
        right: auto;
        margin: 0;
        width: auto;
        z-index: 1;
        text-align: left
    }

    .landingpage #sticky-nav-header .sale-ends-text {
        display: block;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: normal;
        color: #c472e2
    }

    .landingpage #sticky-nav-header .sale-ends-text:after {
        width: 20px;
        margin: 3px 5px
    }

    .landingpage #header-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        text-align: right;
        padding: 12px
    }

    .landingpage #header-cta .button {
        max-width: calc(100% - 148px);
        margin: 0;
        padding: 8px 18px;
        position: relative;
        z-index: 2
    }

    .landingpage.messenger_page #header-cta .button {
        margin: 0
    }

    .landingpage .sale-ends-countdown {
        float: right
    }

    .landingpage .sale-ends-text {
        color: #000;
        margin-bottom: 0;
        display: inline;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.71
    }

    .landingpage #sticky-nav-header .sale-ends-countdown {
        float: none
    }

    .landingpage .countdown-item {
        margin-right: 4px
    }

    .landingpage #sticky-nav-header .countdown-item {
        font-size: 14.7px;
        line-height: 1.2;
        margin-right: 8px
    }

    .landingpage #sticky-nav-header .countdown-item:after {
        font-size: 8.8px;
        line-height: 2;
        letter-spacing: 1.1px
    }

    .landingpage section#product {
        margin-top: 0;
        padding: 0;
        background-image: url(assets/mobile-hero-info-svg-bg.svg);
        background-repeat: no-repeat;
        background-position: top right;
        border-bottom: solid 1px #d2d4dc
    }

    .landingpage section#product #product-inner {
        width: 100%;
        border: 0;
        margin: 0;
        text-align: center;
        background-image: none;
        padding: 24px 0 0 0;
        min-height: 0;
        clear: both
    }

    .landingpage #product .sale-ends-text {
        margin-bottom: 0;
        display: inline
    }

    .landingpage #main-headline {
        padding: 0;
        border: 0;
        text-align: center;
        margin-bottom: 8px
    }

    .landingpage #main-headline:after {
        display: none
    }

    .landingpage #product-cta-headline {
        width: 100%;
        font-size: 14px;
        line-height: 1.71;
        max-width: 100%;
        margin-bottom: 32px;
        text-align: center;
        display: block;
        margin: 0;
        margin-bottom: 8px
    }

    .landingpage #product-cta {
        max-width: 100%;
        width: 100%;
        border: 0;
        padding: 0;
        margin-bottom: 144px;
        text-align: right
    }

    .landingpage #product-cta:after {
        display: none
    }

    .landingpage #product-cta .button {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        max-width: calc(100% - 102px)
    }

    .landingpage.lang-fr #product-cta .button {
        max-width: calc(100% - 134px)
    }

    .landingpage #product-cta .sale-ends {
        border-top: 0
    }

    .landingpage #product .sale-ends {
        position: absolute;
        left: 0;
        height: 72px;
        bottom: 72px;
        border: solid 1px #d2d4dc;
        border-top: 0;
        width: 100%;
        padding: 24px
    }

    .landingpage #product-img {
        width: 100%;
        display: block;
        position: relative;
        margin-right: 0;
        margin-left: 0
    }

    .landingpage #product-img #product-content {
        margin: 0 0 29px 0
    }

    .landingpage #product-img-nav {
        display: none
    }

    .landingpage section.call-to-action .sale-ends {
        width: 100%;
        margin: 24px 0 0 0;
        padding: 24px 0 0 0;
        position: relative;
        top: 0;
        right: 0
    }

    .landingpage section.call-to-action .countdown-item.countdown-days:after,
    .landingpage section.call-to-action .countdown-item.countdown-hours:after,
    .landingpage section.call-to-action .countdown-item.countdown-minutes:after,
    .landingpage section.call-to-action .countdown-item.countdown-seconds:after {
        display: inline
    }

    .landingpage section.call-to-action .countdown-item.countdown-days:before,
    .landingpage section.call-to-action .countdown-item.countdown-hours:before,
    .landingpage section.call-to-action .countdown-item.countdown-minutes:before,
    .landingpage section.call-to-action .countdown-item.countdown-seconds:before {
        display: none
    }

    .landingpage section.call-to-action .sale-ends:before {
        content: '';
        width: calc(100% + 48px);
        position: absolute;
        left: -24px;
        top: 0;
        border-top: 1px solid rgba(0, 0, 0, .15)
    }

    .landingpage section.call-to-action .product-cta-percent-off {
        position: absolute;
        right: 24px;
        max-width: calc(100% - 148px)
    }

    .landingpage .product-cta-regular-price {
        float: none;
        display: block;
        text-align: left;
        margin-top: 8px
    }

    .landingpage .product-cta-sale-price {
        display: block;
        width: 100%;
        float: none;
        font-size: 22px;
        line-height: 1.09;
        letter-spacing: -.1px;
        text-align: left
    }

    .landingpage #product-cta .product-cta-sale-price {
        width: 100%;
        margin-bottom: 72px
    }

    .landingpage .cta-regular-price-strikethrough {
        float: none;
        font-size: 12px;
        display: inline;
        line-height: 1.33
    }

    .landingpage #product-cta-after {
        text-align: left;
        display: block;
        position: static;
        border: solid 1px #d2d4dc;
        padding: 24px 16px
    }

    .landingpage #product-cta-scarcity {
        float: right
    }

    .landingpage section#description {
        padding: 48px 0 72px 0;
        background-image: url(assets/mobile-about-svg-bg-tiles.svg);
        background-repeat: no-repeat;
        background-position: bottom right
    }

    .landingpage #product-description {
        font-size: 14px;
        line-height: 1.71;
        border: 0;
        padding: 0;
        max-width: 100%;
        min-height: 0;
        margin-bottom: 48px
    }

    .landingpage #description-img-wrapper {
        width: 100%;
        position: static;
        border-radius: 6px
    }

    .landingpage #description-img-wrapper img {
        padding: 6px
    }

    .landingpage .button {
        width: auto;
        font-size: 12px;
        padding: 15px 30px 17px 30px
    }

    .landingpage .product-cta-percent-off {
        margin: 0 0 8px 0
    }

    .landingpage section.call-to-action {
        background-image: url(assets/mobile-reminder-svg-bg-1.svg), linear-gradient(112deg, #ce9ffc, #7367f0);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom right, left;
        text-align: left
    }

    .landingpage section.call-to-action:nth-last-child(2) {
        background-image: url(assets/mobile-reminder-svg-bg-2.svg), linear-gradient(112deg, #ce9ffc, #7367f0);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom right, left
    }

    .landingpage section.call-to-action .call-to-action-top {
        max-width: 100%;
        padding: 24px
    }

    .landingpage section.call-to-action .call-to-action-bottom {
        max-width: 100%;
        padding: 24px
    }

    .landingpage section.call-to-action .headline {
        display: block;
        width: 100%;
        font-weight: 700;
        font-size: 22px;
        line-height: 1.09;
        letter-spacing: -.1px;
        margin-bottom: 24px
    }

    .landingpage section.call-to-action .call-to-action-bottom:after {
        display: none
    }

    .landingpage section.call-to-action .button {
        float: none;
        width: 100%;
        height: auto
    }

    .landingpage #product-cta .call-to-action {
        max-width: calc(100% - 60px);
        position: static;
        margin: 0 auto 24px auto;
        padding: 32px 28px 38px 28px
    }

    .landingpage .headline.call-to-action-text {
        margin-top: 0
    }

    .landingpage section#video-div .wrapper {
        overflow: hidden;
        padding-top: 56.25%
    }

    .landingpage section#video-div .wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

    .landingpage #how-it-works-div .headline {
        font-size: 34px;
        margin-bottom: 46px
    }

    .landingpage #how-it-works h4 {
        display: block;
        max-width: 100%;
        margin-right: 0;
        margin: 4px 0 12px 0;
        text-align: center
    }

    .landingpage #how-it-works div {
        display: block;
        max-width: 100%;
        margin-right: 0;
        text-align: center
    }

    .landingpage #how-it-works p {
        margin-bottom: 40px
    }

    .landingpage section#review-div {
        background-image: url(assets/mobile-testimonial-svg-top-right.svg), url(assets/mobile-testimonial-svg-bot-left.svg);
        background-repeat: no-repeat, no-repeat;
        background-position: top right, bottom left;
        padding: 72px 0
    }

    .landingpage section#review-div .wrapper {
        max-width: calc(100% - 60px);
        padding: 24px 24px 72px 24px
    }

    .landingpage #review-headline {
        margin-bottom: 24px
    }

    .landingpage .review {
        max-width: 100%
    }

    .landingpage #review-div>img {
        position: static
    }

    .landingpage .review-text {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 8px
    }

    .landingpage #review-count {
        display: inline-block;
        position: static;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
        padding: 24px 0;
        line-height: 1.71;
        font-size: 14px
    }

    .landingpage #review-nav-left,
    .landingpage #review-nav-right {
        position: absolute;
        bottom: 0;
        border: 0;
        padding: 27px 0;
        width: 50%;
        text-align: center;
        border-top: solid 1px #d2d4dc
    }

    .landingpage #review-nav-left {
        left: 0;
        border-right: solid 1px #d2d4dc
    }

    .landingpage #review-nav-right {
        right: 0
    }

    .landingpage .question {
        padding: 24px
    }

    .landingpage .question-title {
        font-size: 14px;
        font-weight: 900;
        line-height: 1.71
    }

    .landingpage .question-text {
        font-size: 14px;
        margin-top: 24px;
        line-height: 1.71
    }

    .landingpage section#faq-div {
        padding: 48px 0 257px 0;
        background-image: url(assets/mobile-faq-svg-bg.svg);
        padding: 72px 0
    }

    .landingpage section#faq-div .headline {
        width: 100%;
        margin-right: 0
    }

    .landingpage #faqs {
        width: 100%
    }

    .landingpage section#footer {
        font-size: 14px;
        line-height: 1.71;
        padding-bottom: 136px
    }

    .landingpage .overlay-inner {
        padding: 16px 30px;
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
        width: calc(100% - 30px);
        background-image: url(assets/mobile-form-svg-decor-1.svg), url(assets/mobile-form-svg-decor-2.svg), linear-gradient(135deg, #ce9ffc, #7367f0);
        background-repeat: no-repeat, no-repeat;
        background-position: top left, bottom right
    }

    .landingpage .overlay-inner::-webkit-scrollbar {
        -webkit-appearance: none;
        display: none
    }

    .landingpage.rebate_page .overlay-inner {
        max-width: 100%;
        width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        margin: 0;
        border-radius: 0
    }

    .landingpage.rebate_page .overlay-inner>.close {
        display: none
    }

    .landingpage.rebate_page .overlay-inner .optin-footer .close {
        display: block;
        margin-bottom: 150px
    }

    .landingpage .overlay-inner div.close {
        top: 15px;
        right: 15px
    }

    .landingpage .overlay-inner .headline {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.33;
        max-width: calc(100% - 88px);
        margin-left: auto;
        margin-right: auto
    }

    .landingpage .overlay-inner .button {
        max-width: 100%;
        width: 100%
    }

    .landingpage .overlay-inner .content {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 24px
    }

    .landingpage .overlay-inner input {
        font-size: 16px
    }

    .landingpage .overlay-inner .instructions {
        margin: 0 0 8px 0;
        font-size: 14px
    }

    .landingpage .overlay-inner .instructions li {
        margin: 0 0 16px 32px;
        line-height: 20px
    }

    .landingpage .overlay-inner #coupon-redeem {
        padding: 14px 0;
        width: 100%
    }

    .landingpage .overlay-inner #coupon-copy {
        top: 11px;
        right: 13px
    }

    .landingpage .overlay-inner #coupon-field {
        font-size: 14px;
        line-height: 16px
    }

    .landingpage #claim-overlay .sfb-product {
        width: calc(100% - 106px);
        margin-left: 6px
    }

    .landingpage .optin-footer {
        margin: 40px 0 80px 0
    }

    .landingpage #claim-overlay .sfb-product .title {
        font-size: 14px;
        line-height: 18px
    }

    .landingpage #claim-overlay .buy-on-amz {
        padding: 12px 20px;
        width: 100%
    }

    .landingpage #claim-overlay .buy-on-amz.desktop {
        display: none
    }

    .landingpage #claim-overlay .buy-on-amz.mobile {
        display: inline-block
    }

    .landingpage #claim-overlay .sfb-product .stars {
        margin: 4px 0 0 0
    }

    .landingpage #claim-overlay .sfb-image {
        max-width: 96px
    }

    .landingpage #share-overlay .overlay-inner .sharing-link {
        display: inline-block;
        width: 48px;
        height: 48px
    }

    .landingpage #share-overlay .overlay-inner .sharing-link:nth-of-type(2) {
        margin: 0 24px
    }

    .landingpage #share-overlay .overlay-inner .sharing-link svg {
        width: 48px;
        height: 48px
    }

    .landingpage .overlay-inner .email-links a.email-link {
        background-color: #fff;
        color: #000
    }
}

@media (max-width:349px) {
    .landingpage .button {
        line-height: 1.1;
        padding: 15px 8px 17px 8px
    }
}

.landingpage.mobile #how-it-works-div .headline {
    font-size: 34px;
    margin-bottom: 46px
}

.landingpage.mobile #how-it-works h4 {
    display: block;
    max-width: 100%;
    margin-right: 0;
    margin: 4px 0 12px 0;
    text-align: center
}

.landingpage.mobile #how-it-works div {
    display: block;
    max-width: 100%;
    margin-right: 0;
    text-align: center
}

.landingpage.mobile #how-it-works p {
    margin-bottom: 40px
}

.landingpage.mobile section {
    padding: 72px 0
}

.landingpage.mobile .wrapper {
    max-width: calc(100% - 60px);
    text-align: center
}

.landingpage.mobile .headline {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.09;
    letter-spacing: -.1px;
    margin-bottom: 40px;
    text-align: left
}

.landingpage.mobile #sticky-nav-header {
    display: none
}

.landingpage.mobile #sticky-nav-header .wrapper {
    height: auto;
    max-width: calc(100% - 24px);
    text-align: left
}

.landingpage.mobile #header-logo-link {
    float: none;
    height: 56px;
    padding: 12px 0;
    display: inline-block
}

.landingpage.mobile #nav-link {
    height: 32px;
    padding: 8px 18px;
    float: right;
    margin: 12px 0
}

.landingpage.mobile #header-logo {
    max-height: 30px
}

.landingpage.mobile #sticky-nav-header .sale-ends {
    position: fixed;
    display: inline-block;
    bottom: 12px;
    top: auto;
    left: 12px;
    right: auto;
    margin: 0;
    width: auto;
    z-index: 1;
    text-align: left
}

.landingpage.mobile #sticky-nav-header .sale-ends-text {
    display: block;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: normal;
    color: #c472e2
}

.landingpage.mobile #sticky-nav-header .sale-ends-text:after {
    width: 20px;
    margin: 3px 5px
}

.landingpage.mobile #header-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: right;
    padding: 12px
}

.landingpage.mobile #header-cta .button {
    max-width: calc(100% - 148px);
    margin: 0;
    padding: 8px 18px;
    position: relative;
    z-index: 2
}

.landingpage.mobile.messenger_page #header-cta .button {
    margin: 0
}

.landingpage.mobile .sale-ends-countdown {
    float: right
}

.landingpage.mobile .sale-ends-text {
    color: #000;
    margin-bottom: 0;
    display: inline;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71
}

.landingpage.mobile #sticky-nav-header .sale-ends-countdown {
    float: none
}

.landingpage.mobile .countdown-item {
    margin-right: 4px
}

.landingpage.mobile #sticky-nav-header .countdown-item {
    font-size: 14.7px;
    line-height: 1.2;
    margin-right: 8px
}

.landingpage.mobile #sticky-nav-header .countdown-item:after {
    font-size: 8.8px;
    line-height: 2;
    letter-spacing: 1.1px
}

.landingpage.mobile section#product {
    margin-top: 0;
    padding: 0;
    background-image: url(assets/mobile-hero-info-svg-bg.svg);
    background-repeat: no-repeat;
    background-position: top right;
    border-bottom: solid 1px #d2d4dc
}

.landingpage.mobile section#product #product-inner {
    width: 100%;
    border: 0;
    margin: 0;
    text-align: center;
    background-image: none;
    padding: 24px 0 0 0;
    min-height: 0;
    clear: both
}

.landingpage.mobile #product .sale-ends-text {
    margin-bottom: 0;
    display: inline
}

.landingpage.mobile #main-headline {
    padding: 0;
    border: 0;
    text-align: center;
    margin-bottom: 8px
}

.landingpage.mobile #main-headline:after {
    display: none
}

.landingpage.mobile #product-cta-headline {
    width: 100%;
    font-size: 14px;
    line-height: 1.71;
    max-width: 100%;
    margin-bottom: 32px;
    text-align: center;
    display: block;
    margin: 0;
    margin-bottom: 8px
}

.landingpage.mobile #product-cta {
    max-width: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: 144px;
    text-align: right
}

.landingpage.mobile #product-cta:after {
    display: none
}

.landingpage.mobile #product-cta .button {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    max-width: calc(100% - 102px)
}

.landingpage.mobile.lang-fr #product-cta .button {
    max-width: calc(100% - 134px)
}

.landingpage.mobile #product-cta .sale-ends {
    border-top: 0
}

.landingpage.mobile #product .sale-ends {
    position: absolute;
    left: 0;
    height: 72px;
    bottom: 72px;
    border: solid 1px #d2d4dc;
    border-top: 0;
    width: 100%;
    padding: 24px
}

.landingpage.mobile #product-img {
    width: 100%;
    display: block;
    position: relative;
    margin-right: 0;
    margin-left: 0
}

.landingpage.mobile #product-img #product-content {
    margin: 0 0 29px 0
}

.landingpage.mobile #product-img-nav {
    display: none
}

.landingpage.mobile section.call-to-action .sale-ends {
    width: 100%;
    margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    position: relative;
    top: 0;
    right: 0
}

.landingpage.mobile section.call-to-action .countdown-item.countdown-days:after,
.landingpage.mobile section.call-to-action .countdown-item.countdown-hours:after,
.landingpage.mobile section.call-to-action .countdown-item.countdown-minutes:after,
.landingpage.mobile section.call-to-action .countdown-item.countdown-seconds:after {
    display: inline
}

.landingpage.mobile section.call-to-action .countdown-item.countdown-days:before,
.landingpage.mobile section.call-to-action .countdown-item.countdown-hours:before,
.landingpage.mobile section.call-to-action .countdown-item.countdown-minutes:before,
.landingpage.mobile section.call-to-action .countdown-item.countdown-seconds:before {
    display: none
}

.landingpage.mobile section.call-to-action .sale-ends:before {
    content: '';
    width: calc(100% + 48px);
    position: absolute;
    left: -24px;
    top: 0;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.landingpage.mobile section.call-to-action .product-cta-percent-off {
    position: absolute;
    right: 24px;
    max-width: calc(100% - 148px)
}

.landingpage.mobile .product-cta-regular-price {
    float: none;
    display: block;
    text-align: left;
    margin-top: 8px
}

.landingpage.mobile .product-cta-sale-price {
    display: block;
    width: 100%;
    float: none;
    font-size: 22px;
    line-height: 1.09;
    letter-spacing: -.1px;
    text-align: left
}

.landingpage.mobile #product-cta .product-cta-sale-price {
    width: 100%;
    margin-bottom: 72px
}

.landingpage.mobile .cta-regular-price-strikethrough {
    float: none;
    font-size: 12px;
    display: inline;
    line-height: 1.33
}

.landingpage.mobile #product-cta-after {
    text-align: left;
    display: block;
    position: static;
    border: solid 1px #d2d4dc;
    padding: 24px 16px 24px 4px
}

.landingpage.mobile #product-cta-scarcity {
    float: right
}

.landingpage.mobile section#description {
    padding: 48px 0 72px 0;
    background-image: url(assets/mobile-about-svg-bg-tiles.svg);
    background-repeat: no-repeat;
    background-position: bottom right
}

.landingpage.mobile #product-description {
    font-size: 14px;
    line-height: 1.71;
    border: 0;
    padding: 0;
    max-width: 100%;
    min-height: 0;
    margin-bottom: 48px
}

.landingpage.mobile #description-img-wrapper {
    width: 100%;
    position: static;
    border-radius: 6px;
    max-width: 500px
}

.landingpage.mobile #description-img-wrapper img {
    padding: 6px
}

.landingpage.mobile .button {
    width: auto;
    font-size: 12px;
    padding: 15px 30px 17px 30px
}

.landingpage.mobile .product-cta-percent-off {
    margin: 0 0 8px 0
}

.landingpage.mobile section.call-to-action {
    background-image: url(assets/mobile-reminder-svg-bg-1.svg), linear-gradient(112deg, #ce9ffc, #7367f0);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, left;
    text-align: left
}

.landingpage.mobile section.call-to-action:nth-last-child(2) {
    background-image: url(assets/mobile-reminder-svg-bg-2.svg), linear-gradient(112deg, #ce9ffc, #7367f0);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, left
}

.landingpage.mobile section.call-to-action .call-to-action-top {
    max-width: 100%;
    padding: 24px
}

.landingpage.mobile section.call-to-action .call-to-action-bottom {
    max-width: 100%;
    padding: 24px
}

.landingpage.mobile section.call-to-action .headline {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.09;
    letter-spacing: -.1px;
    margin-bottom: 24px
}

.landingpage.mobile section.call-to-action .call-to-action-bottom:after {
    display: none
}

.landingpage.mobile section.call-to-action .button {
    float: none;
    width: 100%;
    height: auto
}

.landingpage.mobile #product-cta .call-to-action {
    max-width: calc(100% - 60px);
    position: static;
    margin: 0 auto 24px auto;
    padding: 32px 28px 38px 28px
}

.landingpage.mobile .headline.call-to-action-text {
    margin-top: 0
}

.landingpage.mobile section#review-div {
    background-image: url(assets/mobile-testimonial-svg-top-right.svg), url(assets/mobile-testimonial-svg-bot-left.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    padding: 72px 0
}

.landingpage.mobile section#review-div .wrapper {
    max-width: calc(100% - 60px);
    padding: 24px 24px 72px 24px
}

.landingpage.mobile #review-headline {
    margin-bottom: 24px
}

.landingpage.mobile .review {
    max-width: 100%
}

.landingpage.mobile #review-div>img {
    position: static
}

.landingpage.mobile .review-text {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 8px
}

.landingpage.mobile #review-count {
    display: inline-block;
    position: static;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    padding: 24px 0;
    line-height: 1.71;
    font-size: 14px
}

.landingpage.mobile #review-nav-left,
.landingpage.mobile #review-nav-right {
    position: absolute;
    bottom: 0;
    border: 0;
    padding: 27px 0;
    width: 50%;
    text-align: center;
    border-top: solid 1px #d2d4dc
}

.landingpage.mobile #review-nav-left {
    left: 0;
    border-right: solid 1px #d2d4dc
}

.landingpage.mobile #review-nav-right {
    right: 0
}

.landingpage.mobile .question {
    padding: 24px
}

.landingpage.mobile .question-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71
}

.landingpage.mobile .question-text {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.71
}

.landingpage.mobile section#faq-div {
    padding: 48px 0 257px 0;
    background-image: url(assets/mobile-faq-svg-bg.svg);
    padding: 72px 0
}

.landingpage.mobile section#faq-div .headline {
    width: 100%;
    margin-right: 0
}

.landingpage.mobile #faqs {
    width: 100%
}

.landingpage.mobile section#footer {
    font-size: 14px;
    line-height: 1.71;
    padding-bottom: 136px
}

.landingpage.mobile section#video-div .wrapper {
    overflow: hidden;
    padding-top: 56.25%
}

.landingpage.mobile section#video-div .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}