<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=Barlow:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
.footer {
    padding: 28px 0;
    background: #F8F8F8;
    text-align: center;
}
.footer .container{
    font-family: 'Barlow', 'sans-serif';
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}
.footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer .copyright{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #385168;
    position: relative;
    font-weight: 400;
    font-family: 'barlow';
}
.footer .footer-links{
    color: #C3D3E0;
}
.footer .hidden-separator{
    color: #C3D3E0;
    margin: 0 4px;
}
.footer-links a {
    color: #0079DD;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    margin: 0 4px;
}
.footer a:hover {
    text-decoration: underline;
} 

@media(max-width:767.98px){
    .footer .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }
    .hidden-separator {
        display: none;
    }
}
</pre></body></html>