body > footer.page-footer {
  width: 100%;
  margin-top: 0;
  background: var(--color-text);
  color: var(--color-text-inverted);
}
body > footer.page-footer .page-footer__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 2.6666666667rem;
  width: min(1280px, 100% - 48px);
  margin: 0 auto;
  padding: 3.7777777778rem 0 2.2222222222rem;
}
body > footer.page-footer .page-footer__cta h2 {
  margin: 0 0 1rem;
  font-size: 1.1111111111rem;
  line-height: 1.2;
  color: var(--color-text-inverted);
}
body > footer.page-footer .page-footer__cta p {
  max-width: 320px;
  margin: 0 0 1.2222222222rem;
  font-size: 0.8888888889rem;
  line-height: 2;
  color: var(--color-text-muted-inverted);
}
body > footer.page-footer .page-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.3333333333rem;
}
body > footer.page-footer .page-footer__links nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.4444444444rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
body > footer.page-footer .page-footer__links li {
  margin: 0;
}
body > footer.page-footer .page-footer__links a {
  color: var(--color-text-inverted);
  font-size: 0.7777777778rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
body > footer.page-footer .page-footer__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6666666667rem;
}
body > footer.page-footer .page-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
body > footer.page-footer .page-footer__socials img {
  display: block;
  width: 30px;
  height: 30px;
}
body > footer.page-footer .page-footer__copyright {
  margin: 0;
  color: var(--color-text-inverted);
  font-size: 0.7777777778rem;
  text-align: right;
}

.page-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556rem;
  padding: 0.6666666667rem 1rem;
  border: 1px solid var(--color-text);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-text);
  font-size: 0.7222222222rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.page-pill-link:hover {
  background: var(--color-text);
  color: var(--color-text-inverted);
  transform: translateY(-1px);
}
.page-pill-link--light {
  border-color: var(--color-text-inverted);
  background: transparent;
  color: var(--color-text-inverted);
}
.page-pill-link--light:hover {
  background: var(--color-surface);
  color: var(--color-text);
}

.page-pill-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.page-pill-link__icon svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: currentColor;
}

@media (max-width: 991px) {
  body > footer.page-footer .page-footer__inner {
    grid-template-columns: 1fr;
  }
  body > footer.page-footer .page-footer__meta,
  body > footer.page-footer .page-footer__links nav > ul,
  body > footer.page-footer .page-footer__socials {
    align-items: flex-start;
    justify-content: flex-start;
  }
  body > footer.page-footer .page-footer__copyright {
    text-align: left;
  }
}
@media (max-width: 640px) {
  body > footer.page-footer .page-footer__inner {
    width: min(100%, 100% - 32px);
    gap: 2.2857142857rem;
    padding: 3.7142857143rem 0 2.2857142857rem;
  }
  body > footer.page-footer .page-footer__links nav > ul {
    gap: 1rem 1.2857142857rem;
  }
}

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