<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FOOTER */
html{
    font-size:16px;
}
footer {
    padding: 50px;
    background-color: #01619b;
    color: white;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
    font-weight: 400;
}

    footer .container {
        background-color: #01619b;
        color: white;
        background: linear-gradient( 45deg, rgba(1, 97, 155, 0.9) 0%, rgba(1, 97, 155, 0.9) 100% ), url(../images/logo-seal.webp);
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: center;
        background-size: auto, 350px;
        max-width: 1536px;
    }


    .footer-name-title p:nth-of-type(1) {
        letter-spacing: 2px !important;
    }

    .footer-name-title p:nth-of-type(3) {
        letter-spacing: 10.3px !important;
    }

footer .bi-arrow-up-square-fill {
    font-size: 30px;
}

footer a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
}

a:hover {
    color: inherit;
    /*text-decoration: inherit;*/
    text-decoration: none;
}

#google-translate {
    position: absolute;
    bottom: 0;
}

.goog-te-gadget {
    display: inline-block;
    padding: 5px 7px;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}

.sm-buttons {
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.facebook {
    background-image: url('../images/social-media-icons/facebook-icon.svg');
}

.instagram {
    background-image: url('../images/social-media-icons/instagram-icon.svg');
}

.twitter {
    background-image: url('../images/social-media-icons/twitter-icon.svg');
}

.youtube {
    background-image: url('../images/social-media-icons/youtube-icon.svg');
}

.linkedin {
    background-image: url('../images/social-media-icons/linkedin-icon.svg');
}

footer .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
}

.light-blue-text {
    color: #89c2e5;
}

.cinzel {
    font-family: Cinzel, sans-serif;
    font-display: swap;
}

.cinzel-bold {
    font-family: Cinzel, sans-serif;
    font-display: swap;
    font-weight: bold !important;
}


footer p {
    color: white;
    font-size: 12px;
    padding: 0;
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}



footer .footer-name-title {
    width: fit-content;
    border-bottom: 1px solid #89c2e5;
}


footer li{
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
}


footer .btn {
    font-weight: 400;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    font-size: 1rem;
}

#footerContainer {
    position: relative;
}

#footerclerkName {
    font-size: 36px;
    margin-bottom: -10px !important;
}

#footerCompany {
    font-size: 12px;
}

#footerLocation {
    font-size: 16px;
}

#footerHelp {
    font-size: 24px;
}

#footerList {
    margin-bottom: 16px;
}

#divUsability {
    display: table-cell;
}

#footerUList {
    margin-bottom: 100px;
}

#footerScroll {
    color: white;
    position: absolute;
    bottom: -40px;
}</pre></body></html>