.policy-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 60px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.policy-jump-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d5d5d5;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .65px;
  text-transform: uppercase;
  transition: color .2s ease;
}

.policy-jump-links a::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--red);
}

.policy-jump-links a:hover {
  color: var(--red);
}

.policy-part {
  scroll-margin-top: calc(var(--header-height) + 30px);
}

.policy-part + .policy-part {
  margin-top: clamp(85px, 9vw, 140px);
}

.policy-part-heading {
  margin-bottom: 18px;
  padding-bottom: clamp(30px, 4vw, 50px);
  border-bottom: 1px solid rgba(255, 16, 24, .5);
}

.policy-part-heading .eyebrow {
  margin-bottom: 18px;
}

.policy-part-heading h2 {
  margin: 0 0 18px;
  color: #fff;
  font: 600 clamp(38px, 4vw, 62px)/1 var(--serif);
  text-transform: uppercase;
}

.policy-part-heading h2 span {
  color: var(--red);
}

.policy-part-heading > p:last-child {
  max-width: 1050px;
  margin: 0;
  color: #aaa;
  font-size: 14px;
  line-height: 1.9;
}

.policy-part .legal-section h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--sans);
  font-size: clamp(19px, 1.6vw, 24px);
  font-weight: 650;
  line-height: 1.4;
}

.policy-part .legal-section h3 .legal-number {
  display: inline-block;
  min-width: 42px;
  color: var(--red);
}

.legal-emphasis-line {
  margin: 22px 0 5px !important;
  padding: 3px 0 3px 20px;
  border-left: 2px solid var(--red);
  color: #f1f1f1 !important;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .policy-jump-links {
    display: grid;
    gap: 14px;
    margin-bottom: 45px;
  }

  .policy-part + .policy-part {
    margin-top: 75px;
  }

  .policy-part-heading h2 {
    font-size: 36px;
  }

  .policy-part .legal-section h3 {
    font-size: 18px;
  }

  .policy-part .legal-section h3 .legal-number {
    display: block;
    margin-bottom: 6px;
  }
}
