@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

#mxct-root{
  --mag:#de097f;
  --mag-soft:#ff4fae;
  --mag-deep:#a30560;
  --aqua:#14e0c0;
  --aqua-deep:#0aa88e;
  --blue:#3d7bff;
  --ink:#12081d;
  --ink-2:#4d4460;
  --muted:#766c82;
  --paper:#fff;
  --paper-2:#faf7fc;
  --line:#eee6f2;
  --dark:#120a1c;
  --dark-2:#1b1029;
  --dark-line:rgba(255,255,255,.11);
  --dark-muted:#b8adc7;
  --shadow:0 24px 70px rgba(18,8,29,.11);
  --wrap:min(1180px,calc(100% - 48px));
  --font:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:"JetBrains Mono",ui-monospace,"SFMono-Regular",Menlo,monospace;
  --header-overlap:180px;
  --top-bleed:12px;
  --mxct-pointer-x:0;
  --mxct-pointer-y:0;
  position:relative;
  display:block;
  isolation:isolate;
  width:100vw;
  max-width:100vw;
  margin-top:calc((var(--header-overlap) + var(--top-bleed)) * -1)!important;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-bottom:0!important;
  overflow-x:clip;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
#mxct-root *, #mxct-root *::before, #mxct-root *::after{box-sizing:border-box;margin:0;padding:0}
#mxct-root img, #mxct-root svg{display:block;max-width:100%}
#mxct-root a{color:inherit;text-decoration:none}
#mxct-root button{font:inherit}
#mxct-root ul{list-style:none}
#mxct-root section{position:relative}
#mxct-root h1, #mxct-root h2, #mxct-root h3{color:var(--ink);font-weight:800;letter-spacing:-.028em;line-height:1.08;text-wrap:balance}
#mxct-root h1{font-size:clamp(42px,4.55vw,62px);line-height:1.035}
#mxct-root h2{font-size:clamp(30px,4vw,47px)}
#mxct-root h3{font-size:20px;letter-spacing:-.015em}
#mxct-root p{line-height:1.7;text-wrap:pretty}
#mxct-root .mxct_wrap{width:var(--wrap);margin-inline:auto}
#mxct-root .mxct_section{padding:98px 0}
#mxct-root .mxct_tint{background:var(--paper-2)}
#mxct-root .mxct_dark{color:#fff;background:var(--dark)}
#mxct-root .mxct_dark h1, #mxct-root .mxct_dark h2, #mxct-root .mxct_dark h3{color:#fff!important}
#mxct-root .mxct_eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:var(--mag);font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
#mxct-root .mxct_eyebrow::before{content:"";width:22px;height:2px;border-radius:2px;background:currentColor}
#mxct-root .mxct_dark .mxct_eyebrow{color:var(--aqua)}
#mxct-root .mxct_head{max-width:820px;margin:0 auto 48px;text-align:center}
#mxct-root .mxct_head .mxct_eyebrow{justify-content:center}
#mxct-root .mxct_head p{max-width:720px;margin:16px auto 0;color:var(--ink-2);font-size:17px}
#mxct-root .mxct_rv{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
#mxct-root .mxct_rv.mxct_in{opacity:1;transform:none}
#mxct-root .mxct_rv[data-d="1"]{transition-delay:.1s}
#mxct-root .mxct_rv[data-d="2"]{transition-delay:.2s}

#mxct-root .mxct_btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:15px 28px;border:1px solid transparent;border-radius:12px;overflow:hidden;font-size:15.5px;font-weight:700;line-height:1.2;white-space:nowrap;transition:transform .22s cubic-bezier(.34,1.35,.64,1),box-shadow .25s ease,border-color .2s ease,color .2s ease,background .2s ease}
#mxct-root .mxct_btn i{font-size:14px;line-height:1;transition:transform .2s ease}
#mxct-root .mxct_btn:hover{transform:translateY(-3px)}
#mxct-root .mxct_btn:hover i:last-child{transform:translateX(4px)}
#mxct-root .mxct_btn:focus-visible, #mxct-root a:focus-visible{outline:3px solid var(--aqua);outline-offset:3px}
#mxct-root .mxct_btn--primary{color:#fff;background:linear-gradient(120deg,var(--mag),var(--mag-soft) 130%);box-shadow:0 10px 28px rgba(222,9,127,.34),inset 0 1px 0 rgba(255,255,255,.25)}
#mxct-root .mxct_btn--primary::after{content:"";position:absolute;top:-50%;bottom:-50%;left:-70%;width:42%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg);transition:left .6s ease;pointer-events:none}
#mxct-root .mxct_btn--primary:hover{box-shadow:0 20px 46px rgba(222,9,127,.46),inset 0 1px 0 rgba(255,255,255,.25)}
#mxct-root .mxct_btn--primary:hover::after{left:130%}
#mxct-root .mxct_btn--ghost{color:#fff;border-color:rgba(255,255,255,.23);background:rgba(255,255,255,.025)}
#mxct-root .mxct_btn--ghost:hover{color:var(--aqua);border-color:var(--aqua);box-shadow:0 14px 34px rgba(20,224,192,.13)}
#mxct-root .mxct_actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:31px}


#mxct-root .mxct_hero{
  position:relative;
  min-height:clamp(720px,100svh,850px);
  padding:calc(var(--header-overlap) + var(--top-bleed) + 82px) 0 84px;
  overflow:hidden;
  background:
    radial-gradient(920px 560px at 88% -8%,rgba(222,9,127,.28),transparent 63%),
    radial-gradient(700px 470px at -5% 88%,rgba(61,123,255,.15),transparent 63%),
    radial-gradient(680px 460px at 101% 88%,rgba(20,224,192,.12),transparent 62%),
    var(--dark);
}
#mxct-root .mxct_hero::before{content:"";position:absolute;inset:0;opacity:.95;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(1000px 680px at 54% 22%,#000 22%,transparent 79%);mask-image:radial-gradient(1000px 680px at 54% 22%,#000 22%,transparent 79%);pointer-events:none}
#mxct-root .mxct_hero-inner{position:relative;z-index:3;display:flex;min-height:410px;align-items:center;justify-content:center}
#mxct-root .mxct_hero-copy{width:min(860px,100%);margin-inline:auto;text-align:center}
#mxct-root .mxct_hero-copy .mxct_eyebrow{justify-content:center}
#mxct-root .mxct_hero h1{max-width:850px;margin-inline:auto;color:#fff!important}
#mxct-root .mxct_mark{position:relative;display:inline-block;padding-bottom:.08em;color:var(--mag-soft);white-space:nowrap}
#mxct-root .mxct_mark::after{content:"";position:absolute;left:.02em;right:.02em;bottom:-.06em;height:3px;border-radius:999px;background:var(--aqua);transform:scaleX(0);transform-origin:left;animation:mxctUnderline 1s .3s cubic-bezier(.6,.05,.2,1) forwards}
@keyframes mxctUnderline{to{transform:scaleX(1)}}
#mxct-root .mxct_hero-sub{max-width:730px;margin:24px auto 0;color:var(--dark-muted);font-size:clamp(16.5px,1.35vw,18.5px)}
#mxct-root .mxct_hero-sub strong{color:#fff}
#mxct-root .mxct_down-link{position:relative;z-index:5;display:grid;width:48px;height:48px;margin:27px auto 0;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:rgba(255,255,255,.045);box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .22s ease,border-color .22s ease,color .22s ease,background .22s ease}
#mxct-root .mxct_down-link:hover{color:var(--aqua);border-color:var(--aqua);background:rgba(20,224,192,.08);transform:translateY(4px)}
#mxct-root .mxct_down-link i{animation:mxctDown 1.8s ease-in-out infinite}
@keyframes mxctDown{0%,100%{transform:translateY(-2px)}50%{transform:translateY(4px)}}

#mxct-root .mxct_orbits{position:absolute;z-index:1;width:560px;height:560px;border-radius:50%;pointer-events:none;will-change:transform}
#mxct-root .mxct_orbits.--right{top:calc(var(--header-overlap) + 14px);right:-165px;transform:translate3d(calc(var(--mxct-pointer-x) * 20px),calc(var(--mxct-pointer-y) * 15px),0)}
#mxct-root .mxct_orbits.--left{left:-260px;bottom:-250px;transform:translate3d(calc(var(--mxct-pointer-x) * -14px),calc(var(--mxct-pointer-y) * -10px),0) scale(.92)}
#mxct-root .mxct_orbit{position:absolute;inset:0;border:1px solid rgba(255,79,174,.16);border-radius:50%;box-shadow:0 0 70px rgba(222,9,127,.03);animation:mxctOrbitPulse 8s ease-in-out infinite}
#mxct-root .mxct_orbit:nth-child(2){inset:74px;border-color:rgba(20,224,192,.14);animation-delay:-2.6s}
#mxct-root .mxct_orbit:nth-child(3){inset:148px;border-color:rgba(255,255,255,.10);animation-delay:-5.2s}
#mxct-root .mxct_orbit::after{content:"";position:absolute;top:50%;left:-5px;width:10px;height:10px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:var(--mag-soft);box-shadow:0 0 20px rgba(255,79,174,.6);transform:translateY(-50%)}
#mxct-root .mxct_orbit:nth-child(2)::after{top:auto;right:13%;bottom:2%;left:auto;background:var(--aqua);box-shadow:0 0 20px rgba(20,224,192,.55)}
#mxct-root .mxct_orbit:nth-child(3)::after{top:6%;right:20%;left:auto;background:#fff;box-shadow:0 0 18px rgba(255,255,255,.38)}
@keyframes mxctOrbitPulse{0%,100%{opacity:.62;transform:scale(.97)}50%{opacity:1;transform:scale(1.025)}}


#mxct-root .mxct_contact-panel{width:min(1000px,100%);margin-inline:auto;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
#mxct-root .mxct_contact-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;grid-template-areas:"icon copy action";gap:22px;align-items:center;padding:27px 30px;border-bottom:1px solid var(--line);transition:background .22s ease}
#mxct-root .mxct_contact-row:last-child{border-bottom:0}
#mxct-root .mxct_contact-row:hover{background:#fdfafd}
#mxct-root .mxct_contact-icon{grid-area:icon;display:grid;width:58px;height:58px;place-items:center;border-radius:17px;color:var(--mag);background:linear-gradient(145deg,rgba(222,9,127,.15),rgba(255,79,174,.08));font-size:20px}
#mxct-root .mxct_contact-row:nth-child(2) .mxct_contact-icon{color:var(--blue);background:linear-gradient(145deg,rgba(61,123,255,.15),rgba(131,168,255,.08))}
#mxct-root .mxct_contact-row:nth-child(3) .mxct_contact-icon{color:var(--aqua-deep);background:linear-gradient(145deg,rgba(20,224,192,.14),rgba(61,123,255,.08))}
#mxct-root .mxct_contact-copy{grid-area:copy;min-width:0}
#mxct-root .mxct_contact-kicker{display:block;margin-bottom:6px;color:var(--muted);font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
#mxct-root .mxct_contact-copy h3{font-size:22px}
#mxct-root .mxct_contact-copy p{max-width:620px;margin-top:7px;color:var(--ink-2);font-size:13.5px}
#mxct-root .mxct_contact-action{grid-area:action;display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;padding:12px 17px;border:1px solid var(--line);border-radius:11px;color:var(--ink);background:#fff;font-size:13px;font-weight:800;line-height:1.35;text-align:center;overflow-wrap:anywhere;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
#mxct-root .mxct_contact-action:hover{color:var(--mag);border-color:var(--mag);box-shadow:0 12px 28px rgba(222,9,127,.11);transform:translateY(-2px)}
#mxct-root .mxct_contact-action .wpel-icon, #mxct-root .mxct_contact-action [class*="external-link"], #mxct-root .mxct_contact-action [class*="ext-link"]{display:none!important}


#mxct-root .mxct_route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(1000px,100%);margin-inline:auto}
#mxct-root .mxct_route-widget{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) 30px;grid-template-areas:"icon copy arrow";gap:15px;align-items:center;min-width:0;padding:19px 20px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 9px 28px rgba(18,8,29,.05);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
#mxct-root .mxct_route-widget:hover{transform:translateY(-4px);border-color:rgba(222,9,127,.28);box-shadow:0 19px 42px rgba(18,8,29,.09)}
#mxct-root .mxct_route-icon{grid-area:icon;display:grid;width:46px;height:46px;place-items:center;border-radius:14px;color:var(--mag);background:rgba(222,9,127,.09);font-size:16px}
#mxct-root .mxct_route-widget:nth-child(2) .mxct_route-icon{color:var(--blue);background:rgba(61,123,255,.09)}
#mxct-root .mxct_route-widget:nth-child(3) .mxct_route-icon{color:var(--aqua-deep);background:rgba(20,224,192,.10)}
#mxct-root .mxct_route-widget:nth-child(4) .mxct_route-icon{color:var(--ink-2);background:rgba(18,8,29,.06)}
#mxct-root .mxct_route-copy{grid-area:copy;display:block;min-width:0;overflow-wrap:anywhere}
#mxct-root .mxct_route-copy strong{display:block;color:var(--ink);font-size:14px;line-height:1.4}
#mxct-root .mxct_route-copy>span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.52}
#mxct-root .mxct_route-arrow{grid-area:arrow;display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#a79cac;background:var(--paper-2);font-size:11px;transition:color .2s ease,transform .2s ease,background .2s ease}
#mxct-root .mxct_route-widget:hover .mxct_route-arrow{color:#fff;background:var(--mag);transform:translateX(2px)}
#mxct-root .mxct_route-widget>.wpel-icon, #mxct-root .mxct_route-widget>[class*="external-link"], #mxct-root .mxct_route-widget>[class*="ext-link"], #mxct-root .mxct_route-widget>:not(.mxct_route-icon):not(.mxct_route-copy):not(.mxct_route-arrow){display:none!important}


#mxct-root .mxct_final{padding:94px 0 0;overflow:hidden;color:#fff;background:var(--dark)}
#mxct-root .mxct_final::before{content:"";position:absolute;inset:0;background:radial-gradient(720px 420px at 80% 0%,rgba(222,9,127,.18),transparent 68%),radial-gradient(520px 320px at 5% 100%,rgba(20,224,192,.10),transparent 68%);pointer-events:none}
#mxct-root .mxct_final-panel{position:relative;z-index:2;padding:52px 56px 0;border:1px solid var(--dark-line);border-radius:26px;background:rgba(255,255,255,.035);box-shadow:0 28px 80px rgba(0,0,0,.24)}
#mxct-root .mxct_final-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center}
#mxct-root .mxct_final h2{max-width:760px;color:#fff!important}
#mxct-root .mxct_final p{max-width:730px;margin-top:17px;color:var(--dark-muted);font-size:16px}
#mxct-root .mxct_final .mxct_actions{justify-content:flex-end;margin-top:0}
#mxct-root .mxct_social-row{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:43px;padding:28px 0 31px;border-top:1px solid rgba(255,255,255,.12)}
#mxct-root .mxct_social-copy h3{color:#fff!important;font-size:clamp(23px,2vw,27px);letter-spacing:-.02em}
#mxct-root .mxct_social-copy p{max-width:610px;margin-top:8px;color:var(--dark-muted);font-size:14px}
#mxct-root .mxct_social-links{display:flex;align-items:center;justify-content:center;gap:13px}
#mxct-root .mxct_social-link{display:flex!important;width:58px;height:58px;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid rgba(255,255,255,.18);border-radius:16px;color:#fff;background:rgba(255,255,255,.055);box-shadow:0 10px 26px rgba(0,0,0,.18);font-size:21px;line-height:1!important;text-align:center!important;transition:transform .22s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}
#mxct-root .mxct_social-link>i{position:static!important;display:block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;line-height:1!important;transform:none!important}
#mxct-root .mxct_social-link>i::before{display:block!important;line-height:1!important}
#mxct-root .mxct_social-link>.wpel-icon, #mxct-root .mxct_social-link>[class*="external-link"], #mxct-root .mxct_social-link>[class*="ext-link"]{display:none!important}
#mxct-root .mxct_social-link:hover{color:var(--aqua);border-color:rgba(20,224,192,.5);background:rgba(20,224,192,.08);box-shadow:0 15px 32px rgba(20,224,192,.12);transform:translateY(-3px)}


#mxct-root .mxct_locale-bar{position:relative;z-index:2;margin-top:58px;padding:23px 0 25px;border-top:0}
#mxct-root .mxct_locale{display:flex;align-items:center;justify-content:center;gap:11px;color:var(--dark-muted);font-size:11px;line-height:1}
#mxct-root .mxct_locale-label{font-weight:700;white-space:nowrap}
#mxct-root .mxct_locale-flag{position:relative;display:inline-flex;width:34px;height:23px;flex:0 0 34px;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:2px;opacity:.68;box-shadow:0 2px 6px rgba(0,0,0,.18);transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}
#mxct-root .mxct_locale-flag svg{width:100%;height:100%}
#mxct-root .mxct_locale-flag:hover{opacity:1;border-color:var(--mag-soft);transform:translateY(-1px)}
#mxct-root .mxct_locale-flag[aria-current="page"]{opacity:1;border-color:var(--mag-soft);box-shadow:0 0 0 2px rgba(255,79,174,.13),0 3px 8px rgba(0,0,0,.2)}
#mxct-root .mxct_locale-flag[aria-current="page"]::after{content:"";position:absolute;right:1px;bottom:1px;width:5px;height:5px;border:1px solid #fff;border-radius:50%;background:var(--aqua)}





html:has(#mxct-root), body.mxct-landing-page{margin-top:0!important;padding-top:0!important;overflow-x:clip;background:var(--dark)!important}


body.mxct-landing-page #mxr-header-root, body.mxct-landing-page .mxr_header_chrome, body.mxct-landing-page #mxr-hdr, body.mxct-landing-page #site-header{position:relative;z-index:9500;background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
body.mxct-landing-page #mxr-hdr .mxr_hdr-in{background:transparent!important}
body.mxct-landing-page #mxr-hdr .mxr_hdr-nav a, body.mxct-landing-page #mxr-hdr .mxr_hdr-login, body.mxct-landing-page #mxr-hdr button{color:#f6f1fa!important}
body.mxct-landing-page #mxr-hdr .mxr_hdr-nav a:hover{color:#fff!important;background:rgba(255,255,255,.07)!important}
body.mxct-landing-page #mxr-hdr .mxr_hdr-login svg, body.mxct-landing-page #mxr-hdr button svg{stroke:currentColor!important}
body.mxct-landing-page #mxr-hdr .mxr_hdr-logo img.mxct-header-logo-white-fallback{filter:brightness(0) invert(1)}


body.mxct-landing-page #mxr-hdr.--sc{background:rgba(18,8,29,.92)!important;background-color:rgba(18,8,29,.92)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px rgba(18,8,29,.16)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}


@media(min-width:1041px){
  #mxct-root .mxct_hero{
    min-height:clamp(620px,calc(100svh - 100px),750px);
    padding-bottom:16px;
  }
  #mxct-root .mxct_final h2{font-size:clamp(25.5px,3.4vw,40px)}
}

@media(max-width:1040px){
  #mxct-root{--header-overlap:150px;--top-bleed:0px;--wrap:min(100% - 40px,1180px)}
  #mxct-root .mxct_hero{min-height:auto;padding-top:calc(var(--header-overlap) + 164px);padding-bottom:108px}
  #mxct-root .mxct_hero-inner{min-height:360px}
  #mxct-root .mxct_hero-copy{width:min(790px,100%)}
  #mxct-root .mxct_orbits.--right{top:calc(var(--header-overlap) + 85px);right:-255px;opacity:.82}
  #mxct-root .mxct_orbits.--left{left:-340px;bottom:-300px;opacity:.7}
  #mxct-root .mxct_final-main{grid-template-columns:1fr;text-align:center}
  #mxct-root .mxct_final .mxct_actions{justify-content:center}
  #mxct-root .mxct_locale-flag{width:32px;height:22px;flex-basis:32px}
}
@media(max-width:780px){
  #mxct-root .mxct_section{padding:78px 0}
  #mxct-root .mxct_contact-row{grid-template-columns:52px minmax(0,1fr);grid-template-areas:"icon copy" "action action";gap:17px;padding:24px}
  #mxct-root .mxct_contact-icon{width:52px;height:52px}
  #mxct-root .mxct_contact-action{justify-self:start;margin-left:69px}
  #mxct-root .mxct_route-grid{grid-template-columns:1fr}
  #mxct-root .mxct_social-row{align-items:center;flex-direction:column;text-align:center}
  #mxct-root .mxct_final-panel{padding:43px 36px 0}
}
@media(max-width:620px){
  #mxct-root{--header-overlap:126px;--wrap:calc(100% - 28px)}
  #mxct-root .mxct_hero{padding-top:calc(var(--header-overlap) + 134px);padding-bottom:96px}
  #mxct-root .mxct_hero-inner{min-height:330px}
  #mxct-root h1{font-size:clamp(35px,10.7vw,46px)}
  #mxct-root h2{font-size:clamp(28px,8.7vw,38px)}
  #mxct-root .mxct_mark{white-space:normal}
  #mxct-root .mxct_actions{display:grid;grid-template-columns:1fr;width:min(390px,100%);margin-inline:auto;margin-top:27px}
  #mxct-root .mxct_btn{width:100%;white-space:normal;text-align:center}
  #mxct-root .mxct_down-link{width:44px;height:44px;margin-top:23px}
  #mxct-root .mxct_orbits{width:420px;height:420px}
  #mxct-root .mxct_orbits.--right{right:-270px;top:calc(var(--header-overlap) + 95px)}
  #mxct-root .mxct_orbits.--left{left:-300px;bottom:-220px}
  #mxct-root .mxct_contact-panel{border-radius:19px}
  #mxct-root .mxct_contact-row{grid-template-columns:46px minmax(0,1fr);gap:14px;padding:22px 18px}
  #mxct-root .mxct_contact-icon{width:46px;height:46px;border-radius:14px;font-size:17px}
  #mxct-root .mxct_contact-copy h3{font-size:19px}
  #mxct-root .mxct_contact-copy p{font-size:13px}
  #mxct-root .mxct_contact-action{width:100%;justify-self:stretch;margin-left:0}
  #mxct-root .mxct_route-widget{grid-template-columns:42px minmax(0,1fr) 28px;gap:12px;padding:17px 15px}
  #mxct-root .mxct_route-icon{width:42px;height:42px}
  #mxct-root .mxct_final{padding-top:74px}
  #mxct-root .mxct_final-panel{padding:34px 22px 0;border-radius:21px}
  #mxct-root .mxct_social-row{margin-top:32px;padding:25px 0 27px}
  #mxct-root .mxct_social-link{width:54px;height:54px;font-size:20px}
  #mxct-root .mxct_locale-bar{margin-top:42px;padding-top:20px}
  #mxct-root .mxct_locale{gap:9px}
  #mxct-root .mxct_locale-flag{width:26px;height:18px;flex-basis:26px}
}
@media(prefers-reduced-motion:reduce){
  #mxct-root *, #mxct-root *::before, #mxct-root *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
  #mxct-root .mxct_rv{opacity:1;transform:none}
  #mxct-root .mxct_orbits{transform:none!important}
}
