.footer {
  margin: 2.5rem 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.footer__socials > li {
  line-height: 0;
}
.footer__socials > li > a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.footer__socials > li > a > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__socials > li > a > svg path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__socials > li > a:hover path {
    fill: var(--orange);
  }
}
.footer__socials > li:not(:last-child) {
  margin-right: 1.25rem;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.footer__links > li {
  font-size: max(0.75rem, 12px);
  line-height: 120%;
  font-weight: 300;
}
.footer__links > li > a {
  color: var(--white);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .footer__links > li > a:hover {
    color: var(--gray);
  }
}
.footer__links > li:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.footer__links > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.0625rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="2" height="16" viewBox="0 0 2 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1V15" stroke="white" stroke-linecap="round" /%3E%3C/svg%3E');
}
.footer__copyright {
  font-size: max(0.875rem, 12px);
  line-height: 71%;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer {
    margin: 32px 0;
  }
  .footer__socials {
    margin-bottom: 32px;
  }
  .footer__links {
    margin-bottom: 24px;
  }
  .footer__links > li {
    text-align: center;
    font-size: 10px;
  }
  .footer__links > li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
  .footer__copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */
/*# sourceMappingURL=footer.css.map */