<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*local CSS DTS samplings 2024 - 19-09-2024 */
body, html { overflow-x: clip !important; }
@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: 48px;
    }
    .samplings-products__citation {
        font-size: 2.5vw;
    }
    .samplings-getyours__visual img {
        width: 400px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    h1.samplings-header__title, .samplings-header__title {
        font-size: 60px;
    }
    .samplings-products__citation {
        font-size: 34px;
    }
    .samplings-1to5uses__title {
        font-size: 30px;
    }
    .samplings-getyours__visual img {
        width: 500px;
    }
}
@media (max-width: 480px) {
    h1.samplings-header__title, .samplings-header__title {
        font-size: 10vw;
    }
    .samplings-products__citation {
        font-size: 21px;
    }
    
}</pre></body></html>