.privacy-page { background: #f0f1f2; color: #292929; }
.privacy-layout { width: min(1120px, calc(100% - 120px)); margin: 0 auto; padding: 170px 0 140px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 100px; align-items: start; }
.privacy-overview { position: sticky; top: 140px; }
.privacy-overview-title { margin: 3px 0 25px; font-size: 13px; font-weight: 650; letter-spacing: .24em; }
.privacy-overview-links { border-left: 1px solid #d5d8da; }
.privacy-overview a { display: block; margin-left: -1px; border-left: 1px solid transparent; padding: 10px 0 10px 18px; color: inherit; font-size: 15px; line-height: 1.6; text-decoration: none; }
.privacy-overview a[aria-current="location"] { border-left-color: #292929; font-weight: 550; }
.privacy-overview a:hover { color: #747a7e; }
.privacy-copy { min-width: 0; font-size: 18px; line-height: 1.85; overflow-wrap: break-word; }
.privacy-copy section { margin: 0 0 68px; scroll-margin-top: 135px; }
.privacy-copy section:last-child { margin-bottom: 0; }
.privacy-copy h2 { font-size: 29px; font-weight: 600; line-height: 1.4; margin: 0 0 25px; letter-spacing: -.025em; }
.privacy-copy h3 { font-size: 21px; font-weight: 600; line-height: 1.5; margin: 36px 0 18px; }
.privacy-copy p { margin: 0 0 24px; }
.privacy-copy ul { margin: 0 0 24px; padding-left: 1.35em; }
.privacy-copy li { margin-bottom: 7px; padding-left: 2px; }
.privacy-copy section > :last-child { margin-bottom: 0; }
@media (max-width:1100px) {
  .privacy-layout { width: calc(100% - 80px); padding-top: 205px; grid-template-columns: 190px minmax(0, 1fr); gap: 50px; }
  .privacy-overview { top: 165px; }
  .privacy-copy section { scroll-margin-top: 170px; }
}
@media (max-width:760px) {
  .privacy-layout { width: calc(100% - 48px); padding-top: 205px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 55px; }
  .privacy-overview { position: static; }
  .privacy-overview-title { margin-bottom: 18px; }
  .privacy-overview-links { display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-overview a { padding-top: 10px; padding-bottom: 10px; font-size: 14px; min-height: 44px; }
  .privacy-copy { font-size: 16px; line-height: 1.9; }
  .privacy-copy h2 { font-size: 25px; margin-bottom: 20px; }
  .privacy-copy h3 { font-size: 19px; margin-top: 30px; }
  .privacy-copy section { margin-bottom: 55px; }
}
@media (max-width:374px) {
  .privacy-layout { width: calc(100% - 40px); padding-top: 230px; }
  .privacy-copy section { scroll-margin-top: 215px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
