/*local CSS DTS samplings 2024 - 19-09-2024 */
@font-face {
    font-family: "Gotham_Light", 'Microsoft Jhenghei';
    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");
}

.samplings {
    --FONT-CLARINS: "ClarinsRegular", "Clarins", 'Microsoft Jhenghei';
    --FONT-GOTHAM-LIGHT: "Gotham_Light", 'Microsoft Jhenghei';
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, 'Microsoft Jhenghei', sans-serif;
}
.samplings-cta {
    min-width: auto;
}
.samplings-testimonies__title, .samplings-getyours__bold-text, .samplings-getyours__title, .samplings-faq__title {
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

@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 img {
        width: auto;
    }
    .samplings-getyours__item {
        max-width: 424px;
    }
}

@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 img {
        width: auto;
    }
    .samplings-getyours__item {
        max-width: 354px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .samplings-howto__content {
        padding: 40px 20px;
    }
    .samplings-faq__slider.slick-initialized.slick-slider.slick-dotted {
        margin: 20px 0;
    }
}