/* v0.10.0 global visual QA guardrails. */
body.mx-native.page .mx-page-content h1{
  font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(36px,4.7vw,59px)!important;
  font-weight:800!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}
/* Header colour is driven by the content beneath it. These rules intentionally
   win over legacy per-page #mxr selectors left in recovered source CSS. */
#mxh-header-root.--mxh-invert .mxh_logo-img--default{opacity:0!important}
#mxh-header-root.--mxh-invert .mxh_logo-img--white{opacity:1!important;filter:none!important}
#mxh-header-root.--mxh-invert .mxh_nav-trigger,
#mxh-header-root.--mxh-invert .mxh_hdr-nav>.mxh_nav-link,
#mxh-header-root.--mxh-invert .mxh_hdr-login{color:#fff!important}
#mxh-header-root.--mxh-invert .mxh_hdr-login svg{stroke:currentColor!important;color:#fff!important}
@media(max-width:760px){
 body.mx-native.page .mx-page-content h1{font-size:clamp(34px,9.5vw,52px)!important;line-height:1.08!important;letter-spacing:-.025em!important}
}

/* Overlay the transparent site navigation on the opening hero so its background
   reaches the top of the viewport. Header.js samples that underlying surface and
   applies --mxh-invert automatically when the hero is dark. */
body.mx-native.page #mxh-header-root{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:9500;
  background:transparent!important;
}
body.admin-bar.mx-native.page #mxh-header-root{top:32px}
@media(max-width:782px){
  body.admin-bar.mx-native.page #mxh-header-root{top:46px}
}

/* MX New Changes: keep paired hero actions visually equal. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-equal-hero-ctas{
  align-items:flex-start!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-equal-hero-ctas > :is(a,button,.mx-trial-wrap){
  flex:0 0 232px!important;
  width:232px!important;
  max-width:232px!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-equal-hero-ctas > .mx-trial-wrap > :is(a,button){
  width:100%!important;
}

/* Use a straight upward arrow and a restrained vertical oscillation. */
.mx-trial-note{transform:none!important}
.mx-trial-note::before{
  content:"\2191"!important;
  font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:1.35rem!important;
  font-weight:800!important;
  line-height:1!important;
  transform:none!important;
  animation:mxTrialArrowFloat 1.25s ease-in-out infinite!important;
}
@keyframes mxTrialArrowFloat{0%,100%{translate:0 2px}50%{translate:0 -4px}}

/* Remove the decorative vertical rail beside hero copy site-wide. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .hero-rail-mark{display:none!important}

/* Article carousel density: three desktop, two tablet, one mobile. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{
  grid-auto-columns:calc((100% - 44px)/3)!important;
  gap:22px!important;
  padding-inline:2px!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card{
  min-height:520px!important;
  border-radius:18px!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card .r2-copy{
  padding:28px!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card h4{
  font-size:clamp(1.5rem,2vw,2rem)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  text-wrap:balance;
}
@media(max-width:1024px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{
    grid-auto-columns:calc((100% - 18px)/2)!important;
    gap:18px!important;
  }
}
@media(max-width:720px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-equal-hero-ctas > :is(a,button,.mx-trial-wrap){
    flex-basis:100%!important;width:100%!important;max-width:none!important;
  }
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{grid-auto-columns:100%!important}
}
@media(prefers-reduced-motion:reduce){.mx-trial-note::before{animation:none!important}}

/* Paragraph rhythm for long customer quotations split by the shared script. */
.mx-testimonial-paragraphs{display:block}
.mx-testimonial-paragraphs p{margin:0 0 1em!important}
.mx-testimonial-paragraphs p:last-child{margin-bottom:0!important}

/* MX New Changes 2: reduce the large tabbed-testimonial quote scale by 20%. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-testimonials.t1 .t1-panel blockquote{
  font-size:clamp(1.24rem,2.16vw,2.36rem)!important;
  line-height:1.22!important;
}

/* Keep every image in the chapter-style featured-reads layout identically cropped. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-reads.r5 .r5-story figure{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
}
@media(min-width:721px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-reads.r5 .r5-story,
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-reads.r5 .r5-story:nth-child(even){
    grid-template-columns:130px minmax(0,1fr) minmax(0,1fr)!important;
  }
}

/* Restore site chrome on the UK and US homepages. A legacy homepage refinement
   hides generic header/footer elements while aligning the hero; these explicit
   selectors retain that hero alignment without suppressing navigation or footer. */
body:is(.page-id-7,.page-id-8) #mxh-header-root{
  display:block!important;
}
body:is(.page-id-7,.page-id-8) #mxh-header-root .mxh_hdr{
  display:block!important;
}
body:is(.page-id-7,.page-id-8) :is(#mxr-root,.mxr_footer_chrome)>.mxr_ftr{
  display:block!important;
}
body:is(.page-id-7,.page-id-8) .mx-ref-testimonials .t1-person{
  display:flex!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-reads.r5 .r5-story .mx-read-image{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Let orphan cards use the otherwise empty remainder of their final row. */
@media(min-width:721px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-faqs.f7 .f7-atlas>.f7-card:last-child{
    grid-column:1/-1!important;
  }
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-testimonials.t5 .t5-mosaic>.mx-quote-card:last-child:nth-child(odd){
    grid-column:1/-1!important;
  }
}

/* === Corrected shared landing-page layers, 2026-09-02 === */
/* Source layer: mx-awards-refinement */
/* Shared calibration: exact hero typography and page geometry from the supplied originals. */
:root{--mx-cal-wrap:1280px;--mx-cal-gutter:clamp(20px,4vw,56px);--mx-cal-hero-top:168px;--mx-cal-hero-bottom:clamp(86px,8vw,124px);--mx-note:#16c7b3}
#mx-main,.mx-page-content,#mx-root{margin-top:0!important;padding-top:0!important}
#mx-root>.hero:first-child{margin-top:0!important;padding-top:var(--mx-cal-hero-top)!important;padding-bottom:var(--mx-cal-hero-bottom)!important}
#mx-root .wrap{width:min(calc(100% - var(--mx-cal-gutter) - var(--mx-cal-gutter)),var(--mx-cal-wrap))!important;margin-inline:auto!important}
#mx-root h1{font-size:clamp(3rem,4vw,4.5rem)!important;line-height:1.01!important;letter-spacing:-.04em!important;font-weight:800!important;text-wrap:balance}
#mx-root .hero--split .hero-inner{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)!important;column-gap:clamp(42px,6vw,88px)!important}
#mx-root .hero--stack .hero-inner,#mx-root .hero--stack .hero-inner>div{text-align:center!important;justify-items:center!important}
#mx-root .hero--stack .lead{margin-inline:auto!important;text-align:center!important}
#mx-root .hero--stack .actions,#mx-root .hero--stack .eyebrow{justify-content:center!important;margin-inline:auto!important}

/* One disciplined overline language above every H1. */
.mx-common-overline,#mx-root>.hero .eyebrow,.mxe-hero .mxe-eyebrow,.mxh_hero .mxh_eyebrow,.mxr_hero .mxr_hero-badge{display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0 0 16px!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;color:var(--pink,#e80b80)!important;font:800 .82rem/1.35 Manrope,'Segoe UI',Arial,sans-serif!important;letter-spacing:.085em!important;text-transform:uppercase!important}
.mx-common-overline::before,#mx-root>.hero .eyebrow::before,.mxe-hero .mxe-eyebrow::before,.mxh_hero .mxh_eyebrow::before,.mxr_hero .mxr_hero-badge::before{content:""!important;display:block!important;width:22px!important;height:2px!important;flex:0 0 22px!important;border-radius:999px!important;background:linear-gradient(90deg,var(--pink,#e80b80),var(--aqua,#16c7b3))!important}
.mxe-dark .mxe-eyebrow,.mxh_dark .mxh_eyebrow{color:var(--aqua,#16c7b3)!important}
.mxr_hero-badge .dot{display:none!important}

/* Word-scoped marker underline: highlighted phrases can wrap naturally. */
.mx-word-mark,#mx-root .mx-underline{display:inline!important;position:static!important;color:var(--pink2,var(--pink,#e80b80))!important;white-space:normal!important}
.mx-word-mark>svg,#mx-root .mx-underline>svg{display:none!important}
.mx-uword{display:inline-block;position:relative;z-index:0}
.mx-uword::after{content:"";position:absolute;z-index:-1;left:.02em;right:.02em;bottom:.035em;height:.115em;border-radius:999px;background:linear-gradient(90deg,var(--aqua,#16c7b3),#73e9dc);transform:scaleX(0);transform-origin:left;animation:mxWordDraw .85s cubic-bezier(.22,1,.36,1) both}
.mx-uword:nth-child(2n)::after{animation-delay:.09s}.mx-uword:nth-child(3n)::after{animation-delay:.16s}
@keyframes mxWordDraw{to{transform:scaleX(1)}}

/* CTA icon alignment and the human no-card annotation. */
#mx-root .btn{align-items:center!important;gap:10px!important;white-space:nowrap}
#mx-root .btn::after,.mxe-btn:not(:has(svg,i))::after,.mxh_btn:not(:has(svg,i))::after,.mxr_btn:not(:has(svg,i))::after{content:"";display:block;width:18px;height:18px;flex:0 0 18px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h13M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;transition:transform .32s cubic-bezier(.22,1,.36,1)}
@media(hover:hover){#mx-root .btn:hover::after,.mxe-btn:hover::after,.mxh_btn:hover::after,.mxr_btn:hover::after{transform:translateX(3px)}}
.mx-trial-wrap{position:relative;display:inline-flex;flex-direction:column;align-items:center;min-width:0}
.mx-trial-note{display:flex;align-items:center;gap:7px;margin-top:8px;color:var(--mx-note)!important;font:800 .76rem/1.2 Manrope,'Segoe UI',Arial,sans-serif!important;letter-spacing:.035em;white-space:nowrap;transform:rotate(-2deg)}
.mx-trial-note::before{content:"↝";display:inline-block;font:700 1.75rem/.65 Georgia,serif;transform:rotate(-48deg) translateY(-1px);transform-origin:center;color:var(--mx-note)}
#mx-root>.hero .chips,#mx-root>.hero .hero-strip,#mx-root>.hero .hero-badge{display:none!important}
.mxe-hero-note,.mxh_hero .mxh_note{display:none!important}

/* Readable orbit/grid layouts and the corrected homepage industry cards. */
#mx-root .m-orbit .grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,1.08fr) minmax(0,1fr)!important;grid-template-rows:repeat(2,minmax(0,1fr));gap:18px!important;align-items:stretch!important}
#mx-root .m-orbit .grid>.core{grid-column:2!important;grid-row:1/3!important;min-width:0;justify-content:center}
#mx-root .m-orbit .grid>.sat:nth-child(1){grid-column:1;grid-row:1}#mx-root .m-orbit .grid>.sat:nth-child(2){grid-column:3;grid-row:1}#mx-root .m-orbit .grid>.sat:nth-child(4){grid-column:1;grid-row:2}#mx-root .m-orbit .grid>.sat:nth-child(5){grid-column:3;grid-row:2}
#mx-root .m-orbit .core p,#mx-root .m-orbit .sat p{overflow-wrap:anywhere}#mx-root .m-rail .grid.grid--three{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body[data-mx-refined] #mxr-root .mxr_ind-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(16px,2vw,24px)!important;align-items:stretch!important}
body[data-mx-refined] #mxr-root .mxr_ind-card{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;padding:clamp(24px,2.4vw,34px)!important}
body[data-mx-refined] #mxr-root .mxr_ind-card>.mx-motion-lottie{display:block!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;max-width:210px!important;height:142px!important;margin:0 auto 26px!important;align-self:center!important}
body[data-mx-refined] #mxr-root .mxr_ind-card h3,body[data-mx-refined] #mxr-root .mxr_ind-card p{grid-column:auto!important;width:100%!important}body[data-mx-refined] #mxr-root .mxr_ind-card .go{grid-column:auto!important;margin-top:auto!important;padding-top:24px!important}

/* One identical flag-only regional switch. */
.locale{display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;margin-top:30px!important;color:rgba(255,255,255,.62)!important;font:750 .82rem/1.3 Manrope,'Segoe UI',Arial,sans-serif!important;letter-spacing:.04em!important}
.locale>span:first-child{margin-right:2px}.locale .flag{display:inline-grid!important;place-items:center;width:38px!important;height:25px!important;padding:3px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:6px!important;background:rgba(255,255,255,.08)!important;box-shadow:0 8px 20px rgba(0,0,0,.12);overflow:hidden;transition:.28s}
.locale .flag svg{display:block;width:100%!important;height:100%!important;border-radius:3px}.locale .flag.current{border-color:rgba(22,199,179,.8)!important;box-shadow:0 0 0 2px rgba(22,199,179,.13),0 8px 20px rgba(0,0,0,.15)}
@media(hover:hover){.locale a.flag:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.55)!important;background:rgba(255,255,255,.14)!important}}

/* Page-specific layered atmospheres: one focal orb at most, with varied geometry. */
.mx-motion-surface{position:relative!important;isolation:isolate;overflow:hidden}
.mx-motion-surface:is(.is-dark,.dark,.ink,.final-cta,.mxe-dark,.mxh_dark,.mxh_dark-2,.mxr_cta,.--dark){background:radial-gradient(900px 620px at 82% 3%,var(--mx-glow-a),transparent 64%),radial-gradient(760px 540px at 4% 96%,var(--mx-glow-b),transparent 68%),linear-gradient(158deg,var(--mx-night-0) 0%,var(--mx-night-1) 52%,var(--mx-night-2) 100%)!important}
#mx-root .hero.mx-motion-surface:not(.is-dark){background:radial-gradient(900px 620px at 84% 3%,color-mix(in srgb,var(--aqua) 11%,transparent),transparent 64%),radial-gradient(760px 540px at 3% 96%,color-mix(in srgb,var(--pink) 7%,transparent),transparent 68%),linear-gradient(158deg,#fff 0%,#fcfbfd 54%,#fff 100%)!important}
.mxr_hero.mx-motion-surface{background:radial-gradient(900px 620px at 84% 3%,color-mix(in srgb,var(--aqua,#16c7b3) 11%,transparent),transparent 64%),radial-gradient(760px 540px at 3% 96%,color-mix(in srgb,var(--pink,#e80b80) 7%,transparent),transparent 68%),linear-gradient(158deg,#fff 0%,#fcfbfd 54%,#fff 100%)!important}
.mx-motion-surface>.wrap,.mx-motion-surface>.hero-inner,.mx-motion-surface>.section-head,.mx-motion-surface>.mxe-wrap,.mx-motion-surface>.mxh_wrap,.mx-motion-surface>.mxr_wrap{position:relative;z-index:2}
.mx-motion-surface>.hero-bg{z-index:0!important;opacity:.18!important}.mxh_hero-ambient,.mxr_hero-grid-bg{opacity:.18!important}
.mx-atmosphere{position:absolute;z-index:1;inset:-18px;overflow:hidden;pointer-events:none;transform:translate3d(var(--mx-parallax-x,0),var(--mx-parallax-y,0),0);transition:transform .7s cubic-bezier(.22,1,.36,1)}
.mx-atmosphere::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 52% 42%,transparent 36%,rgba(4,2,10,.28) 100%)}
#mx-root .hero:not(.is-dark) .mx-atmosphere::after,.mxr_hero .mx-atmosphere::after{background:radial-gradient(ellipse at 52% 42%,transparent 40%,rgba(255,255,255,.3) 100%)}
.mx-ring,.mx-orb,.mx-path,.mx-sweep,.mx-ray,.mx-scan,.mx-node{display:none;position:absolute}
.mx-ring{width:min(760px,68vw);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 80px,rgba(197,185,255,.12) 81px 82px,transparent 83px 117px,rgba(22,199,179,.09) 118px 119px,transparent 120px 154px);animation:mxRingBreathe 14s ease-in-out infinite}
.mx-orb{width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at 34% 30%,rgba(255,255,255,.2),var(--mx-glow-a) 48%,transparent 75%);animation:mxOrbFloat 25s ease-in-out infinite}
.mx-path{width:min(830px,74vw);height:360px;border:1px dashed rgba(116,230,217,.18);border-radius:50%;animation:mxPathDrift 18s ease-in-out infinite}
.mx-sweep{width:650px;height:650px;border-radius:50%;background:conic-gradient(from 12deg,transparent 0 78%,rgba(22,199,179,.16) 88%,transparent 94%);animation:mxSweep 19s linear infinite}
.mx-ray{width:min(680px,62vw);height:1px;transform-origin:100% 50%;background:linear-gradient(90deg,transparent,var(--mx-glow-b),rgba(231,225,255,.6));box-shadow:0 0 12px var(--mx-glow-a);animation:mxRayGlow 8s ease-in-out infinite}
.mx-scan{inset:0;background-image:linear-gradient(rgba(205,194,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(205,194,255,.045) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(90deg,transparent 8%,#000 42%,#000 82%,transparent);animation:mxGridShift 22s linear infinite}
.mx-node{width:7px;height:7px;border-radius:50%;background:var(--aqua,#16c7b3);box-shadow:0 0 0 7px rgba(22,199,179,.08),0 0 20px rgba(22,199,179,.5);animation:mxNodePulse 4s ease-in-out infinite}
.mx-motion-surface[data-mx-variant="orbit"] .mx-ring,.mx-motion-surface[data-mx-variant="orbit"] .mx-orb{display:block}.mx-motion-surface[data-mx-variant="orbit"] .mx-ring{right:-190px;top:-250px}.mx-motion-surface[data-mx-variant="orbit"] .mx-orb{left:7%;top:20%}
.mx-motion-surface[data-mx-variant="radar"] .mx-ring,.mx-motion-surface[data-mx-variant="radar"] .mx-sweep,.mx-motion-surface[data-mx-variant="radar"] .mx-node{display:block}.mx-motion-surface[data-mx-variant="radar"] .mx-ring{left:-280px;top:-220px}.mx-motion-surface[data-mx-variant="radar"] .mx-sweep{left:-230px;top:-170px}.mx-motion-surface[data-mx-variant="radar"] .n1{left:18%;top:27%}.mx-motion-surface[data-mx-variant="radar"] .n2{left:34%;top:64%}.mx-motion-surface[data-mx-variant="radar"] .n3{left:11%;top:73%}
.mx-motion-surface[data-mx-variant="contour"] .mx-path{display:block}.mx-motion-surface[data-mx-variant="contour"] .p1{right:-180px;top:-80px;transform:rotate(-12deg)}.mx-motion-surface[data-mx-variant="contour"] .p2{right:-80px;top:90px;transform:rotate(8deg);animation-delay:-7s}.mx-motion-surface[data-mx-variant="contour"] .p3{left:-250px;bottom:-150px;transform:rotate(18deg);animation-delay:-12s}
.mx-motion-surface[data-mx-variant="signal"] .mx-scan,.mx-motion-surface[data-mx-variant="signal"] .mx-ray,.mx-motion-surface[data-mx-variant="signal"] .mx-node{display:block}.mx-motion-surface[data-mx-variant="signal"] .r1{right:-3%;top:28%;transform:rotate(-18deg)}.mx-motion-surface[data-mx-variant="signal"] .r2{right:-3%;top:44%;transform:rotate(5deg);animation-delay:-3s}.mx-motion-surface[data-mx-variant="signal"] .n1{right:17%;top:26%}.mx-motion-surface[data-mx-variant="signal"] .n2{right:31%;top:54%;animation-delay:-1.4s}.mx-motion-surface[data-mx-variant="signal"] .n3{right:8%;top:70%;animation-delay:-2.5s}
.mx-motion-surface[data-mx-variant="paths"] .mx-path,.mx-motion-surface[data-mx-variant="paths"] .mx-node{display:block}.mx-motion-surface[data-mx-variant="paths"] .p1{left:-130px;top:9%;transform:rotate(12deg)}.mx-motion-surface[data-mx-variant="paths"] .p2{right:-210px;bottom:-90px;transform:rotate(-18deg);animation-delay:-9s}.mx-motion-surface[data-mx-variant="paths"] .n1{left:26%;top:38%}.mx-motion-surface[data-mx-variant="paths"] .n2{right:31%;bottom:22%;animation-delay:-1.6s}.mx-motion-surface[data-mx-variant="paths"] .n3{right:11%;top:28%;animation-delay:-2.7s}
.mx-motion-surface[data-mx-variant="halo"] .mx-ring,.mx-motion-surface[data-mx-variant="halo"] .mx-ray{display:block}.mx-motion-surface[data-mx-variant="halo"] .mx-ring{left:50%;top:50%;translate:-50% -50%;width:min(940px,82vw)}.mx-motion-surface[data-mx-variant="halo"] .r1{right:2%;top:24%;transform:rotate(-10deg)}.mx-motion-surface[data-mx-variant="halo"] .r2{right:2%;top:58%;transform:rotate(16deg);animation-delay:-4s}
@keyframes mxRingBreathe{0%,100%{transform:scale(.97);opacity:.66}50%{transform:scale(1.035);opacity:1}}@keyframes mxOrbFloat{0%,100%{transform:translate3d(0,0,0);opacity:.52}38%{transform:translate3d(17px,-13px,0);opacity:.84}72%{transform:translate3d(-9px,10px,0);opacity:.64}}@keyframes mxPathDrift{0%,100%{opacity:.42;translate:0 0}50%{opacity:.8;translate:16px -9px}}@keyframes mxSweep{to{transform:rotate(360deg)}}@keyframes mxRayGlow{0%,100%{opacity:.13}48%{opacity:.58}}@keyframes mxGridShift{to{background-position:62px 62px}}@keyframes mxNodePulse{0%,100%{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
#mx-root .mx-icon svg{transition:transform .4s cubic-bezier(.22,1,.36,1),filter .4s cubic-bezier(.22,1,.36,1)}
@media(hover:hover){#mx-root article:hover .mx-icon svg,#mx-root .point:hover .mx-icon svg{transform:translateY(-2px) scale(1.06);filter:drop-shadow(0 5px 8px rgba(232,11,128,.18))}}
@media(max-width:1060px){#mx-root .hero--split .hero-inner{grid-template-columns:minmax(0,1fr)!important}#mx-root .m-orbit .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important}#mx-root .m-orbit .grid>.core{grid-column:1/3!important;grid-row:auto!important;min-height:300px;order:-1}#mx-root .m-orbit .grid>.sat{grid-column:auto!important;grid-row:auto!important}body[data-mx-refined] #mxr-root .mxr_ind-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:720px){:root{--mx-cal-gutter:16px;--mx-cal-hero-top:81px;--mx-cal-hero-bottom:70px}#mx-root h1{font-size:3rem!important;line-height:1.01!important;letter-spacing:-.04em!important;font-weight:800!important}#mx-root .btn{white-space:normal;width:100%}#mx-root .m-orbit .grid{grid-template-columns:minmax(0,1fr)!important}#mx-root .m-orbit .grid>.core,#mx-root .m-orbit .grid>.sat{grid-column:1!important}#mx-root .m-rail .grid.grid--three,body[data-mx-refined] #mxr-root .mxr_ind-grid{grid-template-columns:minmax(0,1fr)!important}.mx-atmosphere{opacity:.72}.mx-trial-wrap{width:100%}.mx-trial-note{white-space:normal;text-align:center}}
@media(prefers-reduced-motion:reduce){.mx-ring,.mx-orb,.mx-path,.mx-sweep,.mx-ray,.mx-scan,.mx-node,.mx-uword::after{animation:none!important}.mx-atmosphere{transform:none!important;transition:none!important}.mx-uword::after{transform:scaleX(1)}}

/* Source layer: mx-reference-library-styles */
@font-face{font-family:Manrope;src:url('https://mx.wiwy.com/wp-content/uploads/mx-native-fonts/manrope-variable.ttf') format('truetype-variations');font-style:normal;font-weight:200 800;font-display:swap}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section{--ink:#12081d;--ink-2:#3b3145;--muted:#6d607b;--paper:#fff;--white:#fff;--night:#120a1c;--night-2:#1a1024;--night-3:#24162f;--purple:#de097f;--purple-2:#f14b9f;--aqua:#14e0c0;--pink:#de097f;--lime:#bdf47f;--shadow:0 22px 60px rgba(22,24,46,.10);--radius:16px;--ease:cubic-bezier(.22,1,.36,1);--max:1280px;width:100%;margin:0!important;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;color:var(--ink);background:#fff;overflow:hidden}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section *{box-sizing:border-box}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section button{font:inherit;color:inherit}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section a{color:inherit;text-underline-offset:.22em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section [hidden]{display:none!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section.mx-ref-dark{background:var(--night)!important;color:#f3f4fb}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-ref-inner{width:100%;max-width:1280px;margin:0 auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-ref-head h2{font-size:clamp(2rem,3.4vw,3.5rem);line-height:1.03;letter-spacing:-.032em;margin:0;max-width:18ch;font-weight:690}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-ref-head p{font-size:1rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-ref-id{white-space:nowrap}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-answer-copy a,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f1-answer a,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f3-answer a,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f6-answer a,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f7-answer a{text-decoration:underline}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f7-answer{font-size:.9rem;line-height:1.72;color:#bcb4c2}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f7-answer p{margin:0 0 .85em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f7-answer p:last-child{margin-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-read-link{display:grid}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-read-arrow{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-read-arrow .mx-cta-icon{display:none}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section{scroll-margin-top:72px;position:relative;padding:clamp(74px,8vw,118px) clamp(20px,5vw,72px);border-top:1px solid rgba(17,20,41,.08)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-inner{max-width:var(--max);margin:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:end;margin-bottom:38px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-head h3{font-size:clamp(2rem,3.4vw,3.5rem);line-height:1.03;letter-spacing:-.032em;margin:0;max-width:18ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-head p{max-width:58ch;margin:14px 0 0;color:var(--muted);line-height:1.65}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-id{align-self:start;border:1px solid currentColor;border-radius:999px;padding:9px 12px;font-size:.74rem;line-height:1;font-weight:760;letter-spacing:.08em;text-transform:uppercase;opacity:.58}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-dark{background:var(--night);color:#f3f4fb;border-top-color:rgba(255,255,255,.09)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-dark .mx-ref-head p,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-dark .muted{color:#aeb3c9}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-answer-copy{font-size:1rem;line-height:1.76;max-width:72ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-answer-copy p{margin:0 0 1em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-answer-copy p:last-child{margin-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-answer-copy strong{font-weight:720}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-meta-sep{margin:0 .45em;opacity:.45}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-glyph{font-family:Georgia,serif}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-shell{display:grid;grid-template-columns:minmax(260px,.44fr) minmax(0,1fr);min-height:610px;border:1px solid rgba(255,255,255,.10);border-radius:16px;overflow:hidden;background:#0f1121;box-shadow:0 30px 90px rgba(0,0,0,.22)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-authors{padding:18px;background:#0f0818;border-right:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;gap:4px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;width:100%;text-align:left;border:0;background:transparent;padding:12px;border-radius:12px;cursor:pointer;transition:background .26s var(--ease),transform .26s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author:hover{background:rgba(255,255,255,.055)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author.is-active{background:rgba(121,88,246,.18)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author .avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#242844;color:#fff;font-weight:750}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author.is-active .avatar{background:var(--purple)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author strong,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author small{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author strong{font-size:.92rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author small{font-size:.77rem;color:#8990aa;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-stage{position:relative;display:grid;align-items:end;padding:clamp(34px,5vw,72px);background:linear-gradient(155deg,#1a1024 0%,#1a1024 70%)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-stage::before{content:"";position:absolute;inset:24px 24px auto auto;width:120px;height:120px;border-radius:50%;border:1px solid rgba(89,218,202,.28);box-shadow:0 0 0 28px rgba(89,218,202,.025)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-panel{position:relative;max-width:820px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-count{font-size:.78rem;letter-spacing:.09em;font-weight:720;color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-panel blockquote{font-size:clamp(1.55rem,2.7vw,2.95rem);line-height:1.18;letter-spacing:-.03em;margin:28px 0 48px;text-wrap:pretty}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-person{display:flex;gap:14px;align-items:baseline;flex-wrap:wrap;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-person strong{font-size:1rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-person span{font-size:.88rem;color:#9ca3bb}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-wrap{position:relative}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-status{display:flex;align-items:center;gap:12px;font-size:.85rem;color:var(--muted)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-progress{width:min(280px,38vw);height:3px;background:rgba(17,20,41,.1);overflow:hidden;border-radius:999px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-progress i{display:block;width:100%;height:100%;background:var(--purple);transform:scaleX(.143);transform-origin:left;transition:transform .28s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .rail-controls{display:flex;gap:8px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .rail-controls button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(17,20,41,.12);background:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .rail-controls button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,20,41,.1)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .rail-controls svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(330px,44%);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 26px;overscroll-behavior-inline:contain}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card{scroll-snap-align:start;min-height:440px;padding:30px;border-radius:16px;background:#fff;border:1px solid rgba(17,20,41,.08);display:flex;flex-direction:column;box-shadow:0 16px 42px rgba(17,20,41,.06)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card:nth-child(3n+2){background:#120a1c;color:#f6f6fb}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card:nth-child(3n+3){background:#ffffff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-top{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;font-weight:760;letter-spacing:.08em;color:var(--purple)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-top svg{width:30px;height:30px;fill:currentColor;opacity:.18}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card blockquote{font-size:clamp(1.08rem,1.45vw,1.28rem);line-height:1.58;letter-spacing:-.012em;margin:38px 0 40px;flex:1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card footer{padding-top:18px;border-top:1px solid currentColor;display:flex;justify-content:space-between;gap:18px;align-items:flex-end;border-color:color-mix(in srgb,currentColor 13%,transparent)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card footer strong{font-size:.94rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card footer span{text-align:right;font-size:.78rem;opacity:.62}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-shell{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);border-top:1px solid rgba(17,20,41,.12);border-bottom:1px solid rgba(17,20,41,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-list{border-right:1px solid rgba(17,20,41,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person{width:100%;display:grid;grid-template-columns:38px minmax(0,1fr) 24px;gap:14px;align-items:center;text-align:left;border:0;border-bottom:1px solid rgba(17,20,41,.10);background:transparent;padding:18px 20px 18px 0;cursor:pointer}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person:last-child{border-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person:hover,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person.is-active{background:rgba(121,88,246,.065)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-index{font-size:.75rem;font-weight:750;color:var(--purple)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person-copy strong,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person-copy small{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person-copy strong{font-size:.98rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person-copy small{font-size:.78rem;color:var(--muted);margin-top:3px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-arrow{font-size:1rem;opacity:.28}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person.is-active .t3-arrow{opacity:1;color:var(--purple)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage{padding:clamp(34px,5vw,70px);display:grid;align-items:center;min-height:560px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-mark{display:block;font:500 6rem/.7 Georgia,serif;color:var(--purple);opacity:.22;margin-bottom:20px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-quote blockquote{font-size:clamp(1.35rem,2.2vw,2.25rem);line-height:1.32;letter-spacing:-.024em;margin:0;max-width:29ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-quote footer{margin-top:38px;display:flex;gap:12px;align-items:baseline;flex-wrap:wrap}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-quote footer span{font-size:.84rem;color:var(--muted)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-board{background:#0f0818;border:1px solid rgba(255,255,255,.10);border-radius:16px;padding:10px;box-shadow:0 34px 90px rgba(0,0,0,.18)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file{border-bottom:1px solid rgba(255,255,255,.09)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file:last-child{border-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file summary{list-style:none;display:grid;grid-template-columns:90px minmax(0,1fr) 100px 26px;gap:18px;align-items:center;min-height:76px;padding:13px 18px;cursor:pointer}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file summary::-webkit-details-marker{display:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file summary:hover{background:rgba(255,255,255,.035)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-ref{font-size:.73rem;letter-spacing:.08em;color:var(--aqua);font-weight:740}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-person strong,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-person small{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-person strong{font-size:.94rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-person small{color:#888fa9;font-size:.78rem;margin-top:2px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-state{justify-self:start;border:1px solid rgba(190,245,127,.28);color:#ccf6a2;background:rgba(190,245,127,.07);padding:6px 9px;border-radius:999px;font-size:.7rem;font-weight:720}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-plus{width:15px;height:15px;position:relative;justify-self:end}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-plus::before,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-plus::after{content:"";position:absolute;inset:7px 1px auto;height:1px;background:#d8daea;transition:transform .28s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-plus::after{transform:rotate(90deg)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file[open] .file-plus::after{transform:rotate(0deg)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-body{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:48px;padding:14px 18px 34px 108px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-body blockquote{margin:0;font-size:clamp(1.04rem,1.4vw,1.24rem);line-height:1.65;color:#d6d9ea;max-width:74ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-body p{margin:0;color:#797f99;font-size:.8rem;align-self:end}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t5-mosaic{columns:3 300px;column-gap:18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card{position:relative;break-inside:avoid;display:inline-block;width:100%;margin:0 0 18px;padding:52px 26px 24px;border-radius:16px;background:#fff;border:1px solid rgba(17,20,41,.08);transition:transform .32s var(--ease),box-shadow .32s var(--ease),background .32s var(--ease);overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(4n+2){background:#120a1c;color:#ffffff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(4n+3){background:#ffffff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(4n+4){background:#ffffff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card .mx-quote-glyph{position:absolute;top:14px;left:24px;font-size:2.8rem;line-height:1;opacity:.16}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card blockquote{margin:0;font-size:1rem;line-height:1.67;letter-spacing:-.006em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card footer{margin-top:24px;padding-top:16px;border-top:1px solid color-mix(in srgb,currentColor 12%,transparent)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card footer strong,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card footer span{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card footer strong{font-size:.91rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card footer span{font-size:.77rem;opacity:.62;margin-top:4px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-grid{display:grid;grid-template-columns:minmax(240px,.55fr) minmax(0,1.45fr);gap:clamp(42px,7vw,96px);align-items:start}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-intro{position:sticky;top:86px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-intro h4{font-size:clamp(2rem,3.8vw,3.8rem);line-height:1.02;letter-spacing:-.035em;margin:0 0 22px;max-width:8ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-intro p{margin:0;line-height:1.72;color:var(--muted);max-width:38ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-item{border-top:1px solid rgba(17,20,41,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-item:last-child{border-bottom:1px solid rgba(17,20,41,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-item summary{list-style:none;display:grid;grid-template-columns:46px minmax(0,1fr) 24px;gap:14px;align-items:center;padding:22px 0;cursor:pointer;font-size:clamp(1.03rem,1.3vw,1.18rem);font-weight:650;line-height:1.4}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-item summary::-webkit-details-marker{display:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-no{font-size:.72rem;letter-spacing:.08em;color:var(--purple)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-icon{width:14px;height:14px;position:relative;justify-self:end}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-icon::before,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-icon::after{content:"";position:absolute;left:1px;right:1px;top:6px;height:1.5px;background:currentColor;transition:transform .3s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-icon::after{transform:rotate(90deg)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-item[open] .f1-icon::after{transform:rotate(0)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-answer{padding:2px 38px 32px 60px;font-size:1rem;line-height:1.74;max-width:74ch;color:var(--ink-2)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-answer p{margin:0 0 1em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-answer p:last-child{margin-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-shell{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);min-height:640px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:#1a1024}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-nav{padding:16px;background:#0f0818;border-right:1px solid rgba(255,255,255,.09);overflow:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q{width:100%;display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;text-align:left;padding:14px 12px;border:0;border-radius:11px;background:transparent;color:#c6cada;cursor:pointer;font-size:.88rem;line-height:1.4}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q span{font-size:.7rem;color:#697089;padding-top:3px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q:hover{background:rgba(255,255,255,.04)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q.is-active{background:rgba(121,88,246,.18);color:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q.is-active span{color:#a994ff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-stage{padding:clamp(34px,5vw,72px);display:grid;align-items:center}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-counter{font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;color:var(--aqua);font-weight:720}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-panel h3{font-size:clamp(1.8rem,3.2vw,3.15rem);line-height:1.08;letter-spacing:-.032em;margin:20px 0 30px;max-width:18ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-panel .mx-answer-copy{color:#c7cad9}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-panel a{color:#e6e0ff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end;padding:0 0 28px;margin-bottom:22px;border-bottom:1px solid rgba(18,8,29,.13)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-intro h4{font-size:clamp(1.65rem,3vw,3rem);line-height:1.06;letter-spacing:-.032em;margin:0;max-width:16ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-intro p{margin:0;max-width:48ch;color:var(--muted);line-height:1.7}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-intro span{display:block;margin-bottom:10px;color:var(--pink);font-size:.72rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card{background:#fff;border:1px solid rgba(17,20,41,.08);border-radius:14px;overflow:hidden;box-shadow:0 9px 28px rgba(17,20,41,.035)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card[hidden]{display:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card summary{list-style:none;display:grid;grid-template-columns:92px minmax(0,1fr) 20px;align-items:start;gap:12px;padding:20px;cursor:pointer;font-weight:650;line-height:1.42}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card summary::-webkit-details-marker{display:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-topic{font-size:.68rem;letter-spacing:.07em;text-transform:uppercase;color:var(--purple);padding-top:3px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-chevron{width:10px;height:10px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:4px 2px 0 auto;transition:transform .28s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card[open] .f3-chevron{transform:rotate(-135deg);margin-top:9px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-answer{padding:0 20px 24px 124px;font-size:.94rem;line-height:1.72;color:var(--ink-2)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-answer p{margin:0 0 .9em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-answer p:last-child{margin:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-shell{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:50px;align-items:start}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-steps{position:relative;padding-left:4px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-steps::before{content:"";position:absolute;left:16px;top:24px;bottom:24px;width:1px;background:rgba(17,20,41,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:26px minmax(0,1fr);gap:15px;text-align:left;border:0;background:transparent;padding:13px 0;cursor:pointer}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-dot{width:11px;height:11px;border-radius:50%;background:#fff;border:2px solid #bfc2d2;margin:7px 0 0 7px;transition:transform .28s var(--ease),background .28s var(--ease),border .28s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step.is-active .f4-dot{background:var(--purple);border-color:var(--purple);transform:scale(1.22)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step small,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step strong{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step small{font-size:.67rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step strong{font-size:.9rem;line-height:1.38;margin-top:4px;color:#51566f}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step.is-active strong{color:var(--ink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage{position:sticky;top:88px;min-height:610px;padding:clamp(32px,4vw,54px);border-radius:16px;background:#fff;border:1px solid rgba(17,20,41,.08);box-shadow:var(--shadow)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage-no{font-size:4.8rem;line-height:.9;font-weight:730;letter-spacing:-.05em;color:#e7e3fa;margin-bottom:34px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-panel h3{font-size:clamp(1.6rem,2.5vw,2.6rem);line-height:1.12;letter-spacing:-.028em;margin:0 0 28px;max-width:18ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-panel .mx-answer-copy{color:#444960}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-controls{display:flex;justify-content:flex-end;gap:8px;margin-top:32px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-controls button{height:42px;padding:0 14px;border:1px solid rgba(17,20,41,.12);background:#fff;border-radius:10px;cursor:pointer;font-weight:650;font-size:.84rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-controls button:hover{background:#ffffff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tiles{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile{min-height:150px;padding:18px;text-align:left;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#1a1024;color:#d9dbea;cursor:pointer;display:flex;flex-direction:column;transition:transform .26s var(--ease),background .26s var(--ease),border-color .26s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile:hover{transform:translateY(-2px);background:#24162f}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile.is-active{background:var(--purple);border-color:var(--purple);color:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile>span{font-size:.7rem;letter-spacing:.08em;opacity:.65}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile strong{font-size:.92rem;line-height:1.4;margin:16px 0 20px;font-weight:650}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile svg{width:22px;height:22px;margin-top:auto;fill:none;stroke:currentColor;stroke-width:1.6;opacity:.55}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-drawer{min-height:630px;border-radius:16px;background:#ffffff;color:var(--ink);padding:clamp(30px,4vw,52px);box-shadow:0 24px 70px rgba(0,0,0,.16)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel header{padding-bottom:26px;margin-bottom:28px;border-bottom:1px solid rgba(17,20,41,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel header>span{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;color:var(--purple);font-weight:720}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel h3{font-size:clamp(1.8rem,2.7vw,2.9rem);line-height:1.08;letter-spacing:-.032em;margin:16px 0 0;max-width:17ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel .mx-answer-copy{color:#3f445c}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);border:1px solid rgba(18,8,29,.12);min-height:680px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead{position:relative;padding:clamp(38px,6vw,82px);background:var(--night);color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead::after{content:"06";position:absolute;right:-18px;bottom:-42px;font-size:clamp(10rem,23vw,22rem);line-height:.8;font-weight:760;color:rgba(255,255,255,.035);letter-spacing:-.08em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-kicker{font-size:.72rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase;color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead blockquote{position:relative;z-index:1;margin:60px 0 70px;font-size:clamp(1.55rem,2.7vw,3rem);line-height:1.2;letter-spacing:-.035em;max-width:22ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead footer{position:relative;z-index:1;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead footer strong,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead footer span{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead footer span{margin-top:5px;color:#aeb3c9;font-size:.82rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-notes{display:grid;background:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-note{padding:28px 30px;border-bottom:1px solid rgba(18,8,29,.11);display:grid;grid-template-columns:34px 1fr;gap:18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-note:last-child{border-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-note>span{font-size:.7rem;letter-spacing:.08em;font-weight:760;color:var(--pink);padding-top:3px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-note blockquote{margin:0;font-size:.98rem;line-height:1.62}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-note footer{margin-top:18px;font-size:.77rem;color:var(--muted)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-timeline{position:relative;max-width:1050px;margin:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(rgba(20,224,192,.05),rgba(20,224,192,.45),rgba(222,9,127,.45),rgba(222,9,127,.05))}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry{width:50%;position:relative;padding:0 56px 52px 0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry:nth-child(even){margin-left:50%;padding:0 0 52px 56px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry::after{content:"";position:absolute;top:13px;right:-6px;width:11px;height:11px;border-radius:50%;background:var(--aqua);box-shadow:0 0 0 8px var(--night)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry:nth-child(even)::after{right:auto;left:-5px;background:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry header{display:flex;justify-content:space-between;gap:16px;align-items:baseline;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry header span{font-size:.7rem;letter-spacing:.09em;color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry:nth-child(even) header span{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry h4{font-size:1.08rem;margin:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry blockquote{margin:18px 0 0;color:#cfc8d4;line-height:1.7;font-size:.95rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry footer{margin-top:16px;color:#858099;font-size:.78rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid rgba(18,8,29,.12);border-bottom:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item{border-bottom:1px solid rgba(18,8,29,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item:nth-child(odd){border-right:1px solid rgba(18,8,29,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item summary{list-style:none;display:grid;grid-template-columns:42px minmax(0,1fr) 22px;gap:14px;padding:24px;align-items:start;cursor:pointer}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item summary::-webkit-details-marker{display:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-check{width:23px;height:23px;border:1px solid rgba(18,8,29,.2);display:grid;place-items:center;font-size:.7rem;color:transparent;transition:.25s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item[open] .f6-check{background:var(--pink);border-color:var(--pink);color:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-q{font-weight:680;line-height:1.45}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-state{font-size:.68rem;color:var(--muted);padding-top:3px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item[open] .f6-state{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-answer{padding:0 24px 28px 80px;color:var(--ink-2);line-height:1.72;font-size:.94rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-answer p{margin:0 0 .8em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-answer p:last-child{margin:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-atlas{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card{grid-column:span 4;min-height:310px;padding:28px;border:1px solid rgba(255,255,255,.11);background:var(--night-2);display:flex;flex-direction:column}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(1),:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(6){grid-column:span 8}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(4),:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(8){background:#0f0818}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card>span{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(even)>span{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card h4{font-size:clamp(1.15rem,1.55vw,1.45rem);line-height:1.3;margin:22px 0 18px;max-width:24ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card p{font-size:.9rem;line-height:1.72;color:#bcb4c2;margin:0;max-width:68ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card a{margin-top:auto;padding-top:28px;color:#fff;font-size:.82rem;font-weight:700;text-decoration:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card a::after{content:" →";color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-read-link{text-decoration:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-read-link:hover h4,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-read-link:focus-visible h4{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-read-meta{font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;font-weight:760;color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-dark .mx-read-meta{color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-read-image{display:block;width:100%;height:100%;object-fit:cover;background:#180d24}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-read-arrow{font-size:1.2rem;color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:34px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-lead{display:grid;grid-template-rows:390px auto;border:1px solid rgba(18,8,29,.11);background:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-lead figure{margin:0;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-lead .mx-read-image{transition:transform .6s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-lead:hover .mx-read-image{transform:scale(1.025)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-copy{padding:30px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-copy h4{font-size:clamp(1.55rem,2.4vw,2.5rem);line-height:1.12;letter-spacing:-.03em;margin:14px 0;transition:color .25s}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-copy p{color:var(--muted);line-height:1.68;margin:0;max-width:58ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-list{border-top:1px solid rgba(18,8,29,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-row{display:grid;grid-template-columns:112px minmax(0,1fr) 28px;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid rgba(18,8,29,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-row figure{height:82px;margin:0;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-row h4{font-size:1rem;line-height:1.35;margin:7px 0 0;transition:color .25s}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(360px,46%);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 24px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card{position:relative;min-height:520px;overflow:hidden;scroll-snap-align:start;border:1px solid rgba(255,255,255,.11);isolation:isolate}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,8,29,.04) 25%,rgba(18,8,29,.96) 100%);z-index:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card .mx-read-image{position:absolute;inset:0;transition:transform .7s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card:hover .mx-read-image{transform:scale(1.035)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:34px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy h4{font-size:clamp(1.4rem,2vw,2rem);line-height:1.2;letter-spacing:-.025em;margin:14px 0 18px;max-width:18ch;transition:color .25s}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy p{margin:0;color:#bdb5c5;line-height:1.62;font-size:.92rem;max-width:50ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-index{border-top:1px solid rgba(18,8,29,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-row{display:grid;grid-template-columns:72px minmax(0,1fr) 190px 30px;gap:30px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(18,8,29,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-no{font-size:clamp(2rem,3.4vw,3.7rem);line-height:1;color:rgba(222,9,127,.18);font-weight:700;letter-spacing:-.05em}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-copy h4{font-size:clamp(1.15rem,1.8vw,1.65rem);line-height:1.28;margin:7px 0 0;transition:color .25s}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-row figure{height:104px;margin:0;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-row .mx-read-image{transition:transform .45s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-row:hover .mx-read-image{transform:scale(1.04)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:250px;gap:16px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card{position:relative;grid-column:span 5;overflow:hidden;border:1px solid rgba(255,255,255,.1);isolation:isolate}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:first-child{grid-column:span 7;grid-row:span 2}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:nth-child(4){grid-column:span 7}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:nth-child(5){grid-column:span 5}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,8,29,.02),rgba(18,8,29,.92));z-index:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card .mx-read-image{position:absolute;inset:0;transition:transform .6s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:hover .mx-read-image{transform:scale(1.035)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-copy{position:absolute;z-index:1;inset:auto 0 0;padding:24px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-copy h4{font-size:clamp(1rem,1.45vw,1.35rem);line-height:1.3;margin:10px 0 0;max-width:25ch;transition:color .25s}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:first-child .r4-copy{padding:38px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:first-child h4{font-size:clamp(1.7rem,2.8vw,3rem);line-height:1.12;max-width:16ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-sequence{display:grid;gap:0;border-top:1px solid rgba(18,8,29,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story{display:grid;grid-template-columns:130px minmax(0,.9fr) minmax(300px,1.1fr);gap:38px;align-items:center;padding:42px 0;border-bottom:1px solid rgba(18,8,29,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even){grid-template-columns:130px minmax(300px,1.1fr) minmax(0,.9fr)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even) figure{grid-column:2}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even) .r5-copy{grid-column:3;grid-row:1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-chapter{font-size:.7rem;font-weight:760;letter-spacing:.1em;text-transform:uppercase;color:var(--pink);align-self:start;padding-top:8px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story figure{height:270px;margin:0;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story .mx-read-image{transition:transform .55s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:hover .mx-read-image{transform:scale(1.03)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-copy h4{font-size:clamp(1.5rem,2.4vw,2.45rem);line-height:1.15;letter-spacing:-.028em;margin:12px 0 18px;transition:color .25s}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-copy p{margin:0;color:var(--muted);line-height:1.72;max-width:52ch}@media (max-width:980px){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-authors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-stage{min-height:520px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-list{border-right:0;border-bottom:1px solid rgba(17,20,41,.12);display:grid;grid-template-columns:1fr 1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person:nth-child(odd){border-right:1px solid rgba(17,20,41,.10)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage{min-height:480px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-intro,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage{position:static}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-intro h4{max-width:14ch}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-nav{border-right:0;border-bottom:1px solid rgba(255,255,255,.09);display:grid;grid-template-columns:1fr 1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-drawer{min-height:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(n){grid-column:span 6}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:nth-child(n){grid-column:span 6;grid-row:span 1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:first-child{grid-column:1/-1;grid-row:span 2}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even){grid-template-columns:90px 1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story figure,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even) figure{grid-column:2}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story .r5-copy,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even) .r5-copy{grid-column:2;grid-row:auto}
}@media (max-width:720px){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section{padding:64px 18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-head{grid-template-columns:1fr;margin-bottom:28px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-id{justify-self:start;grid-row:1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-authors{grid-template-columns:1fr;max-height:280px;overflow:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-stage{padding:30px 24px;min-height:500px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-panel blockquote{font-size:clamp(1.35rem,7vw,2rem);margin-bottom:34px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-rail{grid-auto-columns:88%}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card{min-height:500px;padding:24px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-toolbar{align-items:flex-end}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-status{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-progress{width:160px;margin-top:8px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-list{grid-template-columns:1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person:nth-child(odd){border-right:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage{padding:34px 22px;min-height:520px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-quote blockquote{font-size:1.35rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file summary{grid-template-columns:72px minmax(0,1fr) 24px;gap:10px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-state{display:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-body{grid-template-columns:1fr;padding:10px 18px 28px;gap:18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t5-mosaic{columns:1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-answer{padding-left:46px;padding-right:4px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-nav{grid-template-columns:1fr;max-height:330px;overflow:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-stage{padding:34px 22px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-intro{grid-template-columns:1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-list{grid-template-columns:1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card summary{grid-template-columns:72px minmax(0,1fr) 20px;padding:18px 16px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-answer{padding:0 16px 22px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-shell{gap:24px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-steps{max-height:310px;overflow:auto;padding-right:12px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage{min-height:0;padding:28px 22px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage-no{font-size:3.8rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tiles{grid-template-columns:1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile{min-height:120px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-drawer{padding:30px 22px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-lead{min-height:560px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t6-note{padding:24px 20px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-timeline::before{left:5px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry:nth-child(even){width:100%;margin-left:0;padding:0 0 42px 36px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry::after,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t7-entry:nth-child(even)::after{left:0;right:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-board{grid-template-columns:1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item:nth-child(odd){border-right:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-answer{padding-left:24px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f7-card:nth-child(n){grid-column:1/-1;min-height:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{grid-auto-columns:88%}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card{min-height:500px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-row{grid-template-columns:48px minmax(0,1fr) 24px;gap:16px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r3-row figure{grid-column:2;height:150px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-grid{grid-template-columns:1fr;grid-auto-rows:300px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:nth-child(n){grid-column:1;grid-row:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r4-card:first-child{grid-row:span 2}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even){grid-template-columns:1fr;gap:18px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story figure,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even) figure,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story .r5-copy,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story:nth-child(even) .r5-copy{grid-column:1;grid-row:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-story figure{height:220px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r5-chapter{padding-top:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-row{grid-template-columns:88px minmax(0,1fr) 24px;gap:14px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r1-lead{grid-template-rows:300px auto}
}@media (prefers-reduced-motion:reduce){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) html{scroll-behavior:auto}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) *,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) *::before,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section{border-top-color:rgba(18,8,29,.09)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-dark{border-top-color:rgba(255,255,255,.09)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-dark .mx-ref-head p{color:#bcb3c3}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-id{border-radius:8px}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-shell{background:var(--night-2);border-color:rgba(255,255,255,.1);box-shadow:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-authors{background:#0f0818}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-stage{background:var(--night-2);isolation:isolate;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-stage::before{width:260px;height:260px;right:-78px;top:-88px;border-color:rgba(20,224,192,.34);box-shadow:0 0 0 52px rgba(20,224,192,.028),0 0 0 104px rgba(222,9,127,.022)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author.is-active{background:rgba(222,9,127,.16)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-author.is-active .avatar{background:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t1-count{color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card{background:#fff!important;color:var(--ink)!important;box-shadow:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card:nth-child(even){background:var(--night)!important;color:#f6f1fa!important;border-color:rgba(255,255,255,.1)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card:nth-child(even) .t2-top{color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card:nth-child(odd) .t2-top{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-progress i{background:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-shell{perspective:1400px;overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage{position:relative;transform-style:preserve-3d;background:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage::before,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage::after{content:"";position:absolute;border-radius:50%;pointer-events:none;transform-style:preserve-3d}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage::before{width:250px;height:250px;right:-70px;top:40px;border:1px solid rgba(222,9,127,.22);transform:translateZ(-30px) rotateX(64deg) rotateZ(18deg)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-stage::after{width:170px;height:170px;right:-10px;top:85px;border:1px solid rgba(20,224,192,.28);transform:translateZ(-10px) rotateX(64deg) rotateZ(-16deg)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-quote{position:relative;z-index:2;transition:transform .5s var(--ease),opacity .35s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-person.is-active{background:rgba(222,9,127,.055)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-index,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-arrow,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t3-mark{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-board{background:#0f0818;box-shadow:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t4-file summary:hover{background:rgba(255,255,255,.035)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-ref{color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .file-state{color:#d7ffd0;border-color:rgba(20,224,192,.28);background:rgba(20,224,192,.07)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t5-mosaic{columns:unset;display:grid;grid-template-columns:repeat(12,1fr);gap:18px;perspective:1300px;transform-style:preserve-3d}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card{margin:0;display:flex;flex-direction:column;min-height:260px;background:#fff!important;color:var(--ink)!important;box-shadow:none;transform-style:preserve-3d;will-change:transform;transition:transform .38s var(--ease),border-color .28s var(--ease),background .28s var(--ease)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(even){background:var(--night)!important;color:#f7f1fa!important;border-color:rgba(255,255,255,.1)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(1),:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(4){grid-column:span 7}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(2),:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(3){grid-column:span 5}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(n+5){grid-column:span 4}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:hover{box-shadow:none;border-color:rgba(222,9,127,.34);z-index:3}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card blockquote{flex:1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(even) footer{border-color:rgba(255,255,255,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card .mx-quote-glyph{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t5-mosaic::before{content:"";grid-column:1/-1;height:1px;background:linear-gradient(90deg,transparent,rgba(222,9,127,.24),rgba(20,224,192,.24),transparent)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-no{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f1-item[open] summary{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-shell{background:var(--night-2);box-shadow:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-nav{background:#0f0818}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q.is-active{background:rgba(222,9,127,.16)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-q.is-active span{color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f2-counter{color:var(--aqua)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card{background:#fff;box-shadow:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-topic{color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f3-card[open]{border-color:rgba(222,9,127,.3)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-shell{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-steps{display:flex;overflow-x:auto;gap:0;padding:0 0 26px;margin-bottom:30px;scroll-snap-type:x proximity}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-steps::before{left:24px;right:24px;top:18px;bottom:auto;width:auto;height:1px;background:rgba(18,8,29,.14)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step{flex:0 0 min(240px,72vw);grid-template-columns:28px minmax(0,1fr);padding:0 22px 0 0;scroll-snap-align:start}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-dot{margin-top:12px;background:#fff}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-step.is-active .f4-dot{background:var(--pink);border-color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage{position:relative;top:auto;min-height:0;background:#fff;box-shadow:none;border-color:rgba(18,8,29,.1);overflow:hidden}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;bottom:-110px;border:1px solid rgba(20,224,192,.25);pointer-events:none}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-stage-no{color:rgba(222,9,127,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-controls button:hover{background:#fff;border-color:rgba(222,9,127,.35)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile{background:#1a1024}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile:hover{background:#24162f}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-tile.is-active{background:var(--pink);border-color:var(--pink)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-drawer{background:#0f0818;color:#f7f1fa;box-shadow:none;border:1px solid rgba(255,255,255,.1)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel .mx-answer-copy{color:#cfc5d3}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel header{border-bottom-color:rgba(255,255,255,.12)}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f5-panel header>span{color:var(--aqua)}@media(max-width:980px){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(n){grid-column:span 6}}@media(max-width:720px){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-quote-card:nth-child(n){grid-column:1/-1}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t5-mosaic{display:grid}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f4-steps{margin-right:-18px;padding-right:18px}}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-state{font-size:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-state::after{content:"View";font-size:.68rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .f6-item[open] .f6-state::after{content:"Open"}

@media(max-width:980px){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f1-grid,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .t1-shell,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .t3-shell,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f2-shell,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f4-shell,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f5-shell,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .t6-grid,:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .r1-grid{grid-template-columns:1fr}}
@media(max-width:720px){:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section{padding:64px 18px!important}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-ref-head{grid-template-columns:1fr}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .mx-ref-id{grid-row:1;justify-self:start}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .t6-grid{min-height:0}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .t6-notes{display:block}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .f7-answer{font-size:.91rem}:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section .r1-list{margin-top:10px}}

/* Source layer: mx-regional-polish */
body[data-mx-regional="true"] :is(#mx-root>.hero .eyebrow,.mxe-hero .mxe-eyebrow,.mxh_hero .mxh_eyebrow,.mxr_hero .mxr_hero-badge){display:none!important}
.mx-region-lock{display:none!important}
.mx-region-overline{display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0 0 16px!important;color:var(--pink,#e80b80)!important;font:800 .82rem/1.35 Manrope,'Segoe UI',Arial,sans-serif!important;letter-spacing:.085em!important;text-transform:uppercase!important}
.mx-region-overline::before{content:"";width:22px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--pink,#e80b80),var(--aqua,#16c7b3))}
.mx-related-section{background:var(--mx-surface-1);padding:clamp(68px,7vw,104px) 0}.mx-related-inner{width:min(calc(100% - var(--mx-cal-gutter) - var(--mx-cal-gutter)),1280px);margin:auto}.mx-related-grid{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:clamp(32px,6vw,84px);align-items:start}.mx-related-copy h2{margin:0;color:#170d21;font-size:clamp(2rem,3.3vw,3.4rem);line-height:1.06;letter-spacing:-.035em}.mx-related-copy p{margin:18px 0 0;color:#675d6e;line-height:1.72}.mx-related-links{display:grid;gap:12px}.mx-related-link{display:grid;grid-template-columns:44px minmax(0,1fr) 24px;gap:14px;align-items:center;padding:19px 20px;border:1px solid rgba(61,38,73,.12);border-radius:15px;color:#170d21;background:rgba(255,255,255,.65);text-decoration:none;transition:.28s}.mx-related-link b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#087d70;background:rgba(22,199,179,.13)}.mx-related-link strong{display:block;font-size:1rem}.mx-related-link small{display:block;margin-top:3px;color:#776c7c;line-height:1.45}.mx-related-link i{color:#e80b80;font-style:normal;font-size:1.25rem}@media(hover:hover){.mx-related-link:hover{transform:translateX(5px);border-color:rgba(232,11,128,.28);background:#fff}}
.mx-testimonials--1 .mx-proof-grid{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr)!important;gap:18px!important}.mx-voice-stage{display:flex;flex-direction:column;min-height:430px;padding:clamp(32px,4vw,56px);border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.055)}.mx-voice-stage blockquote{margin:0;color:#fff;font-size:clamp(1.35rem,2.25vw,2.15rem);line-height:1.42}.mx-voice-stage .mx-quote-person{margin-top:auto}.mx-voice-index{display:grid;gap:9px}.mx-voice-tab{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;width:100%;padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:13px;color:#fff;background:rgba(255,255,255,.045);text-align:left;cursor:pointer;transition:.25s}.mx-voice-tab[aria-selected="true"]{border-color:rgba(22,199,179,.62);background:rgba(22,199,179,.1);transform:translateX(-5px)}.mx-voice-tab strong,.mx-voice-tab small{display:block}.mx-voice-tab small{margin-top:2px;color:rgba(255,255,255,.5)}.mx-voice-tab .mx-avatar{width:38px;height:38px}.mx-testimonials--5 .mx-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mx-testimonials--5 .mx-quote-card:first-child{grid-column:span 2!important;grid-row:auto!important}.mx-testimonials--5 .mx-quote-card:nth-child(n+6){display:none!important}
.mx-reads--3 .mx-read-card{grid-template-columns:minmax(0,1fr) 230px!important;min-height:138px}.mx-reads--3 .mx-read-body{grid-template-columns:150px minmax(0,1fr)!important;grid-column:1!important;gap:0 22px!important;padding:27px 0!important}.mx-reads--3 .mx-read-meta{display:flex!important;grid-column:1!important;flex-direction:column;align-items:flex-start;gap:7px;padding-right:18px}.mx-read-date,.mx-read-category{display:block;white-space:nowrap}.mx-read-category{padding:5px 8px;border-radius:999px;color:#0a7268;background:rgba(22,199,179,.13);font-size:.64rem;letter-spacing:.08em}.mx-reads--3 .mx-read-card h3{grid-column:2!important;align-self:center}.mx-reads--3 .mx-read-card img{grid-column:2!important;order:2!important;min-height:138px!important}.mx-library--dark .mx-read-category{color:#8ef1e5;background:rgba(22,199,179,.14)}
.mx-blend-next,.mx-blend-prev{position:relative;margin-block:0!important;border-block:0!important}.mx-blend-next::after{display:none!important}body[data-mx-slug="b2b-secure-file-exchange"] section[aria-labelledby="b2b-who"],body[data-mx-slug="b2b-secure-file-exchange"] section[aria-labelledby="b2b-policy"]{background:var(--mx-surface-1)!important}body[data-mx-slug="home"] #mxr-audit,body[data-mx-slug="home"] #mxr-compliance{background-color:#130c20!important;background-image:none!important}body[data-mx-slug="home"] #mxr-audit{padding-bottom:clamp(38px,4vw,56px)!important}body[data-mx-slug="home"] #mxr-compliance{padding-top:clamp(38px,4vw,56px)!important}body[data-mx-slug="home"] #mxr-audit>.mx-atmosphere{-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 68%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 68%,transparent 100%)}body[data-mx-slug="home"] #mxr-compliance>.mx-atmosphere{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 32%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 32%,#000 100%)}
.mx-standard-locale-bar,.mx-locale-band{display:none!important}
.locale[data-mx-locale-switch="true"]{display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;margin:26px 0 0!important;padding:0!important;color:rgb(179,167,196)!important;font:400 11px/1.3 Manrope,'Segoe UI',Arial,sans-serif!important;letter-spacing:0!important;background:transparent!important}
.locale[data-mx-locale-switch="true"]>span:first-child{margin:0!important}.locale[data-mx-locale-switch="true"] .flag{display:flex!important;align-items:stretch!important;justify-content:stretch!important;width:34px!important;height:23px!important;padding:0!important;border:0!important;border-radius:2px!important;background:transparent!important;box-shadow:none!important;opacity:.7!important;overflow:hidden!important;transform:none!important;transition:opacity .2s ease!important}.locale[data-mx-locale-switch="true"] .flag svg{display:block!important;width:100%!important;height:100%!important;border-radius:0!important}.locale[data-mx-locale-switch="true"] .flag.current{border:0!important;box-shadow:none!important;cursor:default!important}.locale[data-mx-locale-switch="true"] a.flag:hover,.locale[data-mx-locale-switch="true"] a.flag:focus-visible{opacity:1!important}
.mx-cta-icon{display:inline-block;flex:0 0 auto;width:1.05em!important;height:1.05em!important;margin-left:.18em;overflow:visible;vertical-align:-.13em}.mx-cta-icon path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
:is(a,button,.mx-read-arrow).mx-cta-has-icon::after{display:none!important}
@media(max-width:1100px){body[data-mx-regional="true"] :is(#mx-root>.hero,.mxe-hero,.mxh_hero,.mxr_hero){padding-top:clamp(104px,12vw,132px)!important}body[data-mx-regional="true"] :is(#mx-root>.hero h1,.mxe-hero h1,.mxh_hero h1,.mxr_hero h1){font-size:clamp(2.85rem,5.15vw,3.45rem)!important;line-height:1.01!important}}
@media(max-width:900px){.mx-related-grid,.mx-testimonials--1 .mx-proof-grid{grid-template-columns:1fr!important}.mx-voice-stage{min-height:360px}.mx-voice-index{grid-template-columns:repeat(3,minmax(0,1fr))}.mx-voice-tab{grid-template-columns:36px minmax(0,1fr)}.mx-voice-tab small{display:none}.mx-reads--3 .mx-read-card{grid-template-columns:1fr 190px!important}.mx-reads--3 .mx-read-body{grid-template-columns:130px minmax(0,1fr)!important}}
@media(max-width:720px){.mx-voice-index{display:flex;overflow-x:auto;padding-bottom:8px}.mx-voice-tab{flex:0 0 190px}.mx-testimonials--5 .mx-proof-grid{grid-template-columns:1fr!important}.mx-testimonials--5 .mx-quote-card:first-child{grid-column:auto!important}.mx-reads--3 .mx-read-card{display:flex!important}.mx-reads--3 .mx-read-body{display:block!important;padding:22px!important}.mx-reads--3 .mx-read-meta{display:flex!important;flex-direction:row!important;align-items:center;margin-bottom:13px}.mx-reads--3 .mx-read-card img{min-height:0!important}.mx-related-link{grid-template-columns:40px minmax(0,1fr) 18px;padding:16px}}

/* Source layer: mx-spotcheck-fixes */
/* Shared carousel refinements: one deliberate slide, no exposed browser scrollbar. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-rail{
  grid-auto-columns:100%;
  overflow-x:auto;
  scrollbar-width:none;
  scroll-behavior:smooth;
  padding:6px 2px 2px;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-rail::-webkit-scrollbar,
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track::-webkit-scrollbar{display:none}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-card{min-height:410px}

:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-carousel{position:relative}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-status{
  display:flex;
  align-items:center;
  gap:12px;
  color:#b9b1c3;
  font-size:.85rem;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-progress{
  width:min(300px,38vw);
  height:3px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.14);
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-progress i{
  display:block;
  width:100%;
  height:100%;
  background:var(--aqua);
  transform-origin:left;
  transition:transform .28s var(--ease);
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-toolbar .rail-controls button{
  color:#f8f7fb;
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.07);
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-toolbar .rail-controls button:hover{
  background:rgba(255,255,255,.13);
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{
  grid-auto-columns:100%;
  gap:0;
  overflow-x:auto;
  scrollbar-width:none;
  scroll-behavior:smooth;
  padding:0;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card{min-height:clamp(510px,48vw,650px)}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy{padding:clamp(30px,5vw,68px)}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy h4{
  font-size:clamp(2rem,4vw,4.3rem);
  line-height:1.03;
  max-width:18ch;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy p{
  max-width:58ch;
  font-size:clamp(.95rem,1.25vw,1.08rem);
}

/* Home page: keep related routes compact and balanced at wide viewport sizes. */
body[data-mx-slug="home"] .mx-related-section{padding:clamp(64px,7vw,96px) 0}
body[data-mx-slug="home"] .mx-related-grid{grid-template-columns:minmax(0,1fr)!important;gap:34px!important}
body[data-mx-slug="home"] .mx-related-copy{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  gap:20px 56px;
  align-items:end;
}
body[data-mx-slug="home"] .mx-related-copy .mx-library-kicker{grid-column:1/-1;margin:0}
body[data-mx-slug="home"] .mx-related-copy h2{
  margin:0!important;
  max-width:15ch!important;
  font-size:clamp(2.55rem,4.15vw,4.7rem)!important;
  line-height:.99!important;
  letter-spacing:-.045em!important;
}
body[data-mx-slug="home"] .mx-related-copy>p:last-child{margin:0;max-width:48ch}
body[data-mx-slug="home"] .mx-related-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body[data-mx-slug="home"] .mx-related-link{
  grid-template-columns:44px minmax(0,1fr) 22px;
  align-content:center;
  min-height:124px;
  padding:20px;
}

/* Large-file mosaic: w6 is a complete row in the existing six-column system. */
body[data-mx-slug="large-file-sharing"] .m-mosaic .tile.w6{
  grid-column:span 6;
  display:grid;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);
  gap:clamp(30px,7vw,92px);
  align-items:end;
  min-height:280px;
}
body[data-mx-slug="large-file-sharing"] .m-mosaic .tile.feature{
  background:
    radial-gradient(circle at 88% 12%,rgba(22,199,179,.16),transparent 28%),
    linear-gradient(145deg,#431257 0%,#170a21 78%);
}
body[data-mx-slug="large-file-sharing"] .m-mosaic .tile.feature h3{
  margin:0;
  max-width:13ch;
  color:#fff!important;
  font-size:clamp(1.75rem,2.8vw,2.8rem);
}
body[data-mx-slug="large-file-sharing"] .m-mosaic .tile.feature .card-copy{
  margin:0;
  max-width:56ch;
  color:rgba(255,255,255,.88)!important;
  font-size:clamp(1rem,1.35vw,1.15rem);
  line-height:1.68;
}

@media(max-width:900px){
  body[data-mx-slug="home"] .mx-related-copy{grid-template-columns:minmax(0,1fr);gap:18px}
  body[data-mx-slug="home"] .mx-related-copy .mx-library-kicker{grid-column:auto}
  body[data-mx-slug="home"] .mx-related-copy h2{font-size:clamp(2.35rem,8vw,4rem)!important}
  body[data-mx-slug="home"] .mx-related-links{grid-template-columns:minmax(0,1fr)}
  body[data-mx-slug="home"] .mx-related-link{min-height:0}
  body[data-mx-slug="large-file-sharing"] .m-mosaic .tile.w6{
    grid-column:1/-1;
    grid-template-columns:minmax(0,1fr);
    gap:22px;
    min-height:300px;
  }
}
@media(max-width:620px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-toolbar,
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-toolbar{align-items:flex-end}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-status,
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-status{align-items:flex-start;flex-direction:column;gap:8px}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-progress,
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-progress{width:42vw}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-card{min-height:500px}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-copy h4{font-size:clamp(1.85rem,8vw,2.8rem)}
}
@media(prefers-reduced-motion:reduce){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .t2-rail,
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .r2-track{scroll-behavior:auto}
}

/* Source layer: mx-temporary-global-css-workarounds */
/* TEMPORARY: remove this block after the theme-level fixes in MX_Global_CSS_Fix_Handoff.md are deployed. */
/* Final visual QA pass: resilient section framing, readable dark surfaces and deliberate seams. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-section,
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-section *{box-sizing:border-box}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-section{position:relative;isolation:isolate;overflow:hidden}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-inner{
  width:min(1280px,calc(100% - 96px))!important;
  max-width:1280px!important;
  margin-inline:auto!important;
  min-width:0!important;
  position:relative;
  z-index:2;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) :is(.mx-related-grid,.mx-related-copy,.mx-related-links,.mx-related-link,.mx-related-link>span){min-width:0}

/* Several recovered templates contain a broad header-hiding rule. Restore only the content headers. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section>.mx-ref-inner>.mx-ref-head{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:clamp(18px,3vw,38px)!important;
  align-items:end!important;
  margin:0 0 clamp(30px,4vw,52px)!important;
  position:relative!important;
  z-index:4!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section>.mx-ref-inner>.mx-ref-head h2{margin:0!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section>.mx-ref-inner>.mx-ref-head p{margin:14px 0 0!important;max-width:64ch}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section.mx-ref-dark>.mx-ref-inner>.mx-ref-head h2{color:#fff!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section.mx-ref-dark>.mx-ref-inner>.mx-ref-head p{color:rgba(241,237,246,.78)!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section:not(.mx-ref-dark)>.mx-ref-inner>.mx-ref-head h2{color:#170d21!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section:not(.mx-ref-dark)>.mx-ref-inner>.mx-ref-head p{color:#675d6e!important}

/* Conservative runtime contrast repairs. Classes are never assigned inside the first two sections. */
.mx-spot-on-dark.mx-spot-title{color:#fff!important}
.mx-spot-on-dark.mx-spot-copy{color:#ddd5e4!important}
.mx-spot-on-light.mx-spot-title{color:#170d21!important}
.mx-spot-on-light.mx-spot-copy{color:#5f5568!important}

/* Reinforce section headers on the three bespoke dark template families without touching either opening section. */
#mxr-root>section:nth-of-type(n+3).--dark h2,
#mxr-root>section:nth-of-type(n+3).mxr_cta h2,
#mxe-root>section:nth-of-type(n+3).mxe-dark h2,
#mxh-root>section:nth-of-type(n+3):is(.mxh_dark,.mxh_dark-2) h2{color:#fff!important}
#mxr-root>section:nth-of-type(n+3).--dark .mxr_lead,
#mxr-root>section:nth-of-type(n+3).mxr_cta>*>p,
#mxe-root>section:nth-of-type(n+3).mxe-dark .mxe-lead,
#mxh-root>section:nth-of-type(n+3):is(.mxh_dark,.mxh_dark-2) .mxh_lead{color:#ddd5e4!important}
#mxr-root>section:nth-of-type(n+3):is(.--dark,.mxr_cta) .mxr_eyebrow,
#mxe-root>section:nth-of-type(n+3).mxe-dark .mxe-eyebrow,
#mxh-root>section:nth-of-type(n+3):is(.mxh_dark,.mxh_dark-2) .mxh_eyebrow{color:#5ce7d5!important}
#mx-root>section:nth-of-type(n+3) .cell-k{color:#087d70!important}
#mx-root>section:nth-of-type(n+3) .eyebrow{color:#cb006d!important}
#mx-root>section:nth-of-type(n+3):is(.dark,.is-dark,.final-cta,.mx-ref-dark) .eyebrow,
body[data-mx-slug="b2b-secure-file-exchange"] #mx-root>section:nth-of-type(n+3):is([aria-labelledby="b2b-who"],[aria-labelledby="b2b-policy"],[aria-labelledby="b2b-trace"]) .eyebrow{color:#ff4ca5!important}

/* Dark-theme related guidance now reads as part of the same visual system. */
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-section{
  color:#f7f3fa!important;
  background-color:#150c20!important;
  background-image:
    radial-gradient(circle at 10% 16%,rgba(22,199,179,.09),transparent 31%),
    radial-gradient(circle at 88% 84%,rgba(232,11,128,.10),transparent 36%),
    linear-gradient(180deg,#1d102a 0%,#150c20 100%)!important;
}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-copy h2{color:#fff!important}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-copy>p:last-child{color:#d7cfdf!important}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-library-kicker{color:#53e2cf!important}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link{
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.06)!important;
  box-shadow:0 16px 42px rgba(4,2,8,.12);
}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link b{color:#7ff0df!important;background:rgba(22,199,179,.13)!important}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link strong{color:#fff!important}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link small{color:#c9bfce!important}
body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link i{color:#ff4ca5!important}
@media(hover:hover){body[data-mx-tone="dark"] :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link:hover{border-color:rgba(83,226,207,.42)!important;background:rgba(255,255,255,.095)!important}}

/* Blend classes may only remove seams; they must not restyle either opening section. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-blend-next,
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-blend-prev{border-block:0!important;margin-block:0!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-blend-next{margin-bottom:-1px!important}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-blend-prev{margin-top:0!important}

/* MX New Changes 3 — clean word marks and continuous section atmospheres. */
.mx-uword{white-space:nowrap!important}
.mx-uword::after{left:.075em!important;right:.075em!important}
.mx-uword:empty::after{display:none!important}

:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-seam-next{
  border-bottom:0!important;
  margin-bottom:-1px!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-seam-prev{
  border-top:0!important;
  margin-top:0!important;
}
.mx-section-seam{
  position:absolute!important;
  z-index:1!important;
  top:-72px!important;
  left:0!important;
  width:100%!important;
  height:144px!important;
  pointer-events:none!important;
  background:linear-gradient(to bottom,var(--mx-seam-from),var(--mx-seam-to))!important;
  opacity:.98;
}
.mx-motion-surface>.mx-ref-inner,
.mx-motion-surface>.mx-related-inner,
.mx-motion-surface>.mxr_stats-grid,
.mx-motion-surface>.mxr_logos-ttl,
.mx-motion-surface>.mxr_logos-row{position:relative;z-index:2}

/* The home hero intentionally resolves to the same white as its trust band. */
body[data-mx-slug="home"] #mxr-hero{
  background:radial-gradient(900px 620px at 84% 3%,color-mix(in srgb,var(--aqua,#16c7b3) 11%,transparent),transparent 64%),radial-gradient(760px 540px at 3% 90%,color-mix(in srgb,var(--pink,#e80b80) 6%,transparent),transparent 70%),linear-gradient(158deg,#fff 0%,#fcfbfd 52%,#fff 100%)!important;
}
body[data-mx-slug="home"] .mxr_logos{background:#fff!important}

/* Treat the homepage proof figures and process as one uninterrupted dark scene. */
body[data-mx-slug="home"] :is(.mxr_stats,#mxr-asr){
  background-color:#130c20!important;
  background-image:radial-gradient(860px 520px at 84% 10%,rgb(232 11 128 / .12),transparent 65%),radial-gradient(760px 520px at 7% 88%,rgb(22 199 179 / .12),transparent 68%),linear-gradient(158deg,#160916 0%,#1e1022 54%,#11101e 100%)!important;
  color:#fff!important;
}
body[data-mx-slug="home"] .mxr_stats{padding-bottom:clamp(38px,4vw,58px)!important}
body[data-mx-slug="home"] #mxr-asr{padding-top:clamp(38px,4vw,58px)!important}

/* Preserve a continuous gradient across the audit/compliance pairing. */
body[data-mx-slug="home"] :is(#mxr-audit,#mxr-compliance){
  background-color:#130c20!important;
  background-image:radial-gradient(880px 560px at 82% 8%,rgb(232 11 128 / .13),transparent 66%),radial-gradient(720px 500px at 5% 92%,rgb(22 199 179 / .12),transparent 69%),linear-gradient(158deg,#160916 0%,#231125 52%,#11101e 100%)!important;
}

/* Dynamic dark sections receive the same layered, restrained motion treatment. */
.mx-ref-dark.mx-motion-surface,
.mx-motion-surface.mx-computed-dark{
  background-color:#130c20!important;
  background-image:radial-gradient(900px 620px at 82% 3%,var(--mx-glow-a,rgb(232 11 128 / .14)),transparent 64%),radial-gradient(760px 540px at 4% 96%,var(--mx-glow-b,rgb(22 199 179 / .12)),transparent 68%),linear-gradient(158deg,var(--mx-night-0,#160916) 0%,var(--mx-night-1,#301329) 52%,var(--mx-night-2,#11101e) 100%)!important;
}
@media(max-width:760px){.mx-section-seam{top:-44px!important;height:88px!important}}
@media(prefers-reduced-motion:reduce){.mx-section-seam{opacity:1}}

/* UK/US homepages open on a light hero, so always use the standard dark header. */
body:is(.page-id-7,.page-id-8) #mxh-header-root .mxh_logo-img--default{
  opacity:1!important;
  visibility:visible!important;
}
body:is(.page-id-7,.page-id-8) #mxh-header-root .mxh_logo-img--white{
  opacity:0!important;
  visibility:hidden!important;
}
body:is(.page-id-7,.page-id-8) #mxh-header-root :is(.mxh_nav-trigger,.mxh_hdr-nav>.mxh_nav-link,.mxh_hdr-login){
  color:#12081d!important;
}
body:is(.page-id-7,.page-id-8) #mxh-header-root .mxh_hdr-login svg{
  color:#12081d!important;
  stroke:currentColor!important;
}
body:is(.page-id-7,.page-id-8) #mxh-header-root .mxh_burger :is(span,i){
  background-color:#12081d!important;
}

/* Continuous section runs: one base surface, with atmosphere layered above it. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-continuity-dark{
  background-color:#120a1c!important;
  background-image:none!important;
  border-block:0!important;
  margin-block:0!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section.mx-continuity-light{
  background-color:var(--mx-continuity-bg,#fff)!important;
  background-image:none!important;
  border-block:0!important;
  margin-block:0!important;
}
.mx-continuity-dark>.mx-atmosphere{
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 14%,#000 86%,transparent 100%)!important;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 14%,#000 86%,transparent 100%)!important;
}
.mx-continuity-dark>.mx-section-seam,
.mx-continuity-light>.mx-section-seam{display:none!important}

/* The transparent navigation must expose the opening section on every page. */
body.mx-native.page :is(#mxh-header-root,#mxh-header-root .mxh_hdr,#mxh-header-root .mxh_hdr::before,#mxh-header-root .mxh_hdr::after){
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
body.mx-native.page :is(.mx-page-content,#mx-main){margin-top:0!important;padding-top:0!important}
body.mx-native.page :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)>section:first-of-type{margin-top:0!important}

/* Crawl-safe reveals: content remains in the DOM and is hidden only after JS opts in. */
.mx-reveal-ready{
  opacity:0;
  transform:translate3d(var(--mx-reveal-x,0),var(--mx-reveal-y,34px),0);
  transition:opacity .78s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}
.mx-reveal-ready.mx-reveal-visible{opacity:1;transform:translate3d(0,0,0)}
@media(prefers-reduced-motion:reduce){.mx-reveal-ready,.mx-reveal-ready.mx-reveal-visible{opacity:1!important;transform:none!important;transition:none!important}}

/* Primary actions on dark closing panels always use white copy and arrow. */
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)
  :is(.final-cta,.mxe-final,.mxh_final,.mxr_cta,.mx-ref-dark)
  :is(.btn.primary,.btn--primary,.mxe-btn--primary,.mxh_btn--primary,.mxr_btn--primary,.mx-cta-primary){
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
:is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root)
  :is(.final-cta,.mxe-final,.mxh_final,.mxr_cta,.mx-ref-dark)
  :is(.btn.primary,.btn--primary,.mxe-btn--primary,.mxh_btn--primary,.mxr_btn--primary,.mx-cta-primary)
  :is(span,strong,i,svg){
  color:#fff!important;
  stroke:currentColor!important;
}

/* Features, Case Studies and Pricing are direct links; Resources owns the menu. */
#mxh-header-root .mxh_hdr-nav>.mxh_nav-direct{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  text-decoration:none!important;
  white-space:nowrap;
}

/* Sticky actions shown after the hero and retired before the closing panel. */
.mx-sticky-actions{
  position:fixed;
  z-index:9200;
  left:50%;
  bottom:22px;
  display:grid;
  grid-template-columns:minmax(230px,1fr) minmax(230px,1fr);
  gap:12px;
  width:min(840px,calc(100vw - 40px));
  padding:12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(29,17,38,.94);
  box-shadow:0 22px 70px rgba(18,8,29,.3);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,24px) scale(.98);
  transition:opacity .38s ease,transform .48s cubic-bezier(.22,1,.36,1),visibility 0s linear .48s;
  pointer-events:none;
}
.mx-sticky-actions.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0) scale(1);transition-delay:0s;pointer-events:auto}
.mx-sticky-actions.is-modal-covered{opacity:0!important;visibility:hidden!important;transform:translate(-50%,18px) scale(.98)!important;pointer-events:none!important;transition-delay:0s!important}
.mx-sticky-action{display:flex;align-items:center;justify-content:center;gap:12px;min-height:64px;padding:15px 24px;border-radius:16px;border:1px solid rgba(255,255,255,.16);font:750 1.06rem/1.2 Manrope,'Segoe UI',sans-serif;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease}
.mx-sticky-action:hover{transform:translateY(-2px)}
.mx-sticky-action--trial{border-color:#f02b91;background:linear-gradient(105deg,#e80b80,#f43aa2);color:#fff}
.mx-sticky-action--demo{background:#34283e;color:#fff}
.mx-sticky-action--demo:hover{background:#403149;border-color:rgba(255,255,255,.28)}
.mx-sticky-action span{font-size:1.2em;color:inherit}

.mx-sticky-modal{position:fixed;z-index:12000;inset:0;display:grid;place-items:center;padding:28px;background:rgba(11,6,17,.76);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility 0s linear .28s}
.mx-sticky-modal.is-open{opacity:1;visibility:visible;transition-delay:0s}
.mx-sticky-modal-shell{position:relative;width:min(1120px,94vw);max-height:90vh;border-radius:22px;background:#fff;box-shadow:0 36px 100px rgba(0,0,0,.44);overflow:hidden;transform:translateY(18px) scale(.985);transition:transform .38s cubic-bezier(.22,1,.36,1)}
.mx-sticky-modal.is-open .mx-sticky-modal-shell{transform:none}
.mx-sticky-modal-close{position:absolute;z-index:3;top:14px;right:14px;width:46px;height:46px;border:0;border-radius:50%;background:#f1eef3;color:#12081d;font:500 1.8rem/1 sans-serif;cursor:pointer}
.mx-sticky-modal-shell--form{height:min(820px,90vh)}
.mx-sticky-modal-shell--form iframe{display:block;width:100%;height:100%;border:0;background:#fff}
.mx-sticky-modal-shell--video{background:#09050d;padding:58px 18px 18px}
.mx-sticky-modal-shell--video video{display:block;width:100%;max-height:calc(90vh - 80px);background:#000;border-radius:12px}
html.mx-sticky-modal-open{overflow:hidden}
@media(max-width:720px){.mx-sticky-actions{bottom:12px;width:calc(100vw - 20px);grid-template-columns:1fr 1fr;gap:8px;padding:8px;border-radius:16px}.mx-sticky-action{min-height:54px;padding:11px 10px;font-size:.85rem;border-radius:12px}.mx-sticky-modal{padding:10px}.mx-sticky-modal-shell{width:100%;max-height:94vh}.mx-sticky-modal-shell--form{height:94vh}}
@media(prefers-reduced-motion:reduce){.mx-sticky-actions,.mx-sticky-modal,.mx-sticky-modal-shell,.mx-sticky-action{transition:none!important}}

/* Sticky-action scale: -40% desktop, -25% tablet and -15% mobile. */
@media(min-width:1025px){
  .mx-sticky-actions{width:min(504px,calc(100vw - 40px));bottom:16px;gap:7px;padding:7px;border-radius:14px}
  .mx-sticky-action{min-height:42px;padding:9px 13px;border-radius:10px;font-size:.82rem;gap:8px}
}
@media(min-width:721px) and (max-width:1024px){
  .mx-sticky-actions{width:min(630px,calc(100vw - 28px));bottom:17px;gap:9px;padding:9px;border-radius:17px}
  .mx-sticky-action{min-height:48px;padding:11px 16px;border-radius:12px;font-size:.92rem;gap:9px}
}
@media(max-width:720px){
  .mx-sticky-actions{width:min(85vw,520px);bottom:10px;gap:7px;padding:7px;border-radius:14px}
  .mx-sticky-action{min-height:46px;padding:9px 7px;border-radius:10px;font-size:.78rem;gap:6px}
  .mx-sticky-action span{font-size:1.05em}
}

@media(max-width:900px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-inner{width:calc(100% - 48px)!important}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section>.mx-ref-inner>.mx-ref-head{grid-template-columns:minmax(0,1fr)!important;align-items:start!important}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-ref-section>.mx-ref-inner>.mx-ref-head .mx-ref-id{justify-self:start}
}
@media(max-width:620px){
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-inner{width:calc(100% - 32px)!important}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-grid{gap:28px!important}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-copy h2{font-size:clamp(2.2rem,11vw,3.2rem)!important;line-height:1.02!important}
  :is(#mx-root,#mxe-root,#mxh-root,#mxh_root,#mxr-root) .mx-related-link{grid-template-columns:42px minmax(0,1fr) 18px!important;padding:17px 16px!important}
  .mx-spot-atmosphere .mx-spot-orbit{width:122vw;opacity:.65}
  .mx-spot-atmosphere .mx-spot-line{width:100vw}
}
@media(prefers-reduced-motion:reduce){
  .mx-spot-atmosphere .mx-spot-orbit,.mx-spot-atmosphere .mx-spot-line,.mx-spot-atmosphere .mx-spot-node{animation:none!important}
}
