:root {
  color-scheme: light;
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  color: #29163e;
  background: #f6f3fa;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.75;
}
a {
  color: #7040a4;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
a:hover {
  color: #49206d;
}
a:focus-visible {
  outline: 3px solid #dd8a17;
  outline-offset: 5px;
  border-radius: 3px;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 4;
  padding: 8px 16px;
  background: #fff3e0;
}
.skip-link:focus {
  top: 8px;
}
.legal-header {
  background: #49206d;
  color: #fff3e0;
}
.legal-header > div {
  width: min(100% - 80px, 1320px);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 100px;
}
.legal-header img {
  display: block;
  width: 112px;
  height: 80px;
  object-fit: contain;
  mix-blend-mode: lighten;
}
.legal-header nav {
  display: flex;
  gap: 32px;
  align-items: center;
}
.legal-header a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.legal-header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.legal-header .return-link {
  background: #fff3e0;
  color: #301449;
  border-radius: 12px;
  padding: 10px 18px;
  gap: 16px;
}
main {
  width: min(100% - 80px, 1160px);
  margin: auto;
  padding: 64px 0 80px;
}
.legal-heading {
  margin-bottom: 56px;
}
.legal-heading nav {
  display: flex;
  gap: 8px;
  margin-bottom: 30px;
}
.legal-heading nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid #d9cce5;
  border-radius: 100px;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.legal-heading nav a[aria-current="page"] {
  background: #49206d;
  border-color: #49206d;
  color: #fff3e0;
}
h1 {
  font-size: clamp(42px, 6.5vw, 76px);
  letter-spacing: -0.06em;
  line-height: 1.05;
  margin: 0 0 20px;
}
.legal-lede {
  font-size: 19px;
  max-width: 650px;
  color: #725e81;
  margin: 0 0 16px;
}
.legal-date {
  font-size: 13px;
  color: #796289;
  margin: 0;
}
.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}
aside {
  position: sticky;
  top: 30px;
  padding-right: 20px;
  font-size: 13px;
}
aside > p {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin: 0 0 12px;
  color: #9273a7;
}
aside nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
aside a {
  text-decoration: none;
  line-height: 1.45;
  padding: 4px 0;
}
article {
  min-width: 0;
  font-size: 16px;
}
article section {
  scroll-margin-top: 24px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2d9eb;
}
h2 {
  font-size: 26px;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 18px;
}
p {
  margin: 0 0 16px;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 23px;
  margin: 0 0 16px;
}
li {
  padding-left: 4px;
  margin-bottom: 13px;
}
strong {
  font-weight: 750;
}
.legal-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
}
.legal-next > span {
  color: #796289;
  font-size: 14px;
}
.legal-next a {
  font-weight: 700;
}
.legal-footer {
  background: #49206d;
  color: #fff3e0;
}
.legal-footer > div {
  width: min(100% - 80px, 1160px);
  margin: auto;
  padding: 36px 0 20px;
}
.legal-footer-brand {
  position: relative;
  display: block;
  width: min(100%, 800px);
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  cursor: crosshair;
  touch-action: pan-y;
}
.legal-footer-brand img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}
.legal-footer-brand canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.legal-footer-brand:focus-visible {
  outline: 3px solid #ffd25f;
  outline-offset: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .legal-footer-brand:hover img,
  .legal-footer-brand:focus-visible img {
    filter: brightness(1.08);
  }
}
.legal-footer-bottom {
  border-top: 1px solid #fff3e02b;
  margin-top: 32px;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}
.legal-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.legal-footer a {
  color: inherit;
}
.legal-footer-bottom a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
}
@media (max-width: 760px) {
  .legal-header > div,
  main,
  .legal-footer > div {
    width: calc(100% - 40px);
  }
  main {
    padding-top: 36px;
  }
  .legal-header > div {
    min-height: 84px;
  }
  .legal-header img {
    width: 92px;
    height: 66px;
  }
  .legal-header nav {
    gap: 16px;
    font-size: 13px;
  }
  .legal-header nav > a:not(.return-link) {
    display: none;
  }
  .legal-header .return-link {
    padding: 8px 12px;
    gap: 8px;
  }
  .legal-heading {
    margin-bottom: 32px;
  }
  .legal-lede {
    font-size: 17px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  aside {
    position: static;
    padding: 20px;
    background: #eee6f5;
    border-radius: 16px;
  }
  aside nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
  }
  aside a {
    min-height: 32px;
  }
  article {
    font-size: 15px;
  }
  h2 {
    font-size: 23px;
  }
  .legal-footer-bottom {
    flex-wrap: wrap;
  }
  .legal-footer-bottom nav {
    gap: 18px;
  }
}
@media print {
  .legal-header,
  aside,
  .legal-footer,
  .legal-heading nav,
  .legal-next,
  .skip-link {
    display: none;
  }
  :root {
    background: white;
    color: black;
    font-family: sans-serif;
  }
  main {
    width: 100%;
    padding: 0;
  }
  .legal-layout {
    display: block;
  }
  h1 {
    font-size: 30pt;
  }
  h2 {
    break-after: avoid;
  }
  a {
    color: black;
  }
  article {
    font-size: 10pt;
  }
}
