<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bccet-global-footer-container {
    background: #090818;
    color: #aaaed1;
    padding: 1em 0.5em;
    font-size: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bccet-global-footer-container p {
    margin: 0;
}

.bccet-global-footer-container a {
    color: #aaaed1 !important;
    text-decoration: none !important;
}

.bccet-global-footer-container a:hover {
    color: #ffffff;
}

.bccet-footer-right {
    display: grid;
    justify-self: end;
    align-items: center;
}

.bccet-links li {
    display: inline;
    padding: 1em 0.5em;
}

@media only screen and (max-width: 950px) {
    .bccet-global-footer-container {
        grid-template-columns: 1fr;
    }
    
    .bccet-links {
        padding-top: 1em;
    }
    
    .bccet-footer-right {
        justify-self: start;
    }
    
    .bccet-links li {
        display: block;
        padding: 0;
    }
}

.bccet-footer-left {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1em;
}

.bccet-footer-logo {
    width: 192px;
}

.bccet-jubilee-logo {
    width: 128px !important;
}</pre></body></html>