<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    word-break: keep-all;
}

.lp-jumbotron-title {
    font-size: 6.2rem;
}

@media only screen and (max-width: 1200px) {
    .lp-jumbotron-title {
        font-size: 6.2rem;
    }
}

@media only screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc((62 * 100vw) / 970);
    }
}

@media only screen and (max-width: 640px) {
    .lp-jumbotron-title {
        font-size: 4rem;
    }
}
</pre></body></html>