﻿.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.flexrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexrow.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flexrow.natural-height {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0;
}

    .col.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

.first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.align-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.align-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.align-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.align-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.col-xs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 0;
}

.col-xs-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    max-width: 0%;
    padding: 0;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-order-0 {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
}

.col-xs-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.col-xs-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding: 0;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.col-xs-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.col-xs-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.col-xs-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding: 0;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.col-xs-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.col-xs-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding: 0;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.col-xs-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.col-xs-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding: 0;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.col-xs-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding: 0;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.flexrow.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flexrow.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexrow.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexrow.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flexrow.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexrow.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flexrow.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexrow.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.col-gutter-lr {
    padding: 0 0;
}

.col-no-gutter {
    padding: 0;
}

.show {
    display: block !important;
}

.flexrow.show {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.hide {
    display: none !important;
}

.show-xs {
    display: block !important;
}

.flexrow.show-xs {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.hide-xs {
    display: none !important;
}

.tnf-custom h1.typ-2,
.tnf-custom p,
.tnf-custom legend,
.tnf-custom label,
.tnf-custom .voice,
.tnf-custom ul li,
.tnf-custom .pdp.pdp-swatches #product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box,
.tnf-custom .pdp-swatches.pdp-drawer #product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box,
.tnf-custom .pdp-drawer .product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box {
    font-family: "HelveticaNeue", helvetica, sans-serif;
}

.tnf-custom .field-wrapper .field-help,
.tnf-custom .field-wrapper .invalid,
.tnf-custom .field-wrapper .form-control {
    font-family: "HelveticaNeue", helvetica, sans-serif;
}

.tnf-custom .hneue {
    font-family: "HelveticaNeue", helvetica, sans-serif !important;
}

.tnf-custom .button,
.tnf-custom h1,
.tnf-custom h2,
.tnf-custom h3,
.tnf-custom h4,
.tnf-custom h5,
.tnf-custom h6,
.tnf-custom .subheader,
.tnf-custom .overline,
.tnf-custom .title,
.tnf-custom .product-name,
.tnf-custom .price,
.tnf-custom a,
.tnf-custom .text-link {
    font-family: "HelveticaNeue Cond", helvetica, sans-serif;
    font-weight: 700;
}

.tnf-custom .button {
    letter-spacing: .03em;
    font-weight: 500;
}

.tnf-custom h1 {
    font-size: 2.308rem;
}

    .tnf-custom h1.voice {
        font-size: 2.923rem;
        margin-top: 0;
    }

.tnf-custom h2 {
    font-size: 2.154rem;
}

    .tnf-custom h2.voice.fake {
        font-size: 2.923rem;
    }

    .tnf-custom h1.typ-2,
    .tnf-custom h3,
    .tnf-custom h2.voice,
    .tnf-custom h2.voice a {
        font-size: 2rem;
    }

        .tnf-custom .overline,
        .tnf-custom h3.voice,
        .tnf-custom .title {
            font-size: 1.385rem;
        }

.tnf-custom h4 {
    font-size: 1.846em;
}

    .tnf-custom h4.voice {
        font-size: 1.846em;
    }

.tnf-custom .product-name,
.tnf-custom .price {
    font-size: 1.846em;
}

.tnf-custom h5,
.tnf-custom .button--extra-large {
    font-size: 1.385em;
}

.tnf-custom h6,
.tnf-custom .product-name.typ-2,
.tnf-custom .price.typ-2,
.tnf-custom a,
.tnf-custom .text-link,
.tnf-custom h1.page-breadcrumb-token {
    font-size: 1.077rem;
}

.tnf-custom .title.typ-2,
.tnf-custom .product-name.typ-3,
.tnf-custom .price.typ-3,
.tnf-custom .button--large {
    font-size: 1.231rem;
}

.tnf-custom p.small,
.tnf-custom ul.small li,
.tnf-custom .button--medium {
    font-size: 1.077rem;
}

.tnf-custom .button--small {
    font-size: .923rem;
}

.tnf-custom .overline,
.tnf-custom p,
.tnf-custom label,
.tnf-custom .title.light,
.tnf-custom ul li {
    font-weight: 300;
}

.tnf-custom .product-name,
.tnf-custom .price,
.tnf-custom .product-name.secondary,
.tnf-custom .price.secondary {
    font-weight: 400;
}

.tnf-custom h1,
.tnf-custom h2,
.tnf-custom h3,
.tnf-custom h4,
.tnf-custom h5,
.tnf-custom h6,
.tnf-custom .subheader,
.tnf-custom legend {
    font-weight: 500;
}

.tnf-custom .title {
    font-weight: 700;
}

.tnf-custom h1,
.tnf-custom h2,
.tnf-custom h3,
.tnf-custom h4,
.tnf-custom h5,
.tnf-custom h6 {
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}

    .tnf-custom h1 sub,
    .tnf-custom h1 sup,
    .tnf-custom h2 sub,
    .tnf-custom h2 sup,
    .tnf-custom h3 sub,
    .tnf-custom h3 sup,
    .tnf-custom h4 sub,
    .tnf-custom h4 sup,
    .tnf-custom h5 sub,
    .tnf-custom h5 sup,
    .tnf-custom h6 sub,
    .tnf-custom h6 sup {
        font-size: 60%;
    }

.tnf-custom .subheader {
    letter-spacing: .03em;
    line-height: 1;
    font-weight: 500;
    line-height: inherit;
}

.tnf-custom .overline {
    text-transform: uppercase;
}

.tnf-custom h1.typ-2 {
    letter-spacing: normal;
    text-transform: capitalize;
}

.tnf-custom p {
    color: #2a2a2a;
    font-size: 1.231rem;
    line-height: 1.5;
    letter-spacing: .04rem;
}

    .tnf-custom p.bold {
        font-weight: 500;
    }

.tnf-custom legend {
    font-size: 1.231rem;
    line-height: 1.5;
}

.tnf-custom label {
    font-style: inherit;
    padding-bottom: .8em;
    font-size: 1.231rem;
    line-height: 1;
}

.tnf-custom .voice {
    letter-spacing: normal;
    font-weight: bold;
}

.tnf-custom .strike {
    text-decoration: line-through;
}

.tnf-custom .title {
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase;
}

    .tnf-custom .title.light {
        text-transform: capitalize;
    }

    .tnf-custom .title.disabled {
        color: #ccc;
    }

.tnf-custom .product-name,
.tnf-custom .price {
    letter-spacing: .03em;
    line-height: 1;
    text-transform: capitalize;
}

    .tnf-custom .product-name.disabled,
    .tnf-custom .price.disabled {
        color: #ccc;
    }

    .tnf-custom .product-name.tnfred {
        color: #e72b1e;
    }

.tnf-custom .price {
    font-weight: 300;
}

    .tnf-custom .price.tnfred {
        color: #e72b1e;
    }

    .tnf-custom .price.bold {
        font-weight: 500;
    }

.tnf-custom a,
.tnf-custom .text-link {
    line-height: 1;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: uppercase;
}

    .tnf-custom a:hover,
    .tnf-custom .text-link:hover {
        color: #E72B1E;
    }

    .tnf-custom a.medium {
        font-weight: 500;
    }

.tnf-custom p a {
    font-family: inherit;
    text-transform: capitalize;
    font-size: inherit;
    line-height: inherit;
}

.tnf-custom ul li {
    color: #2a2a2a;
    font-size: 1.231rem;
    line-height: 1.5;
    letter-spacing: .04rem;
    margin-top: .5em;
    list-style-position: outside;
}

.tnf-custom body {
    background: white;
}

.tnf-custom hr {
    margin: 2em 0 3.4em;
    border-color: #ccc;
    display: none;
}

.tnf-custom .row hr {
    margin: 1em 0 1.2em;
}

.tnf-custom .pdp .columns > div {
    margin: 2em 0;
}

.tnf-custom .row {
    padding-top: 2em;
    margin-bottom: 2em;
    margin-top: 2em;
}

    .tnf-custom .row .row {
        margin-top: 0;
        border-top: 0;
    }

.tnf-custom code {
    font-size: 1rem;
}

body {
    background: white;
}

.tnf-custom .product-lane-view-all.view-all,
.tnf-custom .product-lane-arrow.icon-arrow-right-indicator-open.graphic-js {
    display: none;
}

.tnf-custom a h1,
.tnf-custom a h2,
.tnf-custom a h3,
.tnf-custom a h4,
.tnf-custom a h5,
.tnf-custom a h6 {
    color: inherit;
}

.tnf-custom .product-block .info .rating-container {
    margin: .8em 0;
}

    .tnf-custom .product-block .info .rating-container .rating {
        font-size: .9em;
        color: #2A2A2A;
    }

        .tnf-custom .product-block .info .rating-container .rating .active {
            color: #2A2A2A;
        }

.tnf-custom .pDI {
    padding: 1.692em 0 1.154em;
    background: transparent;
}

.tnf-custom .pdp.pdp-swatches #product-detail #product-form .product-attr-form > section.step-container:not(.attr-color) .attr-box,
.tnf-custom .pdp-swatches.pdp-drawer #product-detail #product-form .product-attr-form > section.step-container:not(.attr-color) .attr-box,
.tnf-custom .pdp.pdp-swatches #product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box,
.tnf-custom .pdp-swatches.pdp-drawer #product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box {
    font-style: normal;
}

.tnf-custom .pdp-drawer .product-detail #product-form .product-attr-form > section.step-container:not(.attr-color) .attr-box,
.tnf-custom .pdp-drawer .product-detail #product-form .product-attr-form section.step-container:not(.attr-color) .attr-box {
    font-style: normal;
}

.tnf-custom p {
    margin-top: 0;
    margin-bottom: 20px;
}

.tnf-custom .button {
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-smooth: antialiased;
    letter-spacing: 0.1rem;
    margin: 3px 0;
    padding-top: .76em;
    padding-bottom: .69em;
    display: block;
}

.tnf-custom .button--disabled {
    background-color: #cccccc;
    color: #fff;
    cursor: not-allowed;
}

.tnf-custom .button--secondary {
    background-color: #000000;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    color: white;
}

    .tnf-custom .button--secondary:hover {
        opacity: .75;
    }

    .tnf-custom .button--secondary.no-border {
        border: none !important;
    }

    .tnf-custom .button--secondary.transparent {
        background: transparent;
        border: 1px solid #000;
        color: #000;
    }

        .tnf-custom .button--secondary.transparent.transparent__mob--white {
            border: 1px solid #fff;
            color: #fff;
        }

.tnf-custom .button--primary {
    font-weight: 500;
    border-color: #e72b1e;
    border-width: 1px;
    border-style: solid;
}

    .tnf-custom .button--primary.no-border {
        border: none !important;
    }

    .tnf-custom .button--primary:hover {
        border-color: #000000;
        border-width: 1px;
        border-style: solid;
    }

    .tnf-custom .button--primary.alt-1 {
        background-color: #fff;
        color: #000000;
        border: 1px solid #000000;
    }

        .tnf-custom .button--primary.alt-1:hover {
            background: #000000;
            color: #fff;
        }

    .tnf-custom .button--primary.transparent {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

        .tnf-custom .button--primary.transparent.opacity__black {
            background: rgba(0, 0, 0, 0.3);
        }

.tnf-custom .button--transparent {
    background-color: rgba(255, 255, 255, 0.75);
    color: #000000;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}

    .tnf-custom .button--transparent:hover {
        background-color: rgba(42, 42, 42, 0.75);
        color: white;
        border-color: white;
        border-width: 1px;
        border-style: solid;
    }

.tnf-custom .button--transparent__inverse {
    background-color: rgba(42, 42, 42, 0.75);
    color: white;
    border-color: white;
    border-width: 1px;
    border-style: solid;
}

    .tnf-custom .button--transparent__inverse:hover {
        background-color: rgba(255, 255, 255, 0.75);
        color: #000000;
        border-color: #000000;
        border-width: 1px;
        border-style: solid;
    }

/*
     *################
     *NORTH FACE  BUTTONS
     *################ */

.full-width-row,
.grid_row.section .row.full-width-row {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pos-relative {
    position: relative;
}

.cq-Overlay--component-name {
    color: #000;
}

/* * CSS
     *
     * */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    background: #fff;
}

.garnish-full-width {
    background-color: transparent !important;
}

.media.image-overlay .overlay .wrapper {
    padding: 0 !important;
}

.basecomponent.section.grid_row,
.garnish-wrapper {
    background: #fff;
}

.customhtml2 .garnish-full-width {
    margin: 0;
    padding: 0;
    background: #fff;
}

    .customhtml2 .garnish-full-width .row .row {
        margin-left: 0;
        margin-right: 0;
    }

.grid_row.section .row.expanded {
    max-width: none;
}

.grid_row.section .row .column,
.grid_row.section .row .columns {
    padding-left: 0;
    padding-right: 0;
}

ul.tnf-8-1-accordion {
    margin-left: 0 !important;
}

.overflow-cont {
    overflow: hidden;
}

.autoAlpha0 {
    opacity: 0;
    visibility: hidden;
}

img.wide {
    width: 100%;
}

.spacer10 {
    min-height: 10px;
}

.spacer20 {
    min-height: 20px;
}

.spacer30 {
    min-height: 30px;
}

.spacer40 {
    min-height: 40px;
}

.spacer50 {
    min-height: 50px;
}

.spacer60 {
    min-height: 60px;
}

.spacer70 {
    min-height: 70px;
}

.spacer80 {
    min-height: 80px;
}

.spacer90 {
    min-height: 90px;
}

.spacer100 {
    min-height: 100px;
}

.anchorpoint {
    cursor: pointer;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.red {
    color: #dc241f !important;
}

.uppercase {
    text-transform: uppercase;
}

    .uppercase a,
    .uppercase b,
    .uppercase strong {
        text-transform: uppercase !important;
    }

.noUppercase,
.nouppercase {
    text-transform: none;
}

.capitalize {
    text-transform: capitalize;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700 !important;
}

.onlymob,
.onlytab {
    display: none;
}

.nomob,
.notab {
    display: block;
}

.glow {
    text-shadow: 2px 2px 10px #fff;
}

.mb0 {
    margin-bottom: 0 !important;
}

.maxCont1920 {
    width: 100%;
    max-width: 2080px;
    margin: 0 auto;
    position: relative;
}

.maxCont1680 {
    width: 100%;
    max-width: 1840px;
    margin: 0 auto;
    position: relative;
}

.maxCont1440 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.maxCont1366 {
    width: 100%;
    max-width: 1526px;
    margin: 0 auto;
    position: relative;
}

.maxCont1280 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.maxCont1180 {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
}

.maxCont1170 {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    position: relative;
}

.maxCont1108 {
    width: 100%;
    max-width: 1268px;
    margin: 0 auto;
    position: relative;
}

.maxCont950 {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
}

.maxCont900 {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}

.maxCont700 {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}

.fullLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.tnf-banner {
    position: relative;
}

    .tnf-banner.tnf-custom button.button {
        width: 100%;
        outline: none;
    }

    .tnf-banner.tnf-custom p {
        line-height: 1.2;
    }

    .tnf-banner .button-cont {
        z-index: 99;
    }

    .tnf-banner picture img {
        width: 100%;
    }

    .tnf-banner .tnf-cont.nopadding {
        padding: 0 !important;
    }

    .tnf-banner.big-banner .tnf-cont {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1.5em;
    }

        .tnf-banner.big-banner .tnf-cont.relative {
            position: relative;
        }

        .tnf-banner.big-banner .tnf-cont.align-top {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .tnf-banner.big-banner .tnf-cont.align-left {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .tnf-banner.big-banner .tnf-cont.align-left h1,
            .tnf-banner.big-banner .tnf-cont.align-left h2,
            .tnf-banner.big-banner .tnf-cont.align-left h3,
            .tnf-banner.big-banner .tnf-cont.align-left p {
                text-align: left;
            }

        .tnf-banner.big-banner .tnf-cont.align-right {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

            .tnf-banner.big-banner .tnf-cont.align-right h1,
            .tnf-banner.big-banner .tnf-cont.align-right h2,
            .tnf-banner.big-banner .tnf-cont.align-right h3,
            .tnf-banner.big-banner .tnf-cont.align-right p {
                text-align: right;
            }

        .tnf-banner.big-banner .tnf-cont.align-center {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tnf-banner.big-banner .tnf-cont.align-center h1,
            .tnf-banner.big-banner .tnf-cont.align-center h2,
            .tnf-banner.big-banner .tnf-cont.align-center h3,
            .tnf-banner.big-banner .tnf-cont.align-center p {
                text-align: center;
            }

        .tnf-banner.big-banner .tnf-cont.pull-right {
            padding-left: 25%;
        }

    .tnf-banner.small-banner .tnf-cont {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.7em;
    }

        .tnf-banner.small-banner .tnf-cont.relative {
            position: relative;
        }

        .tnf-banner.small-banner .tnf-cont.align-left {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

        .tnf-banner.small-banner .tnf-cont.align-right {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

        .tnf-banner.small-banner .tnf-cont.align-center {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tnf-banner.small-banner .tnf-cont.align-center h1,
            .tnf-banner.small-banner .tnf-cont.align-center h2,
            .tnf-banner.small-banner .tnf-cont.align-center p {
                text-align: center;
            }

.hotspot {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
}

    .hotspot:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.hover--white:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    opacity: 1 !important;
}

footer.extended {
    margin-top: 0;
}

.plg-container .tnf-banner {
    margin-bottom: 0;
}

.plg-container .media-cont {
    width: 100%;
    position: relative;
}

    .plg-container .media-cont img,
    .plg-container .media-cont video {
        width: 100%;
    }

.plg-container .overlay-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plg-container span.hye {
    font-weight: 300;
}

.plg-container .cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

:root {
    --swiper-theme-color: #fff;
}

.is-desc {
    display: none;
}

.plg-container .uppercase {
    text-transform: uppercase !important;
}

.plg-container .green {
    color: #33873C;
}

.plg-container .tnf-custom p {
    font-weight: normal;
    letter-spacing: 0;
}

.plg-container .tnf-custom b {
    font-family: "HelveticaNeue", helvetica, sans-serif;
    font-weight: 700;
}

.plg-container a {
    text-transform: none;
}

.plg-container .fw-700 {
    font-weight: 700 !important;
    text-transform: none;
}

.plg-container .fw-500 {
    font-weight: 500 !important;
    text-transform: none;
}

.plg-container .fw-400 {
    font-weight: 400 !important;
    text-transform: none;
}

.plg-container .fw-300 {
    font-weight: 300 !important;
    text-transform: none;
}

.lity-content {
    max-height: 100vh;
    overflow: auto;
    -webkit-transform: none !important;
    transform: none !important;
}

.lozad {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.lozad--inview {
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

    .lozad--inview.lozad--fromBottom {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .lozad--inview.lozad--fromScale {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.section__hero .media-cont .overlay-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .section__hero .media-cont .overlay-cont h1.voice, .section__hero .media-cont .overlay-cont h2.voice.fake {
        max-width: 850px;
        margin: 0 auto 0;
        font-size: 2.70833vw;
        margin-bottom: 10px;
    }

    .section__hero .media-cont .overlay-cont p {
        font-size: 1.14583vw;
        margin-bottom: calc((150 * 100) / 375 * 1vw);
    }

    .section__hero .media-cont .overlay-cont .button-cont {
        position: relative;
        z-index: 8;
    }

        .section__hero .media-cont .overlay-cont .button-cont button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .section__hero .media-cont .overlay-cont .button-cont button svg {
                margin-left: 5px;
            }

                .section__hero .media-cont .overlay-cont .button-cont button svg path {
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

            .section__hero .media-cont .overlay-cont .button-cont button:hover svg path {
                fill: #000;
            }

.section__subhero {
    padding: 4.7619vw 0 0;
}

    .section__subhero .media-cont h2.voice,
    .section__subhero .media-cont h2.voice a {
        font-size: 2.34375vw;
        max-width: 850px;
        margin: 0 auto;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
        line-height: 1.1;
    }

.section__section {
    padding: 6.25vw 0 3.64583vw;
}

    .section__section .media-cont .text-cont p {
        font-size: 18px;
    }

    .section__section .media-cont .big-image {
        position: relative;
        margin-top: 6.25vw;
    }

        .section__section .media-cont .big-image h2.voice,
        .section__section .media-cont .big-image h2.voice a {
            font-size: 2.70833vw;
            position: absolute;
            left: 10%;
            bottom: 17%;
        }

    .section__section .media-cont .small-image {
        position: absolute;
        top: 0;
        width: 40%;
    }

        .section__section .media-cont .small-image .name-cont {
            position: relative;
            width: 100%;
            height: 100%;
        }

            .section__section .media-cont .small-image .name-cont p {
                font-size: 20px;
                position: absolute;
                bottom: 30px;
                left: 0;
                right: 0;
                margin: 0 auto;
                text-align: center;
            }

    .section__section.section__section1 .text-cont {
        padding-left: 50%;
    }

    .section__section.section__section1 .text1 {
        position: relative;
    }

        .section__section.section__section1 .text1.is-mob {
            margin-top: 2rem;
        }

    .section__section.section__section1 .big-image {
        margin-left: 7.8125vw;
    }

    .section__section.section__section1 .small-image {
        left: 0;
    }

    .section__section.section__section2 .text-cont {
        max-width: 45%;
    }

    .section__section.section__section2 .big-image {
        margin-right: 7.8125vw;
    }

    .section__section.section__section2 .small-image {
        right: 0;
    }

    .section__section.section__section3 {
        padding: 3.64583vw 0;
    }

        .section__section.section__section3.text-only {
            padding: 3.64583vw 0 0;
        }

        .section__section.section__section3.with-image img {
            -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
        }

        .section__section.section__section3.with-image h2.voice,
        .section__section.section__section3.with-image h2.voice a {
            font-size: 2.60417vw;
        }

        .section__section.section__section3.with-image p {
            font-size: 20px;
        }

        .section__section.section__section3.with-image .button-cont button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .section__section.section__section3.with-image .button-cont button svg {
                margin-left: 5px;
            }

                .section__section.section__section3.with-image .button-cont button svg path {
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    fill: #000;
                }

            .section__section.section__section3.with-image .button-cont button:hover svg path {
                fill: #fff;
            }

    .section__section.section__section4 {
        padding: 3.64583vw 0;
    }

        .section__section.section__section4.text-only {
            padding: 3.64583vw 0 0;
        }

            .section__section.section__section4.text-only .text-cont {
                max-width: 700px;
            }

        .section__section.section__section4.with-image .flexrow [class*='col-'] {
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        }

        .section__section.section__section4.with-image p {
            height: 21.35417vw;
            font-size: 20px;
            margin-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding-left: 20%;
            padding-right: 10%;
        }

.section__slider {
    padding: 2.60417vw 0 0;
    min-height: 31.25vw;
}

    .section__slider.section__slider1 .media-cont .swiper-container,
    .section__slider.section__slider2 .media-cont .swiper-container,
    .section__slider.section__slider3 .media-cont .swiper-container {
        min-height: 31.25vw;
    }

        .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper .swiper-slide,
        .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper .swiper-slide,
        .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper .swiper-slide {
            -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
            height: auto;
            width: auto;
        }

            .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper .swiper-slide img,
            .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper .swiper-slide img,
            .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper .swiper-slide img {
                height: calc((313 * 100) / 310 * 1vw);
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper .swiper-slide video,
            .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper .swiper-slide video,
            .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper .swiper-slide video {
                height: calc((313 * 100) / 310 * 1vw);
                -o-object-fit: cover;
                object-fit: cover;
            }

.section__video {
    position: relative;
    overflow: hidden;
}

    .section__video video,
    .section__video img {
        width: 100vw;
        min-height: 90vh;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .section__video .star-wars-credits {
        margin-bottom: 0;
        position: absolute;
        z-index: 8;
        width: 100%;
    }

        .section__video .star-wars-credits p {
            font-size: 36px;
            line-height: 1 !important;
            margin-bottom: 2rem;
            color: white;
            font-weight: 500;
            letter-spacing: 0;
            opacity: 0;
            padding-left: calc((20 * 100) / 375 * 1vw);
            padding-right: calc((20 * 100) / 375 * 1vw);
            font-weight: 400;
            font-size: calc((14 * 100) / 375 * 1vw);
        }

            .section__video .star-wars-credits p span {
                font-weight: 500 !important;
                font-size: 7.5vw !important;
            }

.never-stop {
    padding: 6.25vw 0 3.64583vw;
    overflow: hidden;
}

    .never-stop .swiper-container {
        overflow: visible;
    }

    .never-stop .swiper-slide,
    .never-stop .swiper-wrapper {
        height: auto;
    }

.never-stop__wrap {
    width: 100%;
}

.never-stop__grid {
    margin: auto;
    padding: 0 50px;
}

.never-stop__card {
    overflow: hidden;
}

.never-stop__item-inner {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
}

    .never-stop__item-inner h2,
    .never-stop__item-inner h2 a {
        color: #fff !important;
        display: block;
        width: 100%;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-size: 6vw;
    }

        .never-stop__item-inner h2:hover,
        .never-stop__item-inner h2:hover a {
            color: #fff;
        }

    .never-stop__item-inner p,
    .never-stop__item-inner p a {
        color: #fff;
        display: block;
        width: 100%;
    }

.never-stop__image {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}

.never-stop__link {
    display: block;
}

body {
    overflow-x: hidden;
}

@media only screen and (min-width: 451px) {
    .col-sm {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 0;
    }

    .col-sm-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        padding: 0;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-order-0 {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-sm-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-sm-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        padding: 0;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-sm-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-sm-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-sm-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 0;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .col-sm-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .col-sm-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        padding: 0;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .col-sm-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 0;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 0;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .col-sm-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        padding: 0;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .col-sm-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        padding: 0;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .flexrow.start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flexrow.center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flexrow.end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flexrow.top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flexrow.bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flexrow.around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flexrow.between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .show-sm {
        display: block !important;
    }

    .flexrow.show-sm {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-sm {
        display: none !important;
    }
}

@media only screen and (min-width: 639px) {
    .col-tab {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 0;
    }

    .col-tab-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        padding: 0;
    }

    .col-tab-offset-0 {
        margin-left: 0%;
    }

    .col-tab-order-0 {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-tab-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 0;
    }

    .col-tab-offset-1 {
        margin-left: 8.33333%;
    }

    .col-tab-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-tab-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        padding: 0;
    }

    .col-tab-offset-2 {
        margin-left: 16.66667%;
    }

    .col-tab-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-tab-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0;
    }

    .col-tab-offset-3 {
        margin-left: 25%;
    }

    .col-tab-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-tab-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
    }

    .col-tab-offset-4 {
        margin-left: 33.33333%;
    }

    .col-tab-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-tab-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 0;
    }

    .col-tab-offset-5 {
        margin-left: 41.66667%;
    }

    .col-tab-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .col-tab-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }

    .col-tab-offset-6 {
        margin-left: 50%;
    }

    .col-tab-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .col-tab-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        padding: 0;
    }

    .col-tab-offset-7 {
        margin-left: 58.33333%;
    }

    .col-tab-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .col-tab-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 0;
    }

    .col-tab-offset-8 {
        margin-left: 66.66667%;
    }

    .col-tab-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .col-tab-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 0;
    }

    .col-tab-offset-9 {
        margin-left: 75%;
    }

    .col-tab-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .col-tab-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        padding: 0;
    }

    .col-tab-offset-10 {
        margin-left: 83.33333%;
    }

    .col-tab-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .col-tab-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        padding: 0;
    }

    .col-tab-offset-11 {
        margin-left: 91.66667%;
    }

    .col-tab-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .col-tab-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-tab-offset-12 {
        margin-left: 100%;
    }

    .col-tab-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .flexrow.start-tab {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flexrow.center-tab {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flexrow.end-tab {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flexrow.top-tab {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.middle-tab {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flexrow.bottom-tab {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flexrow.around-tab {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flexrow.between-tab {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-tab {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-tab {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .show-tab {
        display: block !important;
    }

    .flexrow.show-tab {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-tab {
        display: none !important;
    }

    .tnf-custom .button--primary.transparent:hover {
        background: #fff;
        color: #000;
    }

    .tnf-custom.tnf-banner.big-banner .tnf-cont.aligned__small {
        padding: 0 8vw !important;
    }

    [class*="maxCont"] {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    .tnf-banner.small-banner .tnf-cont.align-bottom-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 5vw 8vw;
    }
}

@media screen and (min-width: 640px) {
    .tnf-banner.tnf-custom h1.voice {
        font-size: 45px;
    }

    .tnf-banner.tnf-custom h2.voice.fake {
        font-size: 45px;
    }
}

@media (min-width: 640px) {

    .tnf-custom h1.voice,
    .tnf-custom h2.voice.fake {
        font-size: 4.154rem;
    }

    .tnf-custom h1 {
        font-size: 2.923rem;
    }

    .tnf-custom h2 {
        font-size: 2.615rem;
    }

        .tnf-custom h1.typ-2,
        .tnf-custom h3,
        .tnf-custom h2.voice {
            font-size: 2.154rem;
        }

            .tnf-custom .overline,
            .tnf-custom h3.voice,
            .tnf-custom .title {
                font-size: 1.846rem;
            }

    .tnf-custom h4 {
        font-size: 1.615rem;
    }

        .tnf-custom h4.voice {
            font-size: 1.615rem;
        }

    .tnf-custom .product-name,
    .tnf-custom .price {
        font-size: 1.615rem;
    }

    .tnf-custom h5,
    .tnf-custom .button--extra-large {
        font-size: 1.538rem;
    }

    .tnf-custom h6,
    .tnf-custom .product-name.typ-2,
    .tnf-custom .price.typ-2,
    .tnf-custom a,
    .tnf-custom .text-link,
    .tnf-custom h1.page-breadcrumb-token {
        font-size: 1.385rem;
    }

    .tnf-custom .title.typ-2,
    .tnf-custom .product-name.typ-3,
    .tnf-custom .price.typ-3,
    .tnf-custom .button--large {
        font-size: 1.231rem;
    }

    .tnf-custom p.small,
    .tnf-custom ul.small li,
    .tnf-custom .button--medium {
        font-size: 1.077rem;
    }

    .tnf-custom .button--small {
        font-size: .923rem;
    }

    .tnf-custom p {
        font-size: 1.231rem;
        padding: 0;
    }

    .tnf-custom ul li {
        font-size: 1.231rem;
        padding: 0;
    }

    .tnf-custom .row {
        margin-top: 3em;
    }

    .tnf-custom .button--small {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .tnf-custom .button--medium {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }

    .tnf-custom .button--large {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .tnf-custom .button--extra-large {
        padding-right: 7rem;
        padding-left: 7rem;
    }
}

@media (min-width: 768px) {
    .section__hero .media-cont .overlay-cont p {
        margin-bottom: 60px;
    }

    .never-stop__link:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width: 1024px) {

    .tnf-custom h1.voice,
    .tnf-custom h2.voice.fake {
        font-size: 7.8rem;
    }

    .tnf-custom h1 {
        font-size: 2.923rem;
    }

    .tnf-custom h2 {
        font-size: 2.615rem;
    }

        .tnf-custom h1.typ-2,
        .tnf-custom h3,
        .tnf-custom h2.voice,
        .tnf-custom h2.voice a {
            font-size: 2.154rem;
        }

            .tnf-custom .overline,
            .tnf-custom h3.voice,
            .tnf-custom .title {
                font-size: 1.846rem;
            }

    .tnf-custom h4 {
        font-size: 1.615rem;
    }

        .tnf-custom h4.voice {
            font-size: 1.615rem;
        }

    .tnf-custom .product-name,
    .tnf-custom .price {
        font-size: 1.615rem;
    }

    .tnf-custom h5,
    .tnf-custom .button--extra-large {
        font-size: 1.538rem;
    }

    .tnf-custom h6,
    .tnf-custom .product-name.typ-2,
    .tnf-custom .price.typ-2,
    .tnf-custom a,
    .tnf-custom .text-link,
    .tnf-custom h1.page-breadcrumb-token {
        font-size: 1.385rem;
    }

    .tnf-custom .title.typ-2,
    .tnf-custom .product-name.typ-3,
    .tnf-custom .price.typ-3,
    .tnf-custom .button--large {
        font-size: 1.231rem;
    }

    .tnf-custom p.small,
    .tnf-custom ul.small li,
    .tnf-custom .button--medium {
        font-size: 1.077rem;
    }

    .tnf-custom .button--small {
        font-size: .923rem;
    }

    .tnf-custom p {
        font-size: 1.231rem;
    }

    .tnf-custom ul li {
        font-size: 1.231rem;
    }

    .tnf-custom .button--small {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .tnf-custom .button--medium {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }

    .tnf-custom .button--large {
        padding-right: 5rem;
        padding-left: 5rem;
    }

    .tnf-custom .button--extra-large {
        padding-right: 7rem;
        padding-left: 7rem;
    }

    .is-mob {
        display: none;
    }

    .is-desc {
        display: block;
    }

    .section__section .media-cont .head {
        white-space: nowrap;
    }

    .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper .swiper-slide img,
    .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper .swiper-slide img,
    .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper .swiper-slide img {
        height: 600px;
    }

    .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper .swiper-slide video,
    .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper .swiper-slide video,
    .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper .swiper-slide video {
        height: 600px;
    }

    .section__video .star-wars-credits p span {
        font-size: clamp(0px, calc((52 * 100) / 1920 * 1vw), 52px) !important;
    }

    .section__video .star-wars-credits p {
        margin-bottom: 4rem;
        padding-left: calc((160 * 100) / 1920 * 1vw);
        padding-right: calc((160 * 100) / 1920 * 1vw);
        font-size: clamp(0px, calc((42 * 100) / 1920 * 1vw), 42px) !important;
    }

    .never-stop__wrap {
        padding-left: calc((50 / 24) * 1%);
        padding-right: calc((50 / 24) * 1%);
    }

    .never-stop__grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .never-stop__item-inner {
        bottom: calc((60 * 100) / 1920 * 1vw);
    }

        .never-stop__item-inner h2,
        .never-stop__item-inner h2 a {
            margin-bottom: 10px;
            font-size: calc((52 * 100) / 1920 * 1vw) !important;
        }
}

@media (min-width: 1108px) {
    .section__section.section__section1 .text1__inner {
        height: var(--text1-height);
        margin-bottom: calc(var(--margin) * -1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1109px) {
    .col-md {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 0;
    }

    .col-md-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        padding: 0;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-order-0 {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-md-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-md-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        padding: 0;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-md-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-md-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-md-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 0;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .col-md-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .col-md-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        padding: 0;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .col-md-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 0;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 0;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .col-md-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        padding: 0;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .col-md-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        padding: 0;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .flexrow.start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flexrow.center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flexrow.end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flexrow.top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flexrow.bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flexrow.around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flexrow.between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-laptop-piccolo {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 0;
    }

    .col-laptop-piccolo-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-0 {
        margin-left: 0%;
    }

    .col-laptop-piccolo-order-0 {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-laptop-piccolo-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-1 {
        margin-left: 8.33333%;
    }

    .col-laptop-piccolo-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-laptop-piccolo-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-2 {
        margin-left: 16.66667%;
    }

    .col-laptop-piccolo-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-laptop-piccolo-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-3 {
        margin-left: 25%;
    }

    .col-laptop-piccolo-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-laptop-piccolo-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-4 {
        margin-left: 33.33333%;
    }

    .col-laptop-piccolo-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-laptop-piccolo-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-5 {
        margin-left: 41.66667%;
    }

    .col-laptop-piccolo-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .col-laptop-piccolo-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-6 {
        margin-left: 50%;
    }

    .col-laptop-piccolo-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .col-laptop-piccolo-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-7 {
        margin-left: 58.33333%;
    }

    .col-laptop-piccolo-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .col-laptop-piccolo-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-8 {
        margin-left: 66.66667%;
    }

    .col-laptop-piccolo-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .col-laptop-piccolo-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-9 {
        margin-left: 75%;
    }

    .col-laptop-piccolo-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .col-laptop-piccolo-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-10 {
        margin-left: 83.33333%;
    }

    .col-laptop-piccolo-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .col-laptop-piccolo-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-11 {
        margin-left: 91.66667%;
    }

    .col-laptop-piccolo-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .col-laptop-piccolo-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-laptop-piccolo-offset-12 {
        margin-left: 100%;
    }

    .col-laptop-piccolo-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .flexrow.start-laptop-piccolo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flexrow.center-laptop-piccolo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flexrow.end-laptop-piccolo {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flexrow.top-laptop-piccolo {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.middle-laptop-piccolo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flexrow.bottom-laptop-piccolo {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flexrow.around-laptop-piccolo {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flexrow.between-laptop-piccolo {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-laptop-piccolo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-laptop-piccolo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .show-md {
        display: block !important;
    }

    .flexrow.show-md {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-md {
        display: none !important;
    }

    .show-laptop-piccolo {
        display: block !important;
    }

    .flexrow.show-laptop-piccolo {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-laptop-piccolo {
        display: none !important;
    }
}

@media screen and (min-width: 1350px) {

    .tnf-custom.tnf-banner.big-banner h1.voice,
    .tnf-custom.tnf-banner.big-banner h1.voice a,
    .tnf-custom.tnf-banner.big-banner h2.voice.fake {
        font-size: 3.38vw !important;
    }
}

@media only screen and (min-width: 1441px) {
    .col-lg {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 0;
    }

    .col-lg-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        padding: 0;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-order-0 {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-lg-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-lg-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        padding: 0;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-lg-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-lg-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-lg-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 0;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .col-lg-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .col-lg-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        padding: 0;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .col-lg-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 0;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 0;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .col-lg-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        padding: 0;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .col-lg-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        padding: 0;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .flexrow.start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flexrow.center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flexrow.end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flexrow.top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flexrow.bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flexrow.around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flexrow.between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .show-lg {
        display: block !important;
    }

    .flexrow.show-lg {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-lg {
        display: none !important;
    }
}

@media screen and (min-width: 1700px) {
    .tnf-banner.tnf-custom h1.voice {
        font-size: 65px;
    }

    .tnf-banner.tnf-custom h2.voice.fake {
        font-size: 65px;
    }
}

@media screen and (min-width: 1900px) {

    .tnf-custom.tnf-banner.big-banner h1.voice,
    .tnf-custom.tnf-banner.big-banner h2.voice.fake {
        font-size: 65px !important;
    }
}

@media only screen and (min-width: 1901px) {
    .col-xl {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
        padding: 0;
    }

    .col-xl-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
        max-width: 0%;
        padding: 0;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-order-0 {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
    }

    .col-xl-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
        padding: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .col-xl-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
        padding: 0;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-xl-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .col-xl-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
        padding: 0;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .col-xl-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
        padding: 0;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .col-xl-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .col-xl-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
        padding: 0;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .col-xl-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 0;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .col-xl-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
        padding: 0;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .col-xl-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        padding: 0;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .col-xl-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
        padding: 0;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .col-xl-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .flexrow.start-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flexrow.center-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flexrow.end-xl {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flexrow.top-xl {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flexrow.middle-xl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flexrow.bottom-xl {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flexrow.around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flexrow.between-xl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-xl {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .show-xl {
        display: block !important;
    }

    .flexrow.show-xl {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-xl {
        display: none !important;
    }

    .section__subhero .media-cont h2.voice,
    .section__subhero .media-cont h2.voice a {
        font-size: 52px;
        max-width: 1000px;
    }
}

@media screen and (max-width: 1450px) {
    .tnf-banner.big-banner .tnf-cont.pull-right {
        padding-left: 35%;
    }
}

@media only screen and (max-width: 1109px) {
    .relative-tab {
        position: relative !important;
    }

    .tab-white {
        color: #fff !important;
    }

    .tab-black {
        color: #000 !important;
    }

    .tnf-banner.tnf-custom .button--primary.alt-1.tab--black {
        color: #fff;
        background: #000;
    }

    .tnf-banner.tnf-custom .button--secondary.tab-white {
        color: #000;
        background: #fff;
    }

    .plg-container .mob-text-center {
        text-align: center !important;
    }

    .section__hero .media-cont .overlay-cont h1.voice, .section__hero .media-cont .overlay-cont h2.voice.fake {
        font-size: 7.5vw;
        width: 80%;
    }

    .section__hero .media-cont .overlay-cont p {
        font-size: 16px;
    }

    .section__subhero {
        padding: 11.11111vw 0 0;
    }

        .section__subhero .media-cont h2.voice,
        .section__subhero .media-cont h2.voice a {
            -webkit-transform: none;
            transform: none;
            max-width: 83%;
            font-size: 4.69314vw;
        }

    .section__section .media-cont .text-cont p {
        font-size: 16px;
    }

    .section__section .media-cont .big-image h2.voice,
    .section__section .media-cont .big-image h2.voice a {
        font-size: calc((20 * 100) / 375 * 1vw);
        bottom: 3vw;
    }

    .section__section .media-cont .small-image {
        width: 65%;
    }

        .section__section .media-cont .small-image .name-cont p {
            font-size: 16px;
        }

    .section__section.section__section1 .text-cont {
        padding-left: 0;
    }

    .section__section.section__section1 .big-image {
        margin-left: 0;
        margin-top: 33vw;
    }

        .section__section.section__section1 .big-image img {
            width: calc((313 * 100) / 375 * 1vw);
            height: calc((375 * 100) / 375 * 1vw);
            -o-object-fit: cover;
            object-fit: cover;
        }

    .section__section.section__section1 .image-mob-container {
        position: relative;
    }

    .section__section.section__section1 .small-image {
        left: 0;
        margin: 0 auto 0;
        -webkit-transform: translate(10%, -60%);
        transform: translate(10%, -60%);
        top: 0;
    }

    .section__section.section__section2 .text-cont {
        max-width: 100%;
    }

    .section__section.section__section2 .big-image {
        margin-right: 0;
        margin-top: 50vw;
    }

        .section__section.section__section2 .big-image img {
            width: calc((313 * 100) / 375 * 1vw);
            height: calc((375 * 100) / 375 * 1vw);
            -o-object-fit: cover;
            object-fit: cover;
        }

    .section__section.section__section2 .image-mob-container {
        position: relative;
    }

    .section__section.section__section2 .small-image {
        left: 0;
        margin: 0 auto 0;
        -webkit-transform: translate(20%, -60%);
        transform: translate(20%, -60%);
        top: 0;
    }

    .section__section.section__section3.text-only {
        padding: 9.72222vw 0 6.94444vw;
    }

        .section__section.section__section3.text-only .text-cont p.head {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .section__section.section__section3.with-image img {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 13vw;
    }

    .section__section.section__section3.with-image h2.voice,
    .section__section.section__section3.with-image h2.voice a {
        font-size: 6vw;
        line-height: 1.3;
    }

    .section__section.section__section3.with-image p {
        font-size: 14px;
        line-height: 1.2;
    }

    .section__section.section__section4.text-only {
        padding: 9.72222vw 0 6.94444vw;
    }

        .section__section.section__section4.text-only .text-cont p.head {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .section__section.section__section4.with-image {
        padding: 0 0 9.72222vw;
    }

        .section__section.section__section4.with-image .flexrow [class*='col-']:nth-of-type(1) {
            padding: 0 25vw 10vw 10vw;
        }
}

@media screen and (max-width: 1108px) {
    .tnf-banner.big-banner .tnf-cont.pull-right {
        padding-left: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .slim--button {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .tnf-banner.tnf-custom h1.voice {
        font-size: 5vw;
    }

        .tnf-banner.tnf-custom h1.voice.fake {
            font-size: 3vw;
        }

    .tnf-banner.tnf-custom h2.voice.fake {
        font-size: 5vw;
    }

    .tnf-banner.tnf-custom h1.typ-2,
    .tnf-banner.tnf-custom h3,
    .tnf-banner.tnf-custom h2.voice,
    .tnf-banner.tnf-custom h2.voice a,
    .tnf-banner.tnf-custom h2 {
        font-size: 3vw;
    }
}

@media (max-width: 1023px) {

    .section__video video,
    .section__video img {
        height: 100vh;
    }
}

@media (max-width: 640px) {
    .tnf-custom h1.typ-2 {
        font-size: 1.692em;
        letter-spacing: .03em;
    }

    .tnf-custom .title.typ-2 {
        font-size: 1.385rem;
    }

    .tnf-banner.tnf-custom .tnf-cont p.small.no-margin-mob {
        margin-bottom: 0;
    }

    .tnf-custom .product-name,
    .tnf-custom .price {
        font-size: 1.231rem;
    }

        .tnf-custom .product-name.typ-2,
        .tnf-custom .price.typ-2 {
            font-size: 1.154rem;
        }

        .tnf-custom .product-name.typ-3,
        .tnf-custom .price.typ-3 {
            font-size: 1.077rem;
        }

    .tnf-custom .button {
        width: 100%;
    }

    .tnf-custom .field-wrapper.field-half:nth-child(even) {
        padding-right: 0px;
    }

    .tnf-custom .field-wrapper.field-half {
        width: 100%;
    }

    .tnf-custom .field-wrapper.field--three-eigths:nth-child(n+2) {
        padding-right: 0px;
    }

    .tnf-custom .field-wrapper.field--three-eigths {
        width: 100%;
        padding-right: 0px;
    }

    .tnf-custom .field-wrapper.field-quarter {
        width: 100%;
        padding-right: 0px;
    }
}

@media screen and (max-width: 639px) {
    .onlymob {
        display: block;
    }

    .nomob {
        display: none;
    }

    .tnf-banner.big-banner .tnf-cont.pull-right {
        padding-left: 0;
    }

    .hotspot {
        bottom: unset;
    }

    .slim--button {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media only screen and (max-width: 639px) {
    .tnf-custom .button--primary.transparent.opacity__black {
        background: #fff;
    }

    .tnf-custom .button--primary.transparent.transparent__mob--black {
        border: 1px solid #000;
        color: #000;
    }

        .tnf-custom .button--primary.transparent.transparent__mob--black:hover {
            color: #fff;
        }

    .mob-lowercase {
        text-transform: none;
    }

        .mob-lowercase a,
        .mob-lowercase b,
        .mob-lowercase strong {
            text-transform: none !important;
        }

    .bold--nomob {
        font-weight: normal !important;
    }

    .mob-white {
        color: #fff !important;
    }

    .mob-black {
        color: #000 !important;
    }

    .tnf-banner {
        margin-bottom: 10px;
    }

        .tnf-banner.inverted-banner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .tnf-banner .tnf-cont.relative-mob {
            position: relative;
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            padding: 6vw 0.7em !important;
        }

            .tnf-banner .tnf-cont.relative-mob h1,
            .tnf-banner .tnf-cont.relative-mob h2,
            .tnf-banner .tnf-cont.relative-mob h3,
            .tnf-banner .tnf-cont.relative-mob p {
                text-align: center !important;
            }

            .tnf-banner .tnf-cont.relative-mob .button-cont {
                width: 90% !important;
                min-width: 90% !important;
            }

        .tnf-banner .tnf-cont.mob-align-left {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }

            .tnf-banner .tnf-cont.mob-align-left h1,
            .tnf-banner .tnf-cont.mob-align-left h2,
            .tnf-banner .tnf-cont.mob-align-left h3,
            .tnf-banner .tnf-cont.mob-align-left p {
                text-align: left !important;
            }

        .tnf-banner .tnf-cont.mob-align-right {
            -webkit-box-align: end !important;
            -ms-flex-align: end !important;
            align-items: flex-end !important;
        }

            .tnf-banner .tnf-cont.mob-align-right h1,
            .tnf-banner .tnf-cont.mob-align-right h2,
            .tnf-banner .tnf-cont.mob-align-right h3,
            .tnf-banner .tnf-cont.mob-align-right p {
                text-align: right !important;
            }

        .tnf-banner .tnf-cont.mob-align-top {
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }

        .tnf-banner .tnf-cont.mob-align-center {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

            .tnf-banner .tnf-cont.mob-align-center h1,
            .tnf-banner .tnf-cont.mob-align-center h2,
            .tnf-banner .tnf-cont.mob-align-center h3,
            .tnf-banner .tnf-cont.mob-align-center p {
                text-align: center !important;
            }

        .tnf-banner.small-banner .tnf-cont,
        .tnf-banner.as-small-banner .tnf-cont {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0.7em;
        }

        .tnf-banner.tnf-custom h1.voice {
            font-size: 8vw;
        }

            .tnf-banner.tnf-custom h1.voice.fake {
                font-size: 6vw;
            }

        .tnf-banner.tnf-custom h2.voice.fake {
            font-size: 6vw;
        }

        .tnf-banner.tnf-custom h1.typ-2,
        .tnf-banner.tnf-custom h3,
        .tnf-banner.tnf-custom h2.voice,
        .tnf-banner.tnf-custom h2.voice a,
        .tnf-banner.tnf-custom h2 {
            font-size: 6vw;
        }

            .tnf-banner.tnf-custom h2.voice.fake.big {
                font-size: 9vw;
            }

        .tnf-banner.tnf-custom.big-banner.as-small-banner.homepage .tnf-cont h1.voice {
            margin-bottom: 2.5%;
        }

        .tnf-banner.tnf-custom.big-banner.as-small-banner.homepage .tnf-cont p {
            margin-bottom: 2.5%;
        }

        .tnf-banner.tnf-custom .button--primary.alt-1.mob--black {
            color: #fff;
            background: #000;
        }

        .tnf-banner.tnf-custom .button--secondary.mob--white {
            color: #000;
            background: #fff;
        }

    .section__section {
        padding: 3rem 0 2rem;
    }

        .section__section .media-cont .small-image .name-cont p {
            font-size: 14px;
            bottom: 20px;
        }

        .section__section.section__section1 .text-cont p {
            font-size: 14px;
        }

        .section__section.section__section2 .text-cont p {
            font-size: 14px;
        }

        .section__section.section__section3.text-only .text-cont p {
            font-size: 14px;
        }

        .section__section.section__section4.text-only .text-cont p {
            font-size: 14px;
        }

    .section__slider {
        min-height: 83.33333vw;
    }

        .section__slider.section__slider1 .media-cont .swiper-container,
        .section__slider.section__slider2 .media-cont .swiper-container,
        .section__slider.section__slider3 .media-cont .swiper-container {
            min-height: 83.33333vw;
        }

            .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper,
            .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper,
            .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper {
                min-height: 83.33333vw;
            }

                .section__slider.section__slider1 .media-cont .swiper-container .swiper-wrapper .swiper-slide,
                .section__slider.section__slider2 .media-cont .swiper-container .swiper-wrapper .swiper-slide,
                .section__slider.section__slider3 .media-cont .swiper-container .swiper-wrapper .swiper-slide {
                    width: 80%;
                }

    .pin-spacer {
        z-index: 7;
    }

    .section__video {
        margin-top: -3rem;
        overflow: visible;
    }

    .never-stop {
        padding: 3rem 0 2rem;
    }
}

@media screen and (max-width: 450px) {
    .hotspot {
        width: 10vw;
        height: 10vw;
    }
}

@media only screen and (max-width: 450px) {
    .show-xs-only {
        display: block !important;
    }

    .flexrow.show-xs-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-xs-only {
        display: none !important;
    }
}

@media only screen and (min-width: 451px) and (max-width: 638px) {
    .show-sm-only {
        display: block !important;
    }

    .flexrow.show-sm-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-sm-only {
        display: none !important;
    }
}

@media only screen and (min-width: 639px) and (max-width: 1108px) {
    .show-tab-only {
        display: block !important;
    }

    .flexrow.show-tab-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-tab-only {
        display: none !important;
    }

    .tab-white {
        color: #fff !important;
    }

    .tab-black {
        color: #000 !important;
    }

    .tnf-banner .tnf-cont.relative-tab {
        position: relative;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding: 6vw 0.7em !important;
    }

        .tnf-banner .tnf-cont.relative-tab h1,
        .tnf-banner .tnf-cont.relative-tab h2,
        .tnf-banner .tnf-cont.relative-tab h3,
        .tnf-banner .tnf-cont.relative-tab p {
            text-align: center !important;
        }

        .tnf-banner .tnf-cont.relative-tab .button-cont {
            width: 90% !important;
            min-width: 90% !important;
        }

    .tnf-banner .tnf-cont.tab-align-left {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

        .tnf-banner .tnf-cont.tab-align-left h1,
        .tnf-banner .tnf-cont.tab-align-left h2,
        .tnf-banner .tnf-cont.tab-align-left h3,
        .tnf-banner .tnf-cont.tab-align-left p {
            text-align: left !important;
        }

    .tnf-banner .tnf-cont.tab-align-right {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

        .tnf-banner .tnf-cont.tab-align-right h1,
        .tnf-banner .tnf-cont.tab-align-right h2,
        .tnf-banner .tnf-cont.tab-align-right h3,
        .tnf-banner .tnf-cont.tab-align-right p {
            text-align: right !important;
        }

    .tnf-banner .tnf-cont.tab-align-top {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .tnf-banner .tnf-cont.tab-align-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

        .tnf-banner .tnf-cont.tab-align-center h1,
        .tnf-banner .tnf-cont.tab-align-center h2,
        .tnf-banner .tnf-cont.tab-align-center h3,
        .tnf-banner .tnf-cont.tab-align-center p {
            text-align: center !important;
        }

    .tnf-banner .tnf-cont.align-bottom-left {
        padding: 7.5vw 6.75vw !important;
    }

    .tab-white {
        color: #fff !important;
    }

    .tab-black {
        color: #000 !important;
    }

    .tnf-banner.tnf-custom .button--primary.alt-1.tab--black {
        color: #fff;
        background: #000;
    }

    .tnf-banner.tnf-custom .button--secondary.tab-white {
        color: #000;
        background: #fff;
    }
}

@media only screen and (min-width: 1109px) and (max-width: 1440px) {
    .show-laptop-piccolo-only {
        display: block !important;
    }

    .flexrow.show-laptop-piccolo-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-laptop-piccolo-only {
        display: none !important;
    }

    .show-md-only {
        display: block !important;
    }

    .flexrow.show-md-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-md-only {
        display: none !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1900px) {
    .show-lg-only {
        display: block !important;
    }

    .flexrow.show-lg-only {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .hide-lg-only {
        display: none !important;
    }
}

@media only screen and (max-width: 1108px) and (min-width: 639px) {

    .tnf-custom h1,
    .tnf-custom h2,
    .tnf-custom h3,
    .tnf-custom h4,
    .tnf-custom h5,
    .tnf-custom h6 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    .onlytab {
        display: block;
    }

    .notab {
        display: none;
    }
}
