<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default */
.copyright-abstract { font-size: .9375rem; line-height: 1.5em; }
.copyright-anchor-container { display: flex; margin-top: 5px; color: #707070; font-size: .9375rem; gap: 5px;  }
.copyright-anchor { color: #707070; text-decoration: none; }

@media (max-width: 1025px) {
    .copyright-container { text-align: center; }
    .copyright-anchor-container { flex-direction: column; align-items: center }
    .copyright-anchor-separator { display: none; }
}

@media (max-width: 640px) {
    .footer-wrapper &gt; .footer-container { padding: 0 }
}

/* Account */
.copyright-container.account-footer { color: #FFF; font-size: .875rem; }
.copyright-anchor-container.account-footer { color: #FFF; display: block; }
.copyright-anchor.account-footer { color: #FFF; font-size: .875rem; }
.copyright-anchor-separator { margin: 0 5px; }</pre></body></html>