@charset "utf-8";

:root {
  --msp-privacy-midnight: #020b16;
  --msp-privacy-navy: #061a2f;
  --msp-privacy-navy-raised: #0a2946;
  --msp-privacy-blue: #075fcf;
  --msp-privacy-cobalt: #1958e6;
  --msp-privacy-cyan: #54dcff;
  --msp-privacy-ice: #dff7ff;
  --msp-privacy-ink: #091b2c;
  --msp-privacy-copy: #526579;
  --msp-privacy-line: #cfdae5;
  --msp-privacy-surface: #f3f7fb;
  --msp-privacy-warm: #f8f7f3;
  --msp-privacy-white: #fff;
  --msp-privacy-gutter: clamp(28px, 4.17vw, 80px);
  --msp-privacy-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

#subWrap:has([data-msp-privacy-page]) {
  background: var(--msp-privacy-white);
  color: var(--msp-privacy-ink);
  overflow: clip;
}

#subWrap:has([data-msp-privacy-page]),
#subWrap:has([data-msp-privacy-page]) * {
  box-sizing: border-box;
}

#subWrap:has([data-msp-privacy-page]) :where(figure, h1, h2, h3, p, ol, ul, dl, dd, dt) {
  margin: 0;
}

#subWrap:has([data-msp-privacy-page]) :where(ol, ul) {
  list-style: none;
  padding: 0;
}

#subWrap:has([data-msp-privacy-page]) :where(a, button) {
  font: inherit;
}

#subWrap:has([data-msp-privacy-page]) .inner1560 {
  max-width: 1560px;
  padding-inline: 0;
  width: 100%;
}

.msp-privacy-page {
  background: var(--msp-privacy-white);
  color: var(--msp-privacy-ink);
  font-family: "Poppins", "Pretendard", "Noto Sans KR", sans-serif;
  overflow: clip;
  position: relative;
}

.msp-privacy-page[data-locale="ko"] :where(p, li, h1, h2, h3, dd, dt) {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.msp-privacy-page[data-locale="en"] :where(p, li, h1, h2, h3, dd, dt) {
  hyphens: none;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* The preserved shell owns an absolute global header rule. */
.msp-privacy-page header {
  height: auto;
  inset: auto;
  position: relative;
  width: auto;
  z-index: auto;
}

body:has([data-msp-privacy-page]) #header:not(.all) .logo a,
body:has([data-msp-privacy-page]) #header:not(.all) .menu-group .util .lang img {
  filter: brightness(0) invert(1);
}

body:has([data-msp-privacy-page]) #header.all .logo a {
  filter: none;
}

body:has([data-msp-privacy-page]) #header:not(.all) .all-menu {
  transition: none !important;
}

body:has([data-msp-privacy-page]) #header:not(.all) .all-menu::before,
body:has([data-msp-privacy-page]) #header:not(.all) .all-menu::after {
  content: none !important;
  transition: none !important;
}

.msp-privacy-page :where(a, button):focus-visible {
  outline: 3px solid var(--msp-privacy-cyan);
  outline-offset: 5px;
}

.msp-privacy-hero {
  align-items: center;
  background: var(--msp-privacy-midnight);
  display: flex;
  height: 720px;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.msp-privacy-hero__media,
.msp-privacy-hero__media img,
.msp-privacy-hero__veil {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.msp-privacy-hero__media {
  z-index: -3;
}

.msp-privacy-hero__media img {
  object-fit: cover;
  object-position: center;
}

.msp-privacy-hero__veil {
  background:
    linear-gradient(90deg, rgb(2 11 22 / 99%) 0%, rgb(2 11 22 / 94%) 32%, rgb(2 11 22 / 60%) 53%, rgb(2 11 22 / 12%) 100%),
    linear-gradient(0deg, rgb(2 11 22 / 72%) 0%, transparent 48%);
  z-index: -2;
}

.msp-privacy-hero::before {
  background-image:
    linear-gradient(rgb(84 220 255 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(84 220 255 / 8%) 1px, transparent 1px);
  background-size: 96px 96px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000 0%, rgb(0 0 0 / 42%) 48%, transparent 72%);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.msp-privacy-hero::after {
  background: linear-gradient(90deg, var(--msp-privacy-cyan), rgb(84 220 255 / 10%) 52%, transparent 88%);
  bottom: 0;
  content: "";
  height: 2px;
  left: var(--msp-privacy-gutter);
  max-width: 610px;
  position: absolute;
  width: calc(100% - (var(--msp-privacy-gutter) * 2));
}

.msp-privacy-hero__content {
  color: var(--msp-privacy-white);
  margin-inline: auto;
  position: relative;
  width: min(calc(100% - (var(--msp-privacy-gutter) * 2)), 1560px);
  z-index: 1;
}

#subWrap:has([data-msp-privacy-page]) .msp-privacy-hero__content {
  width: min(calc(100% - (var(--msp-privacy-gutter) * 2)), 1560px);
}

.msp-privacy-hero__eyebrow,
.msp-privacy-current__eyebrow,
.msp-privacy-boundary__eyebrow,
.msp-privacy-activation__eyebrow,
.msp-privacy-related__eyebrow {
  align-items: center;
  color: var(--msp-privacy-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 14px;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.msp-privacy-hero__eyebrow,
.msp-privacy-activation__eyebrow {
  color: var(--msp-privacy-cyan);
}

.msp-privacy-hero__eyebrow::before,
.msp-privacy-current__eyebrow::before,
.msp-privacy-boundary__eyebrow::before,
.msp-privacy-activation__eyebrow::before,
.msp-privacy-related__eyebrow::before {
  background: currentcolor;
  content: "";
  height: 1px;
  width: 30px;
}

.msp-privacy-hero__title {
  font-size: clamp(58px, 5vw, 96px);
  font-weight: 780;
  letter-spacing: -0.066em;
  line-height: 0.97;
  margin-top: clamp(26px, 2.4vw, 46px);
  max-width: 760px;
}

.msp-privacy-hero__title span {
  display: block;
}

.msp-privacy-hero__title span:last-child {
  color: var(--msp-privacy-cyan);
}

.msp-privacy-hero__tagline {
  color: #c8dbe9;
  font-size: clamp(11px, 0.83vw, 16px);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.7;
  margin-top: clamp(30px, 3vw, 56px);
  max-width: 680px;
}

.msp-privacy-hero__scroll {
  align-items: center;
  background: rgb(2 11 22 / 32%);
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 50%;
  bottom: 42px;
  color: var(--msp-privacy-white);
  cursor: pointer;
  display: flex;
  height: 68px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  translate: -50% 0;
  width: 68px;
  z-index: 2;
}

.msp-privacy-hero__scroll > span:first-child {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.msp-privacy-hero__scroll > span:last-child {
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  height: 11px;
  transform: translateY(-3px) rotate(45deg);
  width: 11px;
}

.msp-privacy-hero__scroll::after {
  animation: msp-privacy-scroll-pulse 2.2s ease-out infinite;
  border: 1px solid rgb(84 220 255 / 72%);
  border-radius: inherit;
  content: "";
  inset: -1px;
  pointer-events: none;
  position: absolute;
}

.msp-privacy-current {
  background: var(--msp-privacy-white);
  padding: clamp(104px, 7.9vw, 152px) var(--msp-privacy-gutter) clamp(112px, 8.6vw, 166px);
  position: relative;
  scroll-margin-top: 0;
}

.msp-privacy-current::before {
  background: var(--msp-privacy-blue);
  content: "";
  height: 1px;
  left: var(--msp-privacy-gutter);
  opacity: 0.9;
  position: absolute;
  right: var(--msp-privacy-gutter);
  top: 0;
}

.msp-privacy-current__inner,
.msp-privacy-boundary__inner,
.msp-privacy-activation__inner,
.msp-privacy-related__inner {
  margin-inline: auto;
  max-width: 1560px;
  width: 100%;
}

.msp-privacy-current__header {
  display: grid;
  gap: clamp(28px, 4vw, 72px);
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  margin-bottom: clamp(62px, 5.4vw, 102px);
}

.msp-privacy-current__title,
.msp-privacy-boundary__title,
.msp-privacy-activation__title,
.msp-privacy-related__title {
  font-size: clamp(42px, 3.45vw, 66px);
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 1.08;
  margin-top: 24px;
}

.msp-privacy-current__description,
.msp-privacy-boundary__description,
.msp-privacy-activation__description,
.msp-privacy-related__description {
  align-self: end;
  color: var(--msp-privacy-copy);
  font-size: 17px;
  line-height: 1.86;
  max-width: 670px;
}

.msp-privacy-current__status {
  align-items: center;
  background: var(--msp-privacy-ice);
  border: 1px solid rgb(7 95 207 / 18%);
  color: var(--msp-privacy-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 22px;
  min-height: 44px;
  padding: 9px 16px;
}

.msp-privacy-current__items {
  border-bottom: 1px solid var(--msp-privacy-line);
  border-top: 1px solid var(--msp-privacy-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.msp-privacy-current-item {
  min-height: 248px;
  padding: 36px clamp(24px, 2.4vw, 46px) 42px;
  position: relative;
}

.msp-privacy-current-item:nth-child(odd) {
  border-right: 1px solid var(--msp-privacy-line);
}

.msp-privacy-current-item:nth-child(n + 3) {
  border-top: 1px solid var(--msp-privacy-line);
}

.msp-privacy-current-item::before {
  background: var(--msp-privacy-cyan);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 680ms var(--msp-privacy-ease) var(--msp-privacy-sequence-delay, 0ms);
  width: 100%;
}

.msp-privacy-current-item.is-active::before {
  transform: scaleX(1);
}

.msp-privacy-current-item__number,
.msp-privacy-boundary__number,
.msp-privacy-activation__number {
  color: var(--msp-privacy-blue);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.msp-privacy-current-item__copy h3 {
  color: var(--msp-privacy-ink);
  font-size: clamp(20px, 1.45vw, 28px);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.32;
  margin-top: 50px;
}

.msp-privacy-current-item__copy p {
  color: var(--msp-privacy-copy);
  font-size: 14px;
  line-height: 1.75;
  margin-top: 18px;
}

.msp-privacy-index {
  align-items: center;
  background: rgb(255 255 255 / 92%);
  border-bottom: 1px solid var(--msp-privacy-line);
  border-top: 1px solid var(--msp-privacy-line);
  display: flex;
  justify-content: center;
  min-height: 72px;
  position: sticky;
  top: 0;
  z-index: 8;
}

.msp-privacy-index__list {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  max-width: 1560px;
  width: calc(100% - (var(--msp-privacy-gutter) * 2));
}

.msp-privacy-index__link {
  align-items: center;
  color: #637486;
  display: inline-flex;
  font-size: 13px;
  font-weight: 720;
  justify-content: center;
  min-height: 70px;
  padding: 0 clamp(18px, 2.2vw, 42px);
  position: relative;
}

.msp-privacy-index__link::after {
  background: var(--msp-privacy-blue);
  bottom: -1px;
  content: "";
  height: 2px;
  left: 18px;
  position: absolute;
  right: 18px;
  transform: scaleX(0);
  transition: transform 240ms ease;
}

.msp-privacy-index__link:is(:hover, .is-active, [aria-current="location"]) {
  color: var(--msp-privacy-blue);
}

.msp-privacy-index__link:is(:hover, .is-active, [aria-current="location"])::after {
  transform: scaleX(1);
}

.msp-privacy-boundary {
  background:
    linear-gradient(90deg, transparent 0 49.95%, rgb(7 95 207 / 5%) 50%, transparent 50.05%),
    var(--msp-privacy-surface);
  padding: clamp(112px, 9vw, 172px) var(--msp-privacy-gutter) clamp(124px, 9.8vw, 188px);
  position: relative;
  scroll-margin-top: 96px;
}

.msp-privacy-boundary::after {
  color: rgb(9 27 44 / 4%);
  content: "LOCAL";
  font-size: clamp(112px, 16vw, 300px);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.72;
  pointer-events: none;
  position: absolute;
  right: -0.02em;
  top: 0.24em;
}

.msp-privacy-boundary__inner {
  align-items: center;
  display: grid;
  gap: clamp(58px, 7.4vw, 142px);
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  position: relative;
  z-index: 1;
}

.msp-privacy-boundary__copy {
  min-width: 0;
}

.msp-privacy-boundary__description {
  margin-top: 30px;
}

.msp-privacy-boundary__items {
  border-top: 1px solid var(--msp-privacy-line);
  grid-column: 1;
  margin-top: 48px;
}

.msp-privacy-boundary__item {
  align-items: start;
  border-bottom: 1px solid var(--msp-privacy-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 104px;
  padding: 25px 4px;
}

.msp-privacy-boundary__number {
  padding-top: 4px;
}

.msp-privacy-boundary__item h3 {
  color: var(--msp-privacy-ink);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.4;
}

.msp-privacy-boundary__item p {
  color: var(--msp-privacy-copy);
  font-size: 14px;
  line-height: 1.72;
  margin-top: 8px;
}

.msp-privacy-boundary__media {
  aspect-ratio: 8 / 5;
  background: var(--msp-privacy-navy);
  border-radius: 2px 72px 2px 2px;
  box-shadow: 24px 24px 0 rgb(7 95 207 / 9%);
  clip-path: polygon(0 0, calc(100% - 54px) 0, 100% 54px, 100% 100%, 0 100%);
  min-width: 0;
  overflow: hidden;
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.msp-privacy-boundary__media::before {
  border-left: 1px solid rgb(84 220 255 / 64%);
  border-top: 1px solid rgb(84 220 255 / 64%);
  content: "";
  inset: 20px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.msp-privacy-boundary__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--msp-privacy-ease);
  width: 100%;
}

.msp-privacy-boundary__media:hover img {
  transform: scale(1.025);
}

.msp-privacy-activation {
  background: var(--msp-privacy-midnight);
  color: var(--msp-privacy-white);
  padding: clamp(112px, 8.5vw, 164px) var(--msp-privacy-gutter) clamp(124px, 9.5vw, 182px);
  position: relative;
  scroll-margin-top: 96px;
}

.msp-privacy-activation::before {
  background-image:
    linear-gradient(rgb(84 220 255 / 7%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(84 220 255 / 7%) 1px, transparent 1px);
  background-size: 88px 88px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.msp-privacy-activation__inner {
  position: relative;
}

.msp-privacy-activation__header {
  display: grid;
  gap: clamp(28px, 4vw, 72px);
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  margin-bottom: clamp(54px, 5vw, 90px);
}

.msp-privacy-activation__header .msp-privacy-activation__description {
  align-self: end;
}

.msp-privacy-activation__feature {
  background: var(--msp-privacy-navy);
  overflow: hidden;
  position: relative;
}

.msp-privacy-activation__media {
  height: 610px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.msp-privacy-activation__media img,
.msp-privacy-activation__media::after {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.msp-privacy-activation__media img {
  object-fit: cover;
}

.msp-privacy-activation__media::after {
  background:
    linear-gradient(90deg, rgb(2 11 22 / 10%) 0%, rgb(2 11 22 / 28%) 42%, rgb(2 11 22 / 94%) 69%, rgb(2 11 22 / 99%) 100%),
    linear-gradient(0deg, rgb(2 11 22 / 76%) 0%, transparent 46%);
  content: "";
}

.msp-privacy-activation__overlay {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-left: auto;
  max-width: 660px;
  padding: clamp(72px, 6vw, 116px) clamp(46px, 5.6vw, 106px) 70px;
  position: relative;
  width: 45%;
  z-index: 1;
}

.msp-privacy-activation__overlay strong {
  color: var(--msp-privacy-white);
  font-size: clamp(28px, 2.35vw, 45px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.16;
}

.msp-privacy-activation__overlay span {
  color: #c2d3e1;
  font-size: 15px;
  line-height: 1.8;
  max-width: 500px;
}

.msp-privacy-activation__title {
  color: var(--msp-privacy-white);
}

.msp-privacy-activation__description {
  color: #b9ccdb;
  margin-top: 30px;
}

.msp-privacy-activation__items {
  border-left: 1px solid rgb(255 255 255 / 16%);
  border-top: 1px solid rgb(255 255 255 / 16%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.msp-privacy-activation__item {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  border-right: 1px solid rgb(255 255 255 / 16%);
  min-height: 236px;
  padding: 30px clamp(22px, 2vw, 38px) 34px;
  position: relative;
}

.msp-privacy-activation__item::after {
  background: linear-gradient(90deg, var(--msp-privacy-cyan), transparent);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 420ms ease var(--msp-privacy-sequence-delay, 0ms);
  width: 72%;
}

.msp-privacy-activation__item.is-active::after {
  opacity: 1;
}

.msp-privacy-activation__number {
  color: var(--msp-privacy-cyan);
}

.msp-privacy-activation__label {
  color: var(--msp-privacy-white);
  display: block;
  font-size: clamp(17px, 1.24vw, 23px);
  font-weight: 720;
  line-height: 1.38;
  margin-top: 36px;
}

.msp-privacy-related {
  background:
    radial-gradient(circle at 84% 18%, rgb(84 220 255 / 15%), transparent 27%),
    linear-gradient(135deg, #07358e, var(--msp-privacy-cobalt) 52%, #0b77dd);
  color: var(--msp-privacy-white);
  padding: clamp(104px, 8vw, 154px) var(--msp-privacy-gutter);
  position: relative;
  scroll-margin-top: 96px;
}

.msp-privacy-related__header {
  max-width: 840px;
}

.msp-privacy-related__eyebrow {
  color: var(--msp-privacy-ice);
}

.msp-privacy-related__title {
  color: var(--msp-privacy-white);
  margin-top: 0;
}

.msp-privacy-related__description {
  color: #d5e5f3;
  margin-top: 28px;
}

.msp-privacy-related__links {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  border-top: 1px solid rgb(255 255 255 / 30%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(50px, 5vw, 92px);
}

.msp-privacy-related__link {
  align-items: center;
  color: var(--msp-privacy-white);
  display: flex;
  font-size: clamp(16px, 1.25vw, 23px);
  font-weight: 720;
  gap: 20px;
  justify-content: space-between;
  min-height: 104px;
  padding: 22px clamp(20px, 2.4vw, 44px);
  transition: background 220ms ease, color 220ms ease;
}

.msp-privacy-related__item:not(:last-child) {
  border-right: 1px solid rgb(255 255 255 / 30%);
}

.msp-privacy-related__link > span:last-child {
  font-size: 20px;
  line-height: 1;
}

.msp-privacy-related__link:hover {
  background: var(--msp-privacy-white);
  color: var(--msp-privacy-navy);
}

.is-motion-ready .msp-privacy-hero__media img {
  animation: msp-privacy-hero-arrive 6.8s var(--msp-privacy-ease) both;
}

/* Content remains visible until the dedicated runtime opts into motion. */
.is-motion-ready [data-msp-privacy-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 720ms var(--msp-privacy-ease) var(--msp-privacy-delay, 0ms),
    transform 720ms var(--msp-privacy-ease) var(--msp-privacy-delay, 0ms);
}

.is-motion-ready [data-msp-privacy-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.is-motion-ready :where(
  [data-msp-privacy-current-step],
  [data-msp-privacy-boundary-step],
  [data-msp-privacy-activation-step]
) {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms var(--msp-privacy-ease) var(--msp-privacy-sequence-delay, 0ms),
    transform 620ms var(--msp-privacy-ease) var(--msp-privacy-sequence-delay, 0ms);
}

.is-motion-ready :where(
  [data-msp-privacy-current-step],
  [data-msp-privacy-boundary-step],
  [data-msp-privacy-activation-step]
).is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-motion-ready [data-msp-privacy-reveal].is-revealed {
  will-change: auto;
}

@keyframes msp-privacy-hero-arrive {
  from { transform: scale(1.035); }
  to { transform: scale(1); }
}

@keyframes msp-privacy-scroll-pulse {
  0% { opacity: 0.82; transform: scale(0.84); }
  72%, 100% { opacity: 0; transform: scale(1.48); }
}

@media (max-width: 1240px) {
  .msp-privacy-current__header {
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  }

  .msp-privacy-current__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msp-privacy-boundary__inner {
    gap: 64px;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  }

  .msp-privacy-activation__overlay {
    width: 50%;
  }

  .msp-privacy-activation__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .msp-privacy-hero {
    height: 600px;
    min-height: 600px;
  }

  .msp-privacy-hero__veil {
    background:
      linear-gradient(90deg, rgb(2 11 22 / 97%) 0%, rgb(2 11 22 / 78%) 52%, rgb(2 11 22 / 30%) 100%),
      linear-gradient(0deg, rgb(2 11 22 / 88%) 0%, transparent 56%);
  }

  .msp-privacy-hero__title {
    font-size: clamp(54px, 8vw, 66px);
    max-width: 620px;
  }

  .msp-privacy-current__header {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .msp-privacy-current__description {
    align-self: auto;
  }

  .msp-privacy-index {
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: relative;
    scrollbar-width: thin;
  }

  .msp-privacy-index__list {
    justify-content: flex-start;
    min-width: max-content;
    width: auto;
  }

  .msp-privacy-boundary__inner {
    grid-template-columns: 1fr;
  }

  .msp-privacy-boundary__copy {
    grid-column: 1;
    grid-row: 2;
    max-width: 680px;
  }

  .msp-privacy-boundary__media {
    grid-column: 1;
    grid-row: 1;
  }

  .msp-privacy-boundary__items {
    grid-column: 1;
    grid-row: 3;
  }

  .msp-privacy-activation__header {
    grid-template-columns: 1fr;
  }

  .msp-privacy-activation__media {
    height: 650px;
  }

  .msp-privacy-activation__media::after {
    background:
      linear-gradient(0deg, rgb(2 11 22 / 98%) 0%, rgb(2 11 22 / 85%) 45%, rgb(2 11 22 / 18%) 76%, transparent 100%);
  }

  .msp-privacy-activation__overlay {
    margin-left: 0;
    max-width: 680px;
    padding: 300px 42px 54px;
    width: 100%;
  }

  .msp-privacy-activation__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msp-privacy-related__links {
    grid-template-columns: 1fr;
  }

  .msp-privacy-related__item:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    border-right: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --msp-privacy-gutter: 24px;
  }

  body:has([data-msp-privacy-page]) #header {
    position: absolute;
  }

  body:has([data-msp-privacy-page]) .quickLinks {
    display: none !important;
  }

  .msp-privacy-hero {
    height: 540px;
    min-height: 540px;
  }

  .msp-privacy-hero__media img {
    object-position: 62% center;
  }

  .msp-privacy-hero__veil {
    background:
      linear-gradient(90deg, rgb(2 11 22 / 95%) 0%, rgb(2 11 22 / 72%) 72%, rgb(2 11 22 / 42%) 100%),
      linear-gradient(0deg, rgb(2 11 22 / 96%) 0%, transparent 62%);
  }

  .msp-privacy-hero__content {
    padding-top: 54px;
  }

  .msp-privacy-hero__title {
    font-size: clamp(41px, 11.4vw, 54px);
    line-height: 1.01;
    margin-top: 22px;
  }

  .msp-privacy-hero__tagline {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-top: 26px;
    max-width: 300px;
  }

  .msp-privacy-hero__scroll {
    bottom: 24px;
    height: 52px;
    width: 52px;
  }

  .msp-privacy-current,
  .msp-privacy-boundary,
  .msp-privacy-activation,
  .msp-privacy-related {
    padding-bottom: 88px;
    padding-top: 82px;
  }

  .msp-privacy-current__header {
    margin-bottom: 48px;
  }

  .msp-privacy-current__title,
  .msp-privacy-boundary__title,
  .msp-privacy-activation__title,
  .msp-privacy-related__title {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.1;
    margin-top: 18px;
  }

  .msp-privacy-current__description,
  .msp-privacy-boundary__description,
  .msp-privacy-activation__description,
  .msp-privacy-related__description {
    font-size: 15px;
    line-height: 1.8;
  }

  .msp-privacy-current__items {
    grid-template-columns: 1fr;
  }

  .msp-privacy-current-item {
    border-bottom: 1px solid var(--msp-privacy-line);
    border-top: 0;
    border-right: 0 !important;
    min-height: 0;
    padding: 28px 4px 32px;
  }

  .msp-privacy-current-item:last-child {
    border-bottom: 0;
  }

  .msp-privacy-current-item__copy h3 {
    font-size: 22px;
    margin-top: 26px;
  }

  .msp-privacy-index__link {
    min-height: 60px;
    padding-inline: 18px;
  }

  .msp-privacy-boundary::after {
    font-size: 106px;
    top: 0.5em;
  }

  .msp-privacy-boundary__inner {
    gap: 48px;
  }

  .msp-privacy-boundary__media {
    aspect-ratio: 4 / 3;
    border-radius: 2px 44px 2px 2px;
    box-shadow: 12px 12px 0 rgb(7 95 207 / 9%);
    clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
  }

  .msp-privacy-boundary__items {
    margin-top: 36px;
  }

  .msp-privacy-boundary__item {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 0;
    padding-block: 22px;
  }

  .msp-privacy-activation__media {
    height: 620px;
  }

  .msp-privacy-activation__overlay {
    padding: 300px 24px 40px;
  }

  .msp-privacy-activation__items {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .msp-privacy-activation__item {
    min-height: 0;
    padding: 26px 22px 30px;
  }

  .msp-privacy-activation__label {
    font-size: 20px;
    margin-top: 22px;
  }

  .msp-privacy-related__links {
    margin-top: 44px;
  }

  .msp-privacy-related__link {
    font-size: 17px;
    min-height: 76px;
    padding-inline: 18px;
  }
}

@media (max-width: 420px) {
  :root {
    --msp-privacy-gutter: 20px;
  }

  .msp-privacy-hero__eyebrow,
  .msp-privacy-current__eyebrow,
  .msp-privacy-boundary__eyebrow,
  .msp-privacy-activation__eyebrow,
  .msp-privacy-related__eyebrow {
    font-size: 10px;
    gap: 10px;
    letter-spacing: 0.14em;
  }

  .msp-privacy-hero__title {
    font-size: 42px;
  }

  .msp-privacy-activation__media {
    height: 590px;
  }

  .msp-privacy-activation__overlay {
    padding-top: 274px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .msp-privacy-page,
  .msp-privacy-page *,
  .msp-privacy-page *::before,
  .msp-privacy-page *::after {
    animation-delay: 0s !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0.001ms !important;
  }

  .msp-privacy-hero__media img,
  .msp-privacy-hero__scroll::after,
  .msp-privacy-boundary__media img,
  .is-motion-ready [data-msp-privacy-reveal],
  .is-motion-ready [data-msp-privacy-current-step],
  .is-motion-ready [data-msp-privacy-boundary-step],
  .is-motion-ready [data-msp-privacy-activation-step] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
