<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:992px) {
    .page-visible-narrow {
        display: none !important;
    }
}

@media(max-width:991px) {
    .page-visible-wide {
        display: none !important;
    }
}</pre></body></html>