<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    margin: 0;
    overflow-x: clip;
}

@font-face {
    font-family: "Gotham_Light";
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

/*  ------  reset   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

#primary {
    padding-bottom: 0;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer.footer-main {
    margin-top: 0;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}


.samplings {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    max-width: 1600px;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 1600px;
    overflow-x: clip;
}

@media(max-width:1600px) {
    .samplings {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .samplings {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .samplings {
        --WIDTH-ANIM: 100vw;
    }
}


.samplings-cta {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #333;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    border: #cfcac9 solid 1px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.samplings-cta:hover {
    color: #b40024 !important;
}

.samplings-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #b40024 solid 2px;
    opacity: 0;
    left: -2px;
    top: -2px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.samplings-cta:hover::after,
.samplings-cta:active::after {
    opacity: 1;
}

/***********************************************************/

.samplings-cta--primary {
    background-color: #b40024 !important;
    color: #fff;
    border: #b40024 solid 1px;
}

.samplings-cta--primary:hover {
    color: #fff !important;
}

.samplings-cta--primary::after {
    border: #7a1929 solid 2px;
}



/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-header {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1600px;
    width: 100%;
    text-align: center;
    position: relative;
}

.samplings-header__visual {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.samplings-header__visual img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top center;
}

h1.samplings-header__title,
.samplings-header__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 50px;
    box-sizing: border-box;
    font-size: 80px;
    /* font-size: 100px; */
    line-height: 1em;
    font-weight: normal;
    color: #d84162;
    font-family: var(--FONT-GOTHAM-LIGHT);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    z-index: 2;
}

.samplings-header__title strong {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
}



.samplings-header__text {
    margin: 20px auto;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    color: #787474;
}

@media(max-width:1023px) {

    h1.samplings-header__title,
    .samplings-header__title {
        margin: 0;
        padding: 20px;
    }
}

@media(max-width:761px) {

    .samplings-header__visual img {
        display: block;
        width: 100%;
        height: auto;
    }

    h1.samplings-header__title,
    .samplings-header__title {
        margin: 0;
        padding: 9.3vw;
        font-size: 16vw;
        line-height: 1em;
        text-align: center;
        position: absolute;
        top: auto;
        left: 0;
        height: auto;
        bottom: 0;
        display: block;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-howto {
    position: relative;
    overflow: hidden;
}

.samplings-howto__background {
    position: absolute;
    width: 1600px;
    left: calc(50% - 800px);
    top: 0;
}

.samplings-howto__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.samplings-howto__title {
    color: #333;
    text-transform: uppercase;
    font-size: 36px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    line-height: 1em;
    font-weight: normal;
}

.samplings-howto__text {
    color: #333;
    font-size: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    line-height: 1.4em;
    margin-top: 20px;
}

.samplings-howto__num {
    color: #d84162;
    font-size: 90px;
    font-family: var(--FONT-GOTHAM-LIGHT);
    margin: 0;
    background-color: #fff;
    margin-top: -40px;
    margin-bottom: 20px;
    line-height: 1em;
    z-index: 2;
    position: relative;
    padding-left: 0.3em;
    padding-right: 0.3em;
}


.samplings-howto__action {
    color: #333;
    font-size: 22px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 26px;
}

.samplings-howto__wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 50px auto;
    margin-top: 70px;
}

.samplings-howto__step {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 268px;
    height: 268px;
    border-radius: 50%;
    position: relative;
}

@media(max-width:1023px) {


    .samplings-howto__title {
        font-size: 26px;
        line-height: 1em;
    }

    .samplings-howto__text {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 20px;
    }

    .samplings-howto__content {
        padding: 50px;
    }


    .samplings-howto__step {
        width: 160px;
        height: 160px;

    }

    .samplings-howto__action {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.4em;
    }

    .samplings-howto__num {
        font-size: 50px;
        margin-top: -20px;
        margin-bottom: 10px;
        line-height: 1em;
    }

    .samplings-howto__step {
        margin-bottom: 30px;

    }

    .samplings-howto__step img {
        width: 40px;
        height: 32px;

    }
}

@media(max-width:761px) {
    .samplings-howto__background {
        width: 100%;
        left: 0;
        top: 0;
    }

    .samplings-howto__background img {
        width: 100%;
        display: block;
        height: auto;
    }

    .samplings-howto__title {
        font-size: 26px;
        line-height: 1em;
    }

    .samplings-howto__text {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 20px;
    }

    .samplings-howto__content {
        padding: 50px;
    }

    .samplings-howto__wrapper {
        display: block;
        margin: 0;
        margin-top: 40px;
    }

    .samplings-howto__step {
        width: 160px;
        height: 160px;

    }

    .samplings-howto__action {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.4em;
    }

    .samplings-howto__num {
        font-size: 50px;
        margin-top: -20px;
        margin-bottom: 10px;
        line-height: 1em;
    }

    .samplings-howto__step {
        margin-bottom: 30px;

    }

    .samplings-howto__step img {
        width: 40px;
        height: 32px;

    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-catalog {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.samplings-catalog__background {
    position: absolute;
    width: 1600px;
    left: calc(50% - 800px);
    top: 0;
}

.samplings-catalog__content {
    position: relative;
    z-index: 2;
    height: 628px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.samplings-catalog__line-1 {
    margin: 0;
    font-size: 40px;
    /* font-size: 46px; */
    display: flex;
    flex-direction: column;
    color: #333;
    line-height: 54px;
    padding-bottom: 20px;
}

.samplings-catalog__line-2 {
    margin: 0;
    /*font-size: 65px;*/
    font-size: 60px;
    color: #d84162;
    display: flex;
    flex-direction: column;
    line-height: 1em;
    position: relative;
    padding-left: 260px;
}

.samplings-catalog__line-2 strong {
    font-size: 2em;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: block;
    position: absolute;
    width: 260px;
    text-align: left;
    left: 0;
    top: 0.1em;
}

@media(max-width:761px) {

    .samplings-catalog__background {
        width: 100%;
        left: 0;
    }

    .samplings-catalog__background img {
        width: 100%;
        display: block;
        height: auto;
    }

    .samplings-catalog__content {
        height: 130vw;
        padding: 7vw;
        padding-top: 24vw;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .samplings-catalog__line-1 {
        margin: 0;
        padding: 0;
        font-size: 7vw;
        line-height: 1.4em;
        display: block;
        text-align: center;
        max-width: 70vw;
    }

    .samplings-catalog__line-2 {
        margin: 0;
        padding: 0;
        font-size: 10.66vw;
        text-align: center;
    }

    .samplings-catalog__line-2 strong {
        font-size: 24vw;
        line-height: 1em;
        position: relative;
        width: auto;
        text-align: center;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-1to5uses {
    background-color: #f8f4f3;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.samplings-1to5uses__visual {}

.samplings-1to5uses__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.samplings-1to5uses__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 360px;
}

.samplings-1to5uses__title {
    margin: 0;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.samplings-1to5uses__title strong {
    /* font-size: 50px; */
    font-size: 38px;
    color: #d84162;
    font-weight: normal;
}

.samplings-1to5uses__text {
    color: #333;
    font-size: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    margin: 0;
    line-height: 1.4em;
    margin-bottom: 20px;
}

@media(max-width:1023px) {
    .samplings-1to5uses {
        padding: 40px;
    }
}

@media(max-width:761px) {
    .samplings-1to5uses {
        padding: 50px 20px;
        display: block;
    }

    .samplings-1to5uses__title {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 0.5em;
        font-size: 7vw;
    }

    .samplings-1to5uses__text {
        font-size: 14px;
        line-height: 1.4em;
    }

    .samplings-1to5uses__title strong {
        font-size: 10vw;
    }


}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.samplings-products {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 60px;
}

.samplings-products__portrait {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.samplings-products__portrait img {
    display: block;
    max-width: 100%;
    height: auto;
}

.samplings-products__box {

    max-width: 840px;

}

.samplings-products__citation {
    margin: 0;
    font-size: 38px;
    line-height: 42px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #d84162;

}

.samplings-products__author {
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-transform: uppercase;
}

@media(max-width:761px) {
    .samplings-products {
        padding: 50px 30px;
    }

    .samplings-products__citation {
        margin: 0;
        font-size: 5.8vw;
        line-height: 1.2em;
    }

    .samplings-products__author {
        margin: 0;
        margin-top: 15px;
        font-size: 14px;
        height: 60px;
        line-height: 1.4em;
        padding-left: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .samplings-products__portrait {
        position: absolute;
        bottom: 50px;
        left: 30px;
        width: 60px;
    }


}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-testimonies {
    overflow: hidden;
    position: relative;
}

.samplings-testimonies__background {
    position: absolute;
    width: 1600px;
    left: calc(50% - 800px);
    top: 0;
}

.samplings-testimonies__background img {
    width: 100%;
    display: block;
    height: auto;
}

.samplings-testimonies__content {
    position: relative;
    z-index: 2;
    padding: 80px;
}

.samplings-testimonies__title {
    margin: 0;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    text-align: center;
}

.samplings-testimonies__slider {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.samplings-testimonies__item {
    background-color: #fff;
    border-radius: 12px;
    width: 300px;
    margin: 0 10px;
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.samplings-testimonies__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
    flex: 1;
}

.samplings-testimonies__author {
    margin: 0;
    color: #d84162;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1em;
    margin-top: 30px;
}

@media(max-width:1023px) {
    .samplings-testimonies__content {
        padding: 40px;
    }
}

@media(max-width:761px) {
    .samplings-testimonies__content {
        padding: 50px 0px;
    }

    .samplings-testimonies__background {
        width: 100%;
        left: 0;
        height: 100%;
    }

    .samplings-testimonies__background img {
        width: auto;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .samplings-testimonies__item {
        width: 216px;
        margin: 0;
    }

    .samplings-testimonies__title {
        font-size: 7vw;
        padding: 0 20px;
    }

    .samplings-testimonies__text {
        font-size: 14px;
    }

    .samplings-testimonies__author {
        margin-top: 20px;
    }

    .samplings-testimonies__slider {
        display: block;
        margin-top: 30px;
    }

    .samplings-testimonies__slider .slick-track {
        display: flex;
        height: 100%;
        gap: 20px;
        box-sizing: border-box;
    }

    .samplings-testimonies__slider .slick-slide {
        display: flex;
        height: auto;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.samplings-getyours {
    background-color: #f8f4f3;
    padding: 80px;
}

.samplings-getyours__wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.samplings-getyours__title {
    margin: 0;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    font-weight: normal;
    text-align: center;
}

.samplings-getyours__item {
    max-width: 574px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.samplings-getyours__visual {}

.samplings-getyours__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.samplings-getyours__bold-text {
    margin: 0;
    margin-top: 30px;
    color: #d84162;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
}

.samplings-getyours__text {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
}

@media(max-width:761px) {
    .samplings-getyours {
        padding: 50px 20px;
    }

    .samplings-getyours__title {
        font-size: 7vw;
    }

    .samplings-getyours__bold-text {
        margin-top: 20px;

    }

    .samplings-getyours__text {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4em;
        /*text-align: center;*/
    }

    .samplings-getyours__wrapper {
        gap: 20px;
        flex-direction: column;
        margin-top: 20px;
    }

    .samplings-getyours__item {
        margin-top: 20px;
        /*align-items: center;*/
    }

    .samplings-getyours__visual img {
        margin: 0 -20px;
        display: block;
        width: 100vw;
    }

}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*************/
/** FAQ **/
/*************/
.samplings-faq {
    padding: 80px;
    max-width: 1185px;
    margin: 0 auto;
}

.samplings-faq__title {
    margin: 0;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
}

.samplings-faq__item {
    text-align: center;
}

.samplings-faq__screen {}

.samplings-faq__screen img {
    max-width: 100%;
    display: block;
    height: auto;
}

.samplings-faq__text {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

@media(max-width:761px) {
    .samplings-faq {
        padding: 50px 20px;
    }

    .samplings-faq__title {
        font-size: 26px;
        line-height: 1em;
        text-align: center;
    }

}

@media(min-width:762px) {

    .samplings-faq__slider {
        display: flex;
        justify-content: flex-start;
        margin-top: 30px;
    }

}


.dp-faq {
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*----Elements---*/
.dp-faq__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

}

.dp-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}

.dp-faq__question {
    margin: 0;
    font-size: 18px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    padding: 15px 0;
    line-height: 20px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.dp-faq__question::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    cursor: pointer;
}

.dp-faq__question--active::after {
    content: "-";
}

.dp-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
}

.dp-faq__answer-content {
    font-size: 16px;
    line-height: 1.4em;
    display: block;
    margin: 0;
    padding: 10px;
}

.dp-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.dp-faq__answer-content p {
    margin: 0;
}

.dp-faq .dp-link {
    margin-top: 50px;
}

.dp-faq__mentions {
    font-size: 11px;
    opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-faq {
        margin: 0px;
        padding: 20px;
    }

    .dp-faq__title {
        padding-top: 20px;
    }

    .dp-faq__question {
        margin: 0;
        font-size: 16px;
        line-height: 1.4em;
    }

    .dp-faq__answer-content {
        font-size: 14px;
        line-height: 1.4em;
    }

}



/*************************************/

.samplings .slick-arrow {
    background-image: url(../img/arrow.svg);
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    top: auto;
    min-width: 0;
    bottom: -40px;
    position: absolute;
    z-index: 3;
    border: 0px solid;
    outline: 0;
    transform: none !important;
}

#SAMPLINGS button,
#SAMPLINGS button:active {
    outline: 0 !important;
}

.samplings .slick-arrow::after {
    display: none !important;
}

.samplings .slick-arrow:focus,
.samplings .slick-arrow:active {
    border: 0px solid !important;
    outline: 0px !important;
}

.samplings .slick-prev {
    left: 0;
    transform: scaleX(-1) !important;
}

.samplings .slick-next {
    right: 0;

}

.samplings .slick-disabled {
    opacity: 0.2;
    pointer-events: none;
}


.samplings .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.samplings .slick-dots li button {
    opacity: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.samplings .slick-dots li {
    background-color: #ccc;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.samplings .slick-dots li.slick-active {
    background-color: #be0f34;
}




.samplings-chart {
    position: absolute;
    border: 1px solid #fff;
    --COLOR-STAT: #d84162;
    --RAYON: 134px;
    top: calc(50% - var(--RAYON) - 1px);
    left: calc(50% - var(--RAYON) - 1px);
    width: calc(2 * var(--RAYON) - 2px);
    height: calc(2 * var(--RAYON) - 2px);
}



.samplings-chart svg {
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - var(--RAYON));
    left: calc(50% - var(--RAYON));
}

.samplings-chart svg circle {
    stroke-dashoffset: 0;
    stroke: transparent;
    stroke-width: 2px;
    width: calc(var(--RAYON) *2);
    height: calc(var(--RAYON) *2);
}

.samplings-chart svg .bar {
    stroke: var(--COLOR-STAT);
    stroke-dashoffset: calc(var(--RAYON) *2 *3.1416);
}

.samplings-chart[data-anim="1"] {
    /*border: 1px solid #333;*/
}

.samplings-chart[data-anim="1"] svg .bar {
    transition: stroke-dashoffset 0.6s linear;
}

/******************************************/
.samplings-chart[data-anim="1"][data-delay="0"] svg .bar {
    transition-delay: 0.6s;
}

.samplings-chart[data-anim="1"][data-delay="1"] svg .bar {
    transition-delay: 1.2s;
}

.samplings-chart[data-anim="1"][data-delay="2"] svg .bar {
    transition-delay: 1.8s;
}

@media screen and (max-width: 1023px) {
    .samplings-chart {
        --RAYON: 80px;
    }
}

@media screen and (max-width: 761px) {
    .samplings-chart {
        --RAYON: 80px;
    }

    .samplings-chart[data-anim="1"][data-delay="0"] svg .bar {
        transition-delay: 0s;
    }

    .samplings-chart[data-anim="1"][data-delay="1"] svg .bar {
        transition-delay: 0s;
    }

    .samplings-chart[data-anim="1"][data-delay="2"] svg .bar {
        transition-delay: 0s;
    }

}

/* ================MA Edits========================== */
#wrapper.pt_category-wide .site-width-slot {
    max-width: unset;
}
.samplings-howto__step:last-child .samplings-howto__action {
    padding: 0 20px;
}
.samplings-catalog .samplings-catalog__line-1 {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    h1.samplings-header__title, .samplings-header__title {
        font-size: 90px;
    }
}
@media screen and (max-width: 480px) {
    .samplings-testimonies__text {
        min-height: 100px;
    }
}

/* --- */
.samplings-cta--primary {
    background-color: #b40024 !important;
    color: #fff !important;
    border: #b40024 solid 1px;
}
.samplings-cta--primary:hover {
    color: #000 !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .samplings-getyours__visual {
        max-width: 301px;
        width: 100%;
        display: block;
    }
    .samplings-cta{
        font-size: 11.75px;
    }
    .samplings-getyours__bold-text{
        font-size: 20px;
    }
    .samplings-1to5uses__title {
        font-size: 30px;
    }
    .samplings-1to5uses__title strong {
        font-size: 28px;
    }
    h1.samplings-header__title, .samplings-header__title{
        font-size: 54px;
    }
    .samplings-getyours__text {
        font-size: 15px;
    }
    .samplings-getyours__text-update{
        margin-bottom: 29.5px !important;
    }
        .samplings-1to5uses__title {
        font-size: 29px !important;
    }
    .samplings-1to5uses__visual img {
    width: 96%;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    .samplings-getyours__visual {
        max-width: 500px;
        width: 100%;
        display: block;
    }
    .samplings-1to5uses__title{
        font-size: 30px;
    }
    .samplings-1to5uses__title strong {
        font-size: 30px;
    }
    h1.samplings-header__title, .samplings-header__title{
        font-size: 65px;
    }
    .samplings-1to5uses__title {
        font-size: 27px !important; 
    }
    .samplings-1to5uses__visual img {
    width: 95%;
}
    .samplings-1to5uses__title strong {
        font-size: 27px !important;
    }
}

@media screen and (max-width: 480px){
    .samplings-cta{
        font-size: 12px;
    }
    .samplings-getyours__bold-text {
        font-size: 24px;
    }
    .samplings-1to5uses__title strong{
        font-size: 7vw;
    }
    .samplings-catalog__line-1 {
        font-size: 6vw;
    }
    .samplings-howto__title {
        font-size: 22px;
    }
    h1.samplings-header__title, .samplings-header__title {
        font-size: 12vw;
    }
        .samplings-catalog__line-2 {
        font-size: 9.66vw;
    }
}</pre></body></html>