<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-content &gt; span {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .footer-column {
    border-top: 1px solid #afb1b366;
    border-bottom: 1px solid #afb1b366;
  }
  .footer-column:first-child {
    border-top: 1px solid #afb1b366;
    border-bottom: 0;
  }
  .footer-column:last-child {
    border-top: 0;
    border-bottom: 1px solid #afb1b366;
  }
}

@media screen and (min-width: 1024px) {
  .footer-column ul {
    display: flex !important;
  }
}

.footer-column.open .accordion-arrow {
  transform: rotate(180deg);
}
</pre></body></html>