<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --white: #FFF;
    --black: #000;
    --grey-dark: #5A5C5B;
    --grey-border: #707070;
    --grey: #E6E7E8;
    --grey-light: #EFF0F0;
    --blue-aqua: #29AAFD;
    --blue-light: #70C3DB;
    --green-dark: #155610;
    --green: #00891E;
    --green-light: #8AD12A;
    --orange: #FF9300;
    --red: #FF0000;
}
body {
    font-family: 'Montserrat', sans-serif;
}
h1, .h1 {
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1.0714286;
    color: var(--black);
}
.hero-slider-over-descr h1 {
    font-weight: 500;
    text-transform: uppercase;
}
.hero-slider-over-descr h1 strong {
    font-weight: 700;
}
h2, .h2 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.233334;
    color: var(--black);
}
h3, .h3 {
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.233334;
    color: var(--black);
}
.text-card-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.22727272;
    color: var(--black);
}
.text-subtitle {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2222223;
    color: var(--green);
}
.text-intro {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2222223;
    color: var(--black);
}
.text-intro-grey {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2222223;
    color: var(--grey-dark);
}
.text-label {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.22223;
    color: var(--grey-dark);
}
.text-body-small,
p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125;
    color: var(--black);
}
.text-metadata {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2857143;
    color: var(--black);
}
.text-promo-card {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375;
    color: var(--black);
}
.text-medium {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8125;
    color: var(--black);
}
@media (min-width: 768px) {
    h2, .h2 {
        font-size: 2.8125rem;
        line-height: 1;
    }
    h3, .h3 {
        font-size: 1.875rem;
        line-height: 1.08;
    }
    .text-card-title {
        font-size: 1.5625rem;
        line-height: 1.08;
    }
    .text-subtitle {
        font-size: 1.25rem;
        line-height: 1.2;
    }
    .text-intro {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.35;
    }
    .text-intro-grey {
        font-size: 1.25rem;
    }
}
@media (min-width: 1400px) {
    .hero-slider-over-descr h1 {
        font-size: 7rem;
    }
}
@media (min-width: 1600px) {
    .hero-slider-over-descr h1 {
        font-size: 8rem;
    }
}</pre></body></html>