<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.e420-footer-menu-socials {
  justify-content: start !important;
}

.e420-list-social__link:first-of-type {
  padding-left: 0;
}

.e420-list-social__link:focus-visible {
  padding: 1.3rem;
}

.e420-footer-menu-socials.e420-mobile {
  display: none;
}

@media only screen and (max-width: 798px) {
  .e420-footer-menu-socials:not(.e420-mobile) {
    display: none;
  }
  .e420-footer-menu-socials.e420-mobile {
    display: flex;
  }
}</pre></body></html>