a.cta-secondary.performance-kit-cta,
a.alternate-cta.performance-kit-cta {
  border-bottom: 0;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
}

.performance-kit-cta strong {
  color: inherit;
  font-weight: 900;
}

.normalized-footer,
.normalized-footer * {
  box-sizing: border-box;
}

.normalized-footer {
  width: 100%;
  margin: 0;
  background: #1b1a18;
  color: rgba(255, 253, 249, .72);
  font-family: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.normalized-footer a {
  color: inherit;
}

.normalized-footer-shell {
  width: min(calc(100% - 44px), 1240px);
  margin: 0 auto;
}

.normalized-footer-full {
  padding: 58px 0 64px;
}

.normalized-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(5, minmax(112px, .8fr));
  gap: clamp(24px, 3vw, 46px);
  align-items: start;
}

.normalized-footer-brand img {
  width: auto;
  height: 54px;
  margin-bottom: 22px;
}

.normalized-footer-brand p {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 253, 249, .62);
  font-size: 15px;
  line-height: 1.7;
}

.normalized-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.normalized-footer-socials a,
.normalized-footer-column h3,
.normalized-footer-meta,
.normalized-footer-landing-legal,
.normalized-footer-utility {
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.normalized-footer-socials a {
  color: #fffdf9;
  font-size: 11px;
  text-decoration: none;
}

.normalized-footer-column h3 {
  margin: 0 0 18px;
  color: #fffdf9;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.35;
}

.normalized-footer-column a {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 253, 249, .7);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  text-transform: none;
}

.normalized-footer a:hover,
.normalized-footer a:focus-visible {
  color: #dfd2c1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.normalized-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 253, 249, .12);
  color: rgba(255, 253, 249, .58);
  font-size: 11px;
}

.normalized-footer-meta a {
  text-decoration: none;
}

.normalized-footer-landing {
  padding: 34px 0;
}

.normalized-footer-landing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.normalized-footer-landing-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}

.normalized-footer-landing-brand img {
  width: auto;
  height: 42px;
}

.normalized-footer-landing-brand p {
  max-width: 440px;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 253, 249, .16);
  color: rgba(255, 253, 249, .66);
  font-size: 14px;
  line-height: 1.55;
}

.normalized-footer-landing-legal {
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  color: rgba(255, 253, 249, .66);
  font-size: 11px;
}

.normalized-footer-landing-legal a {
  text-decoration: none;
}

.normalized-footer-utility {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 16px 22px;
  color: rgba(255, 253, 249, .66);
  font-size: 11px;
}

.normalized-footer-utility a {
  text-decoration: none;
}

@media (max-width: 960px) {
  .normalized-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .normalized-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .normalized-footer-shell {
    width: min(calc(100% - 30px), 1240px);
  }

  .normalized-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .normalized-footer-brand {
    grid-column: 1 / -1;
  }

  .normalized-footer-meta,
  .normalized-footer-landing-inner,
  .normalized-footer-landing-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .normalized-footer-landing-brand p {
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 253, 249, .16);
    border-left: 0;
  }

  .normalized-footer-utility {
    flex-wrap: wrap;
  }
}
