<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-fixed {
    background: #f1ebd5;
}

.footer-fixed .footer-fixed-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-fixed .footer-fixed-links ul i {
    padding-right: 2px;
    line-height: 1;
}

.footer-fixed .footer-fixed-links ul a {
    color: #002147;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1;
}

.footer-fixed .footer-fixed-links ul a:hover {
    color: #002147;
    text-decoration: underline;
}

.footer-fixed-logo {
    width: 40px;
    height: 55px;
}

.footer-fixed-copyright {
	font-size: 0.7rem;
}

@media (max-width: 400px) {
    .fixed-bottom {
        position: relative;
    }
    .footer-fixed .footer-fixed-links ul a {
        font-size: 0.7rem;
    }
}

@media (min-width: 401px) {
    .fixed-bottom {
        position: relative;
    }
    .footer-fixed .footer-fixed-links ul a {
        font-size: 0.7rem;
    }
}

@media (min-width: 576px) {
    .fixed-bottom {
        position: relative;
    }
   .footer-fixed .footer-fixed-links ul a {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .fixed-bottom {
        position: fixed;
    }
    .footer-fixed .footer-fixed-links ul a {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .fixed-bottom {
        position: fixed;
    }
    .footer-fixed .footer-fixed-links ul a {
        font-size: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .fixed-bottom {
        position: fixed;
    }
    .footer-fixed .footer-fixed-links ul a {
        font-size: 0.8rem;
    }
}
</pre></body></html>