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

.footer-green {
    background-color: var(--green-light);
    padding: 2.625rem 0 4.0625rem;
}

.footer-blue {
    background-color: var(--blue-aqua);
    padding: 0 0 2.75rem;
    margin-top: .3125rem;
}

#newsletter-module-footer input[type="text"]::placeholder,
#newsletter-module-footer input[type="email"]::placeholder {
    color: #004c7d;
    opacity: 1;
}

#newsletter-module-footer input[type="text"]::-ms-input-placeholder,
#newsletter-module-footer input[type="email"]::-ms-input-placeholder {
    color: #004c7d;
}

.footer-black {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.222223;
    color: var(--white);
    background-color: var(--black);
    padding: 0 0 2.5rem;
}

.footer-black a,
.footer-black a:hover {
    text-decoration: none;
    color: var(--white);
}

footer .spacer {
    width: 100%;
    height: 1px;
    background-color: var(--grey-dark);
}

.text-footer-intro {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black);
    margin-bottom: .625rem;
}

.text-footer {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2222223;
    color: var(--black);
}

.text-footer:hover {
    color: var(--black);
}

footer .btn-enter {
    text-transform: none;
}

footer .btn-enter,
footer .btn-transparent {
    align-self: flex-start;
}

footer .btn-enter {
    min-width: 10.125rem;
}

.footer-black ul {
    display: flex;
    padding: 0;
    margin: -.78125rem 0 0;
}

.footer-black ul li {
    list-style: none;
    margin-top: .78125rem;
    margin-bottom: .78125rem;
}

.footer-black .footer-list {
    --gutter: 3.125rem;
    flex-wrap: wrap;
}

.footer-black .footer-list li {
    margin-right: calc(var(--gutter));
}

.footer-black .footer-list-separator {
    --gutter: .625rem;
}

.footer-black .footer-list-separator li {
    padding-left: calc(var(--gutter));
    margin-left: calc(var(--gutter));
}

.footer-black .footer-list-separator li:first-child {
    padding-left: 0;
    margin-left: 0;
}

@media (max-width: 767.98px) {
    .footer-social-wrapper {
        margin-left: -.46875rem;
        margin-right: -.46875rem;
    }

    footer .social-icon {
        margin: .3125rem .46875rem;
    }

    footer .d-flex.flex-column.mt-4 .btn-transparent,
    footer .d-flex.flex-column.mt-4 .btn-enter,
    footer .footer-blue .btn-enter {
        width: 100%;
    }

    footer .footer-blue .col.mt-5.me-xl-auto {
        text-align: center;
    }

    footer .footer-blue .footer-social-wrapper .d-flex {
        justify-content: center;
    }

    footer input[type="email"] {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer-green {
        padding: 6rem 0 7.5rem;
    }

    .footer-blue {
        padding: 2.5rem 0 5.5rem;
    }

    .footer-black {
        font-size: 1.125rem;
        padding: 0 0 3.4375rem;
    }

    .footer-social-wrapper {
        margin-left: -1.25rem;
    }

    .footer-black .footer-list li {
        margin-right: calc(var(--gutter) / 2);
    }

    .footer-black .footer-list-separator li+li {
        border-left: 1px solid var(--white);
    }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
    .footer-green .col.mt-5 {
        margin-right: 5.625rem;
    }

    .footer-green .col.mt-5:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1400px) {
    .footer-green .col.mt-5 {
        margin-right: 5.625rem;
    }

    .footer-green .col.mt-5:nth-of-type(3) {
        margin-right: auto;
    }

    .footer-green .col.mt-5:last-child {
        margin-right: 0;
    }
}</pre></body></html>