<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width : 1024px) {
    .before-footer {
        position : relative;
        z-index: 1;
    }
    #footer {
        position : relative;
        z-index  : 0;
    }

    #footer &gt; .container {
        position : relative;
        z-index  : 1;
        padding  : 15px;
    }

    .footer-container .footer &gt; * {
        flex : 0 0 auto;
    }
}

@media screen and (min-width : 1500px) {
    #footer.footer-fixed {
        position : -webkit-sticky;
        position : sticky;
        bottom   : 0;
    }
}
</pre></body></html>