/* Minification failed. Returning unminified contents.
(250,71): run-time error CSS1045: Expected term, found $
(250,71): run-time error CSS1019: Unexpected token, found '$'
(250,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */
.order-bar-container {
    background: transparent;
    left: 0;
    padding-top: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    position: relative;
}

    .order-bar-container .order-bar-placeholder {
        min-height: 72px;
        padding: 1rem 0;
        width: 100%;
    }

@media(max-width: 991px) {
    .order-bar-container .order-bar-placeholder {
        min-height: 50px;
        padding: .5rem 0;
    }
}

.order-bar-container .order-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    min-height: 72px;
    padding: 1rem 0;
    width: 100%;
    overflow: visible;
    box-shadow: 0 13px 13px -10px rgba(0,0,0,.03);
}

@media(max-width: 991px) {
    .order-bar-container .order-bar {
        min-height: 50px;
        padding: .5rem 0;
        position: fixed;
        top: 4.5rem;
    }

        .order-bar-container .order-bar.inapp {
            top: 0 !important;
        }
}

.order-bar-container .order-bar .container .row div {
    display: flex;
    align-items: center;
}

    .order-bar-container .order-bar .container .row div:last-child {
        justify-content: flex-end;
    }

.order-bar-container .order-bar.order-menu-fixed {
    position: fixed;
    top: 4.5rem;
}

.order-bar-container .order-bar.order-fixed {
    position: fixed;
    top: 0;
}

.order-bar-container .order-bar.order-bar-animated {
    transition: top ease-in-out .4s;
}

.order-bar-container .order-bar .order-bar-price {
    text-align: right;
}

    .order-bar-container .order-bar .order-bar-price.bf-price .price, .order-bar-container .order-bar .order-bar-price.bf-price .price-reduc {
        font-size: 1.1rem;
        color: #4d5766;
    }

    .order-bar-container .order-bar .order-bar-price .price {
        color: #124191;
        font-weight: 100;
        font-size: 1.2rem;
    }

    .order-bar-container .order-bar .order-bar-price .price-reduc + .price {
        display: inline;
        font-size: 1.2rem;
        font-weight: 600;
        margin-left: 1rem;
        color: #fa7160;
    }

    .order-bar-container .order-bar .order-bar-price span[data-tr=pricefromlabel] + .price-reduc {
        color: #124191;
    }

    .order-bar-container .order-bar .order-bar-price .price-reduc {
        color: #4d5766;
        font-weight: 100;
        position: relative;
        font-size: 1.2rem;
    }

        .order-bar-container .order-bar .order-bar-price .price-reduc:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            background: #4d5766;
            width: 100%;
            height: 0;
        }

    .order-bar-container .order-bar .order-bar-price button {
        font-size: 1.2rem;
        line-height: 0;
        margin-left: 2rem;
        min-width: 0;
        padding: 1.2rem 2rem;
        width: auto;
    }

        .order-bar-container .order-bar .order-bar-price button:hover {
            padding: 1.2rem 2rem;
            height: 0;
        }

        .order-bar-container .order-bar .order-bar-price button:after {
            display: none;
        }

    .order-bar-container .order-bar .order-bar-price .reseller-link {
        display: none;
    }

@media(min-width: 768px) {
    .order-bar-container .order-bar .order-bar-price .reseller-link {
        display: inline-block;
        margin-left: 1rem;
    }
}

.order-bar-container .order-bar p {
    display: inline-block;
}

.order-bar-container .order-bar .comingsoon {
    margin-left: 1rem;
}

.order-bar-container .order-bar .noavailable-country {
    color: #ff3154;
}

.order-bar-mobile-container {
    box-shadow: 0 0 11px 0 rgba(0,0,0,.13);
    display: table;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

    .order-bar-mobile-container .order-bar_mobile {
        background: #fff;
        display: table-cell;
        height: 72px;
        vertical-align: middle;
    }

@media(max-width: 991px) {
    .order-bar-mobile-container .order-bar_mobile {
        height: 63px;
    }
}

.order-bar-mobile-container .order-bar_mobile button {
    margin: 0 auto;
    line-height: 33px;
}

.order-bar-mobile-container .order-bar_mobile .reseller-link {
    margin: 0 auto;
}

.order-bar-mobile-container .dropup .dropdown-menu {
    width: 100%;
}

@media(min-width: 992px) {
    .order_slideInDownTop {
        animation-name: orderSlideInDownTop;
        animation-fill-mode: forwards;
        animation-duration: .4s;
    }
}

@media(min-width: 992px) {
    .order_slideOutUpTop {
        position: absolute;
        animation-name: orderSlideOutUpTop;
        animation-fill-mode: forwards;
        animation-duration: .333s;
    }
}

@keyframes orderSlideInDownTop {
    from {
        top: 0;
    }

    to {
        top: 4.5rem;
    }
}

@keyframes orderSlideOutUpTop {
    from {
        top: 4.5rem;
    }

    to {
        top: 0;
    }
}

.section-product_hero {
    clear: both;
    overflow-y: hidden;
    position: relative;
    padding: 0;
}

@media(min-width: 768px) {
    .section-product_hero {
        overflow-y: visible;
    }
}

.section-product_hero .hero-wrapper {
    height: 70vh;
    position: relative;
    background: #fff;
    background: linear-gradient(135deg, #99b6d6 0%, #9fcec6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$color1, endColorstr=$color2,GradientType=1 );
}

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper {
        height: 794px;
    }
}

.section-product_hero .hero-wrapper .hero_content {
    background: #fff;
    bottom: 0;
    height: 60%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

@media(max-width: 767px) {
    .section-product_hero .hero-wrapper .hero_content {
        padding: 8% calc(1rem + 15px);
    }
}

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper .hero_content {
        background: transparent;
        color: #fff;
        margin-left: 50%;
        padding-top: 6vh;
        position: relative;
        transform: translateX(-50%);
        width: 750px;
    }
}

@media(min-width: 992px) {
    .section-product_hero .hero-wrapper .hero_content {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .section-product_hero .hero-wrapper .hero_content {
        width: 1170px;
    }
}

.section-product_hero .hero-wrapper .hero_content h3, .section-product_hero .hero-wrapper .hero_content .video-wrapper p {
    color: #001135;
}

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper .hero_content h3, .section-product_hero .hero-wrapper .hero_content .video-wrapper p {
        color: #fff;
    }
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper:hover {
    cursor: pointer;
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper p {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    vertical-align: middle;
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon {
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    width: 26px;
}

    .section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon svg g g g g .play-icon {
        fill: #001135;
    }

@media(min-width: 768px) {
    .section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon svg g g g g .play-icon {
        fill: #fff;
    }
}

.section-product_hero .hero-wrapper .hero_content .video-wrapper .video_icon:hover {
    cursor: pointer;
}

.section-product_lifestyle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 800px;
    margin-bottom: 0;
    width: 100%;
}

    .section-product_lifestyle .lifestyle-wrapper {
        margin: 0 auto;
        width: 100%;
        margin-top: 200px;
        transform: translateY(-50%);
    }

@media(min-width: 768px) {
    .section-product_lifestyle .lifestyle-wrapper {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .section-product_lifestyle .lifestyle-wrapper {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .section-product_lifestyle .lifestyle-wrapper {
        width: 1170px;
    }
}

.section-product_lifestyle .lifestyle-wrapper .lifestyle-white-title, .section-product_lifestyle .lifestyle-wrapper .lifestyle-white-content {
    color: #fff;
}

.section-product_lifestyle .lifestyle-wrapper .lifestyle-white-title {
    margin-top: 5rem;
}

@media(min-width: 768px) {
    .section-product_lifestyle .lifestyle-wrapper .lifestyle-white-title {
        margin-top: 3rem;
    }
}

.section-product_arguments {
    display: inline-block;
    height: auto;
    width: 100%;
}

@media(max-width: 991px) {
    .section-product_arguments .swiper-container_arguments .swiper-slide-next, .section-product_arguments .swiper-container_arguments .swiper-slide-prev {
        opacity: .45;
        transition: all 300ms ease-in-out;
    }
}

@media(min-width: 1200px) {
    .section-product_arguments .swiper-container_arguments .swiper-slide-duplicate-prev, .section-product_arguments .swiper-container_arguments .swiper-slide-duplicate-next {
        opacity: .45;
        transition: all 300ms ease-in-out;
    }
}

.arguments-img {
    height: auto;
    width: 100%;
}

.section-product_blockquote {
    background: #fff;
    height: 66vh;
    position: relative;
}

@media(min-width: 768px) {
    .section-product_blockquote {
        height: 450px;
    }
}

.section-product_blockquote .swiper-container_blockquote {
    height: 66vh;
    text-align: center;
}

@media(min-width: 768px) {
    .section-product_blockquote .swiper-container_blockquote {
        height: 450px;
    }
}

.section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide {
    display: table;
}

    .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

        .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-headline {
            font-family: "nokia-pure-headline-ultralight",Arial,Helvetica,sans-serif;
            font-size: 2rem;
            font-weight: 100;
            line-height: 3rem;
            margin: 0 auto;
            width: 100%;
        }

@media(min-width: 768px) {
    .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-headline {
        font-size: 3rem;
        line-height: 4.3rem;
        width: 66%;
    }
}

@media(min-width: 992px) {
    .section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-headline {
        width: 50%;
    }
}

.section-product_blockquote .swiper-container_blockquote .swiper-wrapper .swiper-slide .swiper-slide__content-wrapper .blockquote-name {
    font-weight: 800;
}

.section-product_blockquote .swiper-container_blockquote .swiper-pagination_blockquote {
    bottom: 10%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.other-wrapper {
    margin: 0 auto;
    width: 100%;
}

@media(min-width: 768px) {
    .other-wrapper {
        width: 750px;
    }
}

@media(min-width: 992px) {
    .other-wrapper {
        width: 970px;
    }
}

@media(min-width: 1200px) {
    .other-wrapper {
        width: 1170px;
    }
}

.other-wrapper .other-item {
    margin-bottom: 5rem;
}

@media(min-width: 768px) {
    .other-wrapper .other-item {
        margin: 0 0 11px;
    }
}

.other-wrapper .other-item:last-child {
    margin-bottom: 0;
}

.other-wrapper .other-item__img {
    height: auto;
    margin: 0 auto;
    margin-bottom: 0;
    width: 73%;
    display: block;
}

@media(min-width: 768px) {
    .other-wrapper .other-item__img {
        margin-bottom: 3rem;
    }
}

.section-product_icons {
    height: auto;
    margin-bottom: 5rem;
    position: relative;
    width: 100%;
}

@media(min-width: 768px) {
    .section-product_icons {
        margin-bottom: 0;
    }
}

.section-product_icons .swiper-container_icons {
    position: relative;
}

    .section-product_icons .swiper-container_icons .swiper-button-prev, .section-product_icons .swiper-container_icons .swiper-button-next {
        top: 105%;
        background-image: none;
    }

    .section-product_icons .swiper-container_icons .icons-wrapper {
        height: auto;
        margin: 0 auto;
        width: 100%;
    }

@media(min-width: 768px) {
    .section-product_icons .swiper-container_icons .icons-wrapper {
        width: 750px;
        display: block;
    }
}

@media(min-width: 992px) {
    .section-product_icons .swiper-container_icons .icons-wrapper {
        width: 970px;
        display: block;
    }
}

@media(min-width: 1200px) {
    .section-product_icons .swiper-container_icons .icons-wrapper {
        width: 1170px;
        display: block;
    }
}

.section-product_icons .swiper-container_icons .icons-wrapper .icon-column {
    display: inline-block;
    height: auto;
    margin-top: 80px;
    padding: 0 10px;
    width: 100%;
}

@media(min-width: 768px) {
    .section-product_icons .swiper-container_icons .icons-wrapper .icon-column {
        width: 50%;
        float: left;
    }
}

@media(min-width: 1200px) {
    .section-product_icons .swiper-container_icons .icons-wrapper .icon-column {
        width: 234px;
        float: left;
    }
}

.section-product_icons .swiper-container_icons .icons-wrapper .icon-column .icon {
    margin-bottom: 20px;
    height: 60px;
}

.reseller-link a {
    display: inline-block;
    padding: .8rem 1.5rem .8rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: #124191;
    border: 1px solid #124191;
    border-radius: 10px;
    font-family: "nokia-pure-headline-light",Arial,Helvetica,sans-serif;
}

    .reseller-link a:hover {
        border-color: #001135;
        color: #001135;
        text-decoration: none;
        cursor: pointer;
    }

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
    font-weight: 100;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

@media(min-width: 768px) {
    h2 {
        font-size: 2.5rem;
        line-height: 4rem;
        margin-bottom: 2rem;
        margin-top: 0;
    }
}

@media(min-width: 992px) {
    h2 {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-top: 0;
    }
}

p {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: 0;
}

    p + p {
        margin-top: 1rem;
    }

@media(min-width: 992px) {
    p {
        line-height: 2.6rem;
    }
}

h2, p {
    color: #4d5766;
}

.section-product, .section-product-small {
    padding: 4rem 0;
    overflow: hidden;
}

    .section-product .lifetrons-link, .section-product-small .lifetrons-link {
        display: block;
        margin-top: 3rem;
    }

@media(min-width: 768px) {
    .section-product, .section-product-small {
        padding: 8rem 0;
    }
}

@media(min-width: 992px) {
    .section-product, .section-product-small {
        padding: 12rem 0;
    }
}

.section-product-small {
    padding: 4rem 0;
}

.product-description {
    font-weight: 600;
}

.product-name {
    color: #97999b;
    font-size: 1.5rem;
    font-weight: 300;
}

@media(min-width: 1200px) {
    .product-name {
        color: #001135;
        font-size: 2rem;
        font-weight: 600;
    }
}

.product-name_hero {
    font-size: 1.5rem;
}

@media(min-width: 768px) {
    .product-name_hero {
        color: #fff;
        font-size: 2rem;
    }
}

.product-headline {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

@media(min-width: 768px) {
    .product-headline {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 3rem;
    }
}

.title {
    font-size: 1.2rem;
    font-weight: 600;
}

.small-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 2rem 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 100;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

@media(min-width: 768px) {
    .section-title {
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 3rem;
        margin-top: 0;
    }
}

.section-desc {
    font-size: 1.5rem;
    line-height: 2.6rem;
}

.price {
    color: #001135;
    font-size: 1.125rem;
}

    .price .price-reduc {
        display: inline-block;
        font-weight: 100;
    }

    .price .special {
        display: inline-block;
        color: #fa7160;
        margin-left: 8px;
    }

.flex-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nokia-phone {
    position: relative;
    height: 65vh;
}

@media(min-width: 1200px) {
    .nokia-phone {
        height: 75vh;
    }
}

.nokia-phone img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
}

.nokia-phone .screen-contents {
    top: 11.7%;
    height: 76% !important;
}

    .nokia-phone .screen-contents + img {
        height: 100%;
    }

.row-vcenter {
    align-items: center;
}

.media-center {
    text-align: center;
}

.bg-lifestyle h2, .bg-lifestyle p, .bg-lifestyle2 h2, .bg-lifestyle2 p, .bg-blue-black h2, .bg-blue-black p {
    color: #fff;
}

.section-product.nopadding_top, .section-product-small.nopadding_top {
    padding-top: 0;
}

.section-product.nopadding_bottom, .section-product-small.nopadding_bottom {
    padding-bottom: 0;
}

.section-product.nopadding_both, .section-product-small.nopadding_both {
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width: 767px) {
    .section-product.nopadding_top_xs, .section-product-small.nopadding_top_xs {
        padding-top: 0;
    }
}

@media(max-width: 767px) {
    .section-product.nopadding_bottom_xs, .section-product-small.nopadding_bottom_xs {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .section-product.nopadding_both_xs, .section-product-small.nopadding_both_xs {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 768px) {
    .section-product.nopadding_top_sm_min, .section-product-small.nopadding_top_sm_min {
        padding-top: 0;
    }
}

@media(min-width: 768px) {
    .section-product.nopadding_bottom_sm_min, .section-product-small.nopadding_bottom_sm_min {
        padding-bottom: 0;
    }
}

@media(min-width: 768px) {
    .section-product.nopadding_both_sm_min, .section-product-small.nopadding_both_sm_min {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(max-width: 991px) {
    .section-product.nopadding_top_sm_max, .section-product-small.nopadding_top_sm_max {
        padding-top: 0;
    }
}

@media(max-width: 991px) {
    .section-product.nopadding_bottom_sm_max, .section-product-small.nopadding_bottom_sm_max {
        padding-bottom: 0;
    }
}

@media(max-width: 991px) {
    .section-product.nopadding_both_sm_max, .section-product-small.nopadding_both_sm_max {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 992px) {
    .section-product.nopadding_top_md_min, .section-product-small.nopadding_top_md_min {
        padding-top: 0;
    }
}

@media(min-width: 992px) {
    .section-product.nopadding_bottom_md_min, .section-product-small.nopadding_bottom_md_min {
        padding-bottom: 0;
    }
}

@media(min-width: 992px) {
    .section-product.nopadding_both_md_min, .section-product-small.nopadding_both_md_min {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 1199px) {
    .section-product.nopadding_top_md_max, .section-product-small.nopadding_top_md_max {
        padding-top: 0;
    }
}

@media(min-width: 1199px) {
    .section-product.nopadding_bottom_md_max, .section-product-small.nopadding_bottom_md_max {
        padding-bottom: 0;
    }
}

@media(min-width: 1199px) {
    .section-product.nopadding_both_md_max, .section-product-small.nopadding_both_md_max {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(min-width: 1200px) {
    .section-product.nopadding_top_lg, .section-product-small.nopadding_top_lg {
        padding-top: 0;
    }
}

@media(min-width: 1200px) {
    .section-product.nopadding_bottom_lg, .section-product-small.nopadding_bottom_lg {
        padding-bottom: 0;
    }
}

@media(min-width: 1200px) {
    .section-product.nopadding_both_lg, .section-product-small.nopadding_both_lg {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.swiper-pagination {
    margin: 0 auto;
    width: 90%;
}

    .swiper-pagination .swiper-pagination-bullet {
        background: transparent;
        border: 2px solid #97999b;
        height: 15px;
        margin: 0 7.5px;
        width: 15px;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background: #97999b;
    }

.bg-hero, .bg-hero figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width: 767px) {
    .bg-hero + section {
        padding-top: 0;
    }
}

.bg-hero figure {
    height: 250px;
    margin-bottom: 1rem;
}

@media(min-width: 768px) {
    .bg-hero {
        padding: 5rem 0;
        height: 80vh;
        min-height: 500px;
    }

        .bg-hero figure {
            display: none;
        }

        .bg-hero.txt_white h1, .bg-hero.txt_white h5, .bg-hero.txt_white a, .bg-hero.txt_white p {
            color: #fff;
        }
}

@media(min-width: 992px) {
    .bg-hero {
        min-height: 720px;
    }
}

.bg-hero.txt_blue h1, .bg-hero.txt_blue h5, .bg-hero.txt_blue a {
    color: #001135;
}

.bg-hero.txt_blue svg path {
    fill: #001135;
}

.bg-hero h1 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
}

@media(min-width: 992px) {
    .bg-hero h1 {
        font-size: 3.75rem;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
}

.bg-hero h5 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

@media(min-width: 992px) {
    .bg-hero h5 {
        font-size: 1.5rem;
    }
}

.bg-hero a {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

    .bg-hero a:hover {
        text-decoration: none;
    }

    .bg-hero a svg {
        margin-right: .5rem;
    }

.bg-hero svg path {
    fill: #001135;
}

@media(min-width: 768px) {
    .bg-hero svg path {
        fill: #fff;
    }
}

@media(min-width: 768px) {
    .col-3 .col-3_item_image {
        height: 14rem;
    }
}

@media(min-width: 992px) {
    .col-3 .col-3_item_image {
        height: 20rem;
    }
}

@media all and (-ms-high-contrast: none) {
    .col-3 .col-3_item_image img {
        width: inherit !important;
    }
}

.mobile-full-width-container {
    margin: 0 auto;
    width: 100%;
    min-width: 0;
}

@media(min-width: 1200px) {
    .mobile-full-width-container {
        width: 1170px;
    }
}

.reassurance_content {
    margin-top: 3rem;
    text-align: center;
}

@media(min-width: 992px) {
    .reassurance_content {
        text-align: left;
    }
}

@media(min-width: 992px) {
    .reassurance_content .reassurance > div {
        display: flex;
        align-items: center;
    }
}

.reassurance_content a {
    display: block;
}

.reassurance_content img {
    max-width: 5rem;
    margin-bottom: 1rem;
}

@media(min-width: 992px) {
    .reassurance_content img {
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

.reassurance_content p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.1;
}

.reassurance_content span {
    display: block;
    line-height: 1.2;
}

.subnav-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 0;
    text-align: left;
    display: block;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .subnav-wrapper {
        margin-left: 3rem;
        display: inline;
    }
}

.subnav-wrapper p {
    color: #9aa2ad;
    font-size: 1.2rem;
    opacity: .33;
}

.subnav-wrapper li {
    margin-right: 1rem;
    display: inline-block;
    width: auto;
    color: #4d5766;
    position: relative;
}

@media(min-width: 768px) {
    .subnav-wrapper li {
        margin: 0 .75rem;
    }
}

.subnav-wrapper li a {
    color: #4d5766;
    text-decoration: none;
}

.subnav-wrapper li:hover {
    cursor: pointer;
}

    .subnav-wrapper li:hover a {
        color: #4d5766;
        text-decoration: none;
    }

.subnav-wrapper li.active a:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: .5rem;
    height: 1px;
    width: 100%;
    background: #4d5766;
}

.page-products-health-mate main section.bg-hero figure, .page-products-health-mate main section.bg-hero.bg-hero_cn figure, .page-products-health-mate main section.bg-hero.bg-hero_de figure, .page-products-health-mate main section.bg-hero.bg-hero_es figure, .page-products-health-mate main section.bg-hero.bg-hero_fr figure, .page-products-health-mate main section.bg-hero.bg-hero_it figure, .page-products-health-mate main section.bg-hero.bg-hero_jp figure, .page-products-health-mate main section.bg-hero.bg-hero_us figure {
    background-position: center 73%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-en_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-en_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_cn.bg-hero_en, .page-products-health-mate main section.bg-hero.bg-hero_de.bg-hero_en, .page-products-health-mate main section.bg-hero.bg-hero_en, .page-products-health-mate main section.bg-hero.bg-hero_es.bg-hero_en, .page-products-health-mate main section.bg-hero.bg-hero_fr.bg-hero_en, .page-products-health-mate main section.bg-hero.bg-hero_it.bg-hero_en, .page-products-health-mate main section.bg-hero.bg-hero_jp.bg-hero_en {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-en_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_cn.bg-hero_en figure, .page-products-health-mate main section.bg-hero.bg-hero_de.bg-hero_en figure, .page-products-health-mate main section.bg-hero.bg-hero_en figure, .page-products-health-mate main section.bg-hero.bg-hero_es.bg-hero_en figure, .page-products-health-mate main section.bg-hero.bg-hero_fr.bg-hero_en figure, .page-products-health-mate main section.bg-hero.bg-hero_it.bg-hero_en figure, .page-products-health-mate main section.bg-hero.bg-hero_jp.bg-hero_en figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-en_xs_2x.jpg);
    background-size: cover;
    background-position: center 73%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_us {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-us_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_us figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-us_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_fr {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-fr_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_fr figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-fr_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_de {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-de_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_de figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-de_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_cn {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-cn_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_cn figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-cn_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_jp {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-jp_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_jp figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-jp_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_es {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-es_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_es figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-es_xs_2x.jpg)
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero.bg-hero_it {
        background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-it_lg_2x.jpg);
        background-size: cover;
        background-position: center 73%;
        background-repeat: no-repeat
    }
}

.page-products-health-mate main section.bg-hero.bg-hero_it figure {
    background-image: linear-gradient(to right,rgba(144,108,68,.6),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hero-it_xs_2x.jpg)
}

.page-products-health-mate main section.bg-hero h1, .page-products-health-mate main section.bg-hero h5 {
    color: #000123
}

.page-products-health-mate main section.bg-full-width {
    padding-top: 2rem;
    min-height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .page-products-health-mate main section.bg-hero h1, .page-products-health-mate main section.bg-hero h5 {
        color: #fff
    }

    .page-products-health-mate main section.bg-full-width {
        min-height: 450px
    }

    .page-products-health-mate main section#download #download-appstore {
        float: right
    }
}

@media (min-width:992px) {
    .page-products-health-mate main section.bg-full-width {
        min-height: 550px
    }
}

@media (min-width:1200px) {
    .page-products-health-mate main section.bg-full-width {
        min-height: 650px
    }
}

.page-products-health-mate main section.bg-full-width.text_white * {
    color: #fff
}

.page-products-health-mate main section.bg-full-width#weight-management-image {
    background-image: linear-gradient(to right,rgba(50,50,38,.8),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-weight.jpg)
}

.page-products-health-mate main section.bg-full-width#sleep-better-image {
    background-image: linear-gradient(to right,rgba(50,50,38,.8),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-sleep.jpg)
}

.page-products-health-mate main section.bg-full-width#heart-health-image {
    background-image: linear-gradient(to right,rgba(50,50,38,.8),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-hearthealth.jpg)
}

@media (min-width:992px) {
    .page-products-health-mate main section.bg-full-width#alexa-compatibility {
        background-image: url(../../../../pages/products/healthmate/media/echo-desk.jpg);
        background-position: bottom
    }

        .page-products-health-mate main section.bg-full-width#alexa-compatibility figure {
            height: 0
        }
}

@media (max-width:991px) {
    .page-products-health-mate main section.bg-full-width#alexa-compatibility figure {
        height: 50vh;
        background-image: url(../../../../pages/products/healthmate/media/echo-desk.jpg);
        background-position: bottom;
        background-size: cover
    }
}

.page-products-health-mate main section.bg-full-width#get-active-image {
    background-image: linear-gradient(to right,rgba(50,50,38,.8),rgba(255,255,255,0) 80%),url(../../../../pages/products/healthmate/media/healthmate-active.jpg)
}

.page-products-health-mate main section#alexa-compatibility {
    height: 100vh;
    min-height: 48rem
}

@media (max-width:991px) {
    .page-products-health-mate main section#alexa-compatibility {
        height: auto;
        padding-bottom: 0
    }
}

.page-products-health-mate main section#alexa-compatibility .container {
    position: relative;
    height: 100%
}

.page-products-health-mate main section#alexa-compatibility h3 {
    margin-bottom: 2rem
}

.page-products-health-mate main section#alexa-compatibility a {
    margin-top: 2rem
}

.page-products-health-mate main section#alexa-compatibility .question-wrapper {
    background: #fff;
    border: 1px solid #dfe1e4;
    padding: .8rem 2rem .8rem 4.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 50vw
}

@media (max-width:991px) {
    .page-products-health-mate main section#alexa-compatibility .question-wrapper {
        right: 50%;
        bottom: auto;
        width: 60%;
        top: -32.5vh;
        transform: translate(50%,-50%)
    }

        .page-products-health-mate main section#alexa-compatibility .question-wrapper .question-br {
            display: none
        }
}

@media (min-width:992px) {
    .page-products-health-mate main section#alexa-compatibility .question-wrapper {
        bottom: 21vw
    }
}

@media (min-width:1200px) {
    .page-products-health-mate main section#alexa-compatibility .question-wrapper {
        bottom: 25vw
    }
}

.page-products-health-mate main section#alexa-compatibility .question-wrapper picture {
    position: absolute;
    left: 0
}

    .page-products-health-mate main section#alexa-compatibility .question-wrapper picture img {
        width: 60%;
        transform: translateX(-50%);
        max-width: none
    }

.page-products-health-mate main section#alexa-compatibility .question-wrapper p {
    text-align: center;
    color: #343E48;
    line-height: 2rem;
    font-size: 1.5rem
}

.page-products-health-mate main section#alexa-compatibility .logo-alexa-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 35%;
    height: auto
}

@media (max-width:991px) {
    .page-products-health-mate main section#alexa-compatibility .question-wrapper p {
        font-size: 1rem
    }

    .page-products-health-mate main section#alexa-compatibility .logo-alexa-wrapper {
        position: relative;
        max-width: none;
        margin-top: 2rem
    }
}

.page-products-health-mate main section#alexa-compatibility .logo-alexa-wrapper .logo-alexa img {
    max-width: 180px
}

.page-products-health-mate main section#alexa-compatibility .logo-alexa-wrapper p {
    margin-top: 1rem
}

.page-products-health-mate main section#download {
    padding-bottom: 4rem
}

    .page-products-health-mate main section#download h2 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .page-products-health-mate main section#download #download-appstore {
        height: 73px;
        cursor: pointer;
        max-width: inherit;
        width: auto
    }

    .page-products-health-mate main section#download #download-googleplay {
        height: 110px;
        cursor: pointer;
        max-width: inherit;
        width: auto
    }

.page-products-health-mate main section .health-mate-screenshot {
    padding-bottom: 3rem;
    padding-top: 1rem;
    text-align: center
}

@media (min-width:768px) {
    .page-products-health-mate main section#download #download-googleplay {
        margin-top: -18px;
        float: left
    }

    .page-products-health-mate main section .health-mate-screenshot {
        padding-top: 0
    }
}

.page-products-health-mate main section .health-mate-screenshot img {
    max-width: 50%
}

@media (min-width:1200px) {
    .page-products-health-mate main section .health-mate-screenshot {
        text-align: left
    }

        .page-products-health-mate main section .health-mate-screenshot img {
            max-width: 100%;
            text-align: left
        }
}

.page-products-health-mate main section#app-description #app-icon {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 5px;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem
}

.page-products-health-mate main section#app-description .health-mate-screenshot {
    text-align: center
}

    .page-products-health-mate main section#app-description .health-mate-screenshot img {
        width: 280px
    }

@media (max-width:768px) {
    .page-products-health-mate main section#app-description h2 {
        margin-top: 0
    }
}

.page-products-health-mate main section#app-description #app-description-links {
    display: none;
    padding-top: 50px
}

@media (min-width:768px) {
    .page-products-health-mate main section#app-description .health-mate-screenshot {
        text-align: right
    }

        .page-products-health-mate main section#app-description .health-mate-screenshot img {
            width: 280px
        }

    .page-products-health-mate main section#app-description #app-description-links {
        display: flex;
        flex-wrap: wrap
    }

    .page-products-health-mate main section.health-mate-screenshots .health-mate-swiper__2col {
        flex-basis: 100%
    }
}

.page-products-health-mate main section#app-description #app-description-links .icon {
    min-width: 100%;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain
}

    .page-products-health-mate main section#app-description #app-description-links .icon#heartIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-heart-grey.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .icon#sleepIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-sleep-grey.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .icon#weightIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-weight-grey.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .icon#swimIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-swim-grey.png)
    }

.page-products-health-mate main section#app-description #app-description-links .app-description-link {
    text-align: center;
    position: relative
}

    .page-products-health-mate main section#app-description #app-description-links .app-description-link h5 {
        padding-top: 10px;
        font-size: 1.2rem;
        width: 150px;
        height: 110px;
        line-height: inherit;
        margin: 0 auto;
        padding-bottom: 50px
    }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link .plus-button {
        width: 80%;
        margin: auto;
        top: 160px;
        bottom: 0;
        left: 0
    }

        .page-products-health-mate main section#app-description #app-description-links .app-description-link .plus-button p {
            border-radius: 100px;
            border-width: 2px;
            border-style: solid;
            margin: 0 auto;
            display: block;
            font-size: 1.6em;
            width: 2.5rem;
            height: 2.5rem
        }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link img {
        width: 60px;
        height: 60px
    }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link.selected #weightIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-weight-active.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link.selected #sleepIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-sleep-active.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link.selected #heartIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-heart-active.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link.selected #swimIcon {
        background-image: url(../../../../pages/products/healthmate/media/Icons-swim-active.png)
    }

    .page-products-health-mate main section#app-description #app-description-links .app-description-link:not(.selected) * {
        color: #97999b;
        border-color: #97999b
    }

.page-products-health-mate main #get-active-image h3, .page-products-health-mate main #heart-health-image h3, .page-products-health-mate main #sleep-better-image h3, .page-products-health-mate main #weight-management-image h3, .page-products-health-mate main section #wellness-swiper * {
    color: #fff
}

.page-products-health-mate main section#app-description #app-description-links .app-description-link:hover {
    cursor: pointer
}

.page-products-health-mate main section.health-mate-screenshots {
    margin-top: -15rem
}

@media (max-width:992px) {
    .page-products-health-mate main section.health-mate-screenshots {
        text-align: center
    }
}

@media (min-width:1200px) {
    .page-products-health-mate main section.health-mate-screenshots {
        margin-top: -20rem
    }

        .page-products-health-mate main section.health-mate-screenshots .health-mate-screenshot p {
            padding-right: 3.5rem;
            padding-left: 1rem;
            line-height: 2rem
        }
}

.page-products-health-mate main section[data-section] h3 {
    padding-top: 1rem
}

.page-products-health-mate main section[data-section=sleep-better], .page-products-health-mate main section[data-section=weight-management], .page-products-health-mate main section[data-section=get-active] {
    display: block
}

@media (min-width:991px) {
    .page-products-health-mate main section[data-section=sleep-better], .page-products-health-mate main section[data-section=weight-management], .page-products-health-mate main section[data-section=get-active] {
        display: none
    }
}

.page-products-health-mate main section[data-section=heart-health] {
    display: block
}

.page-products-health-mate main section #wellness-swiper {
    padding-top: 50px
}

    .page-products-health-mate main section #wellness-swiper .swiper-wrapper {
        padding-bottom: 50px
    }

@media (min-width:768px) {
    .page-products-health-mate main section[data-section=heart-health] .swiper-slide-next, .page-products-health-mate main section[data-section=heart-health] .swiper-slide-prev {
        opacity: 1
    }

    .page-products-health-mate main section .swiper-container .swiper-pagination {
        display: none
    }

    .page-products-health-mate main section #wellness-swiper .swiper-wrapper {
        padding-bottom: inherit
    }
}

.page-products-health-mate main section #wellness-swiper .swiper-wrapper .swiper-slide img {
    float: left;
    margin-bottom: -15px
}

.page-products-health-mate main section #wellness-swiper .swiper-wrapper .swiper-slide p.topic {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 1.25rem;
    font-size: .85rem;
    text-transform: uppercase
}

.page-products-health-mate main section #wellness-swiper .swiper-wrapper .swiper-slide .slide-text-wrapper {
    padding: 0 2.8rem 2rem 1.8rem
}

    .page-products-health-mate main section #wellness-swiper .swiper-wrapper .swiper-slide .slide-text-wrapper * {
        line-height: 1.5rem
    }

.page-products-health-mate main section #healthier-heart-slide {
    background-color: #69594A
}

    .page-products-health-mate main section #healthier-heart-slide .topic {
        background-color: #84705B
    }

.page-products-health-mate main section #pregnancy-tracker-slide {
    background-color: #E46252
}

    .page-products-health-mate main section #pregnancy-tracker-slide .topic {
        background-color: #BB3628
    }

.page-products-health-mate main section #sleep-smarter-slide {
    background-color: #3A3971
}

    .page-products-health-mate main section #sleep-smarter-slide .topic {
        background-color: #28255A
    }

.page-products-health-mate main section #leaderboard-slide {
    background-color: #5D5957
}

    .page-products-health-mate main section #leaderboard-slide .topic {
        background-color: #7A7772
    }

.page-products-health-mate main section #better-body {
    background-color: #348CB2
}

    .page-products-health-mate main section #better-body .topic {
        background-color: #61B7D9
    }

.page-products-health-mate main section#wellness-programs {
    padding-top: 4rem;
    padding-bottom: 0
}

@media (min-width:768px) {
    .page-products-health-mate main section#wellness-programs {
        padding-bottom: 5rem
    }
}

@media (max-width:768px) {
    .page-products-health-mate main section#wellness-programs #wellness-programs-description br {
        display: none
    }
}

