.legal-copy {
  color: #484644;
  font-size: 16px;
  line-height: 1.75;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0;
  box-shadow: 0 0 0 4px #201f1e;
  border-radius: 4px;
}

.on-light:focus-visible {
  outline: 2px solid #201f1e;
  box-shadow: 0 0 0 4px #fff;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f9fd 0%, #fff 100%);
}

.legal-hero::after {
  content: '';
  position: absolute;
  width: 34rem;
  height: 34rem;
  top: -25rem;
  right: -8rem;
  border: 1px solid #c7e0f4;
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(199, 224, 244, .22), 0 0 0 10rem rgba(199, 224, 244, .12);
  pointer-events: none;
}

.legal-hero > div {
  position: relative;
  z-index: 1;
}

.legal-copy > section {
  padding: 2rem 0;
  border-top: 1px solid #edebe9;
}

.legal-copy > section:first-child {
  padding-top: 0;
  border-top: 0;
}

.legal-copy h2 {
  margin-bottom: .75rem;
  color: #201f1e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
}

.legal-copy p + p {
  margin-top: 1rem;
}

.legal-copy a {
  color: #15669e;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-copy a:hover {
  color: #105383;
}

.not-found-main {
  min-height: calc(100vh - 4rem);
}

.error-code {
  color: transparent;
  font-size: clamp(5rem, 15vw, 10rem);
  font-weight: 800;
  line-height: .8;
  -webkit-text-stroke: 2px #c7e0f4;
}

@media (max-width: 639px) {
  .legal-copy {
    font-size: 15px;
  }

  .legal-copy > section {
    padding: 1.5rem 0;
  }
}