<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.classy-section .container { background-color: #0B291A; border-radius: 20px; padding: 64px 30px 34px; }
.classy-section .squeeze { max-width: 1046px; margin: 0 auto; text-align: center; }

#page .classy-section {
    h1, h2, h3, p { color: white; }
}

/* SMALL ONLY */
@media (max-width: 992px) {
    .classy-section .container { padding: 60px 18px 30px; }
}

@media (max-width: 576px) {
    .classy-section .container { border-radius: 0px; }
}</pre></body></html>