<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap");

body {
    Font-family: Open Sans, sans-serif !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between
}

.footer2022 {
    margin-top: 0;
    width: 100% !important;
    z-index: 99
}


@media (max-width:1024px) {
    .footer2022 {
        bottom: 0;
        position: static
    }
}

@media (max-height:764px) {
    .footer2022 {
        bottom: unset;
        position: absolute
    }
}

#top-menu&gt;li&gt;a {
    Font-family: Open Sans, sans-serif;
    font-weight: 600
}

@media(max-width: 768px) {

    .footer-2022 {
        position: static !important;
        bottom: auto;
    }
}
</pre></body></html>