.site-footer {
  background-color: #fff;
  color: rgb(41, 57, 114);
  padding: 6em 20px 3em;
  font-family: Mulish, -apple-system, system-ui, sans-serif;
}
html.megamenu-open .site-footer {
  margin-right: var(--scrollbar-width);
}
.site-footer input {
  width: 70%;
  background: transparent;
}
.site-footer label {
  margin-bottom: 1em;
  font-weight: bold;
  color: inherit;
  letter-spacing: 0.02rem;
  font-family: Chainalysis, system-ui, sans-serif;
  font-size: 16px;
}
.site-footer label:empty {
  display: none;
}
.site-footer a {
  text-decoration: none;
  letter-spacing: 0.035em;
  color: #282828;
  font-size: 15px;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer ul {
  margin-bottom: 0.5em;
}
.site-footer ul li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.site-footer ul > :last-child {
  margin-bottom: 0;
}
.site-footer .small {
  font-size: 15px;
}
.site-footer .link {
  display: inline-block;
  margin-top: 0.5em;
  letter-spacing: 0.035em;
}
.site-footer .language {
  display: inline-block;
  margin-right: 0.5em;
}
.site-footer .language :not(:first-of-type) {
  margin-left: 0.5em;
}
.site-footer [data-eg-col]:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .site-footer [data-eg-col]:not(:last-child) {
    margin-bottom: 0;
  }
}
.site-footer .block:not(:last-child) {
  margin-bottom: 1.5em;
}
.site-footer .bottom-links {
  opacity: 0.5;
  font-size: 80%;
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 576px) {
  .site-footer .bottom-links {
    text-align: left;
  }
}
.site-footer .footerRow {
  padding: 1.5em 0;
}
.site-footer .footerRow:first-of-type {
  padding-top: 0;
}
.site-footer .footerRow.site-footer__end-row {
  border-top: 1px solid rgb(147, 156, 183);
}
.site-footer .footerRow__wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.site-footer .footerRow__column {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .site-footer .footerRow__column {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.site-footer .footerRow__socials {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .site-footer .footerRow__socials {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footerRow__socials .site-footer__social-wrap {
  display: flex;
  height: 2em;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer .footerRow__socials .site-footer__social-wrap {
    -webkit-box-pack: end;
    justify-content: end;
    height: 100%;
  }
}
.site-footer .footerRow__socials .site-footer__social-wrap .footer-social__link {
  line-height: 0;
  margin-left: 1rem;
  opacity: 0.5;
}
.site-footer .footerRow__socials .site-footer__social-wrap .footer-social__link:hover {
  opacity: 1;
}
.site-footer .footerRow__socials .site-footer__social-wrap .footer-social__link:first-of-type {
  margin-left: inherit;
}
.site-footer .footerRow__socials .site-footer__social-wrap .footer-social__icon {
  height: 20px;
}
.site-footer__wrap {
  margin: 0px auto;
  max-width: 1288px;
}
.site-footer__newsletter {
  margin-bottom: 3em;
}
.site-footer__newsletter .h1 {
  margin: 0px;
  font-size: clamp(24px, 2vw, 32px);
}
@media (min-width: 576px) {
  .site-footer__newsletter .h1 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .site-footer__newsletter .h1 {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .site-footer__newsletter form {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
  }
}
.site-footer__newsletter form .mktoButtonRow {
  margin-top: 0;
}
.site-footer__newsletter .mktoButton {
  background-color: rgb(41, 57, 114);
}
.site-footer__newsletter .mktoButton::before {
  background-color: rgb(255, 83, 0);
}
.site-footer__newsletter-col {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 992px) {
  .site-footer__newsletter-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*# sourceMappingURL=site-footer.css.map */
