<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ======================================== */
/* CONTROL : Sticky Footer */
/* ======================================== */



/* Sticky Footer */
.sf-body.sf-static-sticky,
/*.sf-static-sticky,*/
.sf-body.footer-is-sticky {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    /*-moz-flex-direction: column;*/
    -ms-flex-direction: column;
    flex-direction: column;
}
.sf-static-sticky .sf-content,
/*.sf-static-sticky .sf-static-content,*/
.footer-is-sticky .sf-content {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    /*height: 90vh;           !* For old syntax, otherwise collapses. todo make browser specific*!*/
    -webkit-flex: 1 0 auto;          /* Chrome */
    -ms-flex: 1 0 auto;              /* IE 10 */
    flex: 1 0 auto;
}
.sf-static-sticky .sf-footer,
/*.sf-static-sticky .sf-static-footer,*/
.footer-is-sticky .sf-footer {
    z-index: 10;
    -webkit-flex-shrink: 0;
    /*-moz-flex-shrink: 0;*/
    /*-ms-flex-shrink: 0;*/
    flex-shrink: 0;
}

.sf-body.fill-page {
    height: 100vh!important;
}</pre></body></html>