.u-block {
    display: block;
}
.u-inline-block {
    display: inline-block;
}
.u-inline {
    display: inline;
}
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.u-width-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
@media only screen and (max-width: 810px) {
    .u-width-half {
        display: block;
        width: 100%;
    }
}
.u-relative {
    position: relative;
}
.u-absolute {
    position: absolute;
}
.u-fixed {
    position: fixed;
}
.u-overflow-h {
    overflow: hidden;
}
.u-overflow-h-x {
    overflow-x: hidden;
}
.u-fit {
    width: 100%;
}
.u-fit,
.u-fit-h {
    height: 100%;
}
.u-fit-w {
    width: 100%;
}
.u-uppercase {
    text-transform: uppercase;
}
.u-lowercase {
    text-transform: lowercase;
}
.u-capitalize {
    text-transform: capitalize;
}
.u-text-center {
    text-align: center;
}
.u-text-left {
    text-align: left;
}
.u-text-right {
    text-align: right;
}
.u-align-baseline {
    vertical-align: baseline;
}
.u-align-bottom {
    vertical-align: bottom;
}
.u-align-middle {
    vertical-align: middle;
}
.u-align-top {
    vertical-align: top;
}
.u-margin-tiny-top {
    margin-top: 10px;
}
@media only screen and (max-width: 810px) {
    .u-margin-tiny-top {
        margin-top: 5px;
    }
}
.u-margin-tiny-bottom {
    margin-bottom: 10px;
}
@media only screen and (max-width: 810px) {
    .u-margin-tiny-bottom {
        margin-bottom: 5px;
    }
}
.u-margin-small-top {
    margin-top: 20px;
}
@media only screen and (max-width: 810px) {
    .u-margin-small-top {
        margin-top: 10px;
    }
}
.u-margin-small-bottom {
    margin-bottom: 20px;
}
@media only screen and (max-width: 810px) {
    .u-margin-small-bottom {
        margin-bottom: 10px;
    }
}
.u-margin-medium-top {
    margin-top: 40px;
}
@media only screen and (max-width: 810px) {
    .u-margin-medium-top {
        margin-top: 20px;
    }
}
.u-margin-medium-bottom {
    margin-bottom: 40px;
}
@media only screen and (max-width: 810px) {
    .u-margin-medium-bottom {
        margin-bottom: 20px;
    }
}
.u-margin-large-top {
    margin-top: 60px;
}
@media only screen and (max-width: 810px) {
    .u-margin-large-top {
        margin-top: 30px;
    }
}
.u-margin-large-bottom {
    margin-bottom: 60px;
}
@media only screen and (max-width: 810px) {
    .u-margin-large-bottom {
        margin-bottom: 30px;
    }
}
.u-margin-big-top {
    margin-top: 80px;
}
@media only screen and (max-width: 810px) {
    .u-margin-big-top {
        margin-top: 40px;
    }
}
.c-popular-products__top-container,
.u-margin-big-bottom {
    margin-bottom: 80px;
}
@media only screen and (max-width: 810px) {
    .c-popular-products__top-container,
    .u-margin-big-bottom {
        margin-bottom: 40px;
    }
}
.u-margin-huge-top {
    margin-top: 100px;
}
@media only screen and (max-width: 810px) {
    .u-margin-huge-top {
        margin-top: 50px;
    }
}
.u-margin-huge-bottom {
    margin-bottom: 100px;
}
@media only screen and (max-width: 810px) {
    .u-margin-huge-bottom {
        margin-bottom: 50px;
    }
}
.u-margin-enormous-top {
    margin-top: 120px;
}
@media only screen and (max-width: 810px) {
    .u-margin-enormous-top {
        margin-top: 60px;
    }
}
.u-margin-enormous-bottom {
    margin-bottom: 120px;
}
@media only screen and (max-width: 810px) {
    .u-margin-enormous-bottom {
        margin-bottom: 60px;
    }
}
.u-margin-gigantic-top {
    margin-top: 150px;
}
@media only screen and (max-width: 810px) {
    .u-margin-gigantic-top {
        margin-top: 75px;
    }
}
.u-margin-gigantic-bottom {
    margin-bottom: 150px;
}
@media only screen and (max-width: 810px) {
    .u-margin-gigantic-bottom {
        margin-bottom: 75px;
    }
}
.u-margin-colossal-top {
    margin-top: 200px;
}
@media only screen and (max-width: 810px) {
    .u-margin-colossal-top {
        margin-top: 100px;
    }
}
.u-margin-colossal-bottom {
    margin-bottom: 200px;
}
@media only screen and (max-width: 810px) {
    .u-margin-colossal-bottom {
        margin-bottom: 100px;
    }
}
.u-padding-tiny-top {
    padding-top: 10px;
}
.u-padding-tiny-bottom {
    padding-bottom: 10px;
}
.u-padding-small-top {
    padding-top: 100px;
}
.u-padding-small-bottom {
    padding-bottom: 100px;
}
.u-padding-medium-top {
    padding-top: 150px;
}
.u-padding-medium-bottom {
    padding-bottom: 150px;
}
.u-padding-large-top {
    padding-top: 200px;
}
.u-padding-large-bottom {
    padding-bottom: 200px;
}
.u-padding-big-top {
    padding-top: 80px;
}
.u-padding-big-bottom {
    padding-bottom: 80px;
}
.u-padding-huge-top {
    padding-top: 100px;
}
.u-padding-huge-bottom {
    padding-bottom: 100px;
}
.u-padding-enormous-top {
    padding-top: 120px;
}
.u-padding-enormous-bottom {
    padding-bottom: 120px;
}
.u-padding-gigantic-top {
    padding-top: 150px;
}
.u-padding-gigantic-bottom {
    padding-bottom: 150px;
}
.u-padding-colossal-top {
    padding-top: 200px;
}
.u-padding-colossal-bottom {
    padding-bottom: 200px;
}
.u-cms-padding-small-top {
    padding-top: 100px;
}
.u-cms-padding-small-bottom {
    padding-bottom: 100px;
}
.u-cms-padding-medium-top {
    padding-top: 150px;
}
.u-cms-padding-medium-bottom {
    padding-bottom: 150px;
}
.u-cms-padding-large-top {
    padding-top: 200px;
}
.u-cms-padding-large-bottom {
    padding-bottom: 200px;
}
.u-color-red {
    color: #A01E2F;
}
.u-color-dark-red {
    color: #cf1117;
}
.u-color-grey {
    color: #edecec;
}
.u-color-black {
    color: #252525;
}
.u-color-white {
    color: #fff;
}
.u-color-dark-grey {
    color: #7c7c7c;
}
.u-color-medium-grey {
    color: #bdbdbd;
}
.u-default-anim {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.u-default-anim.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.editMode .u-default-anim {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}
.u-top-0 {
    top: 0;
}
.u-top-50 {
    top: 50%;
}
.u-top-100 {
    top: 100%;
}
.u-right-0 {
    right: 0;
}
.u-right-50 {
    right: 50%;
}
.u-right-100 {
    right: 100%;
}
.u-bottom-0 {
    bottom: 0;
}
.u-bottom-50 {
    bottom: 50%;
}
.u-bottom-100 {
    bottom: 100%;
}
.u-left-0 {
    left: 0;
}
.u-left-50 {
    left: 50%;
}
.u-left-100 {
    left: 100%;
}
.wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}
.wrapper--full {
    max-width: none;
    padding: 0;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.row--h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row--h-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.row--h-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.row--h-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row--v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row--v-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.row--v-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.col-1 {
    padding-left: 20px;
    padding-right: 20px;
    width: 8.33333%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.col-2 {
    padding-left: 20px;
    padding-right: 20px;
    width: 16.66667%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.col-3 {
    padding-left: 20px;
    padding-right: 20px;
    width: 25%;
}
.offset-3 {
    margin-left: 25%;
}
.col-4 {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33333%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.col-5 {
    padding-left: 20px;
    padding-right: 20px;
    width: 41.66667%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.col-6 {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
}
.offset-6 {
    margin-left: 50%;
}
.col-7 {
    padding-left: 20px;
    padding-right: 20px;
    width: 58.33333%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.col-8 {
    padding-left: 20px;
    padding-right: 20px;
    width: 66.66667%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.col-9 {
    padding-left: 20px;
    padding-right: 20px;
    width: 75%;
}
.offset-9 {
    margin-left: 75%;
}
.col-10 {
    padding-left: 20px;
    padding-right: 20px;
    width: 83.33333%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.col-11 {
    padding-left: 20px;
    padding-right: 20px;
    width: 91.66667%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.col-12 {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.offset-12 {
    margin-left: 100%;
}
@media screen and (max-width: 1399px) {
    .col-desktop-1 {
        width: 8.33333%;
    }
    .offset-desktop-1 {
        margin-left: 8.33333%;
    }
    .col-desktop-2 {
        width: 16.66667%;
    }
    .offset-desktop-2 {
        margin-left: 16.66667%;
    }
    .col-desktop-3 {
        width: 25%;
    }
    .offset-desktop-3 {
        margin-left: 25%;
    }
    .col-desktop-4 {
        width: 33.33333%;
    }
    .offset-desktop-4 {
        margin-left: 33.33333%;
    }
    .col-desktop-5 {
        width: 41.66667%;
    }
    .offset-desktop-5 {
        margin-left: 41.66667%;
    }
    .col-desktop-6 {
        width: 50%;
    }
    .offset-desktop-6 {
        margin-left: 50%;
    }
    .col-desktop-7 {
        width: 58.33333%;
    }
    .offset-desktop-7 {
        margin-left: 58.33333%;
    }
    .col-desktop-8 {
        width: 66.66667%;
    }
    .offset-desktop-8 {
        margin-left: 66.66667%;
    }
    .col-desktop-9 {
        width: 75%;
    }
    .offset-desktop-9 {
        margin-left: 75%;
    }
    .col-desktop-10 {
        width: 83.33333%;
    }
    .offset-desktop-10 {
        margin-left: 83.33333%;
    }
    .col-desktop-11 {
        width: 91.66667%;
    }
    .offset-desktop-11 {
        margin-left: 91.66667%;
    }
    .col-desktop-12 {
        width: 100%;
    }
    .offset-desktop-12 {
        margin-left: 100%;
    }
    .offset-desktop-0 {
        margin-left: 0;
    }
}
@media screen and (max-width: 1199px) {
    .col-tabletH-1 {
        width: 8.33333%;
    }
    .offset-tabletH-1 {
        margin-left: 8.33333%;
    }
    .col-tabletH-2 {
        width: 16.66667%;
    }
    .offset-tabletH-2 {
        margin-left: 16.66667%;
    }
    .col-tabletH-3 {
        width: 25%;
    }
    .offset-tabletH-3 {
        margin-left: 25%;
    }
    .col-tabletH-4 {
        width: 33.33333%;
    }
    .offset-tabletH-4 {
        margin-left: 33.33333%;
    }
    .col-tabletH-5 {
        width: 41.66667%;
    }
    .offset-tabletH-5 {
        margin-left: 41.66667%;
    }
    .col-tabletH-6 {
        width: 50%;
    }
    .offset-tabletH-6 {
        margin-left: 50%;
    }
    .col-tabletH-7 {
        width: 58.33333%;
    }
    .offset-tabletH-7 {
        margin-left: 58.33333%;
    }
    .col-tabletH-8 {
        width: 66.66667%;
    }
    .offset-tabletH-8 {
        margin-left: 66.66667%;
    }
    .col-tabletH-9 {
        width: 75%;
    }
    .offset-tabletH-9 {
        margin-left: 75%;
    }
    .col-tabletH-10 {
        width: 83.33333%;
    }
    .offset-tabletH-10 {
        margin-left: 83.33333%;
    }
    .col-tabletH-11 {
        width: 91.66667%;
    }
    .offset-tabletH-11 {
        margin-left: 91.66667%;
    }
    .col-tabletH-12 {
        width: 100%;
    }
    .offset-tabletH-12 {
        margin-left: 100%;
    }
    .offset-tabletH-0 {
        margin-left: 0;
    }
}
@media screen and (max-width: 999px) {
    .col-tabletW-1 {
        width: 8.33333%;
    }
    .offset-tabletW-1 {
        margin-left: 8.33333%;
    }
    .col-tabletW-2 {
        width: 16.66667%;
    }
    .offset-tabletW-2 {
        margin-left: 16.66667%;
    }
    .col-tabletW-3 {
        width: 25%;
    }
    .offset-tabletW-3 {
        margin-left: 25%;
    }
    .col-tabletW-4 {
        width: 33.33333%;
    }
    .offset-tabletW-4 {
        margin-left: 33.33333%;
    }
    .col-tabletW-5 {
        width: 41.66667%;
    }
    .offset-tabletW-5 {
        margin-left: 41.66667%;
    }
    .col-tabletW-6 {
        width: 50%;
    }
    .offset-tabletW-6 {
        margin-left: 50%;
    }
    .col-tabletW-7 {
        width: 58.33333%;
    }
    .offset-tabletW-7 {
        margin-left: 58.33333%;
    }
    .col-tabletW-8 {
        width: 66.66667%;
    }
    .offset-tabletW-8 {
        margin-left: 66.66667%;
    }
    .col-tabletW-9 {
        width: 75%;
    }
    .offset-tabletW-9 {
        margin-left: 75%;
    }
    .col-tabletW-10 {
        width: 83.33333%;
    }
    .offset-tabletW-10 {
        margin-left: 83.33333%;
    }
    .col-tabletW-11 {
        width: 91.66667%;
    }
    .offset-tabletW-11 {
        margin-left: 91.66667%;
    }
    .col-tabletW-12 {
        width: 100%;
    }
    .offset-tabletW-12 {
        margin-left: 100%;
    }
    .offset-tabletW-0 {
        margin-left: 0;
    }
}
@media screen and (max-width: 810px) {
    .col-mobile-1 {
        width: 8.33333%;
    }
    .offset-mobile-1 {
        margin-left: 8.33333%;
    }
    .col-mobile-2 {
        width: 16.66667%;
    }
    .offset-mobile-2 {
        margin-left: 16.66667%;
    }
    .col-mobile-3 {
        width: 25%;
    }
    .offset-mobile-3 {
        margin-left: 25%;
    }
    .col-mobile-4 {
        width: 33.33333%;
    }
    .offset-mobile-4 {
        margin-left: 33.33333%;
    }
    .col-mobile-5 {
        width: 41.66667%;
    }
    .offset-mobile-5 {
        margin-left: 41.66667%;
    }
    .col-mobile-6 {
        width: 50%;
    }
    .offset-mobile-6 {
        margin-left: 50%;
    }
    .col-mobile-7 {
        width: 58.33333%;
    }
    .offset-mobile-7 {
        margin-left: 58.33333%;
    }
    .col-mobile-8 {
        width: 66.66667%;
    }
    .offset-mobile-8 {
        margin-left: 66.66667%;
    }
    .col-mobile-9 {
        width: 75%;
    }
    .offset-mobile-9 {
        margin-left: 75%;
    }
    .col-mobile-10 {
        width: 83.33333%;
    }
    .offset-mobile-10 {
        margin-left: 83.33333%;
    }
    .col-mobile-11 {
        width: 91.66667%;
    }
    .offset-mobile-11 {
        margin-left: 91.66667%;
    }
    .col-mobile-12 {
        width: 100%;
    }
    .offset-mobile-12 {
        margin-left: 100%;
    }
    .offset-mobile-0 {
        margin-left: 0;
    }
}
html {
    height: 100%;
    overflow-x: hidden;
}
html.-no-scroll,
html.-no-scroll-products {
    overflow: hidden;
}
body {
    min-height: 100%;
    overflow-x: hidden;
}
body .-no-scroll,
body .-no-scroll-products {
    overflow: hidden;
}
svg {
    fill: currentColor;
}
.c-popular-products__top-container,
.o-container {
    position: relative;
    padding: 0 calc(-117.691px + 16.97793vw);
}
@media only screen and (max-width: 810px) {
    .c-popular-products__top-container,
    .o-container {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-popular-products__top-container,
    .o-container {
        padding: 0 120px;
    }
}
.-red.c-popular-products__top-container,
.o-container.-red {
    background-color: #A01E2F;
    color: #fff;
}
.-grey.c-popular-products__top-container,
.o-container.-grey {
    background-color: #edecec;
    color: #fff;
}
.-c-red.c-popular-products__top-container,
.o-container.-c-red {
    color: #A01E2F;
}
.-full.c-popular-products__top-container,
.o-container.-full {
    padding: 0;
}
.-revert.c-popular-products__top-container,
.o-container.-revert {
    margin: 0 -80px;
    padding: 0;
}
@media only screen and (max-width: 810px) {
    .-revert.c-popular-products__top-container,
    .o-container.-revert {
        margin: -20px;
    }
}
.-padding-y.c-popular-products__top-container,
.o-container.-padding-y {
    padding: 120px;
}
.-small.c-popular-products__top-container,
.o-container.-small {
    padding: 0 80px;
}
@media only screen and (max-width: 810px) {
    .-small.c-popular-products__top-container,
    .o-container.-small {
        padding: 0 20px;
    }
}
.-col.c-popular-products__top-container,
.o-container.-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 810px) {
    .-col.c-popular-products__top-container,
    .o-container.-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.-col.c-popular-products__top-container > div,
.o-container.-col > div {
    width: 50%;
}
@media only screen and (max-width: 810px) {
    .-col.c-popular-products__top-container > div,
    .o-container.-col > div {
        width: 100%;
    }
}
.-vcenter.c-popular-products__top-container,
.o-container.-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}
.img.-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
@font-face {
    font-family: Baton Turbo;
    src: url(../assets/fonts/BatonTurbo-Regular.woff2.html) format("woff2"), url(../assets/fonts/BatonTurbo-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Baton Turbo;
    src: url(../assets/fonts/BatonTurbo-Heavy.woff2.html) format("woff2"), url(../assets/fonts/BatonTurbo-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Baton Turbo;
    src: url(../assets/fonts/BatonTurbo-Medium.woff2.html) format("woff2"), url(../assets/fonts/BatonTurbo-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;

}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
embed,
img,
object {
    max-width: 100%;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
th {
    font-weight: 700;
    vertical-align: bottom;
}
td {
    font-weight: 400;
    vertical-align: top;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}
input,
select,
textarea {
    font: 99% sans-serif;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}
small {
    font-size: 85%;
}
strong,
th {
    font-weight: 700;
}
td,
td img {
    vertical-align: top;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
}
.clickable,
button,
input[type="button"],
input[type="submit"] {
    cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
}
button,
input,
select,
textarea {
    margin: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
body {
    font: 16px Helmet, Freesans, sans-serif;
}
a,
button {
    cursor: pointer;
    font-size: 100%;
}
button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cart {
    padding: 200px calc(-227.8438px + 30.56027vw) 150px;
}
@media only screen and (max-width: 810px) {
    .cart {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .cart {
        padding-left: 200px;
        padding-right: 200px;
    }
}
.cart_demand {
    display: none;
}
.-has-item .cart_demand,
.cart_no-item {
    display: block;
}
.-has-item .cart_no-item {
    display: none;
}
.cart_dates-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 810px) {
    .cart_dates-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart_dates-to {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    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;
}
@media only screen and (max-width: 810px) {
    .cart_dates-to {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .cart_dates-to svg {
        width: 18px;
        height: 18px;
    }
}
.cart_products-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.cart_products-item:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 810px) {
    .cart_products-item {
        margin-bottom: 0;
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .cart_products-item:first-child {
        border-top: 3px solid #252525;
    }
}
.cart_product-content {
    width: 100%;
}
.cart_product-img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 40px;
    background-color: #fff;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 810px) {
    .cart_product-img {
        background-color: #f5f5f5;
    }
}
.cart_product-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
}
@media only screen and (max-width: 810px) {
    .cart_product-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
}
.cart_product-infos {
    width: 100%;
    padding-right: 80px;
}
@media only screen and (max-width: 810px) {
    .cart_product-infos {
        padding-right: 0;
    }
}
.cart_product-delete {
    font-weight: 400 !important;
}
.cart_price-mobile {
    margin: 20px 0;
}
@media only screen and (min-width: 811px) {
    .cart_price-mobile {
        display: none;
    }
}
.cart_product-quantity {
    width: 160px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border: 3px solid #edecec;
}
.cart_product-quantity,
.cart_product-quantity > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_product-quantity > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 810px) {
    .cart_product-quantity {
        width: 180px;
        height: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
}
.cart_product-quantity-button {
    height: 100%;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.cart_product-quantity-button:hover {
    background-color: #edecec;
}
.cart_product-quantity-button.-disabled {
    opacity: 0.2;
    pointer-events: none;
}
.cart_product-quantity-value {
    height: 100%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
.cart_product-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #edecec;
}
@media only screen and (max-width: 810px) {
    .cart_product-footer {
        display: none;
    }
}
.cart_product-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
}
.cart_product-price-value {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
.cart_product-price-value.-old {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #7c7c7c;
    text-decoration: line-through;
}
.cart_product-price-duration {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cart_product-asterisk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    color: #7c7c7c;
}
.cart_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.cart_footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.cart_footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    padding-left: 40px;
}
@media only screen and (max-width: 810px) {
    .cart_footer-content {
        display: none;
    }
}
.cart_footer-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 130px;
}
.cart_footer-products-total {
    margin-right: 10px;
}
.cart_footer-dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart_footer-dates:not(.-enabled) {
    display: none;
}
.cart_footer-dates-icon {
    margin: 0 10px;
}
@media only screen and (max-width: 810px) {
    .cart_footer-submit {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}
.page-category-lvl1 .page-background_desc-bg {
    background-color: #f5f5f5;
}
.product-landing_header {
    position: relative;
    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;
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.product-landing_header-title {
    position: relative;
}
.product-landing_header-scroll {
    position: absolute;
    bottom: 120px;
    left: 120px;
    z-index: 1;
    width: 96px;
    height: 96px;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}
.product-landing_header-scroll svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media only screen and (max-width: 810px) {
    .product-landing_header-scroll {
        bottom: 80px;
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
        -webkit-animation: mobile-scroll 2s infinite;
        animation: mobile-scroll 2s infinite;
    }
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        color: currentColor;
    }
    32.9% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        color: currentColor;
    }
    33% {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
        color: currentColor;
    }
    65.9% {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
        color: currentColor;
    }
    66% {
        -webkit-transform: translateY(225px);
        transform: translateY(225px);
        color: #A01E2F;
    }
    to {
        -webkit-transform: translateY(225px);
        transform: translateY(225px);
        color: #A01E2F;
    }
}
@-webkit-keyframes mobile-scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    32.9% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    33% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    65.9% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    66% {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }
    to {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }
}
.product-landing_desc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: -100px;
}
@media only screen and (max-width: 810px) {
    .product-landing_desc {
        margin-top: 0;
    }
}
.product-landing_desc-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
@media only screen and (max-width: 810px) {
    .product-landing_desc-bg {
        display: none;
    }
}
.product-landing_desc-content {
    width: 61%;
    padding: 100px 300px 100px 120px;
    background-color: #A01E2F;
}
@media only screen and (max-width: 810px) {
    .product-landing_desc-content {
        width: 100%;
        padding: 80px 20px;
    }
}
.product-landing_gammes {
    padding: 200px 0 280px;
    background-color: #f5f5f5;
}
@media only screen and (max-width: 810px) {
    .product-landing_gammes {
        padding: 60px 0;
    }
}
.category-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 70vh;
    padding-top: 133px !important;
}
@media only screen and (max-width: 810px) {
    .category-header {
        min-height: auto;
        padding-top: 200px !important;
        padding-bottom: 60px !important;
    }
}
.category-header_select {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.category-header_select svg {
    margin-left: -5px;
    margin-bottom: 11px;
}
@media only screen and (max-width: 810px) {
    .category-header_select svg {
        margin-bottom: 5px;
    }
}
.category-header_product {
    position: relative;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    padding: 80px 0;
}
@media only screen and (max-width: 810px) {
    .category-header_product {
        display: none;
    }
}
.category-header_product-content {
    position: relative;
    height: 100%;
}
.category-header_product-image,
.category-header_product-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.checkout {
    padding: 200px calc(-227.8438px + 30.56027vw) 150px;
}
@media only screen and (max-width: 810px) {
    .checkout {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .checkout {
        padding-left: 200px;
        padding-right: 200px;
    }
}
.checkout_content {
    max-width: 640px;
    margin: 0 auto;
}
.checkout_discount-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
}
.checkout_delivery {
    display: none;
}
.checkout_textarea,
.checkout_textarea_input {
    position: relative;
    width: 100%;
}
.checkout_textarea_input {
    font-size: 16px;
}
.checkout_textarea_input textarea {
    height: 180px;
    max-width: 100%;
}
.page-confirmation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 810px) {
    .page-confirmation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.confirmation_content {
    width: 66%;
    padding: 220px calc(-227.8438px + 30.56027vw) 180px calc(-117.691px + 16.97793vw);
}
@media only screen and (max-width: 810px) {
    .confirmation_content {
        width: 100%;
        padding: 200px 20px 80px;
    }
}
@media only screen and (min-width: 1400px) {
    .confirmation_content {
        padding-left: 120px;
        padding-right: 200px;
    }
}
.confirmation_products {
    width: 34%;
    padding: 220px calc(-62.6146px + 10.18676vw) 180px;
    background-color: #f5f5f5;
}
@media only screen and (max-width: 810px) {
    .confirmation_products {
        width: 100%;
        padding: 80px 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .confirmation_products {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.confirmation_products-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.confirmation_products-item,
.confirmation_products-item-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.confirmation_products-item-count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 20px;
    background-color: #252525;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 14px;
    text-align: center;
}
.confirmation_products-item-img {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
    background-color: #fff;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.confirmation_products-item-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}
.page-home__herozone {
    position: relative;
    height: 100vh;
}
.editMode .page-home__herozone {
    height: 600px;
}
.page-home__img-only {
    height: 100%;
    width: 100%;
    position: relative;
}
.page-home__img-only img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page-home__img-only-button {
    margin: 60px auto 0;
}
@media only screen and (min-width: 1000px) {
    .page-home__img-only-button {
        margin-top: 80px;
    }
}
.page-home__video {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}
.page-home__video:hover .c-cursor__icon {
    opacity: 1;
}
.page-home__video-container {
    height: 100%;
    opacity: 0;
    position: relative;
    width: 100%;
}
.page-home__video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-is-playing .page-home__video-container {
    opacity: 1;
}
.page-home__video-overlay {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(37, 37, 37, 0.4);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    padding: 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.video-is-playing .page-home__video-overlay {
    opacity: 0;
}
.page-home__video .c-cursor__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(37, 37, 37, 0.6);
    border-radius: 100%;
    cursor: pointer;
    display: none;
    height: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    width: 120px;
    z-index: 5;
}
@media screen and (min-width: 1100px) {
    .page-home__video .c-cursor__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.page-home__video .c-cursor__icon--mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #A01E2F;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    right: 0;
    width: 20vw;
}
.editMode .page-home__video .c-cursor__icon--mobile {
    height: 20%;
    width: 20%;
}
.page-home__video .c-cursor__icon--mobile .c-icon {
    height: auto;
    width: 7vw;
    max-width: 50px;
}
.editMode .page-home__video .c-cursor__icon--mobile .c-icon {
    width: 7%;
}
@media screen and (min-width: 1100px) {
    .page-home__video .c-cursor__icon--mobile {
        display: none;
    }
}
.page-home__video .c-cursor__icon .c-icon {
    height: auto;
    width: 30px;
}
.page-home__video.video-is-playing .c-cursor__icon {
    opacity: 0;
}
.page-home-desc {
    left: 50%;
    position: absolute;
    top: calc(50% + 45px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90vw;
    z-index: 3;
}
.video-is-playing .page-home-desc {
    opacity: 0;
}
@media only screen and (min-width: 1000px) {
    .page-home-desc {
        width: 80vw;
    }
    .editMode .page-home-desc {
        width: 80%;
    }
}
.editMode .page-home-desc {
    width: 90%;
}
.page-landing-expertadvice__herozone {
    background-color: #A01E2F;
    color: #fff;
    height: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .page-landing-expertadvice__herozone {
        padding-bottom: 60px;
    }
}
.page-landing-expertadvice__title {
    text-align: center;
    padding: 160px 20px 120px;
}
@media only screen and (min-width: 1000px) {
    .page-landing-expertadvice__title {
        padding: 245px 20px 160px;
    }
}
.page-landing-expertadvice__overtitle {
    font-size: 18px;
    padding-left: 5px;
}
.featureVideos {
    --padding-wrapper-mobile: 6.6667vw;
    --padding-wrapper-desktop: 5.5556vw;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #A01E2F), color-stop(35%, #fff));
    background: linear-gradient(180deg, #A01E2F 35%, #fff 0);
    height: 100%;
    padding: 40px 0;
}
@media only screen and (min-width: 1000px) {
    .featureVideos {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #A01E2F), color-stop(45%, #fff));
        background: linear-gradient(180deg, #A01E2F 45%, #fff 0);
        padding: 100px 0;
    }
}
.featureVideos__header {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
}
@media only screen and (min-width: 1000px) {
    .featureVideos__header {
        margin-bottom: 80px;
    }
}
.featureVideos__container {
    padding-left: calc(2.75vw + var(--padding-wrapper-desktop));
}
.featureVideos__tile {
    height: 100%;
}
.featureVideos__video {
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.featureVideos__desc {
    display: block;
    padding-top: 50px;
    padding-bottom: 20px;
}
.featureVideos__title {
    margin-top: 20px;
}
.featureVideos__cta {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}
@media only screen and (min-width: 1000px) {
    .featureVideos__cta {
        font-size: 18px;
    }
}
.featureVideos .swiper-slide {
    display: block;
    margin-top: 25px;
}
.featureVideos .swiper-button-container {
    display: none;
}
@media only screen and (min-width: 1000px) {
    .featureVideos .swiper-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.featureVideos .swiper-button-next,
.featureVideos .swiper-button-prev {
    fill: #fff;
    color: #fff;
}
.page-background_header {
    position: relative;
    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;
    width: 100%;
    height: 100vh;
    padding: calc(-117.691px + 16.97793vw);
    background-size: cover;
}
@media only screen and (max-width: 810px) {
    .page-background_header {
        padding: 20px;
    }
    .page-background_header.-nodesc {
        padding-top: 90px !important;
    }
}
@media only screen and (min-width: 1400px) {
    .page-background_header {
        padding: 120px;
    }
    .page-background_header.-nodesc {
        padding-top: 253px !important;
    }
}
.editMode .page-background_header {
    height: 600px;
}
.page-background_header.-nodesc {
    height: auto;
    padding-top: calc(15.309px + 16.97793vw);
}
.page-background_header-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.page-background_header-title svg {
    position: relative;
    bottom: 12px;
    margin-left: 30px;
}
.page-background_header-scroll {
    position: absolute;
    bottom: 120px;
    left: 120px;
    z-index: 1;
    width: 96px;
    height: 96px;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}
.page-background_header-scroll.-hide-cta {
    opacity: 0;
    pointer-events: none;
}
.-nodesc .page-background_header-scroll {
    display: none;
}
.page-background_header-scroll svg {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media only screen and (max-width: 810px) {
    .page-background_header-scroll {
        bottom: 80px;
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
        -webkit-animation: mobile-scroll 2s infinite;
        animation: mobile-scroll 2s infinite;
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        color: currentColor;
    }
    32.9% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        color: currentColor;
    }
    33% {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
        color: currentColor;
    }
    65.9% {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
        color: currentColor;
    }
    66% {
        -webkit-transform: translateY(225px);
        transform: translateY(225px);
        color: #A01E2F;
    }
    to {
        -webkit-transform: translateY(225px);
        transform: translateY(225px);
        color: #A01E2F;
    }
}
@keyframes mobile-scroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    32.9% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    33% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    65.9% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    66% {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }
    to {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }
}
.page-background_desc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: -100px;
}
@media only screen and (max-width: 810px) {
    .page-background_desc {
        margin-top: 0;
    }
}
.page-background_desc-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 810px) {
    .page-background_desc-bg {
        display: none;
    }
}
.page-background_desc-bg.-grey {
    background-color: #f5f5f5;
}
.page-background_desc-content {
    width: 61%;
    padding: 100px 300px 100px 120px;
    background-color: #A01E2F;
}
@media only screen and (max-width: 810px) {
    .page-background_desc-content {
        width: 100%;
        padding: 80px 20px;
    }
}
.page-background_gammes {
    padding: 200px 0 280px;
    background-color: #f5f5f5;
}
@media only screen and (max-width: 810px) {
    .page-background_gammes {
        padding: 60px 0;
    }
}
.page-form_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 50vh;
    padding: calc(-117.691px + 16.97793vw) calc(-117.691px + 16.97793vw) 0;
    line-height: 90px;
    color: #A01E2F;
}
@media only screen and (max-width: 810px) {
    .page-form_header {
        padding: 20px 20px 0;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px) {
    .page-form_header {
        padding: 165px 120px 0;
    }
}
.editMode .page-form_header {
    height: 360px;
}
.page-standard_header {
    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;
    width: 100%;
    height: 70vh;
    padding: calc(-10.73005px + 9.33786vw);
    background-color: #A01E2F;
    color: #fff;
}
@media only screen and (max-width: 810px) {
    .page-standard_header {
        padding: 20px;
    }
}
@media only screen and (min-width: 1000px) {
    .page-standard_header {
        padding-top: 165px;
    }
}
@media only screen and (min-width: 1400px) {
    .page-standard_header {
        padding: 165px 120px 120px;
    }
}
.editMode .page-standard_header {
    height: 500px;
}
.page-standard_header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.page-standard_header-title svg {
    position: relative;
    bottom: 12px;
    margin-left: 30px;
}
.product-title-mobile {
    display: none;
    padding-top: 110px;
}
@media only screen and (max-width: 810px) {
    .product-title-mobile {
        display: block;
    }
}
.product-title-desktop {
    display: none;
}
@media only screen and (min-width: 811px) {
    .product-title-desktop {
        display: block;
    }
}
.product-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (max-width: 810px) {
    .product-details {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}
.product-details.is-active .product-details_col:first-child {
    background-color: #A01E2F !important;
}
.product-details.is-active .product-details_col:first-child:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product-details.is-active .product-details_add-to-cart_wrapper {
    opacity: 1;
}
.product-details_col {
    position: relative;
    padding: 0 calc(-117.691px + 16.97793vw) calc(-117.691px + 16.97793vw);
    margin-top: 0 !important;
    width: 100%;
}
.product-details_col:first-child {
    background-color: transparent !important;
    -webkit-transition: background-color 0.1s cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
    transition: background-color 0.1s cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
}
.product-details_col:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #A01E2F;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
@media only screen and (max-width: 810px) {
    .product-details_col:first-child:after {
        display: none;
    }
}
.editMode .product-details_col:first-child {
    background-color: #A01E2F !important;
    -webkit-transition: none;
    transition: none;
}
.editMode .product-details_col:first-child:after {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.product-details_col:last-child {
    padding: 0 20px;
}
@media only screen and (max-width: 810px) {
    .product-details_col {
        padding: 0 20px 20px;
    }
    .product-details_col:last-child {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .product-details_col {
        padding: 0 120px 120px;
    }
}
.product-details_category,
.product-details_subtitle {
    margin-bottom: 20px;
}
.product-details_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 102vh;
    padding-bottom: -2vh;
    margin-bottom: 40px;
    border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 810px) {
    .product-details_header {
        height: auto;
        padding: 80px 0;
    }
}
@media screen and (min-width: 1000px) and (max-height: 900px) {
    .product-details_header {
        height: 120vh;
        padding-top: 110px;
    }
}
.product-details_header-content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-top: 100px;
}
.product-details_prices {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 2px solid #fff;
}
.product-details_price,
.product-details_prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-details_price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}
.product-details_price:last-child {
    border-right: none;
}
.product-details_price-value {
    font-size: 18px;
    font-size: calc(10.86927px + 0.50934vw);
    line-height: 23px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .product-details_price-value {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1400px) {
    .product-details_price-value {
        font-size: 18px;
    }
}
.product-details_price-value.-old {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, 0.5);
    text-decoration: line-through;
}
.product-details_price-duration {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.product-details_mentions {
    margin-top: 10px;
}
.product-details_mention {
    margin-bottom: 5px;
    line-height: 14px !important;
}
.product-details_add-to-cart_wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.product-details_add-to-cart {
    margin-top: 40px;
    width: 100%;
    text-align: center !important;
}
.product-details_add-to-cart .add-to-cart_content {
    display: inline-block;
    width: auto;
}
@media only screen and (max-width: 810px) {
    .product-details_add-to-cart {
        display: none !important;
    }
}
.product-details_container {
    margin-bottom: 60px;
}
.product-details_product {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}
.product-details_product:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 810px) {
    .product-details_product {
        height: auto;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 810px) {
    .product-details_product img {
        width: 100%;
    }
}
.product-details_image-wrapper {
    position: relative;
}
.product-details_image-wrapper > div {
    mix-blend-mode: multiply;
}
@media only screen and (max-width: 810px) {
    .product-details_image-wrapper {
        width: 100%;
    }
}
@media only screen and (max-width: 810px) {
    .product-details_image-img {
        text-align: center;
    }
}
@media only screen and (max-width: 810px) {
    .product-details_arrow-wrapper,
    .product-details_image-img {
        -webkit-transform: none !important;
        transform: none !important;
    }
}
@media only screen and (min-width: 811px) {
    .product-details_image {
        max-height: 370px;
    }
}
.product-details_arrow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.product-details_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background-image: url(../assets/images/product-chevron.png);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 810px) {
    .product-details_arrow {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
}
.sticky-product-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 80px;
}
@media only screen and (max-width: 810px) {
    .sticky-product-footer {
        width: 100%;
    }
}
.sticky-product-footer_state1,
.sticky-product-footer_state2 {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .sticky-product-footer_state1,
    .sticky-product-footer_state2 {
        width: 100%;
    }
}
.-state1 .sticky-product-footer_state1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.-state2 .sticky-product-footer_state1 {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
@media only screen and (max-width: 810px) {
    .sticky-product-footer_state1 {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
}
.sticky-product-footer_state1 .sticky-product-footer_add {
    display: none;
}
@media only screen and (max-width: 810px) {
    .sticky-product-footer_state1 .sticky-product-footer_add {
        display: block;
    }
}
.-state1 .sticky-product-footer_state2 {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
.-state2 .sticky-product-footer_state2 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (max-width: 810px) {
    .sticky-product-footer_state2 {
        display: none;
    }
}
.sticky-product-footer_details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0 40px;
    background-color: #fff;
}
.sticky-product-footer_details:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 40px 0 40px 25px;
}
.sticky-product-footer_details_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.sticky-product-footer_details_image {
    width: 60px;
    height: 60px;
    display: none;
    margin-right: 20px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.sticky-product-footer_details_image:first-child {
    display: block;
}
.sticky-product-footer_details_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.add-to-cart {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #252525;
    text-align: left;
    color: #fff;
    outline: none;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.add-to-cart:hover {
    background-color: #333;
    color: #fff;
}
.add-to-cart.-red-to-black {
    background-color: #A01E2F;
    color: #fff;
}
.add-to-cart.-red-to-black:hover {
    background-color: #252525;
    color: #fff;
}
@media only screen and (max-width: 810px) {
    .add-to-cart {
        width: 100%;
        text-align: center !important;
    }
}
.add-to-cart_content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px 60px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-validation .add-to-cart_content {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
.add-to-cart_icon {
    position: absolute;
    top: calc(50% - 10px);
    left: 27px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.add-to-cart:hover .add-to-cart_icon {
    opacity: 1;
    -webkit-transform: scale(1) translateX(17px);
    transform: scale(1) translateX(17px);
}
.add-to-cart_label {
    display: inline-block;
    font-family: Baton Turbo;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.add-to-cart:hover .add-to-cart_label {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
}
.add-to-cart_validation {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    display: block;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-validation .add-to-cart_validation {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.search_header {
    margin-top: 245px;
}
@media only screen and (max-width: 999px) {
    .search_header {
        margin-top: 100px;
    }
}
.search_input {
    width: 100%;
    font-family: Baton Turbo;
    font-weight: 500;
    font-size: 65px;
    font-size: calc(-6.3073px + 5.09338vw);
    line-height: 65px;
    line-height: calc(-6.3073px + 5.09338vw);
    color: currentColor;
    padding-left: 0;
    background: none;
    border: none;
    outline: none;
}
.search_input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}
.search_input::-moz-placeholder {
    color: currentColor;
    opacity: 1;
}
.search_input:-ms-input-placeholder {
    opacity: 1;
}
.search_input::-ms-input-placeholder {
    opacity: 1;
}
.search_input::placeholder {
    color: currentColor;
    opacity: 1;
}
.search_input:-ms-input-placeholder {
    color: currentColor;
}
.search_input::-ms-input-placeholder {
    color: currentColor;
}
@media only screen and (max-width: 810px) {
    .search_input {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1400px) {
    .search_input {
        font-size: 65px;
        line-height: 65px;
    }
}
.searchpage-noResult {
    margin-top: 40px;
}
.searchpage-noResult__suggestions-container {
    margin-bottom: 40px;
}
.searchpage-noResult__suggestions-title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    letter-spacing: 2.5px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
    .searchpage-noResult__suggestions-title {
        padding-top: 20px;
    }
}
.searchpage-noResult__links {
    display: table;
}
.searchpage-noResult__links:not(.-disable-hover):hover {
    color: rgba(37, 37, 37, 0.6);
}
.searchpage-noResult__link {
    display: table;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    -webkit-transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    letter-spacing: 0.6px;
    font-weight: 500;
}
.searchpage-noResult__link:not(.-disable-hover):hover {
    color: #252525;
}
.single-expertadvice__herozone {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #A01E2F;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: calc(-30.1528px + 13.58234vw);
    position: relative;
}
@media only screen and (min-width: 1000px) {
    .single-expertadvice__herozone {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.editMode .single-expertadvice__herozone {
    height: 500px;
}
.editMode .single-expertadvice__herozone.has-media {
    height: 600px;
}
.single-expertadvice__herozone.has-media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100vh;
    margin-bottom: 220px;
    padding-top: 40px;
}
@media screen and (min-width: 375px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 240px;
    }
}
@media screen and (min-width: 375px) and (min-height: 800px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 160px;
    }
}
@media screen and (min-width: 400px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 200px;
    }
}
@media only screen and (min-width: 811px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 300px;
    }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
    .single-expertadvice__herozone.has-media {
        height: 70vh;
    }
}
@media only screen and (min-width: 1000px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 35%;
    }
}
@media screen and (min-width: 1000px) and (min-height: 1300px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 140px;
    }
}
@media only screen and (min-width: 1200px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 40%;
    }
}
@media only screen and (min-width: 1600px) {
    .single-expertadvice__herozone.has-media {
        margin-bottom: 35%;
    }
}
@media screen and (min-width: 500px) and (max-height: 414px) {
    .single-expertadvice__herozone.has-media {
        height: 100vh;
    }
}
.single-expertadvice__herozone--infosContainer {
    pointer-events: none;
    text-align: center;
    margin-top: 50px;
    z-index: 2;
}
@media only screen and (min-width: 811px) {
    .single-expertadvice__herozone--infosContainer {
        margin-top: 20%;
    }
}
@media only screen and (min-width: 1000px) {
    .single-expertadvice__herozone--infosContainer {
        margin-top: 14%;
    }
}
.single-expertadvice__herozone--title {
    margin-top: 20px;
    line-height: 1.2;
}
@media only screen and (min-width: 500px) {
    .single-expertadvice__herozone--title {
        margin-top: 40px;
    }
}
.single-expertadvice__herozone--media-wrapper {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1600px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 4vw);
    top: 57vh;
}
@media only screen and (min-width: 811px) {
    .single-expertadvice__herozone--media-wrapper {
        top: 49vh;
    }
}
@media only screen and (min-width: 1200px) {
    .single-expertadvice__herozone--media-wrapper {
        top: 53vh;
    }
}
@media only screen and (min-width: 1600px) {
    .single-expertadvice__herozone--media-wrapper {
        top: 65vh;
    }
}
@media screen and (min-width: 700px) and (max-width: 810px) and (orientation: portrait) {
    .single-expertadvice__herozone--media-wrapper {
        top: 34vh;
    }
}
.single-expertadvice__herozone--media {
    opacity: 1;
    overflow: hidden;
    position: relative;
}
.single-expertadvice__herozone--media:before {
    content: "";
    display: block;
    padding-top: 121.12676%;
    width: 100%;
}
.single-expertadvice__herozone--media > iframe,
.single-expertadvice__herozone--media > img,
.single-expertadvice__herozone--media > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-expertadvice__herozone--media > img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 1000px) {
    .single-expertadvice__herozone--media {
        overflow: hidden;
        position: relative;
    }
    .single-expertadvice__herozone--media:before {
        content: "";
        display: block;
        padding-top: 53.67647%;
        width: 100%;
    }
    .single-expertadvice__herozone--media > iframe,
    .single-expertadvice__herozone--media > img,
    .single-expertadvice__herozone--media > video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .single-expertadvice__herozone--media > img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (min-width: 700px) and (max-width: 810px) and (orientation: portrait) {
    .single-expertadvice__herozone--media {
        overflow: hidden;
        position: relative;
    }
    .single-expertadvice__herozone--media:before {
        content: "";
        display: block;
        padding-top: 53.67647%;
        width: 100%;
    }
    .single-expertadvice__herozone--media > iframe,
    .single-expertadvice__herozone--media > img,
    .single-expertadvice__herozone--media > video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .single-expertadvice__herozone--media > img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.single-expertadvice__herozone .c-video_cursor {
    cursor: pointer;
    pointer-events: none;
}
.single-expertadvice__herozone .video-is-playing .c-video_cursor {
    cursor: auto;
    opacity: 0;
}
.single-expertadvice__descrpition {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 10vw);
}
@media only screen and (min-width: 1000px) {
    .single-expertadvice__descrpition {
        width: 47.22%;
    }
}
.single-expertadvice__descrpition--text {
    color: #A01E2F;
    line-height: 1.7;
    font-size: 18px;
}
@media screen and (min-width: 375px) {
    .single-expertadvice__descrpition--text {
        font-size: calc(15.43902px + 0.68293vw);
    }
}
@media screen and (min-width: 1400px) {
    .single-expertadvice__descrpition--text {
        font-size: 25px;
    }
}
.single-expertadvice__related {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.single-expertadvice__related__content {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateY(calc(100% - 80px));
    transform: translateY(calc(100% - 80px));
}
.single-expertadvice__related__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    cursor: url(../assets/images/cursor-x.png) 25 25, move;
}
.single-expertadvice__related__close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    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;
    height: 80px;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #A01E2F;
    cursor: pointer;
}
.single-expertadvice__related__close:hover .single-expertadvice__related__close__label {
    opacity: 0.4;
}
.single-expertadvice__related__close__label {
    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;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.single-expertadvice__related__close p {
    margin-right: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.single-expertadvice__related__close svg {
    height: 14px !important;
    position: relative;
    top: 2px;
}
.single-expertadvice__related__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 40px 0;
}
.single-expertadvice__related .swiper-container {
    overflow: hidden;
    width: calc(100% - 160px);
}
.single-expertadvice__related .swiper-button-next,
.single-expertadvice__related .swiper-button-prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    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;
    cursor: pointer;
}
.single-expertadvice__related .swiper-button-next.swiper-button-disabled,
.single-expertadvice__related .swiper-button-prev.swiper-button-disabled {
    cursor: default;
    opacity: 0;
}
.store-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (max-width: 810px) {
    .store-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.store-details .store-details_col:first-child {
    background-color: #A01E2F !important;
}
.store-details .store-details_col:first-child:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.store-details_col {
    position: relative;
    padding: 0;
    margin-top: 0 !important;
    width: 100%;
    overflow: hidden;
}
.store-details_col:first-child {
    background-color: transparent !important;
    -webkit-transition: background-color 0.1s cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
    transition: background-color 0.1s cubic-bezier(0.76, 0, 0.24, 1) 0.8s;
    padding: 0 calc(-117.691px + 16.97793vw);
}
@media only screen and (min-width: 1400px) {
    .store-details_col:first-child {
        padding: 0 120px;
    }
}
.store-details_col:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: #A01E2F;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
@media only screen and (max-width: 810px) {
    .store-details_col:first-child {
        padding: 100px 20px 20px;
    }
    .store-details_col:last-child {
        display: none;
    }
}
.store-details_title {
    margin: 20px 0 40px;
}
.store-details_category,
.store-details_subtitle {
    margin-bottom: 20px;
}
.store-details_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 102vh;
    padding-bottom: -2vh;
    margin-bottom: 40px;
    border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 810px) {
    .store-details_header {
        height: auto;
        padding: 80px 0;
    }
}
.store-details_header-content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}
.store-details_container {
    margin-bottom: 60px;
}
.store-details_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.store-details_contact:last-child {
    margin-bottom: 0;
}
.store-map {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
}
.store-map.-bottom {
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 0;
    width: 100%;
}
.store-gmap {
    width: 100%;
    height: 100%;
}
.store-details_opening {
    display: none !important;
}
.store-details_opening.-enabled {
    display: inline-block !important;
}
.page-store-locator .search-result {
    padding-bottom: 200px;
}
.store-locator_header {
    margin-top: 245px;
}
@media only screen and (max-width: 999px) {
    .store-locator_header {
        margin-top: 100px;
    }
}
.store-locator_title {
    width: 60%;
}
@media only screen and (max-width: 810px) {
    .store-locator_title {
        width: 100%;
    }
}
.store-locator_content {
    position: relative;
}
.store-locator_content.-bottom .c-store-search {
    position: absolute;
}
.store-locator_content.-bottom .store-locator_map {
    position: absolute;
    top: inherit;
    bottom: 106px;
}
.store-locator_listing {
    padding-right: 80px !important;
}
@media only screen and (max-width: 810px) {
    .store-locator_listing {
        padding-right: 0 !important;
    }
}
.store-locator_grid {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.store-locator_map {
    position: fixed;
    top: 0;
    left: calc(100vw - 80px);
    z-index: 1;
    width: 100%;
    height: calc(100vh - 106px);
    overflow: hidden;
}
@media only screen and (max-width: 810px) {
    .store-locator_map {
        left: 100vw;
    }
}
.store-locator_gmap {
    position: absolute;
    top: 0;
    left: 0;
}
.store-locator_toggler {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 120px;
    height: 100%;
    cursor: url(../assets/images/arrow-left.png) 26 26, pointer;
}
.store-locator_toggler.-map {
    left: 0;
}
.store-locator_map.-enabled .store-locator_toggler.-map {
    opacity: 0;
    pointer-events: none;
}
.store-locator_toggler.-list {
    right: -40px;
    background-color: #fff;
}
@media only screen and (max-width: 810px) {
    .store-locator_toggler {
        display: none;
    }
}
.store-locator_toggler-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.store-locator_toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.store-locator_toggler-label svg {
    margin-right: 7px;
}
.store-locator_gmap {
    width: 100%;
    height: 100%;
}
.store-locator_mobile-switch {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-top: 1px solid #edecec;
}
@media only screen and (min-width: 811px) {
    .store-locator_mobile-switch {
        display: none;
    }
}
.store-locator_mobile-switch-item {
    position: relative;
    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;
    width: 50%;
    padding: 26px 0;
    color: #bdbdbd;
}
.store-locator_mobile-switch-item.-enabled {
    color: #252525;
}
.store-locator_mobile-switch-item svg {
    margin-right: 5px;
}
.store-locator_mobile-switch-item:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 26px;
    width: 2px;
    height: 18px;
    background-color: #bdbdbd;
}
.c-breadcrumb {
    position: absolute;
    top: 163px;
    left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #252525;
}
@media only screen and (max-width: 810px) {
    .c-breadcrumb {
        display: none;
    }
}
.c-breadcrumb_icon {
    display: block;
}
.c-breadcrumb_link {
    position: relative;
    margin-right: 20px;
    opacity: 0.4;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-breadcrumb_link:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -12px;
    display: block;
    width: 2px;
    height: 14px;
    background-color: #252525;
    opacity: 0.4;
}
.c-breadcrumb_link:first-child:after,
.c-breadcrumb_link:last-child:after {
    display: none;
}
.c-breadcrumb_link:last-child {
    margin-right: 0;
}
.c-breadcrumb_link:focus,
.c-breadcrumb_link:hover {
    opacity: 1;
}
.c-breadcrumb_link:focus:after,
.c-breadcrumb_link:focus ~ .c-breadcrumb_link,
.c-breadcrumb_link:hover:after,
.c-breadcrumb_link:hover ~ .c-breadcrumb_link {
    opacity: 0.4;
}
.c-breadcrumb:not(:focus-within):not(:hover) .c-breadcrumb_link {
    opacity: 1;
}
.c-breadcrumb:not(:focus-within):not(:hover) .c-breadcrumb_link:after {
    opacity: 1;
}
.c-btu {
    color: #252525;
    padding: 0 calc(-100px + 10vw);
}
@media only screen and (max-width: 999px) {
    .c-btu {
        padding: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .c-btu {
        padding: 0 40px;
    }
}
.c-btu__row {
    padding: 80px calc(-105.08997px + 15.42416vw);
    -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 810px) {
    .c-btu__row {
        padding: 80px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-btu__row {
        padding: 120px 80px;
    }
}
.c-btu__row.-lightGrey {
    background-color: #f5f5f5;
}
.c-btu__row.-border-bottom {
    position: relative;
}
.c-btu__row.-border-bottom:before {
    background-color: #bdbdbd;
    content: "";
    height: 1px;
    bottom: 0;
    left: 80px;
    position: absolute;
    width: calc(100% - 160px);
}
@media only screen and (max-width: 810px) {
    .c-btu__row.-border-bottom:before {
        left: 20px;
        max-width: 470px;
        width: calc(100% - 40px);
    }
}
.c-btu__row.-red {
    background-color: #A01E2F;
    color: #fff;
}
.c-btu__title {
    margin-top: 25px;
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .c-btu__title {
        width: 60%;
    }
}
.c-btu__title .-faded {
    opacity: 0.4;
}
.c-btu__inputs {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(-1.69666px + 5.14139vw);
    max-width: 470px;
    position: relative;
}
@media only screen and (max-width: 810px) {
    .c-btu__inputs {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-btu__inputs {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 80px;
        max-width: 100%;
    }
}
.c-btu__inputs-radio {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .c-btu__inputs-radio {
        width: 50%;
    }
}
.c-btu__inputs-radio + .c-btu__inputs-radio {
    margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
    .c-btu__inputs-radio + .c-btu__inputs-radio {
        margin-top: 0;
        padding-left: 40px;
    }
}
.c-btu__inputs * + svg,
.c-btu__inputs svg + * {
    margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
    .c-btu__inputs * + svg,
    .c-btu__inputs svg + * {
        margin-top: 0;
    }
}
.c-btu__inputs ul + div {
    margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
    .c-btu__inputs ul + div {
        margin-top: 0;
    }
}
.c-btu__radio-desc {
    margin-top: 10px;
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    .c-btu__radio-desc {
        width: 80%;
    }
}
@media only screen and (min-width: 1600px) {
    .c-btu__radio-desc {
        width: 75%;
    }
}
.c-btu__operator {
    margin: 0;
    min-width: 15px;
}
@media only screen and (min-width: 1200px) {
    .c-btu__operator {
        margin: 0 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-btu__operator.-margin-result {
        margin-right: 70px;
        margin-left: 30px;
    }
}
.c-btu__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    height: 90px;
    position: relative;
    width: 100%;
}
.c-btu__result .c-btu__result-value,
.c-btu__result .c-btu__value-has-unity {
    bottom: 18px;
    position: absolute;
}
.c-btu__result.-grey {
    background-color: #d3d3d3;
    border: 3px solid #d3d3d3;
    min-width: 19.4444vw;
    padding: 5px 20px 10px;
}
.c-btu__result.-tranparent {
    overflow-x: auto;
}
@media only screen and (min-width: 1200px) {
    .c-btu__result.-tranparent {
        height: 120px;
        max-width: 200px;
    }
}
.c-btu__result.-tranparent .c-btu__result-label {
    left: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
@media only screen and (min-width: 1200px) {
    .c-btu__result.-tranparent .c-btu__result-label {
        -webkit-transform: translateY(-53px);
        transform: translateY(-53px);
    }
}
.c-btu__result.-tranparent .c-btu__result-value,
.c-btu__result.-tranparent .c-btu__value-has-unity {
    left: 0;
}
.c-btu__result.-boxed {
    background-color: transparent;
    border: 3px solid #252525;
    max-width: 100%;
    overflow-x: auto;
    padding: 20px;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .c-btu__result.-boxed {
        --boxed-width: 16.6666vw;
        max-width: var(--boxed-width);
        min-width: var(--boxed-width);
    }
}
.c-btu__result.-boxed .c-btu__result-label {
    left: 50%;
    -webkit-transform: translate(-50%, -33px);
    transform: translate(-50%, -33px);
}
.c-btu__result.-boxed .c-btu__result-value {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.c-btu__result.-white-border {
    border-color: #fff;
    height: 120px;
    padding: 20px 60px;
}
.c-btu__result.-white-border .c-btu__result-label {
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
}
.c-btu__result-label {
    bottom: 20px;
    font-size: 14px;
    left: 20px;
    position: absolute;
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px);
    width: 100%;
}
.c-btu__result-value {
    font-size: 25px;
    font-size: calc(3.60781px + 1.52801vw);
    line-height: 25px;
    line-height: calc(13.11545px + 0.8489vw);
}
@media only screen and (max-width: 810px) {
    .c-btu__result-value {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-btu__result-value {
        font-size: 25px;
        line-height: 25px;
    }
}
.c-btu__result-value.-big {
    font-size: 45px;
    font-size: calc(-2.5382px + 3.39559vw);
    line-height: 45px;
    line-height: calc(-2.5382px + 3.39559vw);
    margin-top: 10px;
}
@media only screen and (max-width: 810px) {
    .c-btu__result-value.-big {
        font-size: 25px;
        line-height: 25px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-btu__result-value.-big {
        font-size: 45px;
        line-height: 45px;
    }
}
.c-btu__value-has-unity {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.c-btu__result-unity {
    font-size: 30px;
    font-size: calc(18.11545px + 0.8489vw);
    line-height: 37px;
    line-height: calc(20.36163px + 1.18846vw);
    margin-left: 10px;
}
@media only screen and (max-width: 810px) {
    .c-btu__result-unity {
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-btu__result-unity {
        font-size: 30px;
        line-height: 37px;
    }
}
.c-btu.c-form .c-form__input input {
    min-width: 19.4444vw;
}
.c-button-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-button-add_icon {
    margin-right: 16px;
}
.c-button-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}
.c-button-download_icon {
    margin-right: 16px;
}
.c-button-find {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}
.c-button-find_label {
    padding: 0 40px;
    color: #252525;
}
.c-button-find_icon,
.c-button-find_label {
    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;
    height: 100%;
}
.c-button-find_icon {
    width: 80px;
    background-color: #252525;
    color: #fff;
}
.c-button {
    display: table;
    padding: 30px 60px;
    background-color: #fff;
    color: #252525;
}
.c-button.-red {
    background-color: #A01E2F;
    color: #fff;
}
.c-button.-black {
    background-color: #252525;
    color: #fff;
}
.c-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px;
    font-size: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-checkbox:hover .c-checkbox_input ~ .c-checkbox_checkmark svg {
    stroke-width: 5px;
}
.c-checkbox_input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.c-checkbox_input:checked ~ .c-checkbox_checkmark svg {
    stroke: #A01E2F;
    stroke-width: 5px;
}
.c-checkbox_input:checked ~ .c-checkbox_label {
    color: #A01E2F;
}
.c-checkbox_label > sup {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .c-checkbox_label > sup {
        top: -2px;
        font-size: 12px;
    }
}
.c-checkbox_checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    width: 17px;
    height: 14px;
    overflow: hidden;
}
.c-checkbox_checkmark svg {
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: stroke-width 0.1s ease-out;
    transition: stroke-width 0.1s ease-out;
}
@media only screen and (max-width: 810px) {
    .c-checkbox_checkmark {
        top: 4px;
    }
}
.content-thumb {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background-color: #edecec;
    padding: 20px;
    min-height: 285px;
    height: 100%;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.content-thumb .c-cta_icon {
    display: block;
}
.content-thumb:hover {
    background-color: #f5f5f5;
    color: #A01E2F;
}
.content-thumb:hover .content-thumb__lecture:after {
    background-color: #A01E2F;
}
.minisearch__resultsContent .content-thumb .c-product-thumb_loading {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.content-thumb__header {
    padding-bottom: 20px;
}
.c-search-result .content-thumb__header {
    padding-bottom: 64.5%;
}
.content-thumb__lecture {
    position: relative;
    padding-left: 12px;
}
.content-thumb__lecture:after {
    border-radius: 100%;
    background-color: #252525;
    content: "";
    height: 3px;
    left: 3px;
    position: absolute;
    top: 9px;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 3px;
}
.content-thumb__content {
    display: block;
}
.c-cta {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: left;
    color: #252525;
    outline: none;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-cta:not(.-disable-hover):hover {
    background-color: #252525;
    color: #fff;
}
.c-cta.-default,
.c-cta.-outlink {
    padding: 28px 60px;
}
.c-cta.-icon {
    background-color: #252525;
    color: #fff;
}
.c-cta.-icon:not(.-disable-hover):hover {
    background-color: #333;
}
.c-cta.-icon.-white {
    background-color: #fff;
    color: #252525;
}
.c-cta.-icon.-white:not(.-disable-hover):hover {
    background-color: #edecec;
}
.c-cta.-icon.-red {
    background-color: #A01E2F;
    color: #fff;
}
.c-cta.-icon.-red:not(.-disable-hover):hover {
    background-color: #cf1117;
}
.c-cta.-icon.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
}
.c-cta.-red-to-black {
    background-color: #A01E2F;
    color: #fff;
}
.c-cta.-black-to-red,
.c-cta.-red-to-black:not(.-disable-hover):hover {
    background-color: #252525;
    color: #fff;
}
.c-cta.-black-to-red:not(.-disable-hover):hover {
    background-color: #A01E2F;
    color: #fff;
}
.c-cta.-black-to-grey {
    background-color: #252525;
    color: #fff;
}
.c-cta.-black-to-grey:not(.-disable-hover):hover {
    background-color: #333;
    color: #fff;
}
.c-cta.-black-to-white {
    background-color: #252525;
    color: #fff;
}
.c-cta.-black-to-white:not(.-disable-hover):hover,
.c-cta.-white-to-red {
    background-color: #fff;
    color: #252525;
}
.c-cta.-white-to-red:not(.-disable-hover):hover {
    background-color: #A01E2F;
    color: #fff;
}
.c-cta.-white-to-black {
    background-color: #fff;
    color: #252525;
}
.c-cta.-white-to-black:not(.-disable-hover):hover {
    background-color: #252525;
    color: #fff;
}
.-icon .c-cta_content,
.-outlink .c-cta_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.-icon .c-cta_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.-icon.-small .c-cta_content {
    width: 71px;
    height: 71px;
}
.-default .c-cta_icon {
    position: absolute;
    top: calc(50% - 10px);
    left: 27px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-default:not(.-disable-hover):hover .c-cta_icon {
    opacity: 1;
    -webkit-transform: scale(1) translateX(17px);
    transform: scale(1) translateX(17px);
}
.-outlink .c-cta_icon {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-outlink:not(.-disable-hover):hover .c-cta_icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.-icon .c-cta_icon {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-icon:not(.swiper-button-disabled):not(.-disable-hover):hover .c-cta_icon {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.-icon.-dir-left:not(.swiper-button-disabled):not(.-disable-hover):hover .c-cta_icon {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.-icon.-dir-bottom .c-cta_icon {
    -webkit-transition: none;
    transition: none;
}
.-icon.-dir-bottom:not(.-disable-hover):hover .c-cta_icon {
    -webkit-transform: translateY(52px);
    transform: translateY(52px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-cta_icon.-no-hover {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
.c-cta_icon.-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 52px));
    transform: translate(-50%, calc(-50% - 52px));
}
.-icon.-dir-bottom:hover .c-cta_icon.-hover {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-cta_label {
    display: inline-block;
    font-family: Baton Turbo;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.-default .c-cta_label {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-default:not(.-disable-hover):hover .c-cta_label {
    -webkit-transform: translateX(17px);
    transform: translateX(17px);
}
.-outlink .c-cta_label {
    margin-right: 6px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-outlink:not(.-disable-hover):hover .c-cta_label {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}
.c-cta-link {
    display: inline-block;
}
.c-cta-link.-large {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-hover .c-cta-link.-large,
.c-cta-link.-large:not(.-disable-hover):hover {
    color: #A01E2F;
}
.c-cta-link.-small {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-cta-link.-small:not(.-disable-hover):hover {
    opacity: 0.4;
}
.c-cta-link_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.-large:not(.-outlink) .c-cta-link_icon {
    position: absolute;
    top: 3px;
    left: -20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-hover .-large .c-cta-link_icon,
.-large:not(.-disable-hover):hover .c-cta-link_icon {
    opacity: 1;
    -webkit-transform: scale(1) translateX(20px);
    transform: scale(1) translateX(20px);
}
.-outlink .c-cta-link_icon {
    position: relative;
    top: 1px;
    margin-left: 6px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-large.-outlink:not(.-disable-hover):hover .c-cta-link_icon {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
.c-cta-link_label {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-large .c-cta-link_label {
    display: inline-block;
}
.-hover .-large .c-cta-link_label,
.-large:not(.-disable-hover):hover .c-cta-link_label {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.-large.-outlink:not(.-disable-hover):hover .c-cta-link_label {
    -webkit-transform: none;
    transform: none;
}
.c-cta-default {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-cta-default.-large {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}
.c-cta-default.-small {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.c-cta-default:not(.-disable-hover):hover {
    opacity: 0.4;
}
.c-cta-default_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-cta-default_icon {
    margin-right: 10px;
}
.c-cta-arrow .c-cta_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-cta-arrow .c-cta_label {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 5px;
}
.c-cta-arrow:not(.-invert):hover .c-cta_label {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.c-cta-arrow.-invert .c-cta_label {
    margin-left: 0;
    margin-right: 5px;
}
.c-cta-arrow.-invert .c-cta_icon {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-cta-arrow.-invert:hover .c-cta_icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.c-filters-inline {
    z-index: 2;
    width: 100%;
    background-color: #fff;
}
.c-filters-inline.-top {
    position: absolute;
    top: 0;
    left: 0;
}
.c-filters-inline.-fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-header-sticky:not(.-header-hidden) .c-filters-inline.-fixed {
    -webkit-transform: translateY(132px);
    transform: translateY(132px);
}
@media only screen and (max-width: 999px) {
    .-header-sticky:not(.-header-hidden) .c-filters-inline.-fixed {
        -webkit-transform: translateY(71px);
        transform: translateY(71px);
    }
}
.c-filters-inline.-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 810px) {
    .c-filters-inline {
        border-bottom: 1px solid #edecec;
    }
}
.c-filters-inline_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px calc(-62.6146px + 10.18676vw) !important;
}
@media only screen and (max-width: 810px) {
    .c-filters-inline_content {
        padding: 20px !important;
    }
}
@media only screen and (min-width: 1400px) {
    .c-filters-inline_content {
        padding: 20px 80px !important;
    }
}
.c-filters-inline_items.-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-filters-inline_items.-mobile {
    display: none;
}
.c-filters-inline_items.-mobile .c-filter-inline {
    margin-bottom: 25px;
    width: auto !important;
    height: 28px !important;
}
@media only screen and (max-width: 810px) {
    .c-filters-inline_items.-desktop {
        display: none;
    }
    .c-filters-inline_items.-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px;
    }
}
.c-filters-inline_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 810px) {
    .c-filters-inline_side .c-ordering {
        display: none;
    }
}
.c-filters-inline_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}
.c-filters-inline_cta.-is-hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.c-filters-inline_cta-icon {
    margin-right: 10px;
}
.c-filters-inline_reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}
@media only screen and (max-width: 810px) {
    .c-filters-inline_reset {
        margin-right: 0;
    }
}
.c-filters-inline_reset-icon {
    width: 18px !important;
    height: 18px !important;
    margin-left: 10px;
}
.searchPageTab {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(37, 37, 37, 0.1);
    width: 100%;
}
@media only screen and (max-width: 499px) {
    .searchPageTab {
        padding-bottom: 10px;
        margin-bottom: 0;
    }
}
.searchPageTab__tab-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 499px) {
    .searchPageTab__tab-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.searchPageTab__btn {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.25px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    outline: none;
    -webkit-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 0.6;
}
@media only screen and (max-width: 499px) {
    .searchPageTab__btn {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
        width: 100%;
    }
}
.searchPageTab__btn:after {
    content: "";
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 3px;
    background: #252525;
    position: absolute;
    -webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}
@media only screen and (max-width: 499px) {
    .searchPageTab__btn:after {
        left: 0;
        width: 100%;
    }
}
.searchPageTab__btn.-searchpage-tab-active {
    opacity: 1 !important;
}
.searchPageTab__btn.-searchpage-tab-active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.searchPageTab__btn + .searchPageTab__btn {
    margin-left: 45px;
}
@media only screen and (max-width: 499px) {
    .searchPageTab__btn + .searchPageTab__btn {
        margin-left: 0;
        margin-top: 20px;
    }
}
.c-filters_list {
    width: 100%;
    padding: 160px 120px 160px 320px;
    overflow-y: auto;
}
.-loading .c-filters_list {
    opacity: 0.1;
    pointer-events: none;
}
@media only screen and (min-width: 811px) {
    .c-filters_list {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 810px) {
    .c-filters_list {
        padding: 0 40px 0 20px;
    }
}
.c-filters_header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
}
@media only screen and (max-width: 810px) {
    .c-filters_header {
        padding: 30px 20px;
        border-bottom: 1px solid #edecec;
    }
}
.c-filters_reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.c-filters_reset svg {
    margin-right: 20px;
}
@media only screen and (min-width: 811px) {
    .c-filters_summary {
        position: absolute;
        top: 160px;
        left: 80px;
        z-index: 1;
    }
}
@media only screen and (max-width: 810px) {
    .c-filters_summary {
        padding: 125px 20px 50px;
    }
}
.c-filters_summary-item {
    display: table;
    margin-bottom: 10px;
}
@media only screen and (max-width: 810px) {
    .c-filters_summary-item {
        display: inline-block;
    }
}
.c-filters_open {
    cursor: pointer;
}
.c-filters_close > svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.EPiServerForms {
    padding: 0 calc(-830px + 85vw);
}
@media only screen and (max-width: 999px) {
    .EPiServerForms {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .EPiServerForms {
        padding: 0 360px;
    }
}
.formcontainerblock {
    padding: 0 calc(-830px + 85vw);
}
@media only screen and (max-width: 999px) {
    .formcontainerblock {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .formcontainerblock {
        padding: 0 360px;
    }
}
.formcontainerblock .c-form .Form__Element + .Form__Element {
    margin-top: 40px;
}
.Form__Element {
    position: relative;
}
.Form__Element__Caption {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0.4;
    width: 100%;
}
.FormSubmitButton {
    margin: 80px 0;
}
.FormSelection select {
    border: 3px solid rgba(37, 37, 37, 0.2);
    color: #252525;
    cursor: pointer;
    font-size: 25px;
    font-weight: 600;
    height: 90px;
    outline: none;
    padding-left: 20px;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .FormSelection select {
        width: 50%;
    }
}
.FormRange span input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background: #f5f5f5;
    height: 15px;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}
.FormRange span input:hover {
    opacity: 1;
}
.FormRange span input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    background: #A01E2F;
    cursor: pointer;
    height: 25px;
    width: 25px;
}
.FormRange span input::-moz-range-thumb {
    border-radius: 50%;
    background: #A01E2F;
    cursor: pointer;
    height: 25px;
    width: 25px;
}
.FormRange .FormRange__Max,
.FormRange .FormRange__Min {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
    background-color: transparent;
    color: #252525;
    font-size: 30px;
    font-size: calc(18.11545px + 0.8489vw);
    font-weight: 500;
    line-height: 37px;
    line-height: calc(20.36163px + 1.18846vw);
    margin-bottom: 80px;
}
@media only screen and (max-width: 810px) {
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
        font-size: 30px;
        line-height: 37px;
    }
}
.c-form__input {
    font-size: 16px;
    height: 90px;
    position: relative;
    width: 100%;
}
.c-form input[type="date"],
.c-form input[type="number"],
.c-form input[type="tel"],
.c-form input[type="text"] {
    border: 3px solid rgba(37, 37, 37, 0.2);
    color: #252525;
    height: 100%;
    outline: none;
    padding-left: 20px;
    padding-top: 30px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    font-size: 25px;
    font-size: calc(3.60781px + 1.52801vw);
    font-weight: 600;
    line-height: 25px;
    line-height: calc(13.11545px + 0.8489vw);
}
@media only screen and (max-width: 810px) {
    .c-form input[type="date"],
    .c-form input[type="number"],
    .c-form input[type="tel"],
    .c-form input[type="text"] {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-form input[type="date"],
    .c-form input[type="number"],
    .c-form input[type="tel"],
    .c-form input[type="text"] {
        font-size: 25px;
        line-height: 25px;
    }
}
.c-form input[type="date"]:not(:-moz-placeholder-shown) + label .c-form__content-name,
.c-form input[type="number"]:not(:-moz-placeholder-shown) + label .c-form__content-name,
.c-form input[type="tel"]:not(:-moz-placeholder-shown) + label .c-form__content-name,
.c-form input[type="text"]:not(:-moz-placeholder-shown) + label .c-form__content-name {
    transform: translateY(calc(50% - 45px)) scale(0.7);
}
.c-form input[type="date"]:not(:-ms-input-placeholder) + label .c-form__content-name,
.c-form input[type="number"]:not(:-ms-input-placeholder) + label .c-form__content-name,
.c-form input[type="tel"]:not(:-ms-input-placeholder) + label .c-form__content-name,
.c-form input[type="text"]:not(:-ms-input-placeholder) + label .c-form__content-name {
    transform: translateY(calc(50% - 45px)) scale(0.7);
}
.c-form input[type="date"]:focus + label .c-form__content-name,
.c-form input[type="date"]:not(:placeholder-shown) + label .c-form__content-name,
.c-form input[type="number"]:focus + label .c-form__content-name,
.c-form input[type="number"]:not(:placeholder-shown) + label .c-form__content-name,
.c-form input[type="tel"]:focus + label .c-form__content-name,
.c-form input[type="tel"]:not(:placeholder-shown) + label .c-form__content-name,
.c-form input[type="text"]:focus + label .c-form__content-name,
.c-form input[type="text"]:not(:placeholder-shown) + label .c-form__content-name {
    -webkit-transform: translateY(calc(50% - 45px)) scale(0.7);
    transform: translateY(calc(50% - 45px)) scale(0.7);
}
.c-form input[type="date"] + label .c-form__content-name {
    -webkit-transform: translateY(calc(50% - 45px)) scale(0.7);
    transform: translateY(calc(50% - 45px)) scale(0.7);
}
.c-form input[type="date"] + label,
.c-form input[type="number"] + label,
.c-form input[type="tel"] + label,
.c-form input[type="text"] + label {
    bottom: 0;
    font-weight: 500;
    font-size: 20px;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    pointer-events: none;
    width: 100%;
}
.c-form__content-name {
    bottom: 20px;
    left: 20px;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.c-form__radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (min-width: 1200px) {
    .c-form__radio-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.c-form input[type="radio"] {
    position: absolute;
    visibility: hidden;
}
.c-form input[type="radio"]:checked ~ label {
    color: #A01E2F;
    opacity: 1;
}
.c-form input[type="radio"]:checked ~ label .c-form__radio-label {
    color: #A01E2F;
}
.c-form input[type="radio"]:checked ~ label .c-form__radio-check {
    border: 3px solid #A01E2F;
}
.c-form input[type="radio"]:checked ~ label .c-form__radio-check:before {
    background: #A01E2F;
}
.c-form__radio,
.c-form__radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
.c-form__radio label {
    cursor: pointer;
    opacity: 0.4;
}
.c-form__radio-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
}
@media only screen and (min-width: 1200px) {
    .c-form__radio-infos {
        min-width: 365px;
    }
}
.c-form__radio-check {
    border: 3px solid rgba(37, 37, 37, 0.4);
    border-radius: 100%;
    position: relative;
    height: 22px;
    left: 0;
    min-width: 22px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    top: 0;
    -webkit-transition: border 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: border 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    width: 22px;
    z-index: 5;
}
@media only screen and (min-width: 1000px) {
    .c-form__radio-check {
        margin-top: 2px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-form__radio-check {
        margin-top: 3px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-form__radio-check {
        margin-top: 5px;
    }
}
.c-form__radio-check:before {
    border-radius: 100%;
    bottom: 50%;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 50%;
    -webkit-transition: background 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: background 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 8px;
}
.c-form__radio-label {
    color: #252525;
    line-height: 32px;
    -webkit-transition: color opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 25px;
    font-size: calc(3.60781px + 1.52801vw);
    font-weight: 500;
    line-height: 25px;
    line-height: calc(13.11545px + 0.8489vw);
}
@media only screen and (max-width: 810px) {
    .c-form__radio-label {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-form__radio-label {
        font-size: 25px;
        line-height: 25px;
    }
}
.c-form__radio-desc {
    font-size: 16px;
}
.c-form__radio + .c-form__radio {
    margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
    .c-form__radio + .c-form__radio {
        margin-top: 20px;
    }
}
.c-form input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.c-form input[type="checkbox"]:checked ~ label {
    color: #A01E2F;
    opacity: 1;
}
.c-form input[type="checkbox"]:checked ~ label .c-form__checkbox-label {
    color: #A01E2F;
}
.c-form input[type="checkbox"]:checked ~ label .c-form__checkbox-check--primary {
    stroke: #A01E2F;
}
.c-form input[type="checkbox"]:checked ~ label .c-form__checkbox-check--secondary {
    fill: #A01E2F;
}
.c-form__checkbox,
.c-form__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
}
.c-form__checkbox label {
    cursor: pointer;
    opacity: 0.4;
}
.c-form__checkbox-check {
    left: 0;
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 1000px) {
    .c-form__checkbox-check {
        top: 2px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-form__checkbox-check {
        top: 3px;
    }
}
.c-form__checkbox-check--primary {
    stroke: rgba(37, 37, 37, 0.4);
    stroke-width: 2px;
}
.c-form__checkbox-check--primary,
.c-form__checkbox-check--secondary {
    fill: transparent;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-form__checkbox-check--secondary {
    height: 14px;
    left: 4px;
    position: absolute;
    top: 5px;
    width: 15px;
}
.c-form__checkbox-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
}
@media only screen and (min-width: 1200px) {
    .c-form__checkbox-infos {
        min-width: 365px;
    }
}
.c-form__checkbox-label {
    color: #252525;
    -webkit-transition: color opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: color opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 25px;
    font-size: calc(3.60781px + 1.52801vw);
    font-weight: 500;
    line-height: 25px;
    line-height: calc(13.11545px + 0.8489vw);
}
@media only screen and (max-width: 810px) {
    .c-form__checkbox-label {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-form__checkbox-label {
        font-size: 25px;
        line-height: 25px;
    }
}
.c-form__checkbox + .c-form__checkbox {
    margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
    .c-form__checkbox + .c-form__checkbox {
        margin-top: 20px;
    }
}
.c-form__select {
    position: relative;
}
.c-form__select-container {
    background: #fff;
    position: relative;
}
.c-form__select-container:focus {
    border-color: #A01E2F;
}
.c-form__select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 3px solid rgba(37, 37, 37, 0.2);
    color: rgba(37, 37, 37, 0.4);
    cursor: pointer;
    height: 90px;
    line-height: 32px;
    outline: none;
    padding-left: 20px;
    padding-top: 28px;
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear;
    width: 100%;
    font-size: 25px;
    font-size: calc(3.60781px + 1.52801vw);
    font-weight: 600;
    line-height: 25px;
    line-height: calc(13.11545px + 0.8489vw);
}
@media only screen and (max-width: 810px) {
    .c-form__select-container select {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-form__select-container select {
        font-size: 25px;
        line-height: 25px;
    }
}
.c-form__select-container select:valid,
.c-form__select-container select option {
    color: #252525;
}
.c-form__select-label {
    color: rgba(37, 37, 37, 0.4);
    font-size: 14px;
    font-weight: 500;
    left: 23px;
    position: absolute;
    top: 15px;
    z-index: 5;
}
.c-form__select-arrow {
    fill: transparent;
    position: absolute;
    pointer-events: none;
    right: 30px;
    stroke: #252525;
    stroke-width: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.c-form__textarea {
    position: relative;
}
.c-form textarea {
    border: 3px solid rgba(37, 37, 37, 0.2);
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    font-family: Baton Turbo;
    outline: none;
    padding-left: 20px;
    padding-top: 50px;
    width: 100%;
}
.c-form__textarea-label {
    color: rgba(37, 37, 37, 0.4);
    font-size: 14px;
    font-weight: 500;
    left: 23px;
    position: absolute;
    top: 15px;
    z-index: 5;
}
.c-form .checkout_delivery-field {
    display: none;
}
.c-form .checkout_delivery-field.-show {
    display: block;
}
.c-form .ValidationFail input,
.c-form .ValidationFail select,
.c-form .ValidationFail textarea {
    border-color: #A01E2F;
}
.c-form .ValidationFail .-checkout-error {
    opacity: 1;
}
@media only screen and (max-width: 810px) {
    .page-checkout .c-form .ValidationFail {
        margin-bottom: 25px;
    }
}
.c-form .Form__Element__ValidationError {
    color: #A01E2F !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 2.5px;
    margin-top: 10px !important;
    text-transform: uppercase;
}
.c-form .FormChoice .Form__Element__ValidationError {
    margin-top: 20px !important;
}
.c-form .-checkout-error {
    -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
}
.c-form .c-form__radio + .-checkout-error {
    display: block;
}
.c-gammes {
    position: relative;
    width: 100%;
    height: 100vh;
}
@media only screen and (max-width: 810px) {
    .c-gammes {
        height: auto;
    }
}
@media only screen and (min-width: 811px) {
    .c-gammes_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }
}
.c-gammes_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 39%;
    height: 100%;
    padding: 120px;
}
@media only screen and (max-width: 810px) {
    .c-gammes_intro {
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }
}
.c-gammes_progress {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    width: 120px;
    height: 3px;
    background-color: #c4c4c4;
}
@media only screen and (max-width: 810px) {
    .c-gammes_progress {
        display: none;
    }
}
.c-gammes_progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #cf1117;
}
.c-gammes_helper {
    position: absolute;
    bottom: 35px;
    left: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-gammes_helper svg {
    width: 14px;
    height: 14px;
    margin-left: 20px;
}
@media only screen and (max-width: 810px) {
    .c-gammes_helper {
        display: none;
    }
}
@media only screen and (min-width: 811px) {
    .c-gammes_list {
        position: absolute;
        top: 0;
        left: 39%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100%;
    }
}
@media only screen and (min-width: 811px) {
    .c-gammes_item {
        width: 400px;
        height: 100%;
        background-color: #fff;
        border-color: #f5f5f5;
        border-style: solid;
        border-width: 2px 1px;
        text-align: center;
    }
    .c-gammes_item:first-child {
        border-left: none;
    }
    .c-gammes_item:hover {
        background-color: #A01E2F;
        color: #fff;
    }
    .c-gammes_item:hover .c-gammes_svg-bg {
        fill: #fff;
    }
    .c-gammes_item:hover .c-gammes_svg-bg,
    .c-gammes_item:hover .c-gammes_svg-mask {
        -webkit-transform: translate(25%, 25%) scale(1) translate(-25%, -25%);
        transform: translate(25%, 25%) scale(1) translate(-25%, -25%);
    }
    .c-gammes_item:hover .c-gammes_svg-mask {
        -webkit-mask: none;
        mask: none;
    }
    .c-gammes_item:hover .c-gammes_svg-image {
        -webkit-transform: translate(50%, 50%) scale(1) translate(-50%, -50%);
        transform: translate(50%, 50%) scale(1) translate(-50%, -50%);
    }
    .c-gammes_item:hover .c-gammes_item-title {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
}
@media only screen and (max-width: 810px) {
    .c-gammes_item {
        background-color: #fff;
        border-bottom: 1px solid #f5f5f5;
    }
}
.c-gammes_item.-red {
    background-color: #A01E2F;
    color: #fff;
}
@media only screen and (max-width: 810px) {
    .c-gammes_item.-red {
        background-color: #f5f5f5;
        border: none;
        color: #A01E2F;
    }
}
.c-gammes_item-link {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 811px) {
    .c-gammes_item-link {
        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;
        height: 100%;
    }
}
@media only screen and (max-width: 810px) {
    .c-gammes_item-link {
        padding: 0 20px;
    }
    .-red .c-gammes_item-link {
        padding: 40px 20px;
    }
}
@media only screen and (min-width: 811px) {
    .c-gammes_item-content {
        position: relative;
        top: -5%;
    }
}
@media only screen and (max-width: 810px) {
    .c-gammes_item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.c-gammes_svg {
    width: 75%;
    height: auto;
}
@media only screen and (max-width: 810px) {
    .c-gammes_svg {
        width: 101px;
    }
}
.c-gammes_svg-content {
    -webkit-transform: translate(25%, 25%);
    transform: translate(25%, 25%);
}
.c-gammes_svg-bg {
    fill: #f5f5f5;
    -webkit-transform: translate(25%, 25%) scale(0.8) translate(-25%, -25%);
    transform: translate(25%, 25%) scale(0.8) translate(-25%, -25%);
    -webkit-transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-gammes_svg-bg {
        -webkit-transform: translate(25%, 25%) scale(1) translate(-25%, -25%);
        transform: translate(25%, 25%) scale(1) translate(-25%, -25%);
        -webkit-transition: none;
        transition: none;
    }
}
.c-gammes_svg-mask {
    -webkit-transform: translate(25%, 25%) scale(0.8) translate(-25%, -25%);
    transform: translate(25%, 25%) scale(0.8) translate(-25%, -25%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-gammes_svg-mask {
        -webkit-transform: translate(25%, 25%) scale(1) translate(-25%, -25%);
        transform: translate(25%, 25%) scale(1) translate(-25%, -25%);
        -webkit-transition: none;
        transition: none;
    }
}
.c-gammes_svg-image {
    -webkit-transform: translate(50%, 50%) scale(0.9) translate(-50%, -50%);
    transform: translate(50%, 50%) scale(0.9) translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-gammes_svg-image {
        -webkit-transform: translate(50%, 50%) scale(1) translate(-50%, -50%);
        transform: translate(50%, 50%) scale(1) translate(-50%, -50%);
        -webkit-transition: none;
        transition: none;
    }
}
.c-gammes_item-title > sup {
    vertical-align: super;
    top: 2px;
    margin-left: 0.3em;
    font-size: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .c-gammes_item-title > sup {
        font-size: 14px;
    }
}
@media only screen and (min-width: 811px) {
    .c-gammes_item-title {
        position: absolute;
        top: 80%;
        left: 0;
        width: 100%;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
}
.c-gray-cta {
    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;
    padding: 150px;
    background-color: #f5f5f5;
    text-align: center;
}
@media only screen and (max-width: 810px) {
    .c-gray-cta {
        padding: 80px 20px;
    }
}
.c-gray-cta_content {
    width: 100%;
}
.c-gray-cta_title {
    max-width: 1120px;
    margin: 0 auto 40px;
    color: #A01E2F;
}
.c-gray-cta_subtitle {
    margin-bottom: 10px;
}
.c-gray-cta_text {
    margin-bottom: 20px;
}
.c-highlight-section {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 10vw);
}
@media only screen and (min-width: 1000px) {
    .c-highlight-section {
        padding-left: 20%;
        padding-right: 26.444%;
        width: 100%;
    }
}
.c-highlight-section__content {
    height: 100%;
    padding-left: 20px;
    position: relative;
}
@media only screen and (min-width: 1000px) {
    .c-highlight-section__content {
        padding-left: 0;
    }
}
.c-highlight-section__content:before {
    content: "";
    background-color: #A01E2F;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
@media only screen and (min-width: 1000px) {
    .c-highlight-section__content:before {
        left: -45px;
    }
}
.c-highlight-section__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-highlight-section svg {
    fill: #A01E2F;
    height: 20px;
    width: 20px;
}
.c-highlight-section__title {
    color: #A01E2F;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding-left: 15px;
    text-transform: uppercase;
}
.c-highlight-section__text {
    color: #A01E2F;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 30px;
    font-size: 22px;
}
@media screen and (min-width: 375px) {
    .c-highlight-section__text {
        font-size: calc(19.07317px + 0.78049vw);
    }
}
@media screen and (min-width: 1400px) {
    .c-highlight-section__text {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1000px) {
    .c-highlight-section__text {
        margin-top: 60px;
    }
}
.c-icon,
.c-icon svg {
    width: 24px;
    height: 24px;
}
.c-icon.-block {
    display: block;
}
.c-icon.-medium,
.c-icon.-medium svg,
.c-icon.minisearch__empty-query,
.c-icon.minisearch__empty-query svg {
    width: 22px;
    height: 22px;
}
.c-icon.-small,
.c-icon.-small svg {
    width: 18px;
    height: 18px;
}
.c-icon.-xsmall,
.c-icon.-xsmall svg {
    width: 14px;
    height: 14px;
}
.c-icon.-arrow {
    width: 10px;
    height: 24px;
}
.c-icon.-chevron,
.c-icon.-chevron svg {
    width: 12px;
    height: 11px;
}
@media only screen and (max-width: 999px) {
    .c-icon.-logo,
    .c-icon.-logo svg {
        width: 118px;
        height: 24px;
    }
}
.c-icon.-play,
.c-icon.-play svg {
    width: 35px;
    height: 40px;
}
.c-icon.-select,
.c-icon.-select svg {
    width: 14px;
    height: 22px;
}
.c-icon.-checkbox {
    fill: none;
    stroke: currentColor;
    stroke-width: 3px;
}
.c-icon.-checkbox,
.c-icon.-checkbox svg {
    width: 16px;
    height: 16px;
}
.c-icon.-stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 1px;
}
.c-landmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.c-landmark > svg {
    margin-right: 10px;
}
.c-link {
    display: table;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
@media only screen and (max-width: 1199px) {
    .c-link {
        font-size: 16px;
    }
}
.c-link.-small {
    font-size: 16px;
    line-height: 16px;
}
.c-link.-upper {
    text-transform: uppercase;
}
.c-list.-bullet li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.c-list.-bullet li svg {
    margin-right: 30px;
}
.c-list.-checkbox li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px;
}
.c-list.-table {
    width: 100%;
}
.c-list.-table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0 12px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}
.c-load-more_wrapper {
    text-align: center;
}
.c-load-more {
    position: relative;
}
.c-load-more.-center {
    margin: 0 auto;
}
.c-load-more.-loading .c-load-more_icon-plus {
    display: none !important;
}
.c-load-more.-loading .c-load-more_icon-loading {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.c-load-more_icon-loading {
    display: none !important;
    -webkit-animation: load-more-loading 0.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
    animation: load-more-loading 0.8s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}
@-webkit-keyframes load-more-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes load-more-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.infoBox {
    -webkit-transform: translate3d(46px, calc(50% - 25px), 0) !important;
    transform: translate3d(46px, calc(50% - 25px), 0) !important;
}
.infoBox > img {
    position: absolute !important;
    top: calc(50% - 24px);
    left: -73px;
}
.infoBox .c-store-thumb {
    width: 380px;
    -webkit-box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, 0.15);
}
.infoBox .c-tag_label {
    padding-top: 3px;
}
.infoBox .c-store-thumb_cta {
    bottom: 24px;
}
.c-img__container {
    margin: 0 auto;
    max-width: 1600px;
    overflow: hidden;
    position: relative;
}
.c-img__container:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%;
}
.c-img__container > iframe,
.c-img__container > img,
.c-img__container > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-img__container > img {
    -o-object-fit: cover;
    object-fit: cover;
}
.c-ordering {
    position: relative;
}
.c-ordering_select {
    padding: 6px 26px 6px 6px;
    font-family: Baton Turbo;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    border: 3px solid transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.c-ordering_select:focus {
    border: 3px solid #252525;
}
.c-ordering_select:focus ~ .c-ordering_border {
    background: none;
}
.c-ordering_select option {
    font-weight: 500;
    background-color: #fff;
}
.c-ordering_icon {
    position: absolute;
    top: calc(50% + 1px);
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.c-ordering_border {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 2px;
    background-color: #edecec;
}
.c-product-grid {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.c-product-grid .c-product-grid_item-promo {
    width: 100%;
}
.c-product-grid .c-promo {
    margin: 0 -60px !important;
}
@media only screen and (max-width: 810px) {
    .c-product-grid_item {
        margin-bottom: 20px !important;
    }
}
.c-product-grid_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
@media only screen and (min-width: 811px) {
    .c-product-grid_mobile {
        display: none;
    }
}
.c-product-grid_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-product-grid_switch-item {
    padding: 10px;
}
.search-result.-small-grid .c-product-grid {
    margin-right: -5px;
    margin-left: -5px;
}
.search-result.-small-grid .c-product-grid_item {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px !important;
}
.search-result.-small-grid .c-product-thumb_footer {
    padding: 20px;
}
.c-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.c-product-list.-white .c-product-thumb {
    background-color: #fff;
    color: #252525;
}
.c-product-list.-white .c-product-thumb_header {
    background-color: transparent;
}
.c-product-list.-filtered_item {
    display: none;
}
.c-product-list.-filtered_item.-enabled {
    display: block;
}
.c-product-list > li {
    height: auto !important;
}
@media only screen and (min-width: 1000px) {
    .minisearch__swiper-container .c-product-list > li {
        min-height: 100%;
    }
}
.c-product-thumb {
    position: relative;
    overflow: hidden;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
    background-color: #edecec;
    border: 3px solid rgba(237, 236, 236, 0);
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-smaller-thumb .c-product-thumb:first-of-type,
.c-product-thumb.-smaller-thumb:first-of-type {
    margin-left: 0;
}
.c-product-thumb.-compared {
    border-color: #edecec;
    background-color: transparent;
}
.c-product-thumb.-full:not(.-compared) .c-product-thumb_comparator {
    opacity: 0.25;
    pointer-events: none;
}
.c-product-thumb:hover {
    background-color: rgba(237, 236, 236, 0.5);
}
.c-product-thumb:hover .c-product-thumb_duration,
.c-product-thumb:hover .c-product-thumb_price,
.c-product-thumb:hover .c-product-thumb_title {
    color: #A01E2F;
}
.c-product-thumb:hover .c-product-thumb_price.-old {
    color: rgba(240, 25, 25, 0.4);
}
.c-popular-products.-suggestions-layout .c-product-thumb:hover {
    background-color: #fff;
}
.-loading .c-product-thumb_loading {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.c-product-thumb_link {
    cursor: inherit;
}
.c-product-thumb_header {
    position: relative;
    padding-bottom: 87.5%;
    height: 0;
    overflow: hidden;
}
.-smaller-thumb .c-product-thumb_header {
    padding-bottom: 67.5%;
}
.c-product-thumb_header > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    mix-blend-mode: multiply;
}
.-smaller-thumb .c-product-thumb_header > img {
    width: 50%;
}
.c-product-thumb_footer {
    padding: 40px;
}
@media only screen and (max-width: 810px) {
    .c-product-thumb_footer {
        padding: 20px;
    }
}
.-smaller-thumb .c-product-thumb_footer {
    padding: 20px;
}
.c-product-thumb_comparator {
    padding: 0 40px 40px;
    margin-top: -20px;
}
@media only screen and (max-width: 810px) {
    .c-product-thumb_comparator {
        padding: 0 20px 20px;
        margin-top: -10px;
    }
}
.c-product-thumb_comparator input {
    position: absolute;
    visibility: hidden;
}
.c-product-thumb_comparator .c-form__checkbox-check {
    top: 4px;
}
@media only screen and (max-width: 810px) {
    .c-product-thumb_comparator .c-form__checkbox-check {
        top: 3px;
    }
}
.c-product-thumb_comparator .c-icon {
    display: block;
    width: 17px;
    height: 17px;
}
.c-product-thumb_comparator .c-form__checkbox-check--secondary {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
}
.c-product-thumb_comparator .c-form__checkbox-infos {
    padding-left: 20px;
}
.c-product-thumb_comparator .c-form__checkbox-label {
    font-size: 18px;
    font-size: calc(13.24618px + 0.33956vw);
    font-weight: 500;
    line-height: 24px;
    line-height: calc(14.49236px + 0.67912vw);
}
@media only screen and (max-width: 810px) {
    .c-product-thumb_comparator .c-form__checkbox-label {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-product-thumb_comparator .c-form__checkbox-label {
        font-size: 18px;
        line-height: 24px;
    }
}
.c-product-thumb_duration,
.c-product-thumb_price,
.c-product-thumb_title {
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-product-thumb_title {
    margin-bottom: 6px;
}
.-smaller-thumb .c-product-thumb_title.c-title,
.-smaller-thumb .c-product-thumb_title.minisearch__empty-query {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
}
@media only screen and (max-width: 810px) {
    .-smaller-thumb .c-product-thumb_title.c-title,
    .-smaller-thumb .c-product-thumb_title.minisearch__empty-query {
        font-size: 16px;
        line-height: 16px;
    }
}
.c-product-thumb_price.-old {
    margin-right: 5px;
    color: rgba(37, 37, 37, 0.4);
    text-decoration: line-through;
}
.c-product-thumb_cta {
    margin-top: 40px;
}
.c-product-thumb_loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.c-promo {
    position: relative;
    overflow: hidden;
    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;
    height: 650px;
    color: #fff;
    text-align: center;
}
.c-promo.-white {
    background-color: #fff;
    color: #A01E2F;
}
.c-promo.-red {
    background-color: #A01E2F;
    color: #fff;
}
@media only screen and (max-width: 810px) {
    .c-promo {
        height: inherit;
        padding: 125px 0 100px;
    }
}
.nav_promo .c-promo {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: inherit;
    padding: 160px 0 60px;
}
.nav_promo .c-promo.-background {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-promo_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.c-promo_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80%;
}
.c-promo_content.-imageLeft,
.c-promo_content.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.nav_promo .c-promo_content.-imageLeft,
.nav_promo .c-promo_content.-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 810px) {
    .c-promo_content.-imageLeft,
    .c-promo_content.-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.nav_promo .c-promo_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media only screen and (max-width: 810px) {
    .c-promo_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.c-promo_icon.c-icon.-chevron {
    width: 34px;
    height: 32px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c-promo_cta {
    margin: 0 auto;
}
.c-promo_side {
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center;
}
.c-promo_content.-center .c-promo_side {
    width: 100%;
}
.c-promo_content:not(.-center) .c-promo_side:last-child {
    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;
    padding: 40px;
}
@media only screen and (max-width: 810px) {
    .c-promo_side {
        width: 100%;
    }
}
.nav_promo .c-promo_side {
    width: 100%;
}
.nav_promo .c-promo_side img {
    max-height: 40vh;
}
.c-promo_title.-xlarge.minisearch__empty-query,
.c-promo_title.c-title.-xlarge {
    font-size: 65px;
    font-size: calc(-6.3073px + 5.09338vw);
    line-height: 65px;
    line-height: calc(-6.3073px + 5.09338vw);
}
@media only screen and (max-width: 810px) {
    .c-promo_title.-xlarge.minisearch__empty-query,
    .c-promo_title.c-title.-xlarge {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-promo_title.-xlarge.minisearch__empty-query,
    .c-promo_title.c-title.-xlarge {
        font-size: 65px;
        line-height: 65px;
    }
}
@media screen and (max-height: 800px) {
    .nav_promo .c-promo_title.-xlarge.minisearch__empty-query,
    .nav_promo .c-promo_title.c-title.-xlarge {
        font-size: 45px;
        line-height: 45px;
    }
}
.c-promo_image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-promo_scrolling {
    position: absolute;
    bottom: -116px;
    left: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 810px) {
    .c-promo_scrolling {
        top: 50px;
        bottom: inherit;
        left: -50%;
        -webkit-transform: none;
        transform: none;
    }
}
.nav_promo .c-promo_scrolling {
    top: 50px;
    bottom: inherit;
    left: -20%;
    width: 140%;
    -webkit-transform: none;
    transform: none;
}
.nav_promo .c-promo_scrolling span {
    min-width: 100px;
}
.c-promo_scrolling.-right {
    left: calc(100% - 46px);
}
.c-promo_scrolling.-right span {
    -webkit-animation: promo-scrolling-down 2s linear infinite;
    animation: promo-scrolling-down 2s linear infinite;
}
@media only screen and (max-width: 810px) {
    .c-promo_scrolling.-right {
        display: none;
        bottom: 20px;
        top: inherit;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}
.nav_promo .c-promo_scrolling.-right {
    display: none;
    bottom: 20px;
    top: inherit;
    left: 0;
    -webkit-transform: none;
    transform: none;
}
.c-promo_scrolling span {
    margin-right: 100px;
    -webkit-animation: promo-scrolling-up 2s linear infinite;
    animation: promo-scrolling-up 2s linear infinite;
}
@-webkit-keyframes promo-scrolling-up {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(calc(100% + 100px));
        transform: translate(calc(100% + 100px));
    }
}
@keyframes promo-scrolling-up {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(calc(100% + 100px));
        transform: translate(calc(100% + 100px));
    }
}
@-webkit-keyframes promo-scrolling-down {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(calc(-100% - 100px));
        transform: translate(calc(-100% - 100px));
    }
}
@keyframes promo-scrolling-down {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(calc(-100% - 100px));
        transform: translate(calc(-100% - 100px));
    }
}
.c-richetexte {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 10vw);
}
.c-richetexte:first-of-type {
    margin-top: 10px;
}
@media only screen and (min-width: 1000px) {
    .c-richetexte {
        padding-left: 26.444%;
        padding-right: 26.444%;
        width: 100%;
    }
    .u-width-half .c-richetexte {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.o-richtext a,
.o-richtext li,
.o-richtext p,
.o-richtext strong {
    font-size: 16px;
}
@media screen and (min-width: 375px) {
    .o-richtext a,
    .o-richtext li,
    .o-richtext p,
    .o-richtext strong {
        font-size: calc(15.26829px + 0.19512vw);
    }
}
@media screen and (min-width: 1400px) {
    .o-richtext a,
    .o-richtext li,
    .o-richtext p,
    .o-richtext strong {
        font-size: 18px;
    }
}
.o-richtext h1 {
    font-size: 90px;
    line-height: 80px;
}
@media only screen and (max-width: 810px) {
    .o-richtext h1 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 499px) {
    .o-richtext h1 {
        font-size: 48px;
        line-height: 48px;
    }
}
.o-richtext h2 {
    font-size: 65px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -1.25px;
}
@media only screen and (max-width: 810px) {
    .o-richtext h2 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 45px;
    }
}
@media only screen and (max-width: 499px) {
    .o-richtext h2 {
        font-size: 28px;
        line-height: 28px;
    }
}
.o-richtext h3 {
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -0.75px;
}
@media only screen and (max-width: 810px) {
    .o-richtext h3 {
        font-size: 25px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 499px) {
    .o-richtext h3 {
        font-size: 20px;
        line-height: 20px;
    }
}
.o-richtext h4 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 400;
}
@media only screen and (max-width: 810px) {
    .o-richtext h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.o-richtext a,
.o-richtext p {
    line-height: 1.7;
}
.o-richtext a {
    color: #A01E2F;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    position: relative;
}
.o-richtext a:after {
    background-color: #f5a1a3;
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    bottom: -2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}
.o-richtext a:active:after,
.o-richtext a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.o-richtext a:hover {
    color: #f5a1a3;
}
.o-richtext a[href*="//"]:not([href*="simplex.ca"])
{
    cursor: url(../assets/images/outlink.png) 12 12, pointer;
}
.o-richtext a[href*=".pdf"] {
    padding-right: 26px;
}
.o-richtext a[href*=".pdf"]:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../assets/images/download.png.html);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.o-richtext a[href*=".pdf"]:hover:before {
    opacity: 0.5;
}
.o-richtext ol {
    counter-reset: current-list-counter;
    list-style: none;
}
.o-richtext ol li {
    counter-increment: current-list-counter;
    line-height: 1.7;
}
.o-richtext ol li:before {
    color: #A01E2F;
    content: counter(current-list-counter) ".";
    font-weight: 600;
    padding-right: 5px;
}
@media only screen and (min-width: 500px) {
    .o-richtext ol li:before {
        padding-right: 25px;
    }
}
.o-richtext ul {
    list-style: none;
}
.o-richtext ul li {
    line-height: 1.7;
    padding-left: 35px;
    position: relative;
}
.o-richtext ul li:before {
    background-image: url(../assets/images/chevron.svg);
    background-repeat: no-repeat;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}
@media only screen and (min-width: 500px) {
    .o-richtext ul li:before {
        top: 11px;
    }
}
@media only screen and (min-width: 1000px) {
    .o-richtext ul li:before {
        top: 12px;
    }
}
@media only screen and (min-width: 1600px) {
    .o-richtext ul li:before {
        top: 13px;
    }
}
.o-richtext h1 + h1,
.o-richtext h1 + h2,
.o-richtext h1 + h3,
.o-richtext h1 + h4,
.o-richtext h1 + ol,
.o-richtext h1 + p,
.o-richtext h1 + ul {
    margin-top: 60px;
}
@media only screen and (max-width: 810px) {
    .o-richtext h1 + h1,
    .o-richtext h1 + h2,
    .o-richtext h1 + h3,
    .o-richtext h1 + h4,
    .o-richtext h1 + ol,
    .o-richtext h1 + p,
    .o-richtext h1 + ul {
        margin-top: 30px;
    }
}
.o-richtext h2 + h1,
.o-richtext h2 + h2,
.o-richtext h2 + h3,
.o-richtext h2 + h4,
.o-richtext h2 + ol,
.o-richtext h2 + p,
.o-richtext h2 + ul {
    margin-top: 60px;
}
@media only screen and (max-width: 810px) {
    .o-richtext h2 + h1,
    .o-richtext h2 + h2,
    .o-richtext h2 + h3,
    .o-richtext h2 + h4,
    .o-richtext h2 + ol,
    .o-richtext h2 + p,
    .o-richtext h2 + ul {
        margin-top: 30px;
    }
}
.o-richtext h3 + h1,
.o-richtext h3 + h2,
.o-richtext h3 + h3,
.o-richtext h3 + h4,
.o-richtext h3 + ol,
.o-richtext h3 + p,
.o-richtext h3 + ul {
    margin-top: 60px;
}
@media only screen and (max-width: 810px) {
    .o-richtext h3 + h1,
    .o-richtext h3 + h2,
    .o-richtext h3 + h3,
    .o-richtext h3 + h4,
    .o-richtext h3 + ol,
    .o-richtext h3 + p,
    .o-richtext h3 + ul {
        margin-top: 30px;
    }
}
.o-richtext p + h1,
.o-richtext p + h2,
.o-richtext p + h3,
.o-richtext p + h4 {
    margin-top: 60px;
}
@media only screen and (max-width: 810px) {
    .o-richtext p + h1,
    .o-richtext p + h2,
    .o-richtext p + h3,
    .o-richtext p + h4 {
        margin-top: 30px;
    }
}
.o-richtext p + ol,
.o-richtext p + p,
.o-richtext p + ul {
    margin-top: 40px;
}
@media only screen and (max-width: 810px) {
    .o-richtext p + ol,
    .o-richtext p + p,
    .o-richtext p + ul {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 811px) {
    .o-richtext p + ol,
    .o-richtext p + p,
    .o-richtext p + ul {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 811px) and (max-width: 810px) {
    .o-richtext p + ol,
    .o-richtext p + p,
    .o-richtext p + ul {
        margin-top: 10px;
    }
}
.o-richtext ol + h1,
.o-richtext ol + h2,
.o-richtext ol + h3,
.o-richtext ol + h4,
.o-richtext ol + ol,
.o-richtext ol + p,
.o-richtext ol + ul,
.o-richtext ul + h1,
.o-richtext ul + h2,
.o-richtext ul + h3,
.o-richtext ul + h4,
.o-richtext ul + ol,
.o-richtext ul + p,
.o-richtext ul + ul {
    margin-top: 60px;
}
@media only screen and (max-width: 810px) {
    .o-richtext ol + h1,
    .o-richtext ol + h2,
    .o-richtext ol + h3,
    .o-richtext ol + h4,
    .o-richtext ol + ol,
    .o-richtext ol + p,
    .o-richtext ol + ul,
    .o-richtext ul + h1,
    .o-richtext ul + h2,
    .o-richtext ul + h3,
    .o-richtext ul + h4,
    .o-richtext ul + ol,
    .o-richtext ul + p,
    .o-richtext ul + ul {
        margin-top: 30px;
    }
}
.o-richtext li + li {
    margin-top: 5px;
}
.c-richtext-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media only screen and (max-width: 810px) {
    .c-richtext-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.c-richtext-image_text {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 120px 60px;
}
@media only screen and (max-width: 810px) {
    .c-richtext-image_text {
        padding: 40px 20px;
    }
}
.c-richtext-image_img {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background-size: cover;
    background-position: 50%;
}
@media only screen and (max-width: 810px) {
    .c-richtext-image_img {
        background-image: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.c-richtext-image_img-mobile {
    display: none;
}
@media only screen and (max-width: 810px) {
    .c-richtext-image_img-mobile {
        display: block;
    }
}
.c-search-result_content {
    padding-top: 150px !important;
    padding-bottom: 80px !important;
}
.c-select-nav_list {
    padding: 100px 120px;
}
@media only screen and (max-width: 810px) {
    .c-select-nav_list {
        padding: 100px 60px;
    }
}
.c-select-nav_item .c-select-nav_item-link {
    color: #cf1117;
}
.c-select-nav_item:focus .c-select-nav_item-link,
.c-select-nav_item:hover .c-select-nav_item-link {
    color: #fff;
}
.c-select-nav_item:focus .c-select-nav_item-icon,
.c-select-nav_item:hover .c-select-nav_item-icon {
    opacity: 1;
}
.c-select-nav_item:focus ~ .c-select-nav_item .c-select-nav_item-link,
.c-select-nav_item:hover ~ .c-select-nav_item .c-select-nav_item-link {
    color: #cf1117;
}
.c-select-nav_item.-enabled .c-select-nav_item-icon {
    opacity: 1;
}
.c-select-nav_list:not(:focus-within):not(:hover) .c-select-nav_item .c-select-nav_item-link {
    color: #fff;
}
.c-select-nav_item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 20px 0;
    margin-left: -40px;
    -webkit-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}
.c-select-nav_item-link.-enabled .c-select-nav_item-icon,
.c-select-nav_item-link:hover .c-select-nav_item-icon {
    opacity: 1;
}
.c-select-nav_item-icon {
    width: 20px !important;
    height: 19px !important;
    margin-right: 20px;
    opacity: 0;
}
.c-select-nav_item-label > sup {
    vertical-align: super;
    top: -8px;
    margin-left: 0.3em;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .c-select-nav_item-label > sup {
        top: -2px;
        font-size: 12px;
    }
}
.c-select-nav_open {
    cursor: pointer;
}
.c-services_title {
    position: relative;
    width: 50%;
    padding: 0 120px;
    margin-bottom: -40px;
}
@media only screen and (max-width: 810px) {
    .c-services_title {
        padding: 0 20px;
        margin-bottom: 60px;
    }
}
.c-services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media only screen and (max-width: 810px) {
    .c-services_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
    }
}
.c-services_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 120px 80px;
    margin-right: 3px;
    background-color: #edecec;
}
.c-services_item:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 810px) {
    .c-services_item {
        padding: 40px 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.c-services_item-title {
    max-width: 60%;
    margin: 20px 0;
    line-height: calc(3.47708px + 2.03735vw) !important;
}
@media only screen and (min-width: 1400px) {
    .c-services_item-title {
        line-height: 32px;
    }
}
@media only screen and (max-width: 810px) {
    .c-services_item-title {
        line-height: 20px;
    }
}
.c-solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -80px;
    padding-left: 40px;
}
@media only screen and (max-width: 810px) {
    .c-solutions {
        display: block;
        margin-top: 0;
        padding: 0;
    }
}
.c-solutions_header {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 40px);
    margin-top: 160px;
    padding: calc(-249.1511px + 35.65365vw) calc(-62.6146px + 10.18676vw);
}
@media only screen and (max-width: 810px) {
    .c-solutions_header {
        width: 100%;
        margin: 0;
        padding: 200px 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-solutions_header {
        padding: 250px 80px;
    }
}
.c-solutions_header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.c-solutions_footer {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 80px;
}
@media only screen and (max-width: 810px) {
    .c-solutions_footer {
        position: relative;
        margin-top: -60px;
    }
}
.c-solutions_image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: 50%;
}
@media only screen and (max-width: 810px) {
    .c-solutions_image {
        height: 215px;
    }
}
.c-solutions_featured {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50%;
}
@media only screen and (max-width: 810px) {
    .c-solutions_featured {
        display: none;
    }
}
.c-solutions_featured-title {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(-50%, -100%);
    transform: rotate(-90deg) translate(-50%, -100%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.c-solutions_product {
    width: 70%;
    height: 100%;
}
.c-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 80px;
}
@media only screen and (max-width: 810px) {
    .c-sticky-footer {
        display: none;
    }
}
.c-sticky-footer.-state1 .c-sticky-footer_details {
    display: none;
}
.c-sticky-footer.-state2 .c-sticky-footer_add {
    background-color: #A01E2F;
}
.c-sticky-footer.-state2 .c-sticky-footer_find > span:first-child {
    display: none;
}
.c-sticky-footer.-state3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.c-sticky-footer.-state3 .c-sticky-footer_add,
.c-sticky-footer.-state3 .c-sticky-footer_details {
    display: none;
}
.c-sticky-footer.-state3 .c-sticky-footer_find {
    background-color: #fff;
}
.c-sticky-footer.-state3 .c-sticky-footer_find .c-button-find_icon {
    background-color: #fff;
    color: #252525;
}
.c-sticky-footer_details {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0 40px;
    background-color: #fff;
}
.c-sticky-footer_details:after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 40px 0 40px 25px;
}
.c-sticky-footer_details_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.c-sticky-footer_details_image {
    width: 60px;
    height: auto;
    margin-right: 20px;
    display: none;
}
.c-sticky-footer_details_image:first-child {
    display: block;
}
.c-sticky-footer_details_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.c-sticky-footer_add {
    height: 100%;
    padding: 0 60px;
    background-color: #252525;
    color: #fff;
}
.c-store-search {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 40px;
    background-color: #A01E2F;
    color: #fff;
}
@media only screen and (max-width: 810px) {
    .c-store-search {
        height: 70px;
        padding: 0 20px;
    }
}
.c-store-search_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.c-store-search_content,
.c-store-search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-store-search_form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.c-store-search_form > button {
    color: #fff;
}
.c-store-search_input {
    width: 100%;
    padding: 0 26px;
    font-family: Baton Turbo;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: currentColor;
    background: none;
    border: none;
    outline: none;
}
.c-store-search_input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
    opacity: 1;
}
.c-store-search_input::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
    opacity: 1;
}
.c-store-search_input:-ms-input-placeholder {
    opacity: 1;
}
.c-store-search_input::-ms-input-placeholder {
    opacity: 1;
}
.c-store-search_input::placeholder {
    color: hsla(0, 0%, 100%, 0.6);
    opacity: 1;
}
.c-store-search_input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}
.c-store-search_input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.6);
}
@media only screen and (max-width: 810px) {
    .c-store-search_input {
        font-size: 18px;
        line-height: 18px;
    }
}
.c-store-search_separator {
    position: relative;
    top: 2px;
    width: 2px;
    height: 10px;
    margin: 0 35px;
    background-color: #fff;
}
@media only screen and (max-width: 810px) {
    .c-store-search_separator {
        display: none;
    }
}
.c-store-search_filters-cta {
    position: relative;
    top: 2px;
}
@media only screen and (max-width: 810px) {
    .store-locator_geoloc {
        display: none;
    }
}
.c-store-thumb {
    position: relative;
    display: block;
    height: 100%;
    padding: 40px 40px 24px;
}
.c-store-thumb_content {
    padding-bottom: 51px;
}
.c-store-thumb_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #edecec;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-bg-white .c-store-thumb_bg {
    background-color: #fff;
}
.c-store-thumb_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-store-thumb_link:hover ~ .c-store-thumb_title {
    color: #A01E2F;
}
.c-store-thumb_link:hover ~ .c-store-thumb_bg {
    background-color: #f5f5f5;
}
.c-store-thumb_title {
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-store-thumb_dist {
    position: absolute;
    bottom: 30px;
    left: 40px;
    display: inline-block;
    height: 22px;
}
.c-store-thumb_cta {
    position: absolute;
    bottom: 30px;
    right: 26px;
}
.c-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-tab_item {
    position: relative;
    display: table;
    margin-right: 60px;
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    color: #edecec;
    cursor: pointer;
}
@media only screen and (max-width: 810px) {
    .c-tab_item {
        margin-right: 40px;
        font-size: 25px;
        line-height: 35px;
    }
}
.c-tab_item > sup {
    vertical-align: super;
    top: -8px;
    margin-left: 0.3em;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .c-tab_item > sup {
        top: -2px;
        font-size: 12px;
    }
}
.c-tab_item.-enabled {
    pointer-events: none;
    border-bottom: 3px solid #A01E2F;
    color: #A01E2F;
}
.c-tag {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-tag.-border {
    display: inline-block;
}
.c-tag.-large {
    font-size: 16px;
}
.c-tag_label {
    min-height: 23px;
    padding: 1px 4px 2px 6px;
    background-color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.-black .c-tag_label {
    color: #fff;
    background-color: #252525;
    border-top: 2px solid #252525;
    border-bottom: 2px solid #252525;
    border-left: 2px solid #252525;
}
.-white .c-tag_label {
    color: #A01E2F;
    background-color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.c-tag_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.c-tag_content .c-icon.-arrow {
    height: 25px;
    fill: #fff;
}
.-black .c-tag_content .c-icon.-arrow {
    fill: #252525;
}
.-white .c-tag_content .c-icon.-arrow {
    fill: #fff;
}
.c-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.c-text.-large {
    font-size: 25px;
    font-size: calc(8.36163px + 1.18846vw);
    line-height: 38px;
    line-height: calc(23.73854px + 1.01868vw);
}
@media only screen and (max-width: 810px) {
    .c-text.-large {
        font-size: 18px;
        line-height: 32px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-text.-large {
        font-size: 25px;
        line-height: 38px;
    }
}
.c-text.-small {
    font-size: 14px;
}
.c-text.-xsmall {
    font-size: 12px;
}
.c-text.-bold {
    font-weight: 500;
}
.c-text.-grey {
    color: #edecec;
}
.c-texte-img {
    color: #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5.555vw;
    padding-right: 5.555vw;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .c-texte-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 2.8vw;
        width: 100%;
    }
    .c-texte-img.imageRight {
        padding-left: 0;
    }
    .c-texte-img.imageLeft {
        padding-right: 0;
    }
}
.c-texte-img__leftColumn {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.c-texte-img__leftColumn:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.c-texte-img__leftColumn > iframe,
.c-texte-img__leftColumn > img,
.c-texte-img__leftColumn > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-texte-img__leftColumn > img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 1000px) {
    .c-texte-img__leftColumn {
        max-width: 100%;
        min-width: 50vw;
        overflow: hidden;
        position: relative;
    }
    .c-texte-img__leftColumn:before {
        content: "";
        display: block;
        padding-top: 101.38889%;
        width: 100%;
    }
    .c-texte-img__leftColumn > iframe,
    .c-texte-img__leftColumn > img,
    .c-texte-img__leftColumn > video {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .c-texte-img__leftColumn > img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1000px) {
    .imageRight .c-texte-img__leftColumn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.c-texte-img__rightColumn {
    padding-top: 40px;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .c-texte-img__rightColumn {
        padding-top: 8%;
    }
}
@media only screen and (min-width: 1400px) {
    .c-texte-img__rightColumn {
        padding-top: 12%;
    }
}
.c-texte-img__content {
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .c-texte-img__content {
        margin: 0 auto;
        width: 30.6vw;
    }
}
.c-texte-img__subtitle {
    line-height: 1.5;
    margin-top: 25px;
    font-size: 18px;
}
@media screen and (min-width: 375px) {
    .c-texte-img__subtitle {
        font-size: calc(15.43902px + 0.68293vw);
    }
}
@media screen and (min-width: 1400px) {
    .c-texte-img__subtitle {
        font-size: 25px;
    }
}
@media only screen and (min-width: 811px) {
    .c-texte-img__subtitle {
        margin-top: 40px;
    }
}
.c-texte-img__text {
    line-height: 1.8;
    margin-top: 15px;
    font-size: 16px;
}
@media screen and (min-width: 375px) {
    .c-texte-img__text {
        font-size: calc(15.26829px + 0.19512vw);
    }
}
@media screen and (min-width: 1400px) {
    .c-texte-img__text {
        font-size: 18px;
    }
}
@media only screen and (min-width: 811px) {
    .c-texte-img__text {
        margin-top: 30px;
    }
}
.c-texte-img__btn {
    margin-top: 40px;
}
.c-three-facts {
    color: #A01E2F;
}
.c-three-facts_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-three-facts_item {
    max-width: 400px;
    margin-bottom: 40px;
}
.c-tiles_title {
    padding: 40px;
    color: #A01E2F;
}
.c-tiles_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-tiles_item {
    position: relative;
}
@media only screen and (max-width: 810px) {
    .c-tiles_item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.c-tiles_item:hover .c-tiles_item-readmore,
.c-tiles_item:hover .c-tiles_item-title {
    color: #A01E2F;
}
.c-tiles_item:hover .c-cta-link_icon {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
}
.c-tiles_item:hover .c-cta-link_label {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.c-tiles_item.-hover .c-tiles_item-hover {
    opacity: 1;
}
.c-tiles_item-surtitle {
    font-weight: 500;
}
.c-tiles_item-border,
.c-tiles_item-readmore,
.c-tiles_item-title {
    pointer-events: none;
}
.c-tiles_item-link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 456px;
    padding: 40px;
    background-color: #f5f5f5;
    color: #fff;
}
.c-tiles_item-link.-black {
    color: #252525;
}
.c-tiles_item-link.-nolink {
    pointer-events: none;
}
.c-tiles_item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.c-tiles_item-img:after {
    content: "";
    opacity: 0.5;
}
.c-tiles_item-img:after,
.c-tiles_item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
}
.c-tiles_item-content {
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.c-tiles_item-border {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 3px;
}
.c-tiles_item-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.3);
}
.-black .c-tiles_item-border:after {
    background-color: rgba(37, 37, 37, 0.04);
}
.c-tiles_item-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-tiles_item-tag svg {
    margin-right: 5px;
}
.c-tiles_item-tag-label {
    margin: 0 5px;
    font-weight: 500;
}
.c-tiles_item-tag-label,
.c-tiles_item-tag-sublabel {
    font-size: 16px;
    line-height: 19px;
}
.c-tiles_item-title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 40px;
    font-size: calc(16.2309px + 1.69779vw);
    line-height: 40px;
    line-height: calc(16.2309px + 1.69779vw);
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-tiles_item-title {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-tiles_item-title {
        font-size: 40px;
        line-height: 40px;
    }
}
.c-tiles_item-readmore {
    margin-top: 34px;
}
.c-tiles_item-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 280px;
    height: 280px;
    background-size: cover;
    background-position: 50%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-tiles_item-hover {
        display: none;
    }
}
.c-title,
.minisearch__empty-query {
    font-weight: 500;
}
.-xxlarge.minisearch__empty-query,
.c-title.-xxlarge {
    font-size: 120px;
    font-size: calc(48.6927px + 5.09338vw);
    line-height: 110px;
    line-height: calc(38.6927px + 5.09338vw);
}
@media only screen and (max-width: 810px) {
    .-xxlarge.minisearch__empty-query,
    .c-title.-xxlarge {
        font-size: 90px;
        line-height: 80px;
        letter-spacing: normal;
    }
}
@media only screen and (min-width: 1400px) {
    .-xxlarge.minisearch__empty-query,
    .c-title.-xxlarge {
        font-size: 120px;
        line-height: 110px;
        letter-spacing: -2.67px;
    }
}
.-xlarge.minisearch__empty-query,
.c-title.-xlarge {
    font-size: 90px;
    font-size: calc(-5.0764px + 6.79117vw);
    line-height: 80px;
    line-height: calc(-5.0764px + 6.79117vw);
}
@media only screen and (max-width: 810px) {
    .-xlarge.minisearch__empty-query,
    .c-title.-xlarge {
        max-width: 100%;
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 1.14px;
    }
}
@media only screen and (max-width: 499px) {
    .-xlarge.minisearch__empty-query,
    .c-title.-xlarge {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.25px;
    }
}
@media only screen and (min-width: 1400px) {
    .-xlarge.minisearch__empty-query,
    .c-title.-xlarge {
        font-size: 90px;
        line-height: 80px;
    }
}
.-large.minisearch__empty-query,
.c-title.-large {
    font-size: 65px;
    font-size: calc(-6.3073px + 5.09338vw);
    line-height: 65px;
    line-height: calc(-6.3073px + 5.09338vw);
}
@media only screen and (max-width: 810px) {
    .-large.minisearch__empty-query,
    .c-title.-large {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 499px) {
    .-large.minisearch__empty-query,
    .c-title.-large {
        font-size: 28px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1400px) {
    .-large.minisearch__empty-query,
    .c-title.-large {
        font-size: 65px;
        line-height: 65px;
    }
}
.c-title.-medium,
.minisearch__empty-query {
    font-size: 45px;
    font-size: calc(-2.5382px + 3.39559vw);
    line-height: 45px;
    line-height: calc(-2.5382px + 3.39559vw);
}
@media only screen and (max-width: 810px) {
    .c-title.-medium,
    .minisearch__empty-query {
        font-size: 25px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 499px) {
    .c-title.-medium,
    .minisearch__empty-query {
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-title.-medium,
    .minisearch__empty-query {
        font-size: 45px;
        line-height: 45px;
    }
}
.-small.minisearch__empty-query,
.c-title.-small {
    font-size: 30px;
    font-size: calc(18.11545px + 0.8489vw);
    line-height: 37px;
    line-height: calc(20.36163px + 1.18846vw);
}
@media only screen and (max-width: 810px) {
    .-small.minisearch__empty-query,
    .c-title.-small {
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 499px) {
    .-small.minisearch__empty-query,
    .c-title.-small {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 1400px) {
    .-small.minisearch__empty-query,
    .c-title.-small {
        font-size: 30px;
        line-height: 37px;
    }
}
.-xsmall.minisearch__empty-query,
.c-title.-xsmall {
    font-size: 25px;
    font-size: calc(3.60781px + 1.52801vw);
    line-height: 25px;
    line-height: calc(13.11545px + 0.8489vw);
}
@media only screen and (max-width: 810px) {
    .-xsmall.minisearch__empty-query,
    .c-title.-xsmall {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .-xsmall.minisearch__empty-query,
    .c-title.-xsmall {
        font-size: 25px;
        line-height: 25px;
    }
}
.-nav-item.minisearch__empty-query,
.c-title.-nav-item {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
}
@media only screen and (max-width: 810px) {
    .-nav-item.minisearch__empty-query,
    .c-title.-nav-item {
        font-size: 16px;
        line-height: 16px;
    }
}
.-sub.minisearch__empty-query,
.c-title.-sub {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media only screen and (max-width: 810px) {
    .-sub.minisearch__empty-query,
    .c-title.-sub {
        font-size: 14px;
        line-height: 15px;
    }
}
.-border.minisearch__empty-query,
.c-title.-border {
    display: table;
    padding: 2px 6px 3px 8px;
    border: 3px solid #252525;
}
.-red .-border.minisearch__empty-query,
.-red .c-title.-border {
    border-color: #fff;
}
.c-trilinks {
    width: 100%;
}
.c-trilinks_item {
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.c-trilinks_item:first-child {
    border-top: 1px solid #f5f5f5;
}
.c-trilinks_item:hover {
    background-color: #A01E2F;
    border-color: #cf1117;
    color: #fff;
}
.c-trilinks_item:hover .c-trilinks_item-title {
    -webkit-transform: translate(80px);
    transform: translate(80px);
}
.c-trilinks_item:hover .c-trilinks_item-icon {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
}
.c-trilinks_item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: calc(4.9236px + 6.79117vw) calc(-117.691px + 16.97793vw);
}
@media only screen and (max-width: 810px) {
    .c-trilinks_item-link {
        padding: 60px 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-trilinks_item-link {
        padding: 100px 120px;
    }
}
.c-trilinks_item-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.c-trilinks_item-title {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-trilinks_item-icon {
    position: absolute;
    top: calc(50% + 4px);
    left: 0;
    -webkit-transform: translate(-34px, -50%) scale(0);
    transform: translate(-34px, -50%) scale(0);
    opacity: 0;
    width: 34px !important;
    height: 34px !important;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-two-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .c-two-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 2vw;
    }
}
.c-two-img__column--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 90%;
}
@media only screen and (min-width: 1000px) {
    .c-two-img__column--left {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 52.8vw;
    }
}
.c-two-img__left {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.c-two-img__left:before {
    content: "";
    display: block;
    padding-top: 119.07895%;
    width: 100%;
}
.c-two-img__left > iframe,
.c-two-img__left > img,
.c-two-img__left > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-two-img__left > img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (min-width: 811px) {
    .c-two-img__left {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 1000px) {
    .c-two-img__left {
        margin-top: 150px;
    }
}
.c-two-img__column--right {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 70%;
}
@media only screen and (min-width: 1000px) {
    .c-two-img__column--right {
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 38.9vw;
    }
}
.c-two-img__right {
    overflow: hidden;
    position: relative;
}
.c-two-img__right:before {
    content: "";
    display: block;
    padding-top: 89.28571%;
    width: 100%;
}
.c-two-img__right > iframe,
.c-two-img__right > img,
.c-two-img__right > video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-two-img__right > img {
    -o-object-fit: cover;
    object-fit: cover;
}
.videoblock {
    padding-left: calc(-100px + 10vw);
    padding-right: calc(-100px + 10vw);
}
@media only screen and (max-width: 810px) {
    .videoblock {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .videoblock {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.c-video {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 1600px;
}
@media only screen and (min-width: 1600px) {
    .c-video {
        max-width: 1600px;
        margin: 0 auto;
    }
}
.c-video_iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    opacity: 0;
}
@media only screen and (max-width: 810px) {
    .c-video_iframe {
        height: 68.9655vh;
        max-height: 460px;
    }
    .page-landing-expertadvice .c-video_iframe {
        height: 0;
    }
}
.c-video_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-is-playing .c-video_iframe {
    opacity: 1;
}
.c-video.is-active .c-video_duration,
.c-video.is-active .c-video_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.c-video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(37, 37, 37, 0.4);
    color: #fff;
    padding: 80px calc(-50.73005px + 9.33786vw);
}
@media only screen and (max-width: 810px) {
    .c-video_overlay {
        padding: 80px 25px;
    }
    .page-landing-expertadvice .c-video_overlay {
        padding: 40px 25px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-video_overlay {
        padding: 80px;
    }
}
.c-video_details {
    width: 50%;
}
.c-video_title {
    margin-bottom: 20px;
    -webkit-transition: opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
}
.editMode .c-video_title {
    -webkit-transition: none;
    transition: none;
}
.c-video_duration,
.c-video_title {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
}
.editMode .c-video_duration,
.editMode .c-video_title {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.c-video_duration {
    -webkit-transition: opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, -webkit-transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
    transition: opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, -webkit-transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
    transition: transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
    transition: transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, opacity 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, -webkit-transform 0.96s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
}
.editMode .c-video_duration {
    -webkit-transition: none;
    transition: none;
}
.footer {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width: 810px) {
    .footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.footer .c-scrolling-banner_landmark,
.footer .c-scrolling-banner_text {
    color: #fff;
}
.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}
@media only screen and (max-width: 810px) {
    .footer_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer_menu-group {
    padding: 0 20px;
}
.footer_menu-group.-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.footer_menu-group.-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.footer_menu-group.-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}
.footer_menu-group.-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
}
.footer_menu-group.-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.footer_menu-group-title {
    margin-bottom: 30px;
}
.footer_menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 810px) {
    .footer_menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
    }
}
.footer_menu-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.footer_menu-subitem {
    font-size: 14px;
    line-height: 32px;
}
.footer_menu-subitem a {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer_menu-subitem a:hover {
    opacity: 0.4;
}
.footer_nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}
.footer_nav,
.footer_nav-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer_nav-side:first-child a {
    margin-right: 60px;
}
@media only screen and (max-width: 810px) {
    .footer_nav-side:first-child {
        display: none;
    }
}
.sticky-store-locator {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}
.sticky-store-locator.-min {
    pointer-events: none;
}
.sticky-store-locator .c-cta_icon {
    -webkit-transition: none;
    transition: none;
}
.sticky-store-locator:hover .sticky-store-locator_label {
    color: #333;
}
.sticky-store-locator:hover .c-cta {
    background-color: #333;
}
.sticky-store-locator:hover .c-cta_icon {
    -webkit-transform: translateY(52px);
    transform: translateY(52px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.sticky-store-locator:hover .c-cta_icon.-hover {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 810px) {
    .sticky-store-locator {
        display: none;
    }
}
.sticky-store-locator_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 40px;
    background-color: #fff;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-min .sticky-store-locator_label {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}
.-min .sticky-store-locator_icon {
    pointer-events: all;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 133px;
    -webkit-transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 999px) {
    .header {
        display: none;
    }
}
.header.-hidden {
    -webkit-transform: translateY(-133px);
    transform: translateY(-133px);
}
.-nav-is-shown .header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header.-filled-white,
.header.-header-is-active,
.header.-nav-link-hover,
.header.-nav-opened,
.header.-sticky {
    background-color: #fff;
}
.header.-header-is-active .-logo,
.header.-nav-link-hover .-logo,
.header.-nav-opened .-logo {
    fill: #A01E2F;
}
.header.-header-is-active .header_nav-link,
.header.-nav-link-hover .header_nav-link,
.header.-nav-opened .header_nav-link,
.header_top {
    color: #252525;
}
.header_top {
    background-color: #edecec;
    height: 45px;
    width: 100%;
}
.-red .header_top {
    background-color: #A01E2F;
    color: #fff;
}
.header_top-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}
.header_top-nav:hover .header_top-nav-link-container {
    opacity: 0.4;
}
.header_top-nav-link-container {
    position: relative;
    -webkit-transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_top-nav-link-container:after {
    background-color: #252525;
    content: "";
    position: absolute;
    left: 5%;
    bottom: -11px;
    height: 2px;
    width: 90%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
}
.-red .header_top-nav-link-container:after {
    background-color: #fff;
}
.header_top-nav-link-container.-is-highlight:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header_top-nav-link-container:not(.-disable-hover):hover {
    opacity: 1;
}
.header_top-nav-link-container:not(.-disable-hover):hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header_top-nav-link {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header_top-nav-link-label {
    font-size: 16px;
    font-family: Baton Turbo;
}
.header_top-nav-link-icon {
    margin: 4px 0 0 4px;
}
.header_top-nav-subnav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
    position: absolute;
    left: -15%;
    top: 100%;
    width: 100%;
    height: 100%;
    display: table;
    min-width: 220px;
    padding-top: 20px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 999;
}
.-is-active .header_top-nav-subnav {
    opacity: 1;
    pointer-events: all;
}
.-red .header_top-nav-subnav {
    color: #252525;
}
.header_top-nav-subnav-container {
    height: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: #252525 0.5px 0.5px 50px -20px;
    box-shadow: 0.5px 0.5px 50px -20px #252525;
}
.header_top-nav-subnav-container:hover {
    color: rgba(37, 37, 37, 0.3);
}
.header_top-nav-subnav-link {
    display: block;
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.22px;
    position: relative;
    -webkit-transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_top-nav-subnav-link:hover {
    color: #252525;
}
.header_top-nav-subnav-link:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 40px);
}
.header_top-nav-subnav-link:after:last-of-type {
    opacity: 0;
}
.header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 66%;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-red:not(.-sticky) .header_content,
.-white:not(.-sticky) .header_content,
.header_content,
.header_content .-transparent:not(.-sticky) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.-filled-white:not(.-sticky) .header_content {
    border-bottom: none;
}
.-filled-white:not(.-sticky) .header_content:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 40px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .header_side {
        padding: 0 20px;
    }
}
.header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #252525;
}
.header_nav,
.header_nav .-logo {
    -webkit-transition: color 0s linear 0.4s;
    transition: color 0s linear 0.4s;
}
.header_nav .-logo {
    color: #A01E2F;
    width: 200px;
}
.header_nav .-logo svg {
    width: 100%;
    height: 100%;
}
.header_nav.-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.-filled-white:not(.-sticky) .header_nav,
.-filled-white:not(.-sticky) .header_nav .-logo,
.-red:not(.-sticky) .header_nav,
.-red:not(.-sticky) .header_nav .-logo,
.-transparent:not(.-sticky) .header_nav,
.-transparent:not(.-sticky) .header_nav .-logo,
.-white:not(.-sticky) .header_nav,
.-white:not(.-sticky) .header_nav .-logo {
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-white:not(.-sticky) .header_nav {
    color: #252525;
}
.-white:not(.-sticky) .header_nav .-logo {
    color: #A01E2F;
}
.-red:not(.-sticky) .header_nav,
.-red:not(.-sticky) .header_nav .-logo,
.-transparent:not(.-sticky) .header_nav,
.-transparent:not(.-sticky) .header_nav .-logo {
    color: #fff;
}
.-filled-white:not(.-sticky) .header_nav,
.-filled-white:not(.-sticky) .header_nav.-end {
    color: #252525;
}
.-filled-white:not(.-sticky) .header_nav .-logo {
    color: #A01E2F;
}
.header_nav-hover {
    position: relative;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.header_nav-hover:after {
    background-color: #252525;
    content: "";
    position: absolute;
    left: -10%;
    bottom: -34px;
    height: 3px;
    width: 120%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
}
.header_nav-hover.-is-highlight {
    opacity: 1;
}
.header_nav-hover.-is-highlight:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header.-red .header_nav-hover.-is-highlight:after,
.header.-transparent .header_nav-hover.-is-highlight:after {
    background: #fff;
}
.-nav-link-hover .header_nav-hover:after,
.header.-sticky .header_nav-hover:after {
    background-color: #252525 !important;
}
.-content-is-hovered .header_nav-hover {
    opacity: 0.4;
}
.-content-is-hovered .header_nav-hover.-hovered {
    opacity: 1;
}
.-content-is-hovered .header_nav-hover.-hovered:after {
    background-color: #252525 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header_nav-hover.-disabled {
    pointer-events: none;
}
.header_nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
.header_nav-link + .header_nav-link {
    margin-left: 25px;
}
@media only screen and (min-width: 1200px) {
    .header_nav-link + .header_nav-link {
        margin-left: 45px;
    }
}
.header_nav-link-label {
    min-height: 20px;
    white-space: nowrap;
}
.header_nav-link-icon {
    margin-left: 4px;
}
.header_search-open {
    padding: 20px;
    height: 64px;
}
.header_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 40px;
}
.header_cart-label {
    margin-right: 10px;
    white-space: nowrap;
}
.header_cart-total {
    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;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #252525;
}
.header_cart-total-int {
    font-size: 14px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
}
.header_cart-recap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: none;
}
@media only screen and (max-width: 999px) {
    .header_cart-recap {
        display: none !important;
    }
}
.header_cart-recap-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vh;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: url(../assets/images/cursor-x.png) 25 25, move;
}
.header_cart-recap-content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 380px;
    background-color: #fff;
}
.header_cart-recap-content:after {
    content: "";
    position: absolute;
    top: 88px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.header_cart-recap-total {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 88px;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #252525;
}
.header_cart-recap-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 128px 40px 40px;
}
.header_cart-recap-see {
    padding: 18px 60px !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center !important;
}
.header_cart-recap-see .c-cta_content {
    display: inline-block;
    width: auto;
}
.header_cart-recap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.header_cart-recap-item-img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.header_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0s ease 0.8s;
    transition: -webkit-transform 0s ease 0.8s;
    transition: transform 0s ease 0.8s;
    transition: transform 0s ease 0.8s, -webkit-transform 0s ease 0.8s;
    overflow-y: auto;
}
.header_search.-enabled {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    transition: none;
}
.header_search.-enabled .header_search-mask {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_search.-enabled .header_search-content,
.header_search.-enabled .header_search-mask {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_search-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: transparent;
    -webkit-transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0s ease 0.8s;
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0s ease 0.8s;
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), transform 0s ease 0.8s;
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), transform 0s ease 0.8s, -webkit-transform 0s ease 0.8s;
}
.header_search-close {
    position: absolute;
    top: 72px;
    right: 35px;
    z-index: 2;
    cursor: pointer;
}
.header_search-close svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_search-mask-close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #252525;
}
.header_search-mask-close svg {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_search-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 50px;
    background-color: #fff;
    min-height: 177px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_search-input {
    display: block;
    width: 100%;
    font-family: Baton Turbo;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: currentColor;
    letter-spacing: -0.75px;
    background: none;
    border: none;
    outline: none;
}
.header_search-input::-webkit-input-placeholder {
    color: #252525;
    opacity: 0.4;
}
.header_search-input::-moz-placeholder {
    color: #252525;
    opacity: 0.4;
}
.header_search-input:-ms-input-placeholder {
    opacity: 0.4;
}
.header_search-input::-ms-input-placeholder {
    opacity: 0.4;
}
.header_search-input::placeholder {
    color: #252525;
    opacity: 0.4;
}
.header_search-input:-ms-input-placeholder {
    color: #252525;
}
.header_search-input::-ms-input-placeholder {
    color: #252525;
}
.header_search-input-container {
    width: 100%;
    margin: 60px 0;
}
.header_search-input-container .search-menu-form {
    padding-bottom: 60px;
    position: relative;
}
.header_search-input-container .search-menu-form:after {
    content: "";
    width: calc(100% + 160px);
    height: 1px;
    position: absolute;
    left: -80px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.header_search-submit {
    position: absolute;
    left: -45px;
    top: 10px;
    display: inline-block;
    color: currentColor;
    font-family: Baton Turbo;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    background: none;
    border: none;
    outline: none;
    opacity: 0.4;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.header_search-submit.-enabled {
    opacity: 1;
    pointer-events: auto;
}
.m-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 71px;
    padding: 0 5px 0 20px;
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 1000px) {
    .m-header {
        display: none;
    }
}
.m-header.-sticky {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.m-header.-hidden {
    -webkit-transform: translateY(-71px);
    transform: translateY(-71px);
}
.m-header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.m-header_nav,
.m-header_nav .-logo {
    -webkit-transition: color 0s linear 0.4s;
    transition: color 0s linear 0.4s;
}
.m-header_nav .-logo {
    color: #A01E2F;
}
.m-header_nav .header_cart-total {
    -webkit-transition: background-color 0s linear 0.4s;
    transition: background-color 0s linear 0.4s;
}
.m-header_nav .header_cart-total-int {
    -webkit-transition: color 0s linear 0.4s;
    transition: color 0s linear 0.4s;
}
.-midred:not(.-sticky) .m-header_nav,
.-midred:not(.-sticky) .m-header_nav .-logo,
.-midred:not(.-sticky) .m-header_nav .header_cart-total-int,
.-red:not(.-sticky) .m-header_nav,
.-red:not(.-sticky) .m-header_nav .-logo,
.-red:not(.-sticky) .m-header_nav .header_cart-total-int,
.-transparent:not(.-sticky) .m-header_nav,
.-transparent:not(.-sticky) .m-header_nav .-logo,
.-transparent:not(.-sticky) .m-header_nav .header_cart-total-int,
.-white:not(.-sticky) .m-header_nav,
.-white:not(.-sticky) .m-header_nav .-logo,
.-white:not(.-sticky) .m-header_nav .header_cart-total-int {
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-midred:not(.-sticky) .m-header_nav .header_cart-total,
.-red:not(.-sticky) .m-header_nav .header_cart-total,
.-transparent:not(.-sticky) .m-header_nav .header_cart-total,
.-white:not(.-sticky) .m-header_nav .header_cart-total {
    -webkit-transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.-white:not(.-sticky) .m-header_nav {
    color: #252525;
}
.-white:not(.-sticky) .m-header_nav .-logo {
    color: #A01E2F;
}
.-red:not(.-sticky) .m-header_nav,
.-red:not(.-sticky) .m-header_nav .-logo,
.-transparent:not(.-sticky) .m-header_nav,
.-transparent:not(.-sticky) .m-header_nav .-logo {
    color: #fff;
}
.-red:not(.-sticky) .m-header_nav .header_cart-total,
.-transparent:not(.-sticky) .m-header_nav .header_cart-total {
    background-color: #fff;
}
.-red:not(.-sticky) .m-header_nav .header_cart-total-int,
.-transparent:not(.-sticky) .m-header_nav .header_cart-total-int {
    color: #252525;
}
.-midred:not(.-sticky) .m-header_nav {
    color: #fff;
}
.-midred:not(.-sticky) .m-header_nav.-end {
    color: #252525;
}
.-midred:not(.-sticky) .m-header_nav .-logo {
    color: #fff;
}
.m-header_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.m-header_nav-link {
    padding: 15px;
}
.m-menu_mask {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.m-menu,
.m-menu_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-100vw);
    transform: translate(-100vw);
}
.m-menu {
    overflow: hidden;
    background-color: #fff;
    color: #252525;
}
.m-menu_header {
    position: fixed;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 71px;
    padding-left: 20px;
    background-color: #fff;
}
.m-menu_header,
.m-nav {
    top: 0;
    left: 0;
    width: 100%;
}
.m-nav {
    position: absolute;
    height: 100%;
    padding: 140px 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.m-nav_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.m-nav_cart .header_cart-total {
    margin-right: 10px;
    background-color: #252525;
}
.m-nav_cart .header_cart-total-int {
    color: #fff;
}
.m-nav_header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m-nav_content {
    position: relative;
    padding-bottom: 100px;
}
.m-nav_search {
    width: 100%;
}
.m-nav_search input {
    width: 100%;
    font-family: Baton Turbo;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    color: currentColor;
    background: none;
    border: none;
    outline: none;
}
.m-nav_search input::-webkit-input-placeholder {
    color: #7c7c7c;
    opacity: 1;
}
.m-nav_search input::-moz-placeholder {
    color: #7c7c7c;
    opacity: 1;
}
.m-nav_search input:-ms-input-placeholder {
    opacity: 1;
}
.m-nav_search input::-ms-input-placeholder {
    opacity: 1;
}
.m-nav_search input::placeholder {
    color: #7c7c7c;
    opacity: 1;
}
.m-nav_search input:-ms-input-placeholder {
    color: #7c7c7c;
}
.m-nav_search input::-ms-input-placeholder {
    color: #7c7c7c;
}
.m-nav_search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #252525;
}
.m-nav_search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.m-nav_search-submit {
    padding: 20px 0 20px 20px;
}
.m-nav_link,
.m-nav_sublink {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m-nav_link {
    padding: 20px 0;
    position: relative;
    font-weight: 500;
    font-size: 45px;
    font-size: calc(-2.5382px + 3.39559vw);
    line-height: 45px;
    line-height: calc(-2.5382px + 3.39559vw);
}
@media only screen and (max-width: 810px) {
    .m-nav_link {
        font-size: 25px;
        line-height: 25px;
    }
}
.m-nav_link:after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: -20px;
    height: 80%;
    background-color: #252525;
    width: 4px;
    opacity: 0;
}
.m-nav_link.-is-highlight:after {
    opacity: 1;
}
.m-nav_link-icon {
    margin-top: 2px;
}
.m-nav_second-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    position: relative;
}
.m-nav_second-link:after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: -20px;
    height: 80%;
    background-color: #252525;
    width: 4px;
    opacity: 0;
}
.m-nav_second-link.-is-highlight:after {
    opacity: 1;
}
.m-subnav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding: 140px 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
}
.m-product-nav_item {
    display: block;
    padding: 20px 0;
}
.m-product-nav_item.-top {
    padding: 15px 0;
}
.m-product-nav_item-title {
    margin-top: 40px;
}
.m-product_subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translate(100vw);
    transform: translate(100vw);
    display: none;
}
.m-product_subnav-content {
    padding: 140px 20px 100px;
}
.m-product_subnav-item {
    padding: 15px 0;
}
.m-product_subnav-footer {
    padding: 140px 20px;
    background-position: 50%;
    background-size: cover;
}
.m-header_cart-recap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    display: none;
}
@media only screen and (min-width: 1000px) {
    .m-header_cart-recap {
        display: none !important;
    }
}
.m-header_cart-recap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.m-header_cart-recap-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 91px 20px 20px;
    background-color: #fff;
}
.m-header_cart-recap-content:after {
    content: "";
    position: absolute;
    top: 71px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}
.nav {
    position: fixed;
    top: 133px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    height: 62vh;
    min-height: 500px;
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
}
.nav.nav_products {
    height: 67.5vh;
    min-height: 550px;
}
.nav_mask {
    position: fixed;
    height: 100%;
    opacity: 0;
}
.nav_mask,
.nav_overlay {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.nav_overlay {
    position: absolute;
    z-index: 10;
    height: 62vh;
    min-height: 500px;
    -webkit-transform: translate(-100vw);
    transform: translate(-100vw);
}
.nav_products .nav_overlay {
    height: 67.5vh;
    min-height: 550px;
}
.nav_wrapper {
    opacity: 0;
}
.nav_content,
.nav_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nav_content {
    z-index: 3;
    pointer-events: none;
    overflow-x: hidden;
}
.nav_content-background {
    left: 0;
    width: 100%;
}
.nav_content-background,
.nav_promo {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fff;
}
.nav_promo {
    left: 54%;
    z-index: 1;
    width: 46%;
    background-size: cover;
    background-position: 50%;
}
.nav_promo .c-promo {
    height: 67.5vh;
    min-height: 550px;
}
.-transition-end .nav_promo {
    z-index: 1;
}
.-nav-has-column .nav_promo {
    left: 66%;
    width: 40%;
}
.-nav-has-promo-title .nav_promo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 37, 37, 0.6);
}
.nav_promo-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110%;
    height: auto;
    max-width: 110%;
}
.nav_promo-content {
    position: absolute;
    left: 54%;
    width: 46%;
    height: 100%;
    padding: 110px;
    z-index: 10;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 1400px) {
    .nav_promo-content {
        padding: 130px;
    }
}
@media only screen and (min-width: 1600px) {
    .nav_promo-content {
        padding: 200px;
    }
}
.-nav-has-column .nav_promo-content {
    left: 66%;
    width: 40%;
}
.nav_close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}
.nav_menu {
    overflow: hidden;
    width: 59.1%;
    height: 100%;
    overflow-x: hidden;
    color: #252525;
}
.-nav-has-column .nav_menu {
    width: 72.8%;
}
.nav_menu-content {
    pointer-events: all;
    overflow-x: hidden;
    padding: 100px 40px 100px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 18px);
    height: 100%;
    overflow-y: scroll;
}
@media only screen and (min-width: 1200px) {
    .nav_menu-content {
        padding-left: calc(-90.1528px + 13.58234vw);
    }
}
@media only screen and (min-width: 1400px) {
    .nav_menu-content {
        padding-left: 100px;
    }
}
@media screen and (max-height: 800px) {
    .nav_menu-content {
        padding-top: 60px;
    }
}
.nav_menu-content__highlight-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    width: 30%;
    padding-right: 30px;
}
.-nav-has-column .nav_menu-content__highlight-container {
    width: 25%;
}
.nav_highlight-link + .nav_highlight-link {
    margin-top: 10px;
}
.nav_col {
    width: 35.9%;
    z-index: 1;
}
.nav_col.-left {
    margin-left: 30px;
}
@media only screen and (min-width: 1400px) {
    .nav_col.-left {
        margin-left: 70px;
    }
}
.nav_col.-right {
    margin-left: 30px;
}
@media only screen and (min-width: 1400px) {
    .nav_col.-right {
        margin-left: 40px;
    }
}
.nav_list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nav:not(.-nav-has-column) .nav_list {
    width: 60%;
    padding-left: 30px;
}
@media only screen and (min-width: 1400px) {
    .nav:not(.-nav-has-column) .nav_list {
        padding-left: 70px;
    }
}
.nav.nav_products .nav_list {
    width: 50%;
}
.nav_list + .nav_list {
    margin-top: 60px;
}
.nav_item-underline {
    position: relative;
    width: 100%;
    height: 100%;
}
.nav_item-underline:after {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.nav_item:last-of-type .nav_item-underline:after {
    opacity: 0;
}
.nav_item-static {
    font-size: 12px;
    color: #252525;
    letter-spacing: 2.5px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.nav_item-link {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    color: #252525;
    cursor: pointer;
    -webkit-transition: color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.3s ease-out, -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.3s ease-out, transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.3s ease-out, transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav_list.-top .nav_item-link {
    padding: 17px 0;
}
.nav_menu.-item-enabled .nav_item-link,
.nav_menu.-item-hovered .nav_item-link {
    color: rgba(37, 37, 37, 0.4);
}
.nav_menu .nav_item.-enabled .nav_item-link,
.nav_menu .nav_item.-hovered .nav_item-link {
    color: #252525;
}
.nav_products .nav_menu.-item-enabled .nav_item-link {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nav_products .nav_item.-hovered .nav_item-link,
.nav_products .nav_list .nav_item.-enabled .nav_item-link {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.nav_list-top .nav_item-link {
    padding: 17px 0;
    margin-left: 0;
}
.nav_list-top .nav_item.-enabled .nav_item-link {
    -webkit-transform: none;
    transform: none;
}
.nav_item-link .c-cta_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nav_item-icon {
    width: 20px !important;
    height: 19px !important;
    position: absolute;
    left: -20px;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav_item.-hovered .nav_item-icon,
.nav_list .nav_item.-enabled .nav_item-icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.nav_item-icon-right {
    width: 20px !important;
    height: 19px !important;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav_item.-hovered .nav_item-icon-right,
.nav_list .nav_item.-enabled .nav_item-icon-right {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.nav_item-label > sup {
    vertical-align: super;
    top: -8px;
    margin-left: 0.3em;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .nav_item-label > sup {
        top: -2px;
        font-size: 12px;
    }
}
.nav_submenu {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 900;
    pointer-events: all;
    width: 25%;
    height: 100%;
    pointer-events: none;
}
.nav_submenu.-enabled {
    pointer-events: all;
}
.nav_sublist {
    width: calc(100% + 18px);
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 120px 100px 0;
    overflow-x: hidden;

}
@media screen and (max-height: 800px) {
    .nav_sublist {
        padding-top: 60px;
    }
}
.nav_subitem {
    opacity: 0;
}
.nav_subitem-link {
    display: block;
    padding: 2px 0;
    color: #252525;
    -webkit-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}
.nav_submenu.-item-enabled .nav_subitem-link,
.nav_submenu.-item-hovered .nav_subitem-link {
    color: rgba(37, 37, 37, 0.4);
}
.nav_submenu .nav_subitem.-enabled .nav_subitem-link,
.nav_submenu .nav_subitem.-hovered .nav_subitem-link {
    color: #252525;
}
.nav_subitem-link-label {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.22px;
}
@media only screen and (max-width: 810px) {
    .nav_subitem-link-label {
        font-size: 14px;
        line-height: 14px;
    }
}
.nav_images {
    position: absolute;
    top: 0;
    left: 54%;
    pointer-events: none;
    z-index: 2;
    width: 50%;
    height: 100%;
}
.nav_images .c-promo {
    height: 100vh;
}
.nav_image {
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}
.nav_image,
.nav_image-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.nav_image-mask {
    width: 37.7%;
    background-color: #fff;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
}
.nav_image-wrapper {
    position: relative;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav_menu.-item-enabled .nav_image-wrapper {
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
}
.nav_image-img {
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    z-index: -1;
    width: 100%;
    min-width: 50vw;
}
.nav_image-img,
.nav_infos {
    position: absolute;
    top: 0;
    height: 100%;
}
.nav_infos {
    left: 54%;
    z-index: 900;
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}
.nav_item.-enabled .nav_infos {
    pointer-events: all;
}
.nav_infos-content {
    padding: 120px 140px 120px calc(37.7% + 40px);
    width: 100%;
}
.nav_infos-content .nav_infos-content-title {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav_item.-enabled .nav_infos-content .nav_infos-content-title,
.nav_menu:not(.-item-enabled) .nav_item.-hovered .nav_infos-content .nav_infos-content-title {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nav_infos-content .c-cta_content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}
.nav_item.-enabled .nav_infos-content .c-cta_content {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.nav-opened-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav-opened-mask.-is-active {
    opacity: 0.6;
}
.search-suggestions__container {
    display: inline-block;
    overflow: hidden;
}
.search-suggestions__populars-links {
    display: table;
}
.search-suggestions__populars-links:not(.-disable-hover):hover {
    color: rgba(37, 37, 37, 0.6);
}
.search-suggestions__title {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    letter-spacing: 2.5px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
    .search-suggestions__title {
        padding-top: 20px;
    }
}
.search-suggestions__link {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    letter-spacing: 0.6px;
    font-weight: 500;
}
.search-suggestions__link:not(.-disable-hover):hover {
    color: #252525;
}
.inner_search-minisearch {
    position: absolute;
    top: 100px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
@media only screen and (min-width: 1000px) {
    .inner_search-minisearch {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 219px;
        left: 80px;
        width: calc(100% - 160px);
    }
}
.minisearch__suggestions {
    width: 20%;
    min-width: 200px;
    margin-right: 40px;
    display: inline-block;
    overflow: hidden;
}
@media only screen and (max-width: 999px) {
    .minisearch__suggestions {
        width: 100%;
        margin-right: 0;
    }
}
.minisearch__resultsContent {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 82.5%;
}
@media only screen and (max-width: 999px) {
    .minisearch__resultsContent {
        margin-top: 40px;
        width: 100%;
    }
}
.minisearch__tab {
    width: 100%;
}
.minisearch__tabContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 499px) {
    .minisearch__tabContainer {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.minisearch__tabBtn {
    padding: 0 20px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    -webkit-transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
    color: #252525;
    outline: none;
    margin-bottom: 40px;
    position: relative;
    opacity: 0.6;
    -webkit-transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media only screen and (max-width: 999px) {
    .minisearch__tabBtn {
        margin: 0 10px 20px;
    }
}
@media only screen and (max-width: 499px) {
    .minisearch__tabBtn {
        font-size: 15px;
        margin: 0 5px 20px;
        padding: 0 0 5px;
    }
}
.minisearch__tabBtn:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #252525;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media only screen and (max-width: 999px) {
    .minisearch__tabBtn:after {
        height: 2px;
    }
}
.minisearch__tabBtn.-tab-is-active {
    opacity: 1 !important;
}
.minisearch__tabBtn.-tab-is-active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.minisearch__tab-sections {
    position: relative;
    width: 100%;
}
.minisearch__tab-section {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.minisearch__swiper-container {
    height: 100%;
}
.minisearch__bottomLink-container {
    display: table;
    margin-top: 40px;
}
@media only screen and (max-width: 810px) {
    .minisearch__bottomLink-container {
        margin-top: 0;
    }
}
.c-accordion {
    width: 100%;
    margin-bottom: 40px;
}
.c-accordion.-openned .c-accordion_toggler-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c-accordion.-openned .c-accordion_toggler {
    cursor: url(../assets/images/cursor-close.png) 40 40, pointer;
}
.c-accordion_toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 3px solid #252525;
    cursor: pointer;
}
.c-accordion_content {
    overflow: hidden;
}
.c-accordion_content-inner {
    padding: 40px 0 10px;
}
.c-accordion_toggler-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.c-advice-rollup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-advice-rollup_item {
    position: relative;
}
.c-advice-rollup_item:only-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media only screen and (max-width: 810px) {
    .c-advice-rollup_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 80px;
    }
}
.c-advice-rollup_item:hover .c-advice-rollup_item-readmore,
.c-advice-rollup_item:hover .c-advice-rollup_item-title {
    color: #A01E2F;
}
.c-advice-rollup_item:hover .c-cta-link_icon {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
}
.c-advice-rollup_item:hover .c-cta-link_label {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.c-advice-rollup_item.-hover .c-advice-rollup_item-hover {
    opacity: 1;
}
.animation-content__container {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.c-advice-rollup_item-border,
.c-advice-rollup_item-readmore,
.c-advice-rollup_item-title {
    pointer-events: none;
}
.c-advice-rollup_item-link {
    position: relative;
    display: block;
    height: 100%;
    min-height: 456px;
    padding: 40px;
    background-color: #f5f5f5;
    color: #fff;
}
.c-advice-rollup_item-link.-black {
    color: #252525;
}
.c-advice-rollup_item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.c-advice-rollup_item-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    opacity: 0.5;
}
.c-advice-rollup_item-content {
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.c-advice-rollup_item-border {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 3px;
}
.c-advice-rollup_item-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 37, 37, 0.3);
}
.-black .c-advice-rollup_item-border:after {
    background-color: rgba(37, 37, 37, 0.04);
}
.c-advice-rollup_item-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-advice-rollup_item-tag-label {
    margin: 0 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}
.c-advice-rollup_item-tag-sublabel {
    font-size: 16px;
    line-height: 19px;
}
.c-advice-rollup_item-title {
    margin: 20px 0 34px;
    font-weight: 500;
    font-size: 40px;
    font-size: calc(16.2309px + 1.69779vw);
    line-height: 40px;
    line-height: calc(16.2309px + 1.69779vw);
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-advice-rollup_item-title {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-advice-rollup_item-title {
        font-size: 40px;
        line-height: 40px;
    }
}
.c-advice-rollup_item-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 280px;
    height: 280px;
    background-size: cover;
    background-position: 50%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 810px) {
    .c-advice-rollup_item-hover {
        display: none;
    }
}
.minisearch__resultsContent .c-advice-rollup_item {
    padding: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.minisearch__resultsContent .c-advice-rollup_item .c-product-thumb_loading {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.minisearch__resultsContent .c-advice-rollup_item .c-advice-rollup_item-link {
    min-height: 285px;
    padding: 20px;
}
.minisearch__resultsContent .c-advice-rollup_item .c-advice-rollup_item-tag-icon {
    display: none;
}
.minisearch__resultsContent .c-advice-rollup_item .c-advice-rollup_item-title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 499px) {
    .minisearch__resultsContent .c-advice-rollup_item .c-advice-rollup_item-title {
        font-size: 20px;
        line-height: 20px;
    }
}
.minisearch__resultsContent .c-advice-rollup_item .c-cta-link {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.minisearch__resultsContent .c-advice-rollup_item .c-cta-link_label {
    opacity: 0;
}
.minisearch__resultsContent .c-advice-rollup_item .c-cta-link_icon.c-icon.-medium,
.minisearch__resultsContent .c-advice-rollup_item .c-cta-link_icon.c-icon.minisearch__empty-query {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.c-category-rollup {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90vh;
    cursor: url(../assets/images/cursor-drag.png) 40 40, move;
}
@media only screen and (max-width: 810px) {
    .c-category-rollup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: inherit;
    }
}
.editMode .c-category-rollup {
    min-height: auto;
    max-height: 500px;
}
.c-category-rollup_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    padding: 120px;
    cursor: default;
}
@media only screen and (max-width: 810px) {
    .c-category-rollup_header {
        width: 100%;
        padding: 20px;
    }
}
.c-category-rollup_categories {
    width: 60%;
    overflow: visible !important;
}
@media only screen and (max-width: 810px) {
    .c-category-rollup_categories {
        width: 100%;
    }
}
.c-category-rollup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
@media only screen and (max-width: 810px) {
    .c-category-rollup_list {
        padding: 0 20px;
    }
}
.c-category-rollup_item {
    height: auto !important;
    padding-right: 40px;
    background-color: #fff;
}
.c-category-rollup_category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 120px;
    color: #fff;
    text-align: center;
    cursor: url(../assets/images/cursor-drag.png) 40 40, move;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-category-rollup_category:hover {
    opacity: 0.8;
}
.c-category-rollup.-custom .c-category-rollup_category,
.c-category-rollup_category-bg {
    background-size: cover;
    background-position: 50%;
}
.c-category-rollup_category-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.c-category-rollup_category-title {
    position: relative;
    z-index: 1;
}
.c-cookie-notice {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    background-color: #A01E2F;
    color: #fff;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    position: fixed;
    padding: 20px;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    pointer-events: none;
    opacity: 0;
}
@media only screen and (min-width: 1000px) {
    .c-cookie-notice {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 16.666vw;
    }
}
.c-cookie-notice__text {
    line-height: 50px;
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .c-cookie-notice__text {
        width: 42.5vw;
    }
}
.c-cookie-notice__link {
    text-decoration: underline;
}
.c-cookie-notice__button {
    margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
    .c-cookie-notice__button {
        margin-top: 0;
    }
}
.c-cursor__masks {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.c-cursor__mask {
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.c-cursor__mask.-bottom,
.c-cursor__mask.-top {
    left: 0;
    width: 100%;
    height: 80px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.c-cursor__mask.-top {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.c-cursor__mask.-bottom {
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.c-cursor__mask.-left,
.c-cursor__mask.-right {
    top: 0;
    height: 100%;
    width: 80px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.c-cursor__mask.-right {
    right: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.c-cursor__mask.-left {
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.editMode .c-cursor__mask {
    -webkit-transition: none;
    transition: none;
}
.c-cursor__icon {
    position: absolute;
}
@media screen and (min-width: 1100px) {
    .c-cursor__icon {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.c-video .c-cursor__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #A01E2F;
    bottom: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: -35px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 70px;
}
.featureVideos__tile .c-cursor__icon,
.single-expertadvice__herozone .c-cursor__icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}
@media screen and (min-width: 1100px) {
    .c-video .c-cursor__icon,
    .featureVideos__tile .c-cursor__icon,
    .page-single-expertadvice .c-cursor__icon {
        bottom: auto;
        background-color: initial;
        right: auto;
        width: auto;
        height: auto;
        opacity: 1;
    }
}
.c-cursor__icon .c-icon {
    height: auto;
    width: calc(-4.42275px + 4.24448vw);
}
@media only screen and (max-width: 810px) {
    .c-cursor__icon .c-icon {
        width: 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-cursor__icon .c-icon {
        width: 55px;
    }
}
.c-cursor.c-video .c-cursor__mask.-bottom,
.c-cursor.c-video .c-cursor__mask.-top {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.editMode .c-cursor.c-video .c-cursor__mask.-bottom,
.editMode .c-cursor.c-video .c-cursor__mask.-top {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.c-cursor.c-video .c-cursor__mask.-left,
.c-cursor.c-video .c-cursor__mask.-right {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.editMode .c-cursor.c-video .c-cursor__mask.-left,
.editMode .c-cursor.c-video .c-cursor__mask.-right {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.c-cursor.is-active .c-cursor__mask.-bottom,
.c-cursor.is-active .c-cursor__mask.-top {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.c-cursor.is-active .c-cursor__mask.-left,
.c-cursor.is-active .c-cursor__mask.-right {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.c-cursor.is-active .c-cursor__icon {
    opacity: 1;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.c-faq {
    padding: 0 calc(-282.9202px + 37.35144vw);
}
.u-width-half .c-faq {
    padding: 0 calc(-117.691px + 16.97793vw);
}
@media only screen and (max-width: 810px) {
    .c-faq,
    .u-width-half .c-faq {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-faq {
        padding: 0 240px;
    }
    .u-width-half .c-faq {
        padding: 0 120px;
    }
}
.c-faq .c-accordion:first-child .c-accordion_toggler {
    border-top: none;
}
.c-faq .c-accordion_toggler {
    border-top: 1px solid #252525;
}
.c-faq_header {
    border-top: 3px solid #252525;
}
.c-faq_list {
    border-bottom: 1px solid #252525;
}
.c-faq_link {
    color: #A01E2F;
}
.c-faq_title {
    padding-right: calc(-62.6146px + 10.18676vw);
}
@media only screen and (max-width: 810px) {
    .c-faq_title {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-faq_title {
        padding-right: 80px;
    }
}
.c-faq_content {
    padding: calc(-62.6146px + 10.18676vw) calc(13.58234vw - 110.1528px);
}
@media only screen and (max-width: 810px) {
    .c-faq_content {
        padding: 20px 0;
    }
}
@media only screen and (min-width: 1400px) {
    .c-faq_content {
        padding: 80px;
    }
}
.c-featured-category {
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 811px) {
    .c-featured-category {
        background-image: none !important;
    }
}
@media only screen and (max-width: 810px) {
    .c-featured-category {
        background-color: #edecec;
        background-size: auto 75%;
        background-position: top;
        background-repeat: no-repeat;
    }
}
.c-featured-category.is-active .c-featured-category_mask.-bottom,
.c-featured-category.is-active .c-featured-category_mask.-top {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.c-featured-category.is-active .c-featured-category_mask.-left,
.c-featured-category.is-active .c-featured-category_mask.-right {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.c-featured-category.is-active .c-featured-category_bg {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.c-featured-category.is-active .c-featured-category_list-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.c-featured-category.is-active .c-featured-category_list > li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.c-featured-category.is-active .c-featured-category_header,
.c-featured-category.is-active .c-featured-category_nav {
    opacity: 1;
}
.c-featured-category.is-active .c-featured-category_subtitle,
.c-featured-category.is-active .c-featured-category_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.c-featured-category_side {
    overflow: hidden;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_side.-left {
        padding: 150px 20px 80px;
        background: none;
    }
}
.c-featured-category_side.-right {
    padding: 170px 0;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_side.-right {
        padding: 0 20px 60px;
        background: none;
    }
}
.c-featured-category_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
@media only screen and (max-width: 810px) {
    .c-featured-category_bg {
        background-image: none !important;
    }
}
.editMode .c-featured-category_bg {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_header {
    z-index: 1;
    padding-top: 100px;
    margin-top: -20%;
    border-top: 3px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_header {
        margin-top: 0;
    }
}
.editMode .c-featured-category_header {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_subtitle {
    margin-bottom: 40px;
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
}
.editMode .c-featured-category_subtitle {
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_title {
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.16s;
}
.editMode .c-featured-category_title {
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_subtitle,
.c-featured-category_title {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_subtitle,
    .c-featured-category_title {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
}
.editMode .c-featured-category_subtitle,
.editMode .c-featured-category_title {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
.c-featured-category_nav {
    position: absolute;
    left: 50%;
    bottom: 170px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.64s;
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.64s;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_nav {
        display: none !important;
    }
}
.editMode .c-featured-category_nav {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_list-wrapper {
    -webkit-transform: translateX(calc(-18.75% + 25px));
    transform: translateX(calc(-18.75% + 25px));
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.c-featured-category_list-wrapper,
.c-featured-category_list-wrapper .c-product-thumb {
    cursor: url(../assets/images/cursor-drag.png) 40 40, move;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_list-wrapper {
        overflow: visible !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none;
    }
}
.editMode .c-featured-category_list-wrapper {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_list > li {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.4s;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_list > li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none;
    }
}
.c-featured-category_list > li:first-child {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.editMode .c-featured-category_list > li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.c-featured-category_masks {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media only screen and (max-width: 810px) {
    .c-featured-category_masks {
        display: none;
    }
}
.editMode .c-featured-category_masks {
    display: none;
}
.c-featured-category_mask {
    position: absolute;
    background-color: #edecec;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.c-featured-category_mask.-bottom,
.c-featured-category_mask.-top {
    left: 0;
    width: 100%;
    height: 170px;
}
.c-featured-category_mask.-top {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.c-featured-category_mask.-bottom {
    bottom: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.c-featured-category_mask.-left,
.c-featured-category_mask.-right {
    top: 0;
    height: 100%;
}
.c-featured-category_mask.-right {
    right: 0;
    width: 40px;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.c-featured-category_mask.-left {
    left: 0;
    width: 36%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.c-featured-image-slider {
    --padding-wrapper-mobile: 6.6667vw;
    --padding-wrapper-desktop: 5.5556vw;
}
.c-featured-image-slider__container {
    background-color: #A01E2F;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 81.1vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}
@media only screen and (min-width: 1000px) {
    .c-featured-image-slider__container {
        width: 94.5vw;
    }
}
@media screen and (min-width: 500px) and (max-height: 414px) {
    .c-featured-image-slider__container {
        min-height: 400px;
    }
}
.c-featured-image-slider__tag {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    left: var(--padding-wrapper-mobile);
    position: absolute;
    top: 40px;
    z-index: 2;
}
.c-featured-image-slider__tag span {
    padding-left: 5px;
}
@media only screen and (min-width: 811px) and (min-height: 701px) {
    .c-featured-image-slider__tag {
        top: 80px;
    }
}
@media only screen and (min-width: 1000px) {
    .c-featured-image-slider__tag {
        left: var(--padding-wrapper-desktop);
        padding-right: 0;
        width: 65%;
    }
}
.c-featured-image-slider__title {
    margin-top: 30px;
    padding: 0 var(--padding-wrapper-mobile);
    width: 100%;
    z-index: 2;
}
@media only screen and (min-width: 1000px) {
    .c-featured-image-slider__title {
        padding-left: var(--padding-wrapper-desktop);
        padding-right: 0;
        width: 65%;
    }
}
.c-featured-image-slider__highlight {
    background-size: cover;
    background-position: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}
.c-featured-image-slider__highlight:after {
    content: "";
    background-color: rgba(37, 37, 37, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.c-featured-image-slider__highlight span {
    padding-left: var(--padding-wrapper-mobile);
    z-index: 2;
}
@media only screen and (min-width: 1000px) {
    .c-featured-image-slider__highlight span {
        padding-left: var(--padding-wrapper-desktop);
    }
}
.c-featured-image-slider__pagination {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    left: 50%;
    outline: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 86.666vw;
    z-index: 2;
}
@media only screen and (min-width: 811px) and (min-height: 701px) {
    .c-featured-image-slider__pagination {
        bottom: 45px;
        width: 83%;
    }
}
@media only screen and (min-width: 1000px) and (min-height: 701px) {
    .c-featured-image-slider__pagination {
        height: auto;
        left: var(--padding-wrapper-desktop);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media only screen and (min-width: 1200px) and (min-height: 701px) {
    .c-featured-image-slider__pagination {
        width: 83.333vw;
    }
}
.c-featured-image-slider__linkContainer {
    cursor: pointer;
    position: relative;
    width: 20%;
}
.c-featured-image-slider__progressBar {
    background-color: #fff;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.c-featured-image-slider__progressBar.-empty {
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-featured-image-slider__progressBar.-full {
    opacity: 1;
    width: 0;
}
@media only screen and (min-width: 1000px) and (min-height: 701px) {
    .c-featured-image-slider__progressBar {
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.c-featured-image-slider__link {
    display: none;
    opacity: 0.6;
    padding-top: 20px;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.swiper-pagination-bullet-active .c-featured-image-slider__link {
    opacity: 1;
}
@media only screen and (min-width: 1000px) and (min-height: 701px) {
    .c-featured-image-slider__link {
        display: block;
    }
}
.c-filter-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px 5px 12px;
    margin: 5px 10px 5px 0;
    border-radius: 14px;
    border: 1px solid #edecec;
}
.c-filters_summary .c-filter-inline {
    max-width: 200px;
}
.c-filter-inline_icon.c-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    margin-left: 10px !important;
    cursor: pointer;
}
.c-flying-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0s ease 0.8s;
    transition: -webkit-transform 0s ease 0.8s;
    transition: transform 0s ease 0.8s;
    transition: transform 0s ease 0.8s, -webkit-transform 0s ease 0.8s;
}
.c-flying-menu.-enabled {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    transition: none;
}
.c-flying-menu.-enabled .c-flying-menu_mask {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.c-flying-menu.-enabled .c-flying-menu_mask,
.c-flying-menu.-enabled .c-flying-menu_wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.c-flying-menu.-large .c-flying-menu_wrapper {
    width: 66%;
}
@media only screen and (max-width: 810px) {
    .c-flying-menu.-large .c-flying-menu_wrapper {
        width: 100%;
    }
}
.c-flying-menu.-white .c-flying-menu_wrapper {
    background-color: #fff;
}
.c-flying-menu.-white .c-flying-menu_content {
    color: #252525;
}
.c-flying-menu_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: url(../assets/images/cursor-x.png) 26 26, pointer;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: transparent;
    -webkit-transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0s ease 0.8s;
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0s ease 0.8s;
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), transform 0s ease 0.8s;
    transition: background-color 0.8s cubic-bezier(0.76, 0, 0.24, 1), transform 0s ease 0.8s, -webkit-transform 0s ease 0.8s;
}
.c-flying-menu_close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
}
.c-flying-menu_mask-close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
}
.c-flying-menu_mask-close svg {
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-flying-menu_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: #A01E2F;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
@media only screen and (max-width: 810px) {
    .c-flying-menu_wrapper {
        width: 100%;
    }
}
.c-flying-menu_content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 18px);
    height: 100%;
    overflow-y: auto;
    color: #fff;
}
.c-formations_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 999px) {
    .c-formations_hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.c-formations_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    padding: 80px calc(-117.691px + 16.97793vw) !important;
    margin: 0 !important;
}
@media only screen and (max-width: 810px) {
    .c-formations_content {
        padding: 20px !important;
    }
}
@media only screen and (min-width: 1400px) {
    .c-formations_content {
        padding: 80px 120px !important;
    }
}
@media only screen and (max-width: 999px) {
    .c-formations_content {
        width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.c-formations_specifications {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    padding: 80px 60px;
    background-color: #A01E2F;
    color: #fff;
}
@media only screen and (max-width: 999px) {
    .c-formations_specifications {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 60px 20px;
    }
}
.c-formations_specifications_cta {
    width: 100%;
    margin-bottom: 40px;
}
.c-formations_specifications_cta .c-cta_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-formations_specifications_cta .c-cta_icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c-formations_specifications_cta:hover .c-cta_icon {
    -webkit-transform: translateX(15px) rotate(90deg) !important;
    transform: translateX(15px) rotate(90deg) !important;
}
.c-formations_specifications_item {
    margin-bottom: 50px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.8);
}
.c-formations_specifications_item_title {
    display: block;
    margin-top: 8px;
    color: hsla(0, 0%, 100%, 0.8);
}
.c-formations_specifications_line {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    font-size: calc(0.98472px + 1.35823vw);
    line-height: 25px;
    line-height: calc(3.60781px + 1.52801vw);
}
@media only screen and (max-width: 810px) {
    .c-formations_specifications_line {
        font-size: 12px;
        line-height: 16px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-formations_specifications_line {
        font-size: 20px;
        line-height: 25px;
    }
}
.c-formations_options {
    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;
    background-color: #f5f5f5;
}
.c-formations_options_content {
    width: 50%;
}
@media only screen and (max-width: 999px) {
    .c-formations_options_content {
        width: 100%;
        padding: 0 20px;
    }
}
.c-formations_options_title {
    margin-bottom: 60px;
    color: #A01E2F;
}
.c-formations_options_item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #edecec;
}
.c-formations_options_item_title {
    display: block;
}
.c-formations_options_item_text {
    display: block;
    margin-top: 10px;
}
.c-formations_options_item_cta {
    margin-top: 20px;
}
.c-newsletter {
    padding: calc(-37.691px + 16.97793vw) calc(-172.7674px + 23.7691vw);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-newsletter.-success .c-newsletter_success {
    display: block;
}
.c-newsletter.-success .c-newsletter_default {
    display: none;
}
@media only screen and (max-width: 810px) {
    .c-newsletter {
        padding: 100px 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-newsletter {
        padding: 200px 160px;
    }
}
.c-newsletter_success {
    display: none;
    width: 100%;
}
.c-newsletter_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}
@media only screen and (max-width: 810px) {
    .c-newsletter_default {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.c-newsletter_side.-left {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
}
@media only screen and (max-width: 810px) {
    .c-newsletter_side.-left {
        margin-bottom: 40px;
        width: 100%;
    }
}
.c-newsletter_side.-right {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
}
@media only screen and (max-width: 810px) {
    .c-newsletter_side.-right {
        width: 100%;
    }
}
.c-newsletter_title {
    max-width: 460px;
}
.c-newsletter_input {
    display: block;
    width: 100%;
    padding: 30px;
    font-family: Baton Turbo;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    color: currentColor;
    background: none;
    border: 3px solid rgba(32, 32, 32, 0.2);
    outline: none;
}
.c-newsletter_input::-webkit-input-placeholder {
    color: currentColor;
    opacity: 1;
}
.c-newsletter_input::-moz-placeholder {
    color: currentColor;
    opacity: 1;
}
.c-newsletter_input:-ms-input-placeholder {
    opacity: 1;
}
.c-newsletter_input::-ms-input-placeholder {
    opacity: 1;
}
.c-newsletter_input::placeholder {
    color: currentColor;
    opacity: 1;
}
.c-newsletter_input:-ms-input-placeholder {
    color: currentColor;
}
.c-newsletter_input::-ms-input-placeholder {
    color: currentColor;
}
.-invalid .c-newsletter_input {
    border-color: #A01E2F;
}
.c-newsletter-error {
    opacity: 0;
    -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: opacity 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.-invalid .c-newsletter-error {
    opacity: 1;
}
.c-popular-products {
    position: relative;
    overflow: hidden;
}
.c-popular-products.-suggestions-layout {
    background-color: #A01E2F;
    padding-bottom: 60px;
}
@media only screen and (min-width: 811px) {
    .c-popular-products.-suggestions-layout {
        padding-bottom: 100px;
    }
}
.c-popular-products_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-popular-products.-suggestions-layout .c-popular-products_header {
    padding-top: 40px;
    position: relative;
}
.c-popular-products.-suggestions-layout .c-popular-products_header:after {
    content: "";
    background-color: rgba(37, 37, 37, 0.3);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.c-popular-products.-suggestions-layout .c-popular-products__top-container {
    padding: 0 calc(-105.08997px + 15.42416vw);
    margin-bottom: 40px;
}
@media only screen and (max-width: 810px) {
    .c-popular-products.-suggestions-layout .c-popular-products__top-container {
        padding: 0 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .c-popular-products.-suggestions-layout .c-popular-products__top-container {
        padding: 0 80px;
    }
}
.c-popular-products__title {
    color: #A01E2F;
    font-size: 65px;
    font-size: calc(-6.3073px + 5.09338vw);
    line-height: 65px;
    line-height: calc(-6.3073px + 5.09338vw);
}
@media only screen and (max-width: 810px) {
    .c-popular-products__title {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 499px) {
    .c-popular-products__title {
        font-size: 28px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-popular-products__title {
        font-size: 65px;
        line-height: 65px;
    }
}
.c-popular-products.-suggestions-layout .c-popular-products__title {
    color: #fff;
    font-size: 30px;
    font-size: calc(18.11545px + 0.8489vw);
    line-height: 37px;
    line-height: calc(20.36163px + 1.18846vw);
}
@media only screen and (max-width: 810px) {
    .c-popular-products.-suggestions-layout .c-popular-products__title {
        font-size: 25px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 499px) {
    .c-popular-products.-suggestions-layout .c-popular-products__title {
        font-size: 20px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-popular-products.-suggestions-layout .c-popular-products__title {
        font-size: 30px;
        line-height: 37px;
    }
}
.c-popular-products_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-popular-products_tab {
    position: relative;
    display: table;
    margin-right: 60px;
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    color: #edecec;
    cursor: pointer;
}
@media only screen and (max-width: 810px) {
    .c-popular-products_tab {
        margin-right: 40px;
        font-size: 25px;
        line-height: 35px;
    }
}
.c-popular-products_tab > sup {
    vertical-align: super;
    top: -8px;
    margin-left: 0.3em;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 810px) {
    .c-popular-products_tab > sup {
        top: -2px;
        font-size: 12px;
    }
}
.c-popular-products_tab.-enabled {
    pointer-events: none;
    border-bottom: 3px solid #A01E2F;
    color: #A01E2F;
}
.c-popular-products_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 810px) {
    .c-popular-products_nav {
        display: none !important;
    }
}
.c-popular-products.-suggestions-layout .c-popular-products_nav .swiper-button-next,
.c-popular-products.-suggestions-layout .c-popular-products_nav .swiper-button-prev {
    background-color: rgba(37, 37, 37, 0) !important;
    color: #fff !important;
}
.c-popular-products_sliders {
    padding: 0 40px;
}
.c-popular-products_slider {
    overflow: visible !important;
}
.c-popular-products_slider,
.c-popular-products_slider .c-product-thumb {
    cursor: url(../assets/images/cursor-drag.png) 40 40, move;
}
.c-comparator-tiny {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.c-comparator-tiny.-displayed .c-comparator-tiny__panel {
    -webkit-transform: translateY(calc(100% - 80px));
    transform: translateY(calc(100% - 80px));
}
.c-comparator-tiny.-opened .c-comparator-tiny__header__dropdown {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.c-comparator-tiny.-opened .c-comparator-tiny__panel {
    -webkit-transform: translate(0);
    transform: translate(0);
    background-color: #fff;
    color: #252525;
}
.c-comparator-tiny.-opened .c-comparator-tiny__mask {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}
.c-comparator-tiny__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: url(../assets/images/cursor-x.png) 25 25, move;
    pointer-events: none;
    -webkit-transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-comparator-tiny__panel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    background-color: #252525;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: auto;
    -webkit-transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 810px) {
    .c-comparator-tiny__panel {
        width: 100%;
    }
}
.c-comparator-tiny__header {
    height: 80px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.c-comparator-tiny__header__dropdown {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-comparator-tiny__content {
    padding: 0 40px 40px;
}
.c-comparator-tiny__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.c-comparator-tiny__item,
.c-comparator-tiny__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-comparator-tiny__item__info {
    padding-right: 20px;
}
.c-comparator-tiny__item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.c-comparator-tiny__item__remove {
    position: relative;
    color: #fff;
}
.c-comparator-tiny__item__remove:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 18px;
    background-color: #252525;
    border-radius: 50%;
}
.c-comparator-tiny__item__remove svg {
    position: relative;
    z-index: 1;
    display: block;
}
.c-comparator-tiny__cta {
    width: 100%;
    padding: 20px 60px !important;
    text-align: center;
}
.c-comparator-tiny__cta .c-cta_content {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.c-comparator__empty {
    text-align: center;
}
.c-comparator__title {
    color: #A01E2F;
}
.c-comparator__highlight {
    padding-left: 40px;
}
.c-comparator__highlight .c-form__checkbox-check {
    top: 1px !important;
}
.c-comparator__highlight .c-form__checkbox-infos {
    padding-left: 30px !important;
}
.c-comparator__highlight .c-form__checkbox-label {
    font-size: 18px !important;
}
@media only screen and (max-width: 810px) {
    .c-comparator__list-wrapper {
        overflow: auto;
        margin-right: -20px;
    }
}
@media only screen and (max-width: 810px) {
    .c-comparator__list {
        display: inline-block;
        padding-right: 20px;
    }
}
.c-comparator__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2px;
}
.-highlighted .c-comparator__row.-same .c-comparator__cell {
    background-color: #edecec;
    border-bottom: 2px solid #252525;
}
.c-comparator__row:first-child .c-comparator__cell {
    border-top: 2px solid #e6e6e6;
}
.c-comparator__row:last-child .c-comparator__cell {
    border-bottom: 2px solid #e6e6e6;
}
.c-comparator__cell {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 200px;
    margin: 0 2px;
    padding: 20px 40px;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-comparator__cell.-large {
    padding: 40px;
}
.c-comparator__cell.-loading {
    height: 400px;
    overflow: hidden;
}
.c-comparator__cell.-loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #edecec;
    -webkit-animation: comparator-loading 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    animation: comparator-loading 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}
@media only screen and (max-width: 810px) {
    .c-comparator__cell {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 20px;
    }
    .c-comparator__cell.-large {
        padding: 20px;
    }
}
.c-comparator__cell img {
    margin-bottom: 20px;
}
.c-comparator__cell__remove {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-comparator__cell__remove:hover {
    opacity: 0.5;
}
@media only screen and (max-width: 810px) {
    .c-comparator__cell__remove {
        top: 10px;
        right: 10px;
    }
}
.c-comparator__cell__prices {
    text-align: right;
}
@media only screen and (max-width: 810px) {
    .c-comparator__cell__prices li {
        display: none;
    }
    .c-comparator__cell__prices li:first-child {
        display: block;
    }
}
.c-comparator__cell__add {
    width: 100%;
    text-align: center;
    background-color: #A01E2F;
}
.c-comparator__cell__add:hover {
    background-color: #cf1117;
}
.c-comparator__cell__add .add-to-cart_content {
    display: inline-block;
    width: auto;
}
@media only screen and (max-width: 810px) {
    .c-comparator__cell__add .add-to-cart_content {
        padding: 10px;
    }
}
@-webkit-keyframes comparator-loading {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes comparator-loading {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.editMode .c-scrolling-banner {
    overflow: hidden;
}
.c-scrolling-banner_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.c-scrolling-banner_landmark,
.c-scrolling-banner_text {
    color: #A01E2F;
}
.c-scrolling-banner_text {
    position: relative;
    display: block;
    margin: 40px 0 calc(-40.1528px + 13.58234vw);
    font-size: 140px;
    font-size: calc(-50.1528px + 13.58234vw);
    line-height: 120px;
    line-height: calc(-22.6146px + 10.18676vw);
    font-weight: 500;
    white-space: nowrap;
}
@media only screen and (max-width: 810px) {
    .c-scrolling-banner_text {
        margin: 40px 0 70px;
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-scrolling-banner_text {
        margin: 40px 0 150px;
        font-size: 140px;
        line-height: 120px;
    }
}
.c-scrolling-banner_text > .c-scrolling-banner_label {
    opacity: 0;
}
.editMode .c-scrolling-banner_text > .c-scrolling-banner_label {
    opacity: 1;
}
.c-scrolling-banner_wrapper,
.c-scrolling-banner_wrapper > .c-scrolling-banner_label {
    position: absolute;
    top: 0;
    left: 0;
}
.editMode .c-scrolling-banner_wrapper {
    display: none;
}
.c-searchblock {
    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;
    padding: 120px calc(-62.6146px + 10.18676vw) 150px;
    background-color: #A01E2F;
    text-align: center;
}
.c-searchblock.is-active .c-searchblock_footer,
.c-searchblock.is-active .c-searchblock_loop {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.c-searchblock.is-active .c-searchblock_footer {
    opacity: 1;
}
@media only screen and (max-width: 810px) {
    .c-searchblock {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-searchblock {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.c-searchblock_content {
    width: 100%;
}
.c-searchblock_footer {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.editMode .c-searchblock_footer {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.c-searchblock_label {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    pointer-events: none;
}
.c-searchblock_label.-dark {
    color: #E54747;
}
.c-searchblock_cursor {
    width: 1px;
    height: 56px;
    background-color: #fff;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
.c-searchblock_form {
    width: 100%;
}
.c-searchblock_input {
    display: block;
    width: 100%;
    opacity: 0;
    font-family: Baton Turbo;
    font-weight: 500;
    font-size: 65px;
    font-size: calc(-6.3073px + 5.09338vw);
    line-height: 65px;
    line-height: calc(-6.3073px + 5.09338vw);
    color: currentColor;
    text-align: center;
    background: none;
    border: none;
    outline: none;
}
.c-searchblock_input.-disabled {
    pointer-events: none;
}
.c-searchblock_input::-webkit-input-placeholder {
    color: #cf1117;
    opacity: 1;
}
.c-searchblock_input::-moz-placeholder {
    color: #cf1117;
    opacity: 1;
}
.c-searchblock_input:-ms-input-placeholder {
    opacity: 1;
}
.c-searchblock_input::-ms-input-placeholder {
    opacity: 1;
}
.c-searchblock_input::placeholder {
    color: #cf1117;
    opacity: 1;
}
.c-searchblock_input:-ms-input-placeholder {
    color: #cf1117;
}
.c-searchblock_input::-ms-input-placeholder {
    color: #cf1117;
}
@media only screen and (max-width: 810px) {
    .c-searchblock_input {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1400px) {
    .c-searchblock_input {
        font-size: 65px;
        line-height: 65px;
    }
}
.c-searchblock_loop {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    -webkit-perspective: 200px;
    perspective: 200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s, -webkit-transform 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.08s;
}
.editMode .c-searchblock_loop {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
}
.c-searchblock_loop-content {
    width: 100%;
    height: 100%;
    -webkit-animation: loop 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loop 2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.c-searchblock_chevron,
.c-searchblock_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-searchblock_chevron {
    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;
}
.c-searchblock_chevron svg {
    fill: #fff;
    width: 120px;
    height: 110px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c-searchblock_image {
    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;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.c-searchblock_image.-first {
    -webkit-animation: loop 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-first 4s linear infinite;
    animation: loop 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-first 4s linear infinite;
}
.c-searchblock_image.-third {
    -webkit-animation: loop 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-third 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loop 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-third 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.c-searchblock_image.-back {
    -webkit-transform-origin: 50% 50% 25px;
    transform-origin: 50% 50% 25px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.c-searchblock_image.-back.-second {
    -webkit-animation: loop-image-back 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-second 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loop-image-back 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-second 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.c-searchblock_image.-back.-fourth {
    -webkit-animation: loop-image-back 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-fourth 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: loop-image-back 2s cubic-bezier(0.19, 1, 0.22, 1) infinite, loop-fourth 4s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.c-searchblock_image img {
    max-height: 100%;
}
@-webkit-keyframes loop {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    25% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
@keyframes loop {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    25% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    75% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
}
@-webkit-keyframes loop-first {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes loop-first {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes loop-second {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes loop-second {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes loop-third {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes loop-third {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes loop-fourth {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes loop-fourth {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes loop-image-back {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    25% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    50% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
    75% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
    to {
        -webkit-transform: rotateY(540deg);
        transform: rotateY(540deg);
    }
}
@keyframes loop-image-back {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    25% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    50% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
    75% {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn);
    }
    to {
        -webkit-transform: rotateY(540deg);
        transform: rotateY(540deg);
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
body {
    font-family: Baton Turbo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
