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

header {
    height: 100%;
    border-bottom: none;
}

footer {
    margin: 0;
    padding: 0;
    border-top: none;
}

@media screen and (max-width: 767px) {
header {
    height: 100%;
    border-bottom: none;
}
footer {
    margin: 0;
    padding: 0;
    border-top: none;
}

}</pre></body></html>