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


footer {
    min-height: 300px;
    background-color: #0657A8;
    color: #fff; 
    /*font-family: "Open Sans";*/
    margin: 0px auto 0;
    display: block;
    border-radius: 0px;
    position: relative;
    font-size: 0;
    padding: 10px 25px 10px
}

@media (max-width: 600px) {
    footer {
        padding: 10px 0px 20px 20px;
        border-radius: 0px
    }
}

footer

.footer-wrapper {
    max-width: 1440px;
    margin: 0 auto
}

footer ul {
    list-style-type: none;
    padding: 0
}

footer
.footer-links {
    display: inline-block;
    vertical-align: top;
    min-height: 270px;
    width: 20%;
    margin-top: 20px;
    position: relative
}

@media (max-width: 900px) {
    footer .footer-links {
        width: 50%
    }
}

@media (max-width: 450px) {
    footer .footer-links {
        width: 100%
    }
}

.footer-divider {
    content: "";
    top: 0;
    bottom: 0;
    right: 10%;
    width: 2px;
    background-color: #03498f;
    position: absolute;
}

@media (max-width: 450px) {
    footer .footer-links:after {
        display: none
    }
}

@media (max-width: 900px) {
    footer .footer-links:nth-child(2):after {
        display: none !important
    }
}

footer .footer-links li {
    font-size: 16px;
    padding: 0 30px;
    min-height: 25px;
    line-height: 25px
}

@media (max-width: 600px) {
    footer .footer-links li {
        padding: 0;
        font-size: 14px
    }
}

footer .footer-links li.footer-title {
    /*font-family: "cabin";*/
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

    footer .footer-links li.footer-title.language {
        margin-top: 9px
    }

footer .footer-links li .fa {
    width: 28px;
    padding: 0 5px 0 5px;
    text-align: left
}

footer .footer-links li a {
    color: white
}

footer .footer-cards {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 30px;
    float: right;
}

@media (max-width: 600px) {
    footer .footer-cards {
        padding: 0
    }
}

footer .footer-cards:after {
    content: "";
    display: table;
    clear: both
}

footer .footer-cards .fa {
    font-size: 34px;
    width: 100%;
    margin-top: 0px;
    display: block;
    padding: 0 8px 0 0
}

footer .footer-cards li {
    padding-right: 6px;
    padding-left: 0px;
    display: inline-block;
    height: 40px
}

@media (min-width: 901px) and (max-width: 1038px) {
    footer .footer-cards li {
        padding-right: 20px
    }
}

.bottom-footer {
    background-color: #0d3151;
    margin: 0 auto;
    width: 100%
}

    .bottom-footer .bottom-footer-container {
        max-width: 1440px;
        width: 92%;
        display: block;
        margin: 0 auto;
        padding: 5px 0px;
        overflow: hidden
    }

        .bottom-footer .bottom-footer-container a {
            float: left
        }

@media (max-width: 600px) {
    .bottom-footer .bottom-footer-container a {
        float: none
    }
}

.bottom-footer .bottom-footer-container p {
    float: right;
    /*font-family: 'Oswald';*/
    color: #fff;
    font-size: 16px;
    margin-top: 10px
}

@media (max-width: 600px) {
    .bottom-footer .bottom-footer-container p {
        float: none
    }
}
</pre></body></html>