<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    text-align: center;
    /* border-top: 1px solid #B2CAFA; */
    clear: both;
    font-size: 18px;
    line-height: 1;
    position: relative;
}

.footer table {
    border-collapse: collapse;
    border-spacing: 0;
}

.footer a {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    /*color: #3D70A3 !important;*/
}

.footer a::after {
    content: "Â&nbsp;Â·";
    color: black;
    display: inline-block;
}

.footer a:last-child::after {
    display: none;
}

.footer a:visited {
    /*color: #3D70A3 !important;*/
}

.footer a:link {
    /*color: #3D70A3 !important;*/
}

.footer a:active {
    /*color: #3D70A3 !important;*/
}

.footer a:hover {
    text-decoration: underline;
}

.footer a.black,
.footer a.black:visited,
.footer a.black:link,
.footer a.black:active {
    color: #000000 !important;
    font-weight: bold;
}

.footer .links_table {
    padding-top: 10px;
}

.footer a,
.footer a:visited,
.footer a:link,
.footer a:active {
    color: #3D70A3 !important;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.text-center {
    text-align: center !important;
}

.row {
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .row {
        flex-wrap: wrap;
    }
}

</pre></body></html>