@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@600;700&family=Nunito:wght@500;700;800;900&display=swap");

body.wms-home-premium .hero__offer,
body.wms-home-premium .hero__offer .span-lg,
body.wms-home-premium .hero__offer .span-sm,
body.wms-home-premium .hero__offer strong,
body.wms-home-premium .hero__offer .btn {
    font-family: "Fredoka", "Nunito", sans-serif !important;
}

body.wms-home-premium .hero__offer .span-lg,
body.wms-country-premium .hero__offer .span-lg {
    display: block;
    max-width: 100%;
    color: #fff !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke: 0 !important;
    filter: none !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32) !important;
    font-size: clamp(4rem, 7.45vw, 7.95rem) !important;
    font-weight: 700 !important;
    line-height: 0.88 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.wms-home-premium .hero__offer .span-sm,
body.wms-country-premium .hero__offer .span-sm {
    color: rgba(255, 255, 255, .94) !important;
    font-size: clamp(1.28rem, 1.88vw, 1.92rem) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32) !important;
}

body.wms-home-premium .hero__offer .span-sm strong,
body.wms-country-premium .hero__offer .span-sm strong {
    color: #fff !important;
    font-family: "Fredoka", "Nunito", sans-serif !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

@media (max-width: 768px) {
    body.wms-home-premium .hero__offer .span-lg,
    body.wms-country-premium .hero__offer .span-lg {
        font-size: clamp(3rem, 15.4vw, 5.05rem) !important;
    }

    body.wms-home-premium .hero__offer .span-sm,
    body.wms-country-premium .hero__offer .span-sm {
        font-size: clamp(1rem, 4.5vw, 1.38rem) !important;
    }
}
