*{box-sizing:border-box}:root{--topbar-h:34px;--main-header-h:64px;--header-total-h:calc(var(--topbar-h) + var(--main-header-h))}html{scroll-padding-top:var(--header-total-h)}body,html{max-width:100%;overflow-x:hidden}body{margin:0;font-family:Arial,sans-serif;padding-top:var(--header-total-h)}.site-header{position:fixed;left:0;right:0;z-index:5000;height:var(--header-total-h);display:flex;flex-direction:column;align-items:stretch;padding:0;background:transparent}.topbar{height:var(--topbar-h);display:flex;align-items:center;background:rgba(15,18,26,.92);border-bottom:1px solid hsla(0,0%,100%,.08)}.topbar-inner{width:min(1280px,92%);gap:14px}.topbar-link{color:hsla(0,0%,100%,.86);font-size:13px;font-weight:600;letter-spacing:.2px}.header-main{height:var(--main-header-h);display:flex;align-items:center;padding:0 18px;background:rgba(17,22,36,.78);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.1)}.header-inner{width:min(1280px,92%);display:grid;grid-template-columns:auto 1fr auto;grid-column-gap:34px;column-gap:34px}.logo img{height:34px;width:auto}.navRoot{min-width:0;justify-content:flex-start}.navList{margin:0;padding:0;gap:clamp(18px,1.8vw,30px);white-space:nowrap}.navLink{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.25px;padding:9px 10px;border-radius:10px;line-height:1;display:inline-flex;align-items:center}.navLink:hover{background:hsla(0,0%,100%,.07);color:#fff}.navTrigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:hsla(0,0%,100%,.9);font-size:13px;font-weight:700;letter-spacing:.25px;padding:9px 10px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.navTrigger:hover{background:hsla(0,0%,100%,.07);color:#fff}.navTrigger[data-state=open]{background:hsla(0,0%,100%,.08);color:#fff}.chev{opacity:.9;transition:transform .18s ease}[data-state=open] .chev{transform:rotate(180deg)}.navContent{position:absolute;top:0;left:0;width:100%}.navViewportWrap{left:0;right:0;top:var(--header-total-h);width:100%;z-index:1199}.navViewport{width:100%;height:var(--radix-navigation-menu-viewport-height);background:#fff;border-bottom:1px solid rgba(15,23,34,.1);box-shadow:0 18px 55px rgba(0,0,0,.14)}.navViewport[data-state=open]{margin-top:-35px;padding-top:10px}.navViewport[data-state=closed]{margin-top:0;padding-top:0}.navDropdown{width:min(1280px,92%);margin:0 auto;padding:6px 0 14px;list-style:none;box-shadow:none;display:grid;grid-template-columns:1fr;grid-gap:0;gap:0}.navDropdown,.navDropdownLink{background:transparent;border:0;border-radius:0}.navDropdownLink{display:flex;align-items:center;justify-content:space-between;padding:18px 8px;text-decoration:none;font-size:22px;font-weight:600;color:rgba(15,23,34,.88);transition:color .15s ease,background .15s ease}.navDropdownLink:hover{background:rgba(15,23,34,.03);color:#0f1722}.navDropdownLink:after{content:"›";font-size:26px;opacity:.55;margin-left:16px}.navDropdown li+li .navDropdownLink{border-top:1px solid rgba(15,23,34,.08)}.header-actions{gap:10px}.langSwitch{padding:0 10px;font-size:12px}.hamburgerBtn,.langSwitch{display:inline-flex;align-items:center;justify-content:center;height:34px;border-radius:12px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.92)}.hamburgerBtn{width:42px;cursor:pointer}.hamburgerBtn svg{width:18px;height:18px}.mobileOverlay{z-index:7000;background:rgba(0,0,0,.62)}.mobilePanel{top:0;right:0;height:100vh;width:min(92vw,360px);z-index:7100;padding:16px;overflow:auto;background:radial-gradient(900px 500px at 20% 10%,hsla(0,0%,100%,.06),transparent 55%),rgba(17,22,36,.97);border-left:1px solid hsla(0,0%,100%,.14);box-shadow:-22px 0 80px rgba(0,0,0,.55)}.mobileTop{padding-bottom:10px}.closeBtn{width:40px;height:36px;border-radius:12px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.closeBtn,.mobileLink{color:hsla(0,0%,100%,.92)}.mobileLink{padding:11px 12px;border-radius:14px;background:hsla(0,0%,100%,.035);border:1px solid hsla(0,0%,100%,.08)}.mobileLink:hover{border-color:rgba(255,106,0,.35)}.mobileAcc{margin:8px 0}.mobileAccItem{border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.03);overflow:hidden}.mobileAccTrigger{border:0;background:transparent;color:hsla(0,0%,100%,.92);padding:11px 12px;font-size:13px}.mobileAccChev{width:18px;height:18px}[data-state=open] .mobileAccChev{transform:rotate(180deg)}.mobileAccContent{padding:0 12px 12px}.mobileAccLinks{padding-top:8px}.mobileSubLink{padding:10px;border-radius:12px;color:hsla(0,0%,100%,.86);background:hsla(0,0%,100%,.035);border:1px solid hsla(0,0%,100%,.08)}.mobileSubLink:hover{border-color:rgba(255,106,0,.35);color:#fff}@media (max-width:860px){:root{--topbar-h:0px;--main-header-h:58px;--header-total-h:var(--main-header-h)}.topbar{display:none}.logo img{height:32px}.navViewportWrap{display:none}}.main-slider,.slide-bg{position:relative}.slide-bg{height:100vh;background-size:cover;background-position:50%;display:flex;align-items:center}.slide-bg:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.4)}.container{position:relative;z-index:2;padding-left:80px}.slide-bg h2{color:#fff;font-size:110px;font-weight:800;line-height:1}.services-section{padding:80px 20px 90px;background:#f5f5f5}.services-container{max-width:1150px;margin:0 auto;text-align:center}.services-header h2{font-size:42px;margin-bottom:15px;color:#152b3a}.services-header p{font-size:18px;color:#555;margin-bottom:60px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:25px;gap:25px}.service-card{border-radius:18px;overflow:hidden}.service-image{position:relative;height:260px;background-size:cover;background-position:50%}.overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.6));display:flex;padding:45px 40px 60px}.overlay-content{justify-content:space-between;height:100%;width:100%;text-align:center;color:#fff}.overlay-content,.overlay-text{display:flex;flex-direction:column}.overlay-text{gap:15px}.overlay-content h3{font-size:24px;font-weight:700;line-height:1.15}.overlay-content p{font-size:15px;line-height:1.6;margin:0}.service-btn{align-self:center;background:transparent;border:1px solid #fff;padding:10px 24px;color:#fff;cursor:pointer;transition:.3s ease}.service-btn:hover{background:#ff6a00;border-color:#ff6a00}.service-1{background-image:url(/main-slider-1-1.jpg)}.service-2{background-image:url(/main-slider-1-2.jpg)}.service-3{background-image:url(/main-slider-1-3.jpg)}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-image{height:300px}}.services-hub{background:linear-gradient(180deg,rgba(15,23,34,.98) 0,rgba(15,23,34,.85) 260px,#0f1722 640px),radial-gradient(1200px 700px at 20% 10%,hsla(0,0%,100%,.05),transparent 58%),radial-gradient(900px 600px at 80% 25%,hsla(0,0%,100%,.04),transparent 60%),#0f1722;padding:64px 18px 70px;color:hsla(0,0%,100%,.92)}.services-hub__wrap{max-width:1150px;margin:0 auto}.services-hub__title{font-size:clamp(40px,5vw,56px);line-height:1.05;margin:0;font-weight:900}.services-hub__intro{margin-top:14px;max-width:62ch;color:hsla(0,0%,100%,.74);line-height:1.8;font-size:16px}.services-hub__grid{margin-top:44px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px}.services-hub__card{position:relative;overflow:hidden;border-radius:22px;border:1px solid hsla(0,0%,100%,.09);background:hsla(0,0%,100%,.04);box-shadow:0 20px 60px rgba(0,0,0,.24);padding:26px 26px 24px;min-height:190px;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.services-hub__card:before{content:"";position:absolute;inset:0;background-image:var(--card-bg,none);background-size:cover;background-position:50%;transform:scale(1.06);filter:contrast(1.04) saturate(1.02);opacity:.42}.services-hub__card:after{content:"";position:absolute;inset:0;background:radial-gradient(90% 85% at 25% 15%,hsla(0,0%,100%,.06),transparent 55%),linear-gradient(180deg,rgba(15,23,34,.62),rgba(15,23,34,.92))}.services-hub__cardDesc,.services-hub__cardTop{position:relative;z-index:1}.services-hub__cardTop{display:flex;justify-content:space-between;gap:14px;align-items:baseline}.services-hub__cardTitle{margin:0;font-size:22px;font-weight:800}.services-hub__cardArrow{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);opacity:.85}.services-hub__cardDesc{margin:0;color:hsla(0,0%,100%,.78);line-height:1.65}.services-hub__card:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.14);box-shadow:0 26px 80px rgba(0,0,0,.3)}@media (max-width:860px){.services-hub__grid{grid-template-columns:1fr}}.about-fit{--header-h:var(--header-total-h,98px);min-height:calc(100svh - var(--header-h));height:auto;display:flex;align-items:center;box-sizing:border-box;padding:clamp(56px,8vh,96px) clamp(20px,4vw,72px);background:#fff;overflow:visible}.about-container,.about-fit .about-container{width:min(1150px,100%);margin:0 auto;display:grid;grid-template-columns:1.02fr 1fr;grid-gap:clamp(28px,3vw,55px);gap:clamp(28px,3vw,55px);align-items:center;min-height:0;overflow:visible}.about-media{position:relative;height:clamp(420px,46vw,560px);min-height:420px}.about-dots{position:absolute;left:-26px;top:150px;width:210px;height:210px;background-image:radial-gradient(rgba(21,43,58,.14) 1.4px,transparent 0);background-size:14px 14px;opacity:.9;border-radius:18px}.about-img{position:absolute;overflow:hidden;margin:0;border-radius:28px;border:1px solid rgba(21,43,58,.06);box-shadow:0 22px 70px rgba(0,0,0,.12);background:#101821}.about-img:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 90% at 20% 10%,hsla(0,0%,100%,.18),transparent 55%);pointer-events:none}.about-img__el{width:100%;height:100%;object-fit:cover;display:block}.about-img--top{width:min(78%,470px);aspect-ratio:1.42/1;right:0;top:0}.about-img--bottom{width:min(69%,410px);aspect-ratio:1.46/1;left:24px;bottom:0}.about-accent{position:absolute;left:58px;bottom:74px;width:5px;height:94px;background:#ff6a00;border-radius:999px}.about-copy{min-width:0}.about-kicker{display:inline-block;padding:7px 14px;border-radius:999px;background:rgba(255,106,0,.1);color:#ff6a00;font-weight:800;letter-spacing:1px;font-size:11px;margin-bottom:14px}.about-fit .about-title,.about-title{font-size:clamp(30px,3.8vw,46px);line-height:1.05;margin:0 0 clamp(10px,1.6vh,18px);color:#152b3a;font-weight:900;letter-spacing:-.02em;text-wrap:balance}.about-fit .about-text,.about-text{margin:0 0 clamp(10px,1.4vh,16px);color:rgba(21,43,58,.68);line-height:1.78;font-size:clamp(13px,1.05vw,15px);max-width:54ch}.about-fit .about-points,.about-points{margin:0 0 clamp(12px,1.6vh,20px);padding:0;list-style:none;display:grid;grid-gap:clamp(8px,1.2vh,12px);gap:clamp(8px,1.2vh,12px)}.about-fit .about-points li,.about-points li{position:relative;padding-left:38px;color:#2a3a45;font-weight:600;line-height:1.5}.about-fit .about-points li:before,.about-points li:before{content:"✓";position:absolute;left:0;top:2px;width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,106,0,.12);color:#ff6a00;font-weight:900;font-size:13px;box-shadow:0 10px 25px rgba(255,106,0,.12)}.about-actions,.about-fit .about-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:clamp(8px,1.2vh,14px)}.about-btn,.about-fit .about-btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 20px;border-radius:14px;font-weight:800;font-size:13px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.about-btn--primary{background:#ff6a00;color:#fff;border:1px solid #ff6a00;box-shadow:0 14px 40px rgba(255,106,0,.22)}.about-btn--primary:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 18px 52px rgba(255,106,0,.28)}.about-btn--ghost{background:transparent;color:#152b3a;border:1px solid rgba(21,43,58,.25)}.about-btn--ghost:hover{border-color:#ff6a00;color:#ff6a00;transform:translateY(-1px)}.about-btn:focus-visible{outline:3px solid rgba(255,106,0,.25);outline-offset:3px}@media (max-width:980px){.about-container,.about-fit .about-container{grid-template-columns:1fr;gap:40px}.about-media{height:470px;min-height:470px}.about-fit .about-title,.about-title{font-size:42px;max-width:none}.about-dots{left:0;top:128px;width:170px;height:170px}.about-img--top{width:min(88%,520px)}.about-img--bottom{width:min(76%,430px);left:18px}.about-accent{left:34px;bottom:68px}}@media (max-width:560px){.about-fit{padding:36px 20px 42px;min-height:auto}.about-media{height:390px;min-height:390px}.about-img{border-radius:22px}.about-img--top{width:100%}.about-img--bottom{width:84%;left:12px}.about-dots{width:132px;height:132px;top:126px;left:-6px}.about-accent{left:18px;bottom:52px;height:76px}.about-fit .about-title,.about-title{font-size:34px}.about-fit .about-text,.about-text{font-size:14px;line-height:1.72}.about-btn,.about-fit .about-btn{width:100%}}.iso-hero{background-color:#111624;background-image:radial-gradient(1200px 700px at 20% 20%,hsla(0,0%,100%,.045),transparent 60%),radial-gradient(900px 600px at 80% 30%,hsla(0,0%,100%,.035),transparent 60%),repeating-radial-gradient(circle at 30% 35%,hsla(0,0%,100%,.03) 0,hsla(0,0%,100%,.03) 1px,transparent 0,transparent 28px);background-blend-mode:overlay;padding:110px 0 70px}.iso-hero__inner{width:min(1200px,90%);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:42px;gap:42px;align-items:start;position:relative}.iso-hero__kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(0,0,0,.28);border:1px solid rgba(255,106,0,.18);color:#ff6a00;font-weight:800;letter-spacing:1px;font-size:11px;margin-bottom:16px;box-shadow:0 14px 40px rgba(0,0,0,.18)}.iso-hero__title{color:#fff;font-size:clamp(40px,4.6vw,64px);line-height:1.05;margin:0;font-weight:900;max-width:16ch;letter-spacing:-.02em}.iso-hero__stats{display:flex;gap:86px;align-items:flex-start;margin-top:6px;margin-bottom:20px;position:relative}.iso-hero__stats:after{content:"";position:absolute;left:50%;top:6px;bottom:10px;width:1px;background:hsla(0,0%,100%,.14);transform:translateX(-.5px)}.iso-stat__value{color:#fff;font-size:40px;font-weight:900;line-height:1}.iso-stat__label{color:hsla(0,0%,100%,.65);margin-top:8px;font-size:14px}.iso-hero__video{border-radius:10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.14);overflow:hidden}.iso-hero__video iframe{width:100%;height:190px;border:0;display:block}.iso-hero__videoPlaceholder{height:190px;display:grid;place-items:center;position:relative;background:hsla(0,0%,100%,.03)}.iso-hero__thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85;filter:contrast(1.05) saturate(1.05)}.iso-hero__videoPlaceholder:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,22,36,.1),rgba(17,22,36,.35));pointer-events:none}.iso-hero__play{width:54px;height:54px;border-radius:999px;border:2px solid hsla(0,0%,100%,.25);background:#ff6a00;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 18px 55px rgba(0,0,0,.35)}.iso-hero__brand{position:absolute;right:14px;bottom:12px;color:hsla(0,0%,100%,.75);font-weight:800;font-size:12px}.iso-hero__cards{grid-column:1/-1;margin-top:28px;background:#fff;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(21,43,58,.1);box-shadow:0 28px 80px rgba(0,0,0,.2)}.iso-card{padding:28px 34px 26px;position:relative;min-height:140px}.iso-card:not(:last-child){border-right:1px solid rgba(21,43,58,.12)}.iso-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px}.iso-card__title{margin:0;color:#152b3a;font-weight:900;font-size:20px;line-height:1.15}.iso-card__arrow{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:rgba(21,43,58,.05);border:1px solid rgba(21,43,58,.08);color:#152b3a;font-weight:900}.iso-card__icon{margin-top:18px;width:44px;height:44px;color:#ff6a00}.iso-card__icon svg{width:44px;height:44px;display:block}.iso-card__meta{position:absolute;left:50%;transform:translateX(-50%);bottom:18px;color:rgba(21,43,58,.16);font-weight:900;font-size:26px}@media (max-width:980px){.iso-hero__cards,.iso-hero__inner{grid-template-columns:1fr}.iso-card:not(:last-child){border-right:0;border-bottom:1px solid rgba(21,43,58,.12)}.iso-hero__stats{gap:22px}.iso-hero__stats:after{display:none}}.site-footer{background:#0f1722;color:hsla(0,0%,100%,.85)}.site-footer--map{background-image:radial-gradient(1200px 700px at 20% 20%,hsla(0,0%,100%,.06),transparent 55%),radial-gradient(900px 600px at 80% 30%,hsla(0,0%,100%,.05),transparent 55%),repeating-radial-gradient(circle at 30% 35%,hsla(0,0%,100%,.045) 0,hsla(0,0%,100%,.045) 1px,transparent 0,transparent 28px);background-blend-mode:overlay}.footer-top{padding:70px 20px;border-top:1px solid hsla(0,0%,100%,.08)}.footer-container{max-width:1150px;margin:0 auto}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:34px;gap:34px}.footer-logo{height:44px;width:auto;display:block;margin-bottom:18px}.footer-claim{font-size:20px;line-height:1.35;font-weight:800;margin:0 0 22px;color:hsla(0,0%,100%,.92)}.footer-col h4{margin:0 0 14px;font-size:14px;letter-spacing:.6px;text-transform:uppercase;color:hsla(0,0%,100%,.92)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:10px 0}.footer-links a{color:hsla(0,0%,100%,.72);text-decoration:none;transition:.25s ease}.footer-links a:hover{color:#ff6a00}.footer-links-2col{grid-gap:26px;gap:26px}@media (max-width:560px){.footer-links-2col{grid-template-columns:1fr}}.footer-newsletter--white{background:#fff;border:1px solid rgba(15,23,34,.1)}.footer-newsletter--white input{color:rgba(15,23,34,.92)}.footer-newsletter--white input::placeholder{color:rgba(15,23,34,.45)}.footer-muted{margin:0 0 14px;color:hsla(0,0%,100%,.65);line-height:1.6;font-size:14px}.footer-social{display:flex;gap:10px}.social-btn{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.85);text-decoration:none;transition:.25s ease}.social-btn:hover{border-color:#ff6a00;color:#ff6a00;transform:translateY(-1px)}.footer-newsletter{display:flex;align-items:center;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;overflow:hidden;height:44px;max-width:320px}.footer-newsletter input{flex:1 1;border:0;outline:none;background:transparent;padding:0 14px;color:hsla(0,0%,100%,.9);font-size:14px}.footer-newsletter input::placeholder{color:hsla(0,0%,100%,.45)}.footer-newsletter button{width:52px;height:44px;border:0;cursor:pointer;background:transparent;color:#ff6a00;font-size:16px;transition:.25s ease}.footer-newsletter button:hover{background:rgba(255,106,0,.14)}.footer-contact-strong{margin-top:12px;display:grid;grid-gap:8px;gap:8px}.footer-phone{font-size:20px;font-weight:800;color:hsla(0,0%,100%,.92);text-decoration:none}.footer-email{color:#ff6a00;font-weight:700;text-decoration:none}.footer-email:hover{text-decoration:underline}.footer-bottom{padding:18px 20px;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(0,0,0,.35)}.footer-bottom-inner{display:flex;justify-content:center;align-items:center}.footer-legal{font-size:13px;color:hsla(0,0%,100%,.6)}@media (max-width:980px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-newsletter{max-width:100%}}.capDropdown{padding:6px 0 14px}.capAcc{display:grid;grid-gap:0;gap:0}.capAccItem{border-top:1px solid rgba(15,23,34,.08)}.capAccItem:first-child{border-top:0}.capAccHeader{margin:0}.capAccTrigger{width:100%;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:18px 8px;font-size:22px;font-weight:600;color:rgba(15,23,34,.88)}.capAccTrigger:hover{background:rgba(15,23,34,.03);color:#0f1722}.capAccChev{width:18px;height:18px;opacity:.7;transition:transform .18s ease}.capAccTrigger[data-state=open] .capAccChev{transform:rotate(180deg)}.capAccContent{overflow:hidden}.capAccLinks{display:grid;grid-gap:0;gap:0;padding:2px 0 14px 26px}.capLink{display:flex;align-items:center;justify-content:space-between;padding:12px 8px;text-decoration:none;font-size:16px;font-weight:600;color:rgba(15,23,34,.8);border-left:2px solid rgba(15,23,34,.08)}.capLink:hover{background:rgba(15,23,34,.03);color:#0f1722;border-left-color:rgba(255,106,0,.55)}.mobileSubAcc{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.mobileSubAcc .mobileAccItem{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.08)}.mobileSubAcc .mobileAccTrigger{font-size:12px;padding:10px}.mobileSubAcc .mobileAccContent{padding:0 10px 10px}.svcHub{background:#fff}.svc-aboutFit{--header-h:var(--header-total-h)}.svc-aboutFit .about-img--top{background-image:var(--svc-img-top,url("/about-1.jpg"))}.svc-aboutFit .about-img--bottom{background-image:var(--svc-img-bottom,url("/about-2.jpg"))}.svcTiles{padding:70px 18px 90px;background:#f6f7f8}.svcTiles__wrap{max-width:1150px;margin:0 auto}.svcTiles__head{margin-bottom:22px}.svcTiles__title{margin:0;font-size:clamp(26px,3vw,34px);font-weight:900;color:#152b3a;letter-spacing:-.02em}.svcTiles__intro{margin:10px 0 0;color:rgba(21,43,58,.62);line-height:1.7;max-width:60ch;font-size:15px}.svcTiles__grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.svcTile{position:relative;display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(21,43,58,.12);border-radius:18px;padding:22px 22px 20px;box-shadow:0 18px 55px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.svcTile:hover{transform:translateY(-2px);border-color:rgba(255,106,0,.35);box-shadow:0 26px 80px rgba(0,0,0,.1)}.svcTile__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.svcTile__title{margin:0;font-size:20px;font-weight:900;line-height:1.15;color:#152b3a}.svcTile__arrow{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:rgba(255,106,0,.08);border:1px solid rgba(255,106,0,.18);color:#ff6a00;font-weight:900}.svcTile__desc{margin:10px 0 0;color:rgba(21,43,58,.65);line-height:1.75;font-size:14px}@media (max-width:860px){.svcTiles__grid{grid-template-columns:1fr}}.about-page.about-page--premium{--aboutp-max:1160px;--aboutp-pad:clamp(18px,3vw,34px);--aboutp-radius:20px;--pa-navy:#0b1420;--pa-slate:#0f1c2b;--pa-ink:#0a1220;--pa-line:hsla(0,0%,100%,.1);--pa-soft:hsla(0,0%,100%,.06);--pa-text:hsla(0,0%,100%,.84);--pa-muted:hsla(0,0%,100%,.64);--pa-dim:hsla(0,0%,100%,.52);--pa-accent:#ff6a00;background:radial-gradient(1100px 560px at 12% 10%,rgba(255,106,0,.16),transparent 55%),radial-gradient(900px 520px at 85% 18%,rgba(56,150,255,.12),transparent 55%),linear-gradient(180deg,var(--pa-navy),var(--pa-ink));color:#fff}.about-page.about-page--premium:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.08;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.about-page.about-page--premium .aboutp-wrap{max-width:var(--aboutp-max);margin:0 auto;padding:0 var(--aboutp-pad);position:relative}.about-page.about-page--premium .aboutp-hero{padding:clamp(44px,6vw,72px) 0 clamp(26px,4vw,44px);border-bottom:1px solid var(--pa-line);background:radial-gradient(1200px 540px at 30% 0,hsla(0,0%,100%,.06),transparent 60%),linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,0))}.about-page.about-page--premium .aboutp-kicker{display:inline-flex;gap:10px;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,106,0,.14);color:hsla(0,0%,100%,.9);font-weight:950;letter-spacing:.14em;font-size:11px;text-transform:uppercase;margin:0 0 14px}.about-page.about-page--premium .aboutp-kicker:before{content:"";width:10px;height:10px;border-radius:999px;background:var(--pa-accent);box-shadow:0 0 0 6px rgba(255,106,0,.14)}.about-page.about-page--premium .aboutp-pill{border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);border-radius:999px;padding:10px 12px;display:inline-flex;gap:10px;align-items:baseline;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-page.about-page--premium .aboutp-pill strong{font-weight:950;color:#fff;font-size:14px}.about-page.about-page--premium .aboutp-pill span{color:hsla(0,0%,100%,.7);font-size:13px}.about-page.about-page--premium .aboutp-panel{position:relative;border-radius:22px;border:1px solid hsla(0,0%,100%,.12);background:radial-gradient(1000px 460px at 30% 0,rgba(255,106,0,.12),transparent 55%),linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03));box-shadow:0 26px 80px rgba(0,0,0,.35);padding:18px 18px 16px;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.about-page.about-page--premium .aboutp-panel:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(600px 220px at 25% 0,hsla(0,0%,100%,.1),transparent 60%);pointer-events:none}.about-page.about-page--premium .aboutp-panel__head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.about-page.about-page--premium .aboutp-panel__dot{width:10px;height:10px;border-radius:999px;background:var(--pa-accent);box-shadow:0 0 0 6px rgba(255,106,0,.16)}.about-page.about-page--premium .aboutp-panel__title{margin:0;font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.84);font-weight:900}.about-page.about-page--premium .aboutp-panel__text{margin:0;color:hsla(0,0%,100%,.72);line-height:1.8;font-size:14px}.about-page.about-page--premium .aboutp-panel__footer{margin-top:14px;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.1);display:grid;grid-gap:10px;gap:10px}.about-page.about-page--premium .aboutp-signal{display:flex;align-items:center;gap:10px}.about-page.about-page--premium .aboutp-signal__bar{width:38px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--pa-accent),hsla(0,0%,100%,.18))}.about-page.about-page--premium .aboutp-signal__label{color:hsla(0,0%,100%,.7);font-size:13px;font-weight:700}.about-page.about-page--premium .aboutp-section{padding:clamp(26px,4vw,54px) 0}.about-page.about-page--premium .aboutp-section--tight{padding-top:0}.about-page.about-page--premium .aboutp-h2{font-size:clamp(22px,2.4vw,34px);margin:12px 0 10px;line-height:1.12;font-weight:950;letter-spacing:-.02em}.about-page.about-page--premium .aboutp-lead{color:var(--pa-text);font-size:15px;line-height:1.85;margin:0 0 12px;max-width:86ch}.about-page.about-page--premium .aboutp-p{color:var(--pa-muted);font-size:14px;line-height:1.85;margin:0 0 12px}.about-page.about-page--premium .aboutp-grid-2{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(16px,2.8vw,34px);gap:clamp(16px,2.8vw,34px);align-items:start}.about-page.about-page--premium .aboutp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px)}.about-page.about-page--premium .aboutp-card--premium{border-radius:var(--aboutp-radius);border:1px solid hsla(0,0%,100%,.12);background:radial-gradient(1000px 480px at 30% 0,hsla(0,0%,100%,.06),transparent 60%),linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.03));box-shadow:0 26px 80px rgba(0,0,0,.35);padding:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.about-page.about-page--premium .aboutp-card--premium:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(520px 220px at 18% 0,rgba(255,106,0,.1),transparent 62%);pointer-events:none}.about-page.about-page--premium .aboutp-card__title{margin:0 0 10px;font-weight:950;letter-spacing:-.02em;font-size:16px;color:hsla(0,0%,100%,.92)}.about-page.about-page--premium .aboutp-mini{display:grid;grid-template-columns:92px 1fr;grid-gap:10px;gap:10px;padding:12px 0;border-top:1px solid hsla(0,0%,100%,.1)}.about-page.about-page--premium .aboutp-mini:first-of-type{border-top:0;padding-top:6px}.about-page.about-page--premium .aboutp-mini__k{color:hsla(0,0%,100%,.86);font-weight:900;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.about-page.about-page--premium .aboutp-mini__v{color:hsla(0,0%,100%,.64);font-size:13px;line-height:1.65}.about-page.about-page--premium .aboutp-bullets--premium{list-style:none;padding:0;margin:14px 0 0;display:grid;grid-gap:12px;gap:12px}.about-page.about-page--premium .aboutp-bullets--premium li{display:grid;grid-template-columns:14px 1fr;grid-gap:12px;gap:12px;align-items:start;color:hsla(0,0%,100%,.78);line-height:1.65;font-weight:650}.about-page.about-page--premium .aboutp-bullets__icon{width:10px;height:10px;margin-top:7px;border-radius:999px;background:var(--pa-accent);box-shadow:0 0 0 6px rgba(255,106,0,.14)}.about-page.about-page--premium .aboutp-card__cap{display:flex;align-items:center;gap:10px}.about-page.about-page--premium .aboutp-card__mark{width:12px;height:12px;border-radius:999px;background:var(--pa-accent);box-shadow:0 0 0 6px rgba(255,106,0,.14)}.about-page.about-page--premium .aboutp-tags--premium{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.about-page.about-page--premium .aboutp-tag{border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);border-radius:999px;padding:8px 10px;color:hsla(0,0%,100%,.78);font-size:12px;font-weight:750}.about-page.about-page--premium .aboutp-hero--ref{padding:clamp(44px,6vw,78px) 0 clamp(26px,4vw,44px)}.about-page.about-page--premium .aboutp-heroRef{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:clamp(18px,3vw,44px);gap:clamp(18px,3vw,44px);align-items:center}.about-page.about-page--premium .aboutp-heroRef__media{position:relative;height:clamp(360px,46vh,520px);min-height:360px}.about-page.about-page--premium .aboutp-heroRef__dots{position:absolute;left:56%;top:18%;width:180px;height:130px;border-radius:18px;background-image:radial-gradient(rgba(255,106,0,.55) 2px,transparent 0);background-size:16px 16px;opacity:.55;transform:translateX(-50%);pointer-events:none}.about-page.about-page--premium .aboutp-heroRef__main{position:absolute;left:0;top:18px;width:74%;height:76%;border-radius:26px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 26px 90px rgba(0,0,0,.45)}.about-page.about-page--premium .aboutp-heroRef__circle{position:absolute;right:0;bottom:18px;width:min(280px,54%);aspect-ratio:1/1;display:grid;place-items:center}.about-page.about-page--premium .aboutp-heroRef__circleInner{position:relative;width:100%;height:100%;border-radius:999px;overflow:hidden;border:10px solid rgba(11,20,32,.78);box-shadow:0 28px 110px rgba(0,0,0,.55);outline:1px solid hsla(0,0%,100%,.12)}.about-page.about-page--premium .aboutp-heroRef__scrim{position:absolute;inset:0;background:radial-gradient(120% 90% at 20% 10%,hsla(0,0%,100%,.1),transparent 55%),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.34));pointer-events:none}.about-page.about-page--premium .aboutp-heroRef__badge{position:absolute;right:-6px;top:24px;writing-mode:vertical-rl;transform:rotate(180deg);display:grid;grid-gap:6px;gap:6px;align-items:center;justify-items:center;opacity:.92;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about-page.about-page--premium .aboutp-heroRef__badgeNum{color:var(--pa-accent);font-weight:950;font-size:44px;letter-spacing:-.02em;line-height:1}.about-page.about-page--premium .aboutp-heroRef__badgeTxt{color:hsla(0,0%,100%,.7);font-weight:900;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.about-page.about-page--premium .aboutp-heroRef__content{min-width:0}.about-page.about-page--premium .aboutp-heroRef__eyebrow{display:inline-flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.7);font-weight:900;letter-spacing:.22em;font-size:11px;text-transform:uppercase;margin-bottom:10px}.about-page.about-page--premium .aboutp-heroRef__title{margin:10px 0;font-size:clamp(40px,4.6vw,64px);line-height:1.02;letter-spacing:-.03em;font-weight:950}.about-page.about-page--premium .aboutp-heroRef__subtitle{margin:0 0 10px;color:hsla(0,0%,100%,.68);line-height:1.7;font-size:15px;max-width:70ch}.about-page.about-page--premium .aboutp-heroRef__lead{margin:0 0 14px;color:hsla(0,0%,100%,.78);line-height:1.9;font-size:15px;max-width:78ch}.about-page.about-page--premium .aboutp-heroRef__bullets{list-style:none;padding:0;margin:0 0 16px;display:grid;grid-gap:10px;gap:10px}.about-page.about-page--premium .aboutp-heroRef__bullets li{position:relative;padding-left:18px;color:hsla(0,0%,100%,.78);font-weight:750;line-height:1.55}.about-page.about-page--premium .aboutp-heroRef__bullets li:before{content:"";position:absolute;left:0;top:10px;width:7px;height:7px;border-radius:999px;background:var(--pa-accent);box-shadow:0 0 0 6px rgba(255,106,0,.12)}.about-page.about-page--premium .aboutp-panel--inline{margin-top:10px}.about-page.about-page--premium .aboutp-heroRef__chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}@media (max-width:980px){.about-page.about-page--premium .aboutp-heroRef{grid-template-columns:1fr;align-items:start}.about-page.about-page--premium .aboutp-heroRef__media{height:420px;min-height:420px}.about-page.about-page--premium .aboutp-heroRef__main{width:100%;height:62%}.about-page.about-page--premium .aboutp-heroRef__circle{right:10px;bottom:10px;width:62%}.about-page.about-page--premium .aboutp-heroRef__badge{right:8px;top:10px}.about-page.about-page--premium .aboutp-heroRef__dots{display:none}.about-page.about-page--premium .aboutp-grid-2,.about-page.about-page--premium .aboutp-grid-3{grid-template-columns:1fr}}.excellence-page{--excp-max:1120px;--excp-pad:clamp(18px,3vw,34px);--excp-radius:18px;background:#fff}.excellence-page .excp-wrap{max-width:var(--excp-max);margin:0 auto;padding:0 var(--excp-pad)}.excellence-page .excp-hero{padding:clamp(28px,4vw,44px) 0;background:#fff;border-bottom:1px solid rgba(21,43,58,.12)}.excellence-page .excp-title{font-size:clamp(40px,5vw,58px);letter-spacing:-.02em;line-height:1.05;margin:0 0 10px;color:#152b3a;font-weight:900}.excellence-page .excp-subtitle{margin:0;color:rgba(21,43,58,.7);font-size:clamp(14px,1.4vw,18px);line-height:1.55}.excellence-page .excp-section{padding:clamp(22px,3.5vw,44px) 0;background:#fff}.excellence-page .excp-kicker{display:inline-block;padding:7px 14px;border-radius:999px;background:rgba(255,106,0,.1);color:#ff6a00;font-weight:900;letter-spacing:1px;font-size:11px;margin:0 0 14px;text-transform:uppercase}.excellence-page .excp-p{color:rgba(21,43,58,.68);font-size:15px;line-height:1.85;margin:0 0 12px;max-width:86ch}.excellence-page .excp-grid-2{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.excellence-page .excp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px)}.excellence-page .excp-card{border-radius:var(--excp-radius);border:1px solid rgba(21,43,58,.12);background:linear-gradient(180deg,rgba(21,43,58,.03),rgba(21,43,58,.015));box-shadow:0 14px 40px rgba(0,0,0,.06);padding:clamp(16px,2vw,22px)}.excellence-page .excp-h2{font-size:clamp(20px,2.2vw,28px);margin:0 0 10px;line-height:1.15;color:#152b3a;font-weight:900}.excellence-page .excp-bullets{list-style:none;padding:0;margin:14px 0 0;display:grid;grid-gap:12px;gap:12px}.excellence-page .excp-bullets li{position:relative;padding-left:34px;color:#2a3a45;font-weight:650;line-height:1.6}.excellence-page .excp-bullets li:before{content:"✓";position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,106,0,.12);color:#ff6a00;font-weight:900;font-size:13px}@media (max-width:980px){.excellence-page .excp-grid-2,.excellence-page .excp-grid-3{grid-template-columns:1fr}}.excellence-page.excellence-page--pro{background:radial-gradient(900px 420px at 12% 0,rgba(255,106,0,.1),transparent 58%),linear-gradient(180deg,#fff,#f6f7f8 320px,#fff 980px)}.excellence-page.excellence-page--pro .excp-section{background:transparent}.excellence-page.excellence-page--pro .excp-hero{background:radial-gradient(900px 320px at 18% 10%,rgba(21,43,58,.06),transparent 60%),radial-gradient(900px 420px at 12% 20%,rgba(255,106,0,.1),transparent 62%),#fff;border-bottom:1px solid rgba(21,43,58,.1)}.excellence-page.excellence-page--pro .excp-title{font-size:clamp(44px,5.2vw,62px);letter-spacing:-.03em}.excellence-page.excellence-page--pro .excp-kicker{background:rgba(255,106,0,.08);border:1px solid rgba(255,106,0,.18)}.excellence-page.excellence-page--pro .excp-card{position:relative;background:hsla(0,0%,100%,.92);border:1px solid rgba(21,43,58,.12);box-shadow:0 22px 70px rgba(0,0,0,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.excellence-page.excellence-page--pro .excp-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(720px 260px at 12% 0,rgba(255,106,0,.1),transparent 60%);pointer-events:none}.excellence-page.excellence-page--pro .excp-card:hover{transform:translateY(-2px);border-color:rgba(255,106,0,.3);box-shadow:0 28px 90px rgba(0,0,0,.12)}.excellence-page.excellence-page--pro .excp-grid-2>aside.excp-card{border-color:rgba(255,106,0,.22);box-shadow:0 26px 90px rgba(0,0,0,.1)}.excellence-page.excellence-page--pro .excp-grid-2>aside.excp-card:after{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:999px;background:#ff6a00;opacity:.95}.excellence-page.excellence-page--pro .excp-bullets li:before{box-shadow:0 14px 40px rgba(255,106,0,.18);border:1px solid rgba(255,106,0,.18)}.experience-page{--expp-max:1120px;--expp-pad:clamp(18px,3vw,34px);--expp-radius:18px;background:#fff}.experience-page .expp-wrap{max-width:var(--expp-max);margin:0 auto;padding:0 var(--expp-pad)}.experience-page .expp-hero{padding:clamp(28px,4vw,44px) 0;background:radial-gradient(760px 260px at 18% 10%,rgba(255,106,0,.08),transparent 62%),#fff;border-bottom:1px solid rgba(21,43,58,.12)}.experience-page .expp-title{font-size:clamp(40px,5vw,58px);letter-spacing:-.02em;line-height:1.05;margin:0 0 10px;color:#152b3a;font-weight:900}.experience-page .expp-subtitle{margin:0;color:rgba(21,43,58,.7);font-size:clamp(14px,1.4vw,18px);line-height:1.55}.experience-page .expp-section{padding:clamp(22px,3.5vw,44px) 0}.experience-page .expp-kicker{display:inline-block;padding:7px 14px;border-radius:999px;background:rgba(255,106,0,.1);color:#ff6a00;font-weight:900;letter-spacing:1px;font-size:11px;margin:0 0 14px;text-transform:uppercase}.experience-page .expp-p{color:rgba(21,43,58,.68);font-size:15px;line-height:1.85;margin:0 0 12px;max-width:86ch}.experience-page .expp-grid-2{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.experience-page .expp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px)}.experience-page .expp-card{border-radius:var(--expp-radius);border:1px solid rgba(21,43,58,.12);background:linear-gradient(180deg,rgba(21,43,58,.03),rgba(21,43,58,.015));box-shadow:0 14px 40px rgba(0,0,0,.06);padding:clamp(16px,2vw,22px)}.experience-page .expp-h2{font-size:clamp(20px,2.2vw,28px);margin:0 0 10px;line-height:1.15;color:#152b3a;font-weight:900}.experience-page .expp-bullets{list-style:none;padding:0;margin:14px 0 0;display:grid;grid-gap:12px;gap:12px}.experience-page .expp-bullets li{position:relative;padding-left:34px;color:#2a3a45;font-weight:650;line-height:1.6}.experience-page .expp-bullets li:before{content:"✓";position:absolute;left:0;top:1px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,106,0,.12);color:#ff6a00;font-weight:900;font-size:13px}@media (max-width:980px){.experience-page .expp-grid-2,.experience-page .expp-grid-3{grid-template-columns:1fr}}.fund-page{--fundp-max:1120px;--fundp-pad:clamp(18px,3vw,34px);--fundp-radius:18px;--pa-navy:#152b3a;--pa-accent:#ff6a00;background:radial-gradient(900px 360px at 10% 0,rgba(255,106,0,.12),transparent 60%),radial-gradient(900px 360px at 90% 18%,rgba(21,43,58,.06),transparent 62%),linear-gradient(180deg,#fff,#f6f7f8 360px,#fff 980px)}.fund-page .fundp-wrap{max-width:var(--fundp-max);margin:0 auto;padding:0 var(--fundp-pad)}.fund-page .fundp-hero{padding:clamp(30px,4.4vw,58px) 0;border-bottom:1px solid rgba(21,43,58,.1);background:radial-gradient(900px 320px at 18% 10%,rgba(255,106,0,.1),transparent 62%),#fff}.fund-page .fundp-hero__inner{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.fund-page .fundp-kicker{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;background:rgba(255,106,0,.08);border:1px solid rgba(255,106,0,.18);color:var(--pa-accent);font-weight:900;letter-spacing:.14em;font-size:11px;text-transform:uppercase;margin:0 0 14px}.fund-page .fundp-kicker:before{content:"";width:10px;height:10px;border-radius:999px;background:var(--pa-accent);box-shadow:0 0 0 6px rgba(255,106,0,.12)}.fund-page .fundp-title{font-size:clamp(42px,5.2vw,62px);letter-spacing:-.03em;line-height:1.02;margin:0 0 10px;color:var(--pa-navy);font-weight:950}.fund-page .fundp-subtitle{margin:0;color:rgba(21,43,58,.7);font-size:clamp(14px,1.4vw,18px);line-height:1.55;max-width:72ch}.fund-page .fundp-panel{position:relative;border-radius:20px;border:1px solid rgba(21,43,58,.14);background:radial-gradient(900px 360px at 16% 0,rgba(255,106,0,.08),transparent 60%),hsla(0,0%,100%,.78);box-shadow:0 22px 70px rgba(0,0,0,.08);padding:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fund-page .fundp-panel__title{margin:0 0 10px;color:var(--pa-navy);font-weight:950;letter-spacing:-.02em;font-size:16px}.fund-page .fundp-cta{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 18px;border-radius:14px;background:var(--pa-accent);color:#fff;border:1px solid var(--pa-accent);font-weight:900;font-size:13px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;box-shadow:0 16px 46px rgba(255,106,0,.22)}.fund-page .fundp-cta:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 20px 56px rgba(255,106,0,.28)}.fund-page .fundp-section{padding:clamp(22px,3.5vw,44px) 0}.fund-page .fundp-h2{margin:0 0 10px;color:var(--pa-navy);font-weight:950;letter-spacing:-.02em;font-size:clamp(22px,2.4vw,32px);line-height:1.12}.fund-page .fundp-p{color:rgba(21,43,58,.68);font-size:15px;line-height:1.85;margin:0 0 12px;max-width:92ch}.fund-page .fundp-card{position:relative;border-radius:var(--fundp-radius);border:1px solid rgba(21,43,58,.12);background:hsla(0,0%,100%,.92);box-shadow:0 22px 70px rgba(0,0,0,.08);padding:clamp(16px,2vw,22px);overflow:hidden}.fund-page .fundp-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(720px 260px at 12% 0,rgba(255,106,0,.1),transparent 60%);pointer-events:none}.fund-page .fundp-grid-2{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.fund-page .fundp-grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(12px,2vw,22px);gap:clamp(12px,2vw,22px)}.fund-page .fundp-h3{margin:0 0 10px;color:var(--pa-navy);font-weight:950;letter-spacing:-.02em;font-size:16px;line-height:1.2}@media (max-width:1080px){.fund-page .fundp-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:980px){.fund-page .fundp-grid-2,.fund-page .fundp-hero__inner{grid-template-columns:1fr}}@media (max-width:560px){.fund-page .fundp-grid-4{grid-template-columns:1fr}}.talent-page{--talp-max:1120px;--talp-pad:clamp(18px,3vw,34px);--talp-radius:18px;background:radial-gradient(900px 360px at 10% 0,rgba(255,106,0,.1),transparent 60%),radial-gradient(820px 340px at 92% 18%,rgba(21,43,58,.06),transparent 62%),linear-gradient(180deg,#fff,#f6f7f8 360px,#fff 980px)}.talent-page .talp-wrap{max-width:var(--talp-max);margin:0 auto;padding:0 var(--talp-pad)}.talent-page .talp-hero{padding:clamp(30px,4.4vw,54px) 0;border-bottom:1px solid rgba(21,43,58,.1);background:radial-gradient(900px 320px at 18% 10%,rgba(255,106,0,.08),transparent 62%),#fff}.talent-page .talp-title{font-size:clamp(42px,5.2vw,62px);letter-spacing:-.03em;line-height:1.02;margin:0 0 10px;color:#152b3a;font-weight:950}.talent-page .talp-subtitle{margin:0;color:rgba(21,43,58,.7);font-size:clamp(14px,1.4vw,18px);line-height:1.55}.talent-page .talp-section{padding:clamp(22px,3.5vw,44px) 0}.talent-page .talp-kicker{display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;background:rgba(255,106,0,.08);border:1px solid rgba(255,106,0,.18);color:#ff6a00;font-weight:900;letter-spacing:.14em;font-size:11px;text-transform:uppercase;margin:0 0 14px}.talent-page .talp-kicker:before{content:"";width:10px;height:10px;border-radius:999px;background:#ff6a00;box-shadow:0 0 0 6px rgba(255,106,0,.12)}.talent-page .talp-p{color:rgba(21,43,58,.68);font-size:15px;line-height:1.85;margin:0 0 12px;max-width:92ch}.talent-page .talp-grid-2{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.talent-page .talp-grid-5{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:clamp(12px,2vw,22px);gap:clamp(12px,2vw,22px)}.talent-page .talp-card{position:relative;border-radius:var(--talp-radius);border:1px solid rgba(21,43,58,.12);background:hsla(0,0%,100%,.92);box-shadow:0 22px 70px rgba(0,0,0,.08);padding:clamp(16px,2vw,22px);overflow:hidden}.talent-page .talp-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(720px 260px at 12% 0,rgba(255,106,0,.1),transparent 60%);pointer-events:none}.talent-page .talp-h2{font-size:clamp(20px,2.2vw,28px);line-height:1.12}.talent-page .talp-h2,.talent-page .talp-h3{margin:0 0 10px;color:#152b3a;font-weight:950;letter-spacing:-.02em}.talent-page .talp-h3{font-size:16px;line-height:1.2}.talent-page .talp-bullets{list-style:none;padding:0;margin:12px 0 0;display:grid;grid-gap:12px;gap:12px}.talent-page .talp-bullets li{display:grid;grid-template-columns:14px 1fr;grid-gap:12px;gap:12px;align-items:start;color:rgba(21,43,58,.86);font-weight:750;line-height:1.6}.talent-page .talp-bullets li:before{content:"";width:10px;height:10px;margin-top:7px;border-radius:999px;background:#ff6a00;box-shadow:0 0 0 6px rgba(255,106,0,.12)}@media (max-width:1080px){.talent-page .talp-grid-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:980px){.talent-page .talp-grid-2{grid-template-columns:1fr}}@media (max-width:560px){.talent-page .talp-grid-5{grid-template-columns:1fr}}.qhse-page{--qhp-max:1160px;--qhp-pad:clamp(18px,3vw,34px);--qhp-radius:18px;--pa-navy:#152b3a;--pa-accent:#ff6a00;background:radial-gradient(900px 360px at 10% 0,rgba(255,106,0,.1),transparent 60%),radial-gradient(900px 360px at 90% 18%,rgba(21,43,58,.06),transparent 62%),linear-gradient(180deg,#fff,#f6f7f8 360px,#fff 980px)}.qhse-page .qhp-wrap{max-width:var(--qhp-max);margin:0 auto;padding:0 var(--qhp-pad)}.qhse-page .qhp-hero{padding:clamp(30px,4.4vw,58px) 0;border-bottom:1px solid rgba(21,43,58,.1);background:radial-gradient(900px 320px at 18% 10%,rgba(255,106,0,.1),transparent 62%),#fff}.qhse-page .qhp-hero__inner{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.qhse-page .qhp-title{font-size:clamp(42px,5.2vw,62px);letter-spacing:-.03em;line-height:1.02;margin:0 0 10px;color:var(--pa-navy);font-weight:950}.qhse-page .qhp-subtitle{margin:0;color:rgba(21,43,58,.7);font-size:clamp(14px,1.4vw,18px);line-height:1.55;max-width:78ch}.qhse-page .qhp-quote{margin-top:14px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,106,0,.18);background:rgba(255,106,0,.06);color:rgba(21,43,58,.86);font-weight:900;letter-spacing:-.01em}.qhse-page .qhp-card{position:relative;border-radius:var(--qhp-radius);border:1px solid rgba(21,43,58,.12);background:hsla(0,0%,100%,.92);box-shadow:0 22px 70px rgba(0,0,0,.08);padding:clamp(16px,2vw,22px);overflow:hidden}.qhse-page .qhp-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(720px 260px at 12% 0,rgba(255,106,0,.1),transparent 60%);pointer-events:none}.qhse-page .qhp-h2{margin:0 0 10px;color:var(--pa-navy);font-weight:950;letter-spacing:-.02em;font-size:clamp(22px,2.4vw,32px);line-height:1.12}.qhse-page .qhp-p{color:rgba(21,43,58,.68);font-size:15px;line-height:1.85;margin:0 0 12px;max-width:92ch}.qhse-page .qhp-section{padding:clamp(22px,3.5vw,44px) 0}.qhse-page .qhp-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(14px,2.4vw,26px);gap:clamp(14px,2.4vw,26px);align-items:start}.qhse-page .qhp-figure{border-radius:var(--qhp-radius);border:1px solid rgba(21,43,58,.12);background:hsla(0,0%,100%,.92);box-shadow:0 22px 70px rgba(0,0,0,.08);padding:14px}.qhse-page .qhp-figure img{width:100%;height:auto;border-radius:12px;display:block}.qhse-page .qhp-caption{margin:10px 0 0;color:rgba(21,43,58,.58);font-size:13px;line-height:1.6}.qhse-page .qhp-syslist{display:grid;grid-gap:12px;gap:12px}.qhse-page .qhp-sysitem{border-radius:16px;border:1px solid rgba(21,43,58,.12);background:hsla(0,0%,100%,.92);box-shadow:0 18px 56px rgba(0,0,0,.07);padding:14px 14px 14px 16px;position:relative}.qhse-page .qhp-sysitem:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:4px;border-radius:999px;background:var(--pa-accent);opacity:.95}.qhse-page .qhp-systitle{margin:0 0 6px;color:var(--pa-navy);font-weight:950;font-size:14px}.qhse-page .qhp-systext{margin:0;color:rgba(21,43,58,.68);line-height:1.75;font-size:14px}.qhse-page .qhp-topics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(12px,2vw,22px);gap:clamp(12px,2vw,22px)}.qhse-page .qhp-topicTitle{margin:0 0 8px;color:var(--pa-navy);font-weight:950;font-size:16px;letter-spacing:-.01em}@media (max-width:980px){.qhse-page .qhp-grid-2,.qhse-page .qhp-hero__inner,.qhse-page .qhp-topics{grid-template-columns:1fr}}.contact-page{--ctcp-max:1180px;--ctcp-pad:clamp(18px,3vw,34px);--pa-ink:#0f1722;--pa-ink2:#0b1420;--pa-accent:#ff6a00;color:hsla(0,0%,100%,.88);background:radial-gradient(1100px 640px at 16% 10%,rgba(255,106,0,.18),transparent 56%),radial-gradient(900px 520px at 86% 18%,rgba(56,150,255,.1),transparent 58%),linear-gradient(180deg,rgba(15,23,34,.98),#0a1220),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='520' viewBox='0 0 520 520'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.07' stroke-width='1.2'%3E%3Cpath d='M-40 120 C80 30, 210 30, 340 120 C460 210, 560 210, 700 120'/%3E%3Cpath d='M-70 200 C70 120, 220 120, 360 200 C500 280, 590 280, 740 200'/%3E%3Cpath d='M-60 290 C90 210, 240 210, 380 290 C520 370, 610 370, 760 290'/%3E%3Cpath d='M-30 380 C120 300, 260 300, 420 380 C560 460, 640 460, 780 380'/%3E%3Cpath d='M-50 70 C90 -10, 230 -10, 370 70 C510 150, 600 150, 740 70'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat,no-repeat,repeat;background-size:auto,auto,auto,560px 560px;background-position:0 0,100% 0,0 0,0 0}.contact-page .ctcp-wrap{max-width:var(--ctcp-max);margin:0 auto;padding:0 var(--ctcp-pad)}.contact-page .ctcp-hero,.contact-page .ctcp-offices{padding:clamp(54px,7vh,92px) 0;border-bottom:1px solid hsla(0,0%,100%,.08)}.contact-page .ctcp-map{padding:clamp(54px,7vh,92px) 0}.contact-page .ctcp-heroGrid{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:clamp(16px,3vw,34px);gap:clamp(16px,3vw,34px);align-items:start}.contact-page .ctcp-kicker{display:inline-flex;padding:7px 14px;border-radius:999px;background:rgba(0,0,0,.4);border:1px solid rgba(255,106,0,.22);color:var(--pa-accent);font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:11px}.contact-page .ctcp-title{margin:14px 0 10px;font-size:clamp(44px,5.8vw,72px);line-height:1.02;letter-spacing:-.03em;font-weight:950;color:hsla(0,0%,100%,.96)}.contact-page .ctcp-lead{margin:0;max-width:56ch;color:hsla(0,0%,100%,.7);line-height:1.9;font-size:15px}.contact-page .ctcp-hours{margin-top:26px;display:grid;grid-gap:8px;gap:8px}.contact-page .ctcp-hoursLabel{color:hsla(0,0%,100%,.9);font-weight:800}.contact-page .ctcp-hoursValue{color:var(--pa-accent);font-weight:950;font-size:30px;letter-spacing:-.02em}.contact-page .ctcp-formCard{border-radius:22px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.28);box-shadow:0 26px 90px rgba(0,0,0,.4);padding:18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.contact-page .ctcp-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.contact-page .ctcp-field--full{grid-column:1/-1}.contact-page .ctcp-label{display:block;margin:0 0 8px;color:hsla(0,0%,100%,.78);font-weight:750;font-size:13px}.contact-page .ctcp-input,.contact-page .ctcp-textarea{width:100%;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.38);color:hsla(0,0%,100%,.92);padding:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.contact-page .ctcp-input::placeholder,.contact-page .ctcp-textarea::placeholder{color:hsla(0,0%,100%,.46)}.contact-page .ctcp-input:focus,.contact-page .ctcp-textarea:focus{border-color:rgba(255,106,0,.45);box-shadow:0 0 0 4px rgba(255,106,0,.14)}.contact-page .ctcp-textarea{resize:vertical;min-height:160px}.contact-page .ctcp-submit{margin-top:14px;height:56px;width:min(320px,100%);border:0;border-radius:16px;background:var(--pa-accent);color:#fff;font-weight:950;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;box-shadow:0 18px 60px rgba(255,106,0,.22);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.contact-page .ctcp-submit:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 22px 72px rgba(255,106,0,.28)}.contact-page .ctcp-miniLinks{margin-top:14px;display:flex;gap:14px;flex-wrap:wrap}.contact-page .ctcp-miniLink{color:hsla(0,0%,100%,.72);text-decoration:none;font-weight:750;border-bottom:1px solid hsla(0,0%,100%,.16)}.contact-page .ctcp-miniLink:hover{color:var(--pa-accent);border-bottom-color:rgba(255,106,0,.55)}.contact-page .ctcp-h2Center{margin:0 0 30px;text-align:center;font-size:clamp(42px,5vw,62px);letter-spacing:-.03em;font-weight:950;color:hsla(0,0%,100%,.96)}.contact-page .ctcp-officesGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.contact-page .ctcp-officeCard{border-radius:22px;border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.26);box-shadow:0 24px 80px rgba(0,0,0,.35);padding:26px;min-height:190px}.contact-page .ctcp-officeTitle{margin:0 0 10px;font-size:22px;font-weight:950;color:hsla(0,0%,100%,.95)}.contact-page .ctcp-officeText{margin:0 0 18px;color:hsla(0,0%,100%,.7);line-height:1.7}.contact-page .ctcp-officeMeta{display:grid;grid-gap:10px;gap:10px}.contact-page .ctcp-officeLink{color:hsla(0,0%,100%,.8);text-decoration:none;font-weight:750}.contact-page .ctcp-officeLink:hover{color:var(--pa-accent)}.contact-page .ctcp-mapFrame{max-width:1200px;margin:0 auto;border-radius:26px;overflow:hidden;box-shadow:0 28px 110px rgba(0,0,0,.55);border:1px solid hsla(0,0%,100%,.08);background:#fff}.contact-page .ctcp-mapWrap{background:#fff}.contact-page .ctcp-iframe{width:100%;height:clamp(360px,52vh,520px);border:0;display:block}.contact-page .ctcp-band{position:relative;background:linear-gradient(90deg,#ff6a00,#ff7a1a);padding:28px 24px;overflow:hidden}.contact-page .ctcp-band:before{content:"";position:absolute;left:-80px;bottom:-120px;width:260px;height:260px;border-radius:999px;background:hsla(0,0%,100%,.14)}.contact-page .ctcp-band:after{content:"";position:absolute;right:-120px;top:-140px;width:320px;height:320px;border-radius:999px;background:rgba(0,0,0,.12)}.contact-page .ctcp-bandInner{position:relative;max-width:var(--ctcp-max);margin:0 auto;padding:0 var(--ctcp-pad);display:flex;align-items:center;justify-content:space-between;gap:18px}.contact-page .ctcp-bandText{color:#fff;font-weight:950;letter-spacing:-.02em;font-size:clamp(20px,2.3vw,34px);line-height:1.2;max-width:44ch}.contact-page .ctcp-bandBtn{height:52px;min-width:160px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border-radius:14px;background:hsla(0,0%,100%,.95);color:#0f1722;font-weight:950;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:1px solid hsla(0,0%,100%,.65);transition:transform .18s ease,filter .18s ease}.contact-page .ctcp-bandBtn:hover{transform:translateY(-1px);filter:brightness(1.02)}@media (max-width:980px){.contact-page .ctcp-fields,.contact-page .ctcp-heroGrid,.contact-page .ctcp-officesGrid{grid-template-columns:1fr}.contact-page .ctcp-bandInner{flex-direction:column;align-items:flex-start}.contact-page .ctcp-bandBtn{width:100%}}.pa-about{--pa-bg:#0f1318;--pa-surface:#151b22;--pa-surface-2:#1b222b;--pa-line:hsla(0,0%,100%,.1);--pa-line-dark:rgba(17,24,32,.1);--pa-text:#f4f6f8;--pa-text-soft:#c6ccd2;--pa-text-dark:#161b22;--pa-muted-dark:#5b6570;--pa-white:#fff;--pa-offwhite:#f7f8fa;--pa-orange:#f36a10;--pa-orange-soft:rgba(243,106,16,.14);--pa-shadow:0 20px 70px rgba(0,0,0,.18);background:radial-gradient(circle at top right,rgba(243,106,16,.08),transparent 24%),linear-gradient(180deg,#0d1117,#10151b);color:var(--pa-text)}.pa-about-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}.pa-about-eyebrow,.pa-about-kicker{display:inline-flex;align-items:center;gap:10px;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--pa-orange)}.pa-about-eyebrow:before,.pa-about-kicker:before{content:"";width:26px;height:1px;background:currentColor;opacity:.9}.pa-about-section{padding:88px 0}.pa-about-section--dark{background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.01)),#10151b;border-top:1px solid var(--pa-line);border-bottom:1px solid var(--pa-line)}.pa-about-section--values{background:linear-gradient(180deg,#f7f8fa,#eef2f5);color:var(--pa-text-dark)}.pa-about-section__head{max-width:760px;margin-bottom:42px}.pa-about-section__head h2{margin:14px 0;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.96;letter-spacing:-.04em}.pa-about-section__head p{margin:0;font-size:1.05rem;line-height:1.75;color:var(--pa-text-soft)}.pa-about-section--values .pa-about-kicker,.pa-about-section--values .pa-about-section__head h2{color:var(--pa-text-dark)}.pa-about-section--values .pa-about-kicker:before{background:var(--pa-orange)}.pa-about-section__head--compact{max-width:none}.pa-about{--pa-header-offset:var(--site-header-total-h,148px)}.pa-about-hero .pa-about-shell{width:min(1440px,calc(100% - 56px))}.pa-about-hero{position:relative;min-height:calc(100svh - var(--pa-header-offset));padding:14px 0 18px;display:flex;align-items:center;overflow:clip;isolation:isolate}.pa-about-hero:after,.pa-about-hero:before{content:"";position:absolute;pointer-events:none;z-index:0}.pa-about-hero:before{top:-140px;right:-120px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle,rgba(243,106,16,.12) 0,rgba(243,106,16,.05) 28%,transparent 70%);filter:blur(22px)}.pa-about-hero:after{left:-160px;bottom:-180px;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(12,30,52,.72) 0,rgba(12,30,52,.18) 40%,transparent 72%);filter:blur(18px)}.pa-about-hero__grid{position:relative;z-index:1;width:100%;min-height:clamp(620px,calc(100svh - var(--pa-header-offset) - 28px),820px);display:grid;grid-template-columns:minmax(360px,.82fr) minmax(620px,1.18fr);grid-gap:clamp(22px,2.2vw,38px);gap:clamp(22px,2.2vw,38px);align-items:center}.pa-about-hero__panel{min-width:0;max-width:640px;display:grid;align-content:center;grid-gap:clamp(18px,1.8vw,28px);gap:clamp(18px,1.8vw,28px);padding-block:10px}.pa-about-hero__intro{max-width:620px;animation:paHeroLift .72s cubic-bezier(.22,1,.36,1) both}.pa-about-hero__title{display:grid;grid-gap:0;gap:0;margin:12px 0 0;max-width:7.8ch;font-size:clamp(4rem,6vw,6.4rem);line-height:.82;letter-spacing:-.09em;font-weight:900;color:var(--pa-white);text-wrap:balance}.pa-about-hero__title span{display:block;text-shadow:0 18px 40px rgba(0,0,0,.18)}.pa-about-hero__lead{max-width:31ch;margin:16px 0 0;font-size:clamp(.98rem,1.05vw,1.04rem);line-height:1.46;color:rgba(244,246,248,.94)}.pa-about-hero__cred{animation:paHeroLift .82s cubic-bezier(.22,1,.36,1) both}.pa-about-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.pa-about-stat{position:relative;min-height:104px;padding:16px 18px 14px;border-radius:22px;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02)),linear-gradient(135deg,rgba(243,106,16,.04),transparent 48%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05),0 18px 44px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.pa-about-stat:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(135deg,hsla(0,0%,100%,.035),transparent 34%,transparent 68%,rgba(243,106,16,.025));pointer-events:none}.pa-about-stat strong{position:relative;z-index:1;display:block;margin-bottom:8px;font-size:clamp(1.85rem,2.25vw,2.7rem);line-height:.9;color:var(--pa-white);letter-spacing:-.07em}.pa-about-stat span{position:relative;z-index:1;display:block;font-size:.9rem;line-height:1.28;color:var(--pa-text-soft)}@media (hover:hover) and (pointer:fine){.pa-about-stat:hover{transform:translateY(-3px);border-color:rgba(243,106,16,.18);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.05),0 24px 56px rgba(0,0,0,.22)}}.pa-about-hero__stage{position:relative;min-width:0;width:100%;height:clamp(520px,calc(100svh - var(--pa-header-offset) - 72px),760px);max-height:760px;animation:paHeroLift .9s cubic-bezier(.22,1,.36,1) both}.pa-about-hero__ambient{position:absolute;inset:48px 34px 34px 36px;border-radius:42px;background:radial-gradient(circle at 18% 84%,rgba(243,106,16,.22),transparent 26%),radial-gradient(circle at 76% 18%,hsla(0,0%,100%,.08),transparent 20%),linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.004));filter:blur(18px);opacity:.96;animation:paAmbientDrift 11s ease-in-out infinite}.pa-about-hero__main,.pa-about-hero__shot{position:absolute;overflow:hidden;background:#0d1117;box-shadow:var(--pa-shadow)}.pa-about-hero__main{inset:0 120px 84px 0;border-radius:36px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 34px 84px rgba(0,0,0,.28),inset 0 1px 0 hsla(0,0%,100%,.05)}.pa-about-hero__video,.pa-about-img{width:100%;height:100%;object-fit:cover}.pa-about-hero__video{display:block;transform:scale(1.03);filter:saturate(.92) contrast(1.03) brightness(.93)}.pa-about-hero__main-scrim{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(15,19,24,.02),rgba(15,19,24,.14)),linear-gradient(90deg,rgba(15,19,24,.08),transparent 22%,transparent 80%,rgba(15,19,24,.12)),radial-gradient(circle at 18% 82%,rgba(243,106,16,.08),transparent 24%)}.pa-about-hero__shot{border:1px solid hsla(0,0%,100%,.08);border-radius:24px;box-shadow:0 24px 54px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.05);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.pa-about-hero__shot--tech{top:10px;left:-135px;width:40%;height:37%;animation:paFloatA 8s ease-in-out infinite}.pa-about-hero__shot--scale{right:0;top:125px;width:30%;height:32%;animation:paFloatB 9s ease-in-out infinite}.pa-about-hero__shot-label{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 14px;border-radius:999px;background:rgba(15,19,24,.8);border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--pa-white);font-size:.82rem;font-weight:800;line-height:1.18;letter-spacing:-.02em}.pa-about-hero__badge{position:absolute;left:18px;bottom:16px;z-index:3;display:inline-grid;gap:2px;padding:14px 16px;border-radius:22px;background:linear-gradient(180deg,#ff7c22,#f36a10);color:#fff;font-size:clamp(.96rem,1.2vw,1.08rem);font-weight:900;line-height:.92;letter-spacing:-.045em;box-shadow:0 24px 40px rgba(243,106,16,.24),inset 0 1px 0 hsla(0,0%,100%,.16)}@media (hover:hover) and (pointer:fine){.pa-about-hero__stage:hover .pa-about-hero__shot{border-color:rgba(243,106,16,.18);box-shadow:0 30px 62px rgba(0,0,0,.24),inset 0 1px 0 hsla(0,0%,100%,.05)}.pa-about-hero__stage:hover .pa-about-hero__shot--tech{transform:translateY(-4px)}.pa-about-hero__stage:hover .pa-about-hero__shot--scale{transform:translateY(-5px)}}@keyframes paHeroLift{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes paAmbientDrift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-10px,0) scale(1.015)}}@keyframes paFloatA{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-6px,0)}}@keyframes paFloatB{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}}@media (min-width:1500px){.pa-about-hero .pa-about-shell{width:min(1540px,calc(100% - 72px))}.pa-about-hero__grid{grid-template-columns:minmax(390px,.8fr) minmax(760px,1.2fr);gap:42px}.pa-about-hero__title{font-size:clamp(4.3rem,5.7vw,6.8rem)}.pa-about-hero__stage{height:clamp(560px,calc(100svh - var(--pa-header-offset) - 78px),800px)}}@media (max-width:1380px){.pa-about-hero .pa-about-shell{width:min(1400px,calc(100% - 44px))}.pa-about-hero__grid{grid-template-columns:minmax(330px,.86fr) minmax(540px,1.14fr);gap:26px}.pa-about-hero__title{font-size:clamp(3.55rem,5.4vw,5.6rem);max-width:8.1ch}.pa-about-hero__lead{max-width:30ch;font-size:.96rem}.pa-about-hero__stage{height:clamp(480px,calc(100svh - var(--pa-header-offset) - 72px),680px)}.pa-about-hero__main{inset:0 98px 72px 0}.pa-about-hero__shot--tech{width:31%;height:40%}.pa-about-hero__shot--scale{width:31%;height:24%;right:0}.pa-about-hero__badge{left:6px;bottom:96px}}@media (max-width:980px){.pa-about-hero .pa-about-shell{width:min(100% - 32px,1320px)}.pa-about-hero{min-height:auto;padding:18px 0 34px}.pa-about-hero__grid{min-height:auto;grid-template-columns:1fr;gap:20px;align-items:start}.pa-about-hero__panel{max-width:none;gap:18px}.pa-about-hero__title{font-size:clamp(3.15rem,10vw,4.9rem);max-width:8.7ch;line-height:.85}.pa-about-hero__lead{max-width:40ch}.pa-about-hero__stage{height:560px;max-height:none}.pa-about-hero__main{inset:0 76px 70px 0}.pa-about-hero__shot--tech{width:30%;height:27%}.pa-about-hero__shot--scale{width:42%;height:21%}}@media (max-width:820px){.pa-about-shell{width:min(100% - 24px,1200px)}.pa-about-hero{padding:16px 0 30px}.pa-about-hero__lead{max-width:100%;font-size:.97rem;line-height:1.5}.pa-about-hero__stats{grid-template-columns:1fr}.pa-about-stat{min-height:auto}.pa-about-hero__stage{height:430px}.pa-about-hero__ambient{inset:24px 14px 24px 10px}.pa-about-hero__main{inset:0 52px 56px 0;border-radius:24px}.pa-about-hero__shot{border-radius:18px}.pa-about-hero__shot--tech{top:8px;width:34%;height:28%}.pa-about-hero__shot--scale{width:44%;height:23%}.pa-about-hero__shot-label{left:8px;right:8px;bottom:8px;padding:8px 10px;font-size:.74rem}.pa-about-hero__badge{left:0;bottom:50px;padding:12px 14px;border-radius:18px;font-size:.9rem}}@media (max-width:560px){.pa-about-hero__stage{height:380px}.pa-about-hero__main{inset:0 34px 50px 0}.pa-about-hero__shot--tech{width:36%;height:26%}.pa-about-hero__shot--scale{width:46%;height:22%}}@media (prefers-reduced-motion:reduce){.pa-about-hero__ambient,.pa-about-hero__cred,.pa-about-hero__intro,.pa-about-hero__shot--scale,.pa-about-hero__shot--tech,.pa-about-hero__stage{animation:none!important}.pa-about-hero__video{transform:none}}.pa-about-manifesto{padding:0 0 28px}.pa-about-manifesto__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.pa-about-manifesto__card{position:relative;min-height:200px;padding:24px;border-radius:24px;border:1px solid var(--pa-line);background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.015))}.pa-about-manifesto__index{display:inline-block;margin-bottom:16px;font-size:.82rem;font-weight:800;letter-spacing:.14em;color:var(--pa-orange)}.pa-about-manifesto__card p{margin:0;font-size:1rem;line-height:1.7;color:var(--pa-text)}.pa-about-timeline{display:grid;grid-gap:18px;gap:18px}.pa-about-timeline__item{display:grid;grid-template-columns:180px 1fr;grid-gap:24px;gap:24px;padding:24px 0;border-top:1px solid var(--pa-line)}.pa-about-timeline__item:last-child{border-bottom:1px solid var(--pa-line)}.pa-about-timeline__year{font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:.9;letter-spacing:-.06em;color:var(--pa-orange)}.pa-about-timeline__body h3{margin:0 0 8px;font-size:1.3rem;color:var(--pa-white)}.pa-about-timeline__body p{margin:0;max-width:70ch;color:var(--pa-text-soft);line-height:1.8}.pa-about-who{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:34px;gap:34px;align-items:start}.pa-about-who__intro h2{margin:14px 0 16px;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.96;letter-spacing:-.04em}.pa-about-who__intro p{margin:0 0 16px;line-height:1.8;color:var(--pa-text-soft)}.pa-about-culture{margin-top:28px;padding:22px 22px 20px;border-radius:22px;border:1px solid var(--pa-line);background:hsla(0,0%,100%,.03)}.pa-about-culture h3{margin:0 0 10px;color:var(--pa-white);font-size:1.05rem}.pa-about-culture p{margin:0}.pa-about-who__visuals{display:grid;grid-gap:16px;gap:16px}.pa-about-photo{position:relative;overflow:hidden;border-radius:28px;border:1px solid hsla(0,0%,100%,.08);box-shadow:var(--pa-shadow);background:#0d1117}.pa-about-photo--field{min-height:360px}.pa-about-photo--office{min-height:260px}.pa-about-photo__caption{position:absolute;left:16px;right:16px;bottom:16px;padding:12px 14px;border-radius:16px;background:rgba(15,19,24,.72);border:1px solid hsla(0,0%,100%,.08);color:var(--pa-white);font-size:.95rem;line-height:1.4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pa-about-org{margin-top:34px}.pa-about-org__head h3{margin:0 0 18px;font-size:1.1rem;color:var(--pa-white)}.pa-about-org__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.pa-about-org__card{padding:22px;border-radius:22px;border:1px solid var(--pa-line);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02))}.pa-about-org__card h4{margin:0 0 14px;font-size:1rem;color:var(--pa-white)}.pa-about-org__card ul{margin:0;padding:0;list-style:none}.pa-about-org__card li{padding:9px 0;border-top:1px solid hsla(0,0%,100%,.07);color:var(--pa-text-soft);line-height:1.4}.pa-about-org__card li:first-child{border-top:0;padding-top:0}.pa-about-mv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.pa-about-mv__card{padding:30px;border-radius:28px;background:linear-gradient(180deg,#fff,#f7f8fa);color:var(--pa-text-dark);border:1px solid var(--pa-line-dark);box-shadow:0 18px 50px rgba(15,19,24,.08)}.pa-about-mv__card h2{margin:14px 0;font-size:clamp(2rem,4vw,3.3rem);line-height:.96;letter-spacing:-.04em}.pa-about-mv__card p{margin:0;color:var(--pa-muted-dark);line-height:1.8}.pa-about-values{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.pa-about-values__item{min-height:120px;padding:18px;display:flex;align-items:end;border-radius:22px;background:#fff;border:1px solid rgba(17,24,32,.08);box-shadow:0 12px 30px rgba(17,24,32,.05)}.pa-about-values__item span{font-size:1rem;line-height:1.35;color:var(--pa-text-dark);font-weight:700;letter-spacing:-.02em}.pa-about-close{padding:0 0 90px}.pa-about-close__box{padding:36px;border-radius:30px;border:1px solid var(--pa-line);background:linear-gradient(180deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02)),linear-gradient(135deg,rgba(243,106,16,.08),transparent 34%)}.pa-about-close__box h2{margin:14px 0;font-size:clamp(2rem,5vw,4rem);line-height:.95;letter-spacing:-.05em}.pa-about-close__box p{margin:0;max-width:60ch;color:var(--pa-text-soft);line-height:1.8}@media (max-width:1180px){.pa-about-shell{width:min(1240px,calc(100% - 40px))}.pa-about-hero .pa-about-shell{width:min(1320px,calc(100% - 42px))}.pa-about-hero{padding:10px 0 26px}.pa-about-hero__grid{grid-template-columns:minmax(0,1.06fr) minmax(360px,.82fr);gap:22px}.pa-about-hero__copy{max-width:640px}.pa-about-hero__title{font-size:clamp(4rem,6.8vw,6rem);max-width:8.1ch}.pa-about-hero__lead{max-width:24ch}.pa-about-collage{min-height:408px}.pa-about-collage__main{inset:0 68px 56px 0}.pa-about-collage__card--top{width:30%;height:28%}.pa-about-collage__card--bottom{width:40%;height:20%}.pa-about-collage__badge{bottom:18px}.pa-about-manifesto__grid,.pa-about-org__grid,.pa-about-values,.pa-about-who__visuals{grid-template-columns:repeat(2,minmax(0,1fr))}.pa-about-photo--field,.pa-about-photo--office{min-height:320px}}@media (max-width:980px){.pa-about-hero .pa-about-shell{width:min(100% - 32px,1320px)}.pa-about-hero{padding:12px 0 34px}.pa-about-hero__grid,.pa-about-who{grid-template-columns:1fr}.pa-about-hero__copy{max-width:none;padding-top:0}.pa-about-hero__title{max-width:8.6ch}.pa-about-hero__lead{max-width:34ch}.pa-about-collage{min-height:470px;margin-top:2px}.pa-about-collage__main{inset:0 76px 62px 0}.pa-about-collage__card--top{width:29%;height:28%}.pa-about-collage__card--bottom{width:40%;height:22%}}@media (max-width:820px){.pa-about-shell{width:min(100% - 24px,1200px)}.pa-about-hero{padding:12px 0 30px}.pa-about-hero__title{font-size:clamp(3.15rem,15vw,4.85rem);line-height:.86;max-width:8.8ch}.pa-about-hero__lead{max-width:100%;margin-bottom:16px;font-size:.97rem;line-height:1.5}.pa-about-hero__stats,.pa-about-manifesto__grid,.pa-about-mv,.pa-about-org__grid,.pa-about-values,.pa-about-who__visuals{grid-template-columns:1fr}.pa-about-stat{min-height:auto}.pa-about-collage{min-height:390px}.pa-about-collage__main{inset:0 48px 48px 0;border-radius:24px}.pa-about-collage__card--top{top:8px;width:35%;height:29%;border-radius:18px}.pa-about-collage__card--bottom{width:42%;height:24%;border-radius:18px;bottom:8px}.pa-about-collage__badge{left:0;bottom:10px;padding:12px 14px;border-radius:18px;font-size:.9rem}.pa-about-timeline__item{grid-template-columns:1fr;gap:12px}.pa-about-photo--field{min-height:300px}.pa-about-photo--office{min-height:240px}.pa-about-close,.pa-about-section{padding-top:64px;padding-bottom:64px}.pa-about-close__box{padding:26px}}.home-hero-video,.home-hero-video__media{min-height:100svh}.home-hero-video__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,16,.14),rgba(8,12,16,.22)),linear-gradient(90deg,rgba(8,12,16,.18),transparent 28%,transparent 82%,rgba(8,12,16,.12));pointer-events:none}.home-hero-video__controls{top:calc(var(--site-header-total-h, 148px) + 18px)}.home-hero-video__audioBtn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid hsla(0,0%,100%,.14);background:rgba(12,18,24,.52);color:#fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:999px;padding:10px 14px;display:inline-flex;align-items:center;gap:10px;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 14px 34px rgba(0,0,0,.22);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.home-hero-video__audioBtn--on{padding-right:12px}.home-hero-video__audioIcon{display:inline-flex;align-items:center;justify-content:center;width:18px;line-height:1;font-size:.95rem}.home-hero-video__audioText{font-size:.9rem;line-height:1;white-space:nowrap}@media (hover:hover) and (pointer:fine){.home-hero-video__audioBtn:hover{transform:translateY(-1px);border-color:rgba(243,106,16,.34);background:rgba(12,18,24,.68);box-shadow:0 18px 42px rgba(0,0,0,.26)}}@media (max-width:980px){.home-hero-video__controls{top:calc(var(--site-header-total-h, 148px) + 14px);right:16px}}@media (max-width:640px){.home-hero-video__controls{right:12px}.home-hero-video__audioBtn{padding:9px 12px;gap:8px}.home-hero-video__audioText{font-size:.84rem}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:120;width:100%}.topbar{position:relative;z-index:121;background:linear-gradient(90deg,#181b22,#20242d 38%,#1a1d25);border-bottom:1px solid hsla(0,0%,100%,.06)}.topbar-inner{width:min(1280px,calc(100% - 40px));min-height:48px;margin:0 auto;display:flex;justify-content:flex-end;align-items:center;gap:12px}.topbar-link{color:hsla(0,0%,100%,.88);text-decoration:none;font-size:.98rem;font-weight:700;letter-spacing:.01em;transition:color .18s ease,opacity .18s ease}.topbar-link:hover{color:#fff}.topbar-sep{color:hsla(0,0%,100%,.35);font-size:.9rem}.header-main{position:relative;z-index:120;background:linear-gradient(180deg,#4c5361,#434a57);border-bottom:1px solid hsla(0,0%,100%,.06);box-shadow:0 10px 34px rgba(6,10,18,.18),inset 0 1px 0 hsla(0,0%,100%,.03)}.header-inner{width:min(1280px,calc(100% - 40px));min-height:88px;margin:0 auto;gap:clamp(20px,2.4vw,42px)}.header-inner,.logo{display:flex;align-items:center}.logo{flex:0 0 auto}.logo a{display:inline-flex;align-items:center;text-decoration:none}.navRoot{position:relative;flex:1 1 auto;display:flex;justify-content:flex-end}.navList{all:unset;list-style:none;display:flex;align-items:center;gap:clamp(4px,.6vw,10px)}.navItem{position:relative;list-style:none}.navLink,.navTrigger{all:unset;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:16px;cursor:pointer;color:#f3f5f7;font-size:.99rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.navLink:hover,.navTrigger:hover,.navTrigger[data-state=open]{background:hsla(0,0%,100%,.08);color:#fff}.navLink:focus-visible,.navTrigger:focus-visible{outline:2px solid rgba(255,122,26,.9);outline-offset:2px}.chev{width:16px;height:16px;opacity:.78;transition:transform .18s ease,opacity .18s ease}.navTrigger[data-state=open] .chev{transform:rotate(180deg);opacity:1}.navViewportWrap{position:fixed;inset:var(--header-total-h,136px) 0 0 0;transform:none;display:block;pointer-events:none}.navViewport,.navViewportWrap{width:100vw;height:calc(100dvh - var(--header-total-h, 136px))}.navViewport{position:relative;max-width:none;max-height:calc(100dvh - var(--header-total-h, 136px));overflow:hidden;pointer-events:auto;border-radius:0;border:0;border-top:1px solid rgba(18,24,35,.06);background:linear-gradient(180deg,rgba(249,250,252,.985),rgba(242,244,247,.99));box-shadow:0 24px 48px rgba(7,12,20,.16)}.navViewport[data-state=open]{animation:paNavViewportIn .22s ease}.navViewport[data-state=closed]{animation:paNavViewportOut .18s ease}@keyframes paNavViewportIn{0%{opacity:0;transform:scale(.985) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes paNavViewportOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.992) translateY(-4px)}}.navContent{width:min(1240px,calc(100vw - 72px))}.navContent[data-motion=from-end],.navContent[data-motion=from-start]{animation:paMegaContentIn .22s ease}.navContent[data-motion=to-end],.navContent[data-motion=to-start]{animation:paMegaContentOut .18s ease}@keyframes paMegaContentIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes paMegaContentOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}.navContent--mega{height:100%;padding:0}.megaMenu{position:relative;display:grid;grid-template-columns:minmax(340px,.95fr) minmax(420px,1.15fr);min-height:430px;background:linear-gradient(135deg,hsla(0,0%,100%,.72),rgba(247,248,250,.96) 38%,#f1f3f7)}.megaMenu:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 22%,rgba(255,122,26,.09),transparent 34%),radial-gradient(circle at 84% 78%,rgba(16,25,40,.06),transparent 30%);pointer-events:none}.megaMenu__left,.megaMenu__preview{position:relative;z-index:1}.megaMenu__left{padding:34px 28px 34px 32px;border-right:1px solid rgba(18,24,35,.08);display:flex;flex-direction:column;gap:28px}.megaMenu__left--single{justify-content:center}.megaMenu__section{display:grid;grid-gap:12px;gap:12px}.megaMenu__sectionLabel{display:inline-flex;align-items:center;gap:10px;color:rgba(30,36,45,.62);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.megaMenu__sectionLabel:before{content:"";width:28px;height:1px;background:rgba(255,122,26,.55)}.megaMenu__list{all:unset;list-style:none;display:grid;grid-gap:8px;gap:8px}.megaMenu__item{list-style:none}.megaMenu__link{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:14px 16px;border-radius:18px;text-decoration:none;color:#1f2630;background:transparent;transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease,border-color .18s ease;border:1px solid transparent}.megaMenu__link--large{min-height:66px;padding:16px 18px}.megaMenu__link.is-active,.megaMenu__link:focus-visible,.megaMenu__link:hover{color:#121821;background:linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(248,249,251,.98));border-color:rgba(18,24,35,.08);box-shadow:0 10px 20px rgba(12,18,27,.07),0 3px 10px rgba(12,18,27,.04);transform:translateX(4px)}.megaMenu__link:focus-visible{outline:2px solid rgba(255,122,26,.85);outline-offset:2px}.megaMenu__linkText{display:block;font-size:clamp(1.05rem,1vw,1.18rem);font-weight:800;line-height:1.1;letter-spacing:-.01em}.megaMenu__link--large .megaMenu__linkText{font-size:clamp(1.26rem,1.25vw,1.62rem);font-weight:900;letter-spacing:-.03em}.megaMenu__linkArrow{flex:0 0 auto;font-size:1.05rem;opacity:0;transform:translateX(-6px);transition:opacity .18s ease,transform .18s ease,color .18s ease;color:#ff6a00}.megaMenu__link.is-active .megaMenu__linkArrow,.megaMenu__link:focus-visible .megaMenu__linkArrow,.megaMenu__link:hover .megaMenu__linkArrow{opacity:1;transform:translateX(0)}.megaMenu__preview{display:grid;grid-template-rows:auto 1fr;grid-gap:26px;gap:26px;padding:34px}.megaMenu__previewTop{display:grid;grid-gap:12px;gap:12px;align-content:start;max-width:46rem}.megaMenu__eyebrow{display:inline-flex;align-items:center;gap:10px;color:rgba(28,35,45,.6);font-size:.74rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.megaMenu__eyebrow:before{content:"";width:22px;height:1px;background:rgba(255,122,26,.55)}.megaMenu__title{margin:0;color:#121821;font-size:clamp(2rem,2.7vw,3.45rem);line-height:.95;font-weight:900;letter-spacing:-.055em;text-wrap:balance}.megaMenu__blurb{margin:0;max-width:36rem;color:rgba(24,30,40,.78);font-size:1rem;line-height:1.6;font-weight:500}.megaMenu__thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:stretch;min-height:220px}.megaMenu__thumb{position:relative;overflow:hidden;min-height:260px;border-radius:24px;background:linear-gradient(180deg,rgba(22,27,36,.16),rgba(22,27,36,.28)),#d8dde4;box-shadow:0 16px 34px rgba(9,14,22,.14),inset 0 1px 0 hsla(0,0%,100%,.18);isolation:isolate}.megaMenu__thumb:before{inset:0;background:linear-gradient(180deg,rgba(12,16,24,.02),rgba(12,16,24,.16))}.megaMenu__thumb:after,.megaMenu__thumb:before{content:"";position:absolute;z-index:2;pointer-events:none}.megaMenu__thumb:after{inset:auto 0 0 0;height:36%;background:linear-gradient(180deg,rgba(9,13,20,0),rgba(9,13,20,.34))}.megaMenu__thumbImg{object-fit:cover;transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .26s ease,opacity .22s ease}.megaMenu__thumb:hover .megaMenu__thumbImg{transform:scale(1.045)}.megaMenu__thumb:hover{box-shadow:0 22px 44px rgba(9,14,22,.18),inset 0 1px 0 hsla(0,0%,100%,.2)}.capAcc,.capAccChev,.capAccContent,.capAccHeader,.capAccItem,.capAccLinks,.capAccTitle,.capAccTrigger,.capDropdown,.capLink,.navDropdown,.navDropdownLink{box-sizing:border-box}.header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.langSwitch{color:#fff;text-decoration:none;font-size:.98rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.closeBtn,.hamburgerBtn{all:unset;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;cursor:pointer;color:#fff;background:hsla(0,0%,100%,.08)}.mobileOverlay{position:fixed;inset:0;z-index:150;background:rgba(7,10,16,.54);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.mobilePanel{position:fixed;inset:0 0 0 auto;width:min(92vw,420px);z-index:151;background:#11161f;color:#fff;padding:18px 18px 28px;overflow-y:auto;box-shadow:-12px 0 36px rgba(0,0,0,.28)}.mobileTop{display:flex;justify-content:flex-end;margin-bottom:12px}.mobileNav{display:grid;grid-gap:8px;gap:8px}.mobileLink{display:block;padding:14px 10px;border-bottom:1px solid hsla(0,0%,100%,.08);color:#f7f8fa;text-decoration:none;font-size:1rem;font-weight:700}.mobileAcc{display:grid;grid-gap:8px;gap:8px}.mobileAccItem{border-bottom:1px solid hsla(0,0%,100%,.08)}.mobileAccHeader{margin:0}.mobileAccTrigger{all:unset;width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:#f7f8fa;font-size:1rem;font-weight:800}.mobileAccChev{transition:transform .18s ease}.mobileAccTrigger[data-state=open] .mobileAccChev{transform:rotate(180deg)}.mobileAccContent{overflow:hidden;padding-bottom:10px}.mobileAccLinks{display:grid;grid-gap:6px;gap:6px;padding:4px 0 2px 8px}.mobileSubLink{display:block;padding:10px 0;color:hsla(0,0%,100%,.82);text-decoration:none;font-size:.96rem;font-weight:600}@media (max-width:1180px){.header-inner,.topbar-inner{width:min(100%,calc(100% - 28px))}.navViewportWrap{width:calc(100vw - 28px)}.navContent{width:min(1120px,calc(100vw - 42px))}.megaMenu{grid-template-columns:minmax(310px,.92fr) minmax(360px,1.08fr);min-height:400px}.megaMenu__title{font-size:clamp(1.8rem,2.25vw,3rem)}.megaMenu__thumb{min-height:228px}}@media (max-width:980px){.navLink,.navTrigger{min-height:44px;padding:0 14px;font-size:.92rem}.megaMenu__left{padding:26px 22px 26px 24px}.megaMenu__preview{padding:26px 24px}.megaMenu__link--large .megaMenu__linkText{font-size:1.15rem}}@media (max-width:860px){.topbar{display:none}.header-main{position:relative}.header-inner{min-height:78px}.header-actions>.langSwitch,.navRoot,.navViewportWrap{display:none}.mobileOverlay{z-index:7000;background:linear-gradient(180deg,rgba(4,7,12,.2),rgba(4,7,12,.78));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mobilePanel{position:fixed;top:0;right:0;width:min(88vw,380px);height:100dvh;z-index:7100;padding:0;overflow:hidden;color:#fff;background:radial-gradient(560px 280px at 14% 8%,rgba(243,106,16,.15),transparent 58%),radial-gradient(500px 220px at 92% 0,hsla(0,0%,100%,.05),transparent 52%),linear-gradient(180deg,rgba(15,22,36,.985),rgba(5,13,24,.995));border-left:1px solid hsla(0,0%,100%,.08);box-shadow:-28px 0 72px rgba(0,0,0,.46)}.mobilePanelShell{position:relative;min-height:100%;display:flex;flex-direction:column;padding:14px 14px 16px;overflow-y:auto;isolation:isolate}.mobilePanelShell:before{content:"";position:absolute;inset:0 0 0 auto;width:2px;background:linear-gradient(180deg,rgba(243,106,16,.85),rgba(243,106,16,.18));pointer-events:none}.mobilePanelShell:after{content:"";position:absolute;right:-18px;bottom:84px;width:190px;height:190px;background-image:url(/favicon.ico);background-repeat:no-repeat;background-position:50%;background-size:contain;opacity:.05;filter:grayscale(1) contrast(1.1);pointer-events:none;z-index:0}.mobileBrand,.mobileNav,.mobileTop,.mobileUtility{position:relative;z-index:1}.mobileTop{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.mobileLang{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:12px;text-decoration:none;color:hsla(0,0%,100%,.96);border:1px solid hsla(0,0%,100%,.09);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.025));box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 hsla(0,0%,100%,.04);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.mobileLangChev,.mobileLangIcon{display:inline-flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.76)}.closeBtn{width:42px;height:42px;border-radius:14px;border:1px solid hsla(0,0%,100%,.09);background:linear-gradient(180deg,hsla(0,0%,100%,.075),hsla(0,0%,100%,.03));color:hsla(0,0%,100%,.96);box-shadow:0 10px 24px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.04)}.mobileBrand{display:grid;grid-template-columns:56px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:14px;margin-bottom:14px;border-radius:18px;border:1px solid hsla(0,0%,100%,.09);background:radial-gradient(160px 90px at 0 0,rgba(243,106,16,.12),transparent 75%),linear-gradient(180deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.02));box-shadow:0 18px 38px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.04)}.mobileBrandBadge{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;border:1px solid hsla(0,0%,100%,.1);background:radial-gradient(circle at 30% 30%,rgba(243,106,16,.24),transparent 62%),linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03))}.mobileBrandMark{display:block;width:30px;height:30px;object-fit:contain}.mobileBrandCopy{display:grid;grid-gap:3px;gap:3px;min-width:0}.mobileBrandKicker{color:hsla(0,0%,100%,.62);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.mobileBrandTitle{color:#fff;font-size:1.02rem;line-height:1.06;font-weight:900;letter-spacing:-.025em}.mobileBrandMeta{color:hsla(0,0%,100%,.64);font-size:.74rem;line-height:1.45}.mobileNav{display:grid;grid-gap:10px;gap:10px}.mobileAccItem,.mobileLink{position:relative;overflow:hidden;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:linear-gradient(90deg,rgba(243,106,16,.05),hsla(0,0%,100%,.02) 14%,hsla(0,0%,100%,.025));box-shadow:0 14px 28px rgba(0,0,0,.14),inset 0 1px 0 hsla(0,0%,100%,.03)}.mobileAccTrigger:before,.mobileLink:before{content:"";position:absolute;left:0;top:11px;bottom:11px;width:3px;border-radius:999px;background:linear-gradient(180deg,rgba(243,106,16,.98),rgba(243,106,16,.32));box-shadow:0 0 18px rgba(243,106,16,.22)}.mobileLink{display:flex;align-items:center;min-height:54px;padding:0 14px 0 18px;border-bottom:0;text-decoration:none;color:hsla(0,0%,100%,.96);font-size:.9rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.mobileAcc{display:grid;grid-gap:10px;gap:10px;margin:0}.mobileAccItem[data-state=open]{border-color:rgba(243,106,16,.22);background:radial-gradient(240px 120px at 0 0,rgba(243,106,16,.08),transparent 72%),linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.025))}.mobileAccHeader{margin:0}.mobileAccTrigger{position:relative;width:100%;min-height:54px;padding:0 14px 0 18px;background:transparent;color:hsla(0,0%,100%,.96);font-size:.9rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.mobileAccChev{width:18px;height:18px;color:hsla(0,0%,100%,.72);transition:transform .18s ease,color .18s ease}.mobileAccItem[data-state=open] .mobileAccChev{color:#f36a10}.mobileAccContent{padding:0 12px 12px}.mobileAccLinks{display:grid;grid-gap:8px;gap:8px;padding-top:4px}.mobileSubLink{display:flex;align-items:center;min-height:42px;padding:0 12px;border-radius:12px;text-decoration:none;color:hsla(0,0%,100%,.84);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);font-size:.8rem;font-weight:700;letter-spacing:.01em}.mobileSubAcc{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.mobileSubAcc .mobileAccItem{background:hsla(0,0%,100%,.018);border-color:hsla(0,0%,100%,.06);box-shadow:none}.mobileSubAcc .mobileAccTrigger{min-height:44px;font-size:.78rem;padding:0 12px 0 16px}.mobileSubAcc .mobileAccContent{padding:0 10px 10px}.mobileUtility{margin-top:14px;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.08)}.mobileUtilityHead{color:hsla(0,0%,100%,.58);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.mobileSocials{display:flex;gap:10px;margin-bottom:14px}.mobileSocial{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.92);text-decoration:none;border:1px solid hsla(0,0%,100%,.09);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.025));box-shadow:0 12px 24px rgba(0,0,0,.14),inset 0 1px 0 hsla(0,0%,100%,.04)}.mobileContact{display:grid;grid-gap:8px;gap:8px}.mobileContactLink{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:12px;text-decoration:none;color:hsla(0,0%,100%,.84);background:hsla(0,0%,100%,.028);border:1px solid hsla(0,0%,100%,.06);font-size:.78rem;font-weight:700}.mobileContactIcon{color:#f36a10;font-size:.8rem;flex:0 0 auto}.mobilePanel{background:radial-gradient(620px 320px at 12% 6%,rgba(243,106,16,.18),transparent 56%),radial-gradient(420px 220px at 88% 0,hsla(0,0%,100%,.06),transparent 52%),linear-gradient(180deg,rgba(13,20,33,.992),rgba(4,11,22,.998))}.mobilePanelShell:after{right:-24px;bottom:72px;width:220px;height:220px;opacity:.06;filter:grayscale(1) contrast(1.12) blur(.2px)}.mobileBrand{padding:16px;margin-bottom:16px;border-radius:20px;background:radial-gradient(180px 110px at 0 0,rgba(243,106,16,.14),transparent 72%),linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.022));box-shadow:0 22px 42px rgba(0,0,0,.24),inset 0 1px 0 hsla(0,0%,100%,.05)}.mobileBrandTitle{font-size:1.14rem;line-height:1.02;letter-spacing:-.03em}.mobileBrandMeta{font-size:.77rem;line-height:1.42;max-width:22ch}.mobileAccItem,.mobileLink{border-radius:18px;border:1px solid hsla(0,0%,100%,.085);background:linear-gradient(90deg,rgba(243,106,16,.06),hsla(0,0%,100%,.018) 16%,hsla(0,0%,100%,.024));box-shadow:0 16px 30px rgba(0,0,0,.16),inset 0 1px 0 hsla(0,0%,100%,.032)}.mobileAccTrigger:before,.mobileLink:before{width:4px;top:10px;bottom:10px;background:linear-gradient(180deg,#f36a10,rgba(243,106,16,.28));box-shadow:0 0 20px rgba(243,106,16,.24),0 0 8px rgba(243,106,16,.16)}.mobileAccTrigger,.mobileLink{min-height:58px;font-size:.96rem;letter-spacing:.015em}.mobileAccItem[data-state=open]{border-color:rgba(243,106,16,.28);box-shadow:0 18px 34px rgba(0,0,0,.2),0 0 0 1px rgba(243,106,16,.06),inset 0 1px 0 hsla(0,0%,100%,.035);background:radial-gradient(260px 130px at 0 0,rgba(243,106,16,.1),transparent 72%),linear-gradient(180deg,hsla(0,0%,100%,.044),hsla(0,0%,100%,.024))}.mobileSubLink{min-height:44px;border-radius:13px;font-size:.81rem;background:hsla(0,0%,100%,.032)}.mobileUtility{margin-top:18px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.07)}.mobileUtilityHead{margin-bottom:14px;color:hsla(0,0%,100%,.56)}.mobileSocial{width:44px;height:44px;box-shadow:0 14px 28px rgba(0,0,0,.16),inset 0 1px 0 hsla(0,0%,100%,.045)}.mobileContactLink{min-height:46px;border-radius:14px;background:linear-gradient(180deg,hsla(0,0%,100%,.04),hsla(0,0%,100%,.024))}.mobileBrand{padding:18px 16px;margin-bottom:18px}.mobileBrandCopy{gap:4px}.mobileBrandKicker{font-size:10.5px;letter-spacing:.18em}.mobileBrandTitle{font-size:1.16rem;line-height:1.02}.mobileUtility{margin-top:16px;padding-top:14px}.mobileUtilityHead{margin-bottom:12px;opacity:.92}}.home-hero-video{background:#0d1319}.home-hero-video,.home-hero-video__media{position:relative;min-height:calc(100dvh - var(--header-total-h));height:calc(100dvh - var(--header-total-h))}.home-hero-video__media{overflow:hidden}.home-hero-video__el{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.home-hero-video__controls{position:absolute;top:18px;right:24px;z-index:3;display:flex;justify-content:flex-end}@media (max-width:980px){.home-hero-video__controls{top:14px;right:16px}}@media (max-width:860px){.home-hero-video,.home-hero-video__media{min-height:100dvh;height:100dvh}.home-hero-video__controls{top:calc(var(--header-total-h) + 14px)}}@media (max-width:640px){.home-hero-video__controls{right:12px}}:root{--home-hero-h:calc(100dvh - var(--header-total-h));--home-reveal-overlap:clamp(120px,18vh,240px)}.home-reveal{position:relative}.home-reveal__hero{position:relative;z-index:1}.home-reveal__about{position:relative;z-index:3;background:#fff}@media (min-width:861px){.home-reveal{margin-bottom:0}.home-reveal__hero{height:calc(var(--home-hero-h) + var(--home-reveal-overlap));min-height:calc(var(--home-hero-h) + var(--home-reveal-overlap))}.home-reveal__hero .home-hero-video{position:-webkit-sticky;position:sticky;top:var(--header-total-h);height:var(--home-hero-h);min-height:var(--home-hero-h);z-index:1;overflow:hidden;background:#0d1319}.home-reveal__hero .home-hero-video__media{position:relative;height:100%;min-height:100%;overflow:hidden}.home-reveal__hero .home-hero-video__el{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center center}.home-reveal__hero .home-hero-video__scrim{position:absolute;inset:0;z-index:2;pointer-events:none}.home-reveal__hero .home-hero-video__controls{position:absolute;top:18px;right:24px;z-index:4;display:flex;justify-content:flex-end}.home-reveal__about{margin-top:calc(-1 * var(--home-reveal-overlap));padding-top:var(--home-reveal-overlap)}.home-reveal__about .about-fit{position:relative;z-index:3;min-height:auto;margin:0;background:#fff}}@media (max-width:860px){.home-reveal__hero,.home-reveal__hero .home-hero-video,.home-reveal__hero .home-hero-video__media{height:calc(100dvh - var(--header-total-h));min-height:calc(100dvh - var(--header-total-h))}.home-reveal__hero .home-hero-video{position:relative;top:auto}.home-reveal__hero .home-hero-video__controls{top:calc(var(--header-total-h) + 14px);right:16px}.home-reveal__about{margin-top:0;padding-top:0}}@media (max-width:640px){.home-reveal__hero .home-hero-video__controls{right:12px}}:root{--site-header-total-h:var(--header-total-h)}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10000!important;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.header-main,.topbar{position:relative!important;z-index:10001!important}.navViewportWrap{position:fixed!important;top:var(--header-total-h)!important;left:0!important;right:0!important;z-index:9999!important}@media (max-width:860px){.site-header{position:fixed!important}}@media (min-width:861px){.home-reveal__hero{height:calc(100dvh + var(--home-reveal-overlap))!important;min-height:calc(100dvh + var(--home-reveal-overlap))!important}}.megaMenu--capabilities{grid-template-columns:minmax(280px,.78fr) minmax(430px,1.08fr) minmax(300px,.74fr)}.megaMenu--capabilities .megaMenu__left{padding:34px 24px 34px 30px;gap:24px}.megaMenu--capabilities .megaMenu__section{gap:10px}.megaMenu--capabilities .megaMenu__link{min-height:54px;padding:13px 14px;border-radius:16px}.megaMenu--capabilities .megaMenu__linkText{font-size:1rem}.megaMenu__aside,.megaMenu__feature{position:relative;z-index:1;min-width:0}.megaMenu__feature{padding:34px 22px 34px 24px;grid-template-rows:auto 1fr;grid-gap:24px;gap:24px}.megaMenu__feature .megaMenu__blurb{line-height:1.6}.megaMenu__feature .megaMenu__thumbs{align-self:end}.megaMenu__aside{padding:28px 30px 28px 10px}.megaMenu__asideInner{border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.82),rgba(249,250,252,.96));padding:22px 20px 18px;grid-gap:16px;gap:16px}.megaMenu__asideTitle{font-size:1.18rem;line-height:1.15}.megaMenu__asideList{all:unset;list-style:none;display:grid;grid-gap:12px;gap:12px}.megaMenu__asideItem{display:grid;grid-template-columns:12px 1fr;grid-gap:10px;gap:10px;align-items:start;color:rgba(24,30,40,.8);font-size:.94rem;line-height:1.45;font-weight:600}.megaMenu__asideDot{width:8px;height:8px;margin-top:6px;border-radius:999px;background:#ff6a00;box-shadow:0 0 0 5px rgba(255,106,0,.12)}.megaMenu__metric{display:grid;grid-gap:6px;gap:6px;padding:14px 14px 12px;border-radius:18px;background:radial-gradient(circle at 0 0,rgba(255,106,0,.12),transparent 70%),linear-gradient(180deg,rgba(18,24,35,.03),rgba(18,24,35,.02));border:1px solid rgba(18,24,35,.06)}.megaMenu__metricValue{color:#121821;font-size:1.8rem;line-height:.9;font-weight:900;letter-spacing:-.05em}.megaMenu__metricLabel{color:rgba(24,30,40,.66);font-size:.82rem;line-height:1.35;font-weight:700}.megaMenu__asideNote{margin:0;color:rgba(24,30,40,.64);font-size:.88rem;line-height:1.55}.megaMenu__asideCta{min-height:46px;font-size:.92rem}@media (max-width:1180px){.megaMenu--capabilities{grid-template-columns:minmax(250px,.74fr) minmax(360px,1fr) minmax(270px,.72fr);min-height:438px}.megaMenu__feature{padding:28px 18px 28px 20px}.megaMenu__aside{padding:24px 22px 24px 8px}.megaMenu__feature .megaMenu__thumb{min-height:214px}}@media (max-width:980px){.megaMenu--capabilities{grid-template-columns:minmax(230px,.72fr) minmax(320px,.98fr) minmax(245px,.7fr);min-height:410px}.megaMenu--capabilities .megaMenu__left{padding:24px 18px 24px 20px}.megaMenu__feature{padding:24px 16px 24px 18px;gap:18px}.megaMenu__aside{padding:20px 18px 20px 6px}.megaMenu__asideInner{padding:18px 16px 16px;gap:14px}.megaMenu__feature .megaMenu__title{font-size:clamp(1.7rem,2vw,2.35rem)}.megaMenu__feature .megaMenu__thumb{min-height:188px}}.megaMenu--capabilities{grid-template-columns:minmax(280px,.78fr) minmax(430px,1.08fr) minmax(320px,.8fr);min-height:470px}.megaMenu__feature{padding:34px 22px 30px 24px;display:grid;grid-template-rows:auto auto;align-content:start;grid-gap:18px;gap:18px;min-height:100%}.megaMenu__feature .megaMenu__previewTop{max-width:38rem}.megaMenu__feature .megaMenu__title{font-size:clamp(2rem,2.5vw,3.15rem);line-height:.96}.megaMenu__feature .megaMenu__blurb{max-width:34rem;font-size:.98rem;line-height:1.55}.megaMenu__feature .megaMenu__thumbs{align-self:start;margin-top:4px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:0}.megaMenu__feature .megaMenu__thumb{min-height:244px;border-radius:22px}.megaMenu__aside{padding:22px 28px 22px 10px;display:flex;align-items:stretch}.megaMenu__asideInner{width:100%;border-radius:22px;border:1px solid rgba(18,24,35,.08);background:linear-gradient(180deg,hsla(0,0%,100%,.84),rgba(249,250,252,.97));box-shadow:0 14px 28px rgba(9,14,22,.06),inset 0 1px 0 hsla(0,0%,100%,.72);padding:20px 18px 16px;display:grid;align-content:start;grid-gap:14px;gap:14px;min-height:100%}.megaMenu__asideKicker{display:inline-flex;align-items:center;gap:8px;color:rgba(30,36,45,.58);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.megaMenu__asideKicker:before{content:"";width:18px;height:1px;background:rgba(255,122,26,.65)}.megaMenu__asideTitle{margin:0;color:#121821;font-size:1.08rem;line-height:1.08;font-weight:900;letter-spacing:-.03em;text-wrap:balance}.megaMenu__outline{display:grid;grid-gap:14px;gap:14px}.megaMenu__outlineGroup{display:grid;grid-gap:6px;gap:6px}.megaMenu__outlineTitle{color:#1a2330;font-size:.99rem;line-height:1.28;font-weight:800;letter-spacing:-.01em;position:relative;padding-left:14px}.megaMenu__outlineTitle:before{content:"•";position:absolute;left:0;top:0;color:#1a2330;opacity:.9}.megaMenu__outlineChildren{all:unset;list-style:none;display:grid;grid-gap:4px;gap:4px;padding-left:28px}.megaMenu__outlineChild{color:rgba(24,30,40,.78);font-size:.9rem;line-height:1.35;font-weight:500;position:relative;padding-left:12px}.megaMenu__outlineChild:before{content:"•";position:absolute;left:0;top:0;color:rgba(255,122,26,.7)}.megaMenu__asideCta{margin-top:auto;min-height:44px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-radius:14px;text-decoration:none;color:#121821;font-size:.9rem;font-weight:800;background:rgba(18,24,35,.04);border:1px solid rgba(18,24,35,.08);transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.megaMenu__asideCta:hover{transform:translateY(-1px);color:#0f1722;background:rgba(255,106,0,.08);border-color:rgba(255,106,0,.22)}@media (max-width:1180px){.megaMenu--capabilities{grid-template-columns:minmax(250px,.74fr) minmax(360px,1fr) minmax(285px,.8fr);min-height:440px}.megaMenu__feature{padding:28px 18px 26px 20px}.megaMenu__aside{padding:20px 20px 20px 8px}.megaMenu__feature .megaMenu__thumb{min-height:214px}}@media (max-width:980px){.megaMenu--capabilities{grid-template-columns:minmax(230px,.72fr) minmax(320px,.98fr) minmax(255px,.78fr);min-height:410px}.megaMenu__feature{padding:24px 16px 22px 18px;gap:14px}.megaMenu__aside{padding:18px 16px 18px 6px}.megaMenu__asideInner{padding:16px 14px 14px}.megaMenu__feature .megaMenu__title{font-size:clamp(1.7rem,2vw,2.35rem)}.megaMenu__feature .megaMenu__thumb{min-height:188px}.megaMenu__outlineTitle{font-size:.93rem}.megaMenu__outlineChild{font-size:.84rem}}.footer-grid{grid-template-columns:minmax(320px,1.05fr) minmax(420px,1.15fr) minmax(320px,.95fr);gap:40px}.footer-brand{max-width:360px}.footer-claim{max-width:12ch;line-height:1.28;margin-bottom:26px}.footer-col h4{text-transform:none;letter-spacing:.01em;font-size:15px;margin-bottom:18px}.footer-links-2col{grid-template-columns:1fr 1fr;gap:34px}.footer-links a{line-height:1.35}@media (min-width:981px){.footer-links a{white-space:nowrap}}.footer-offices{grid-gap:14px;gap:14px;margin-bottom:18px}.footer-office strong{margin-bottom:4px}.footer-newsletterBlock{margin-top:24px;padding-top:18px}.footer-muted--compact{margin-bottom:12px}@media (max-width:1180px){.footer-grid{grid-template-columns:1fr 1.05fr .95fr;gap:32px}.footer-links a{white-space:normal}}@media (max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1;max-width:none}.footer-col--contact{grid-column:1/-1;max-width:460px}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{text-align:center;justify-items:center}.footer-claim,.footer-logo{margin-inline:auto}.footer-claim{max-width:14ch}.footer-social{justify-content:center}.footer-links-2col{grid-template-columns:1fr;gap:10px}.footer-col--contact{max-width:none}}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:26px;gap:26px;align-items:start}.footer-brandMain,.footer-brandSocial,.footer-col--links,.footer-contactMain,.footer-contactMeta,.footer-newsletterBlock{min-width:0}.footer-brandMain{max-width:360px}.footer-logo{margin:0 0 22px}.footer-claim{margin:0;max-width:16ch;line-height:1.22}.footer-brandSocial .footer-social{margin-top:2px}.footer-col--links h4,.footer-contactMain h4{margin:0 0 18px;text-transform:none;letter-spacing:.01em;font-size:15px;line-height:1.2}.footer-links-2col{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;align-items:start}.footer-links li{margin:0}.footer-links a{display:block;padding:5px 0;line-height:1.34}.footer-offices{display:grid;grid-gap:18px;gap:18px;margin-bottom:0}.footer-office strong{display:block;margin-bottom:6px}.footer-contactMeta{margin-top:-4px}.footer-contact-strong{margin-top:0;gap:10px}.footer-phone{line-height:1.1}.footer-newsletterBlock{margin-top:0;padding-top:0;border-top:0}.footer-subtitle{margin:0 0 10px;font-size:14px;font-weight:800;color:hsla(0,0%,100%,.94)}.footer-muted--compact{margin-bottom:14px;max-width:28ch}@media (min-width:561px) and (max-width:980px){.footer-grid{grid-template-columns:1fr 1fr;grid-template-areas:"brand links" "social contactTop" "social contactMeta" ". newsletter";column-gap:34px;row-gap:22px}.footer-brandMain{grid-area:brand}.footer-brandSocial{grid-area:social}.footer-col--links{grid-area:links}.footer-contactMain{grid-area:contactTop}.footer-contactMeta{grid-area:contactMeta}.footer-newsletterBlock{grid-area:newsletter}.footer-brandMain{max-width:340px}.footer-links-2col{grid-template-columns:1fr;gap:10px}}@media (min-width:981px){.footer-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-areas:"brand brand brand brand links links links links contact contact contact contact" "social social social social . . . . meta meta meta meta" ". . . . . . . . newsletter newsletter newsletter newsletter";column-gap:42px;row-gap:26px;align-items:start}.footer-brandMain{grid-area:brand}.footer-brandSocial{grid-area:social}.footer-col--links{grid-area:links}.footer-contactMain{grid-area:contact}.footer-contactMeta{grid-area:meta}.footer-newsletterBlock{grid-area:newsletter}.footer-brandMain{max-width:390px}.footer-contactMain,.footer-contactMeta,.footer-newsletterBlock{max-width:360px}.footer-logo{margin-bottom:24px}.footer-claim{max-width:18ch;line-height:1.2}.footer-brandSocial .footer-social{margin-top:4px}.footer-col--links h4,.footer-contactMain h4{margin:8px 0 20px}.footer-links-2col{grid-template-columns:1fr 1fr;gap:38px;align-items:start}.footer-links a{padding:6px 0;line-height:1.3;white-space:nowrap}.footer-contactMeta{margin-top:0}.footer-newsletterBlock{margin-top:0;padding-top:0;border-top:0}}@media (max-width:560px){.footer-brandMain{text-align:center}.footer-brandMain,.footer-claim,.footer-logo{margin-inline:auto}.footer-claim{max-width:14ch}.footer-brandSocial .footer-social{justify-content:center}}@media (max-width:860px){.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.mobileHeaderLang{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:34px;padding:0 12px;border-radius:999px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.1);color:#f4f6f8;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background .18s ease,border-color .18s ease,transform .18s ease}.mobileHeaderLang:focus-visible,.mobileHeaderLang:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.24);transform:translateY(-1px);outline:none}.mobileTop{display:flex;justify-content:flex-end;align-items:center}}