.eq-calc-section{z-index:2;background:#f8f5fb;padding:clamp(60px,8vw,110px) 0;scroll-margin-top:80px;position:relative}.eq-calc-wrap{width:min(1200px, calc(100% - (var(--gutter) * 2)));margin:0 auto}.eq-calc-hero{color:#fff;background:linear-gradient(135deg,#09090a 0%,#15141b 55%,#2a0b12 100%);border:1px solid #ffffff14;border-radius:18px;margin-bottom:28px;padding:clamp(28px,4vw,42px) clamp(24px,4vw,48px);position:relative;overflow:hidden;box-shadow:0 16px 40px #0000001f}.eq-calc-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#d9082f38 0%,#0000 70%);width:380px;height:380px;position:absolute;top:-40%;right:-10%}.eq-calc-eyebrow{color:var(--red);letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;display:inline-block}.eq-calc-hero h2{letter-spacing:-.035em;color:#fff;margin:0 0 10px;font-size:clamp(26px,3.2vw,36px);font-weight:800;line-height:1.15}.eq-calc-hero p{color:#c5c3cb;max-width:720px;margin:0;font-size:clamp(14px,1.2vw,16px);line-height:1.6}.eq-calc-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:24px;display:grid}.eq-calc-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:clamp(20px,2.5vw,28px);box-shadow:0 6px 24px #09090a0a}.eq-calc-card+.eq-calc-card{margin-top:20px}.eq-calc-card-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:12px;display:flex}.eq-calc-card-header h3{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:17px;font-weight:800}.eq-calc-step-badge{color:#fff;background:#09090a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:800;display:inline-flex}.eq-calc-row{grid-template-columns:1fr 140px;align-items:center;gap:16px;margin:14px 0;display:grid}.eq-calc-row label{color:var(--ink);font-size:14px;font-weight:600;line-height:1.35}.eq-calc-hint{color:var(--muted);margin-top:3px;font-size:12px;font-weight:400;display:block}.eq-calc-input,.eq-calc-select{background:var(--surface);width:100%;color:var(--ink);box-sizing:border-box;border:1px solid #09090a2e;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .2s,outline .2s}.eq-calc-input:focus,.eq-calc-select:focus{border-color:var(--red);outline:2px solid #d9082f47}.eq-calc-results-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.eq-calc-metric{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:14px 16px;transition:transform .2s,box-shadow .2s}.eq-calc-metric .k{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.eq-calc-metric .v{letter-spacing:-.03em;color:var(--ink);margin-top:4px;font-size:22px;font-weight:800}.eq-calc-metric.highlight{background:#d9082f0a;border-color:#d9082f38}.eq-calc-metric.highlight .v{color:var(--red)}.eq-calc-metric.good{background:#087f5b0d;border-color:#087f5b38}.eq-calc-metric.good .v{color:#087f5b}.eq-calc-bar-wrap{margin-top:24px}.eq-calc-bar-label{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.eq-calc-bar-label span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.eq-calc-bar{background:var(--surface-2);border-radius:99px;height:10px;position:relative;overflow:hidden}.eq-calc-bar-fill{background:linear-gradient(90deg, var(--red) 0%, #97011f 100%);border-radius:99px;height:100%;transition:width .35s cubic-bezier(.2,.8,.2,1);display:block}.eq-calc-bar-legend{color:var(--muted);justify-content:space-between;margin-top:8px;font-size:12px;display:flex}.eq-calc-summary-box{background:var(--surface-2);border:1px solid var(--line);border-radius:10px;margin-top:20px;padding:16px}.eq-calc-summary-box h4{text-transform:uppercase;letter-spacing:.06em;color:var(--ink);margin:0 0 8px;font-size:13px;font-weight:800}.eq-calc-summary-text{color:var(--ink);margin:0;font-size:13px;line-height:1.6}.eq-calc-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.eq-calc-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,transform .2s,color .2s;display:inline-flex}.eq-calc-btn:hover{transform:translateY(-1px)}.eq-calc-btn-primary{color:#fff;background:#09090a}.eq-calc-btn-primary:hover{background:var(--red);color:#fff}.eq-calc-btn-secondary{background:var(--surface-2);color:var(--ink);border-color:var(--line)}.eq-calc-btn-secondary:hover{border-color:var(--ink);background:#fff}.eq-calc-note{color:var(--muted);border-top:1px solid var(--line);margin-top:18px;padding-top:14px;font-size:11px;line-height:1.55}@media (width<=900px){.eq-calc-grid{grid-template-columns:1fr}.eq-calc-row{grid-template-columns:1fr 130px}}@media (width<=540px){.eq-calc-results-grid{grid-template-columns:1fr}.eq-calc-row{grid-template-columns:1fr;gap:8px}.eq-calc-actions{flex-direction:column}.eq-calc-btn{width:100%}}:root{--bg:#f3f2f4;--surface:#fff;--surface-2:#e9e8eb;--ink:#09090a;--muted:#65636a;--line:#09090a26;--red:#d9082f;--red-dark:#97011f;--violet:#765f8f;--soft-violet:#dfd4f2;--black:#050506;--content:1360px;--gutter:clamp(18px, 2vw, 34px);--radius:9px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility}[data-theme=dark]{--bg:#111113;--surface:#1b1a1e;--surface-2:#29282d;--ink:#f5f4f5;--muted:#aaa7af;--line:#ffffff29;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;color:var(--ink);margin:0;font-family:Manrope,Arial,sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;line-height:1.05}p{line-height:1.62}::selection{background:var(--soft-violet);color:#080709}:focus-visible{outline-offset:3px;outline:3px solid #a68ad3}.page-gutter{margin-left:var(--gutter);margin-right:var(--gutter)}.content-width{width:min(var(--content), calc(100% - (var(--gutter) * 2)));margin-left:auto;margin-right:auto}.section-pad{padding:clamp(86px,10vw,150px) 0}.section-space{margin-top:clamp(40px,6vw,90px);margin-bottom:clamp(40px,6vw,90px)}.eyebrow{color:var(--red);letter-spacing:.14em;text-transform:uppercase;margin-bottom:22px;font-size:12px;font-weight:800;display:inline-block}.eyebrow-light{color:#cbb5f2}.section-heading{max-width:890px}.section-heading.centered{text-align:center;margin:0 auto 70px}.section-heading h1,.section-heading h2{margin-bottom:24px;font-size:clamp(42px,5.5vw,76px)}.section-heading p{max-width:680px;color:var(--muted);font-size:clamp(16px,1.3vw,19px)}.section-heading.centered p{margin-left:auto;margin-right:auto}.section-heading.split{grid-template-columns:1.4fr .65fr;align-items:end;gap:70px;max-width:none;margin-bottom:60px;display:grid}.section-heading.split h2{margin:0}.section-heading.split>p{margin:0 0 6px}.button-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.centered-row{justify-content:center}.button{cursor:pointer;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 22px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-light{color:#0a0a0b;background:#f4f2f5}.button-light:hover{background:#fff}.button-dark{color:#fff;background:#080809}.button-dark:hover{background:var(--red)}.button-outline-light{color:#fff;background:#0000001f;border-color:#ffffffbf}.button-outline-light:hover{color:#09090a;background:#fff}.text-link{color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:700;display:inline-flex}.text-link svg{transition:transform .2s}.text-link:hover svg{transform:translate(5px)}.reveal{opacity:0;transition:opacity .65s ease var(--delay,0s), transform .65s cubic-bezier(.2,.7,.2,1) var(--delay,0s);transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.site-header{z-index:100;background:color-mix(in srgb, var(--bg) 88%, transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0}.header-inner{height:70px;padding:0 var(--gutter);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid}.brand{letter-spacing:.28em;align-items:center;gap:9px;width:fit-content;font-size:14px;font-weight:800;display:inline-flex}.brand-mark{width:33px;height:33px;color:var(--red)}.brand-mark.brand-logo{object-fit:contain;width:auto;height:32px}.desktop-nav{align-items:center;gap:clamp(20px,2.5vw,42px);height:100%;display:flex}.desktop-nav>a,.nav-trigger{cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:4px;height:100%;padding:0;font-size:13px;font-weight:600;display:flex;position:relative}.desktop-nav>a:after,.nav-trigger:after{content:"";background:#7654a7;height:3px;transition:transform .2s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.desktop-nav>a:hover:after,.desktop-nav>a.active:after,.nav-trigger:hover:after,.nav-trigger.is-open:after{transform:scaleX(1)}.nav-trigger svg{transition:transform .2s}.nav-trigger.is-open svg{transform:rotate(180deg)}.header-actions{justify-self:end;align-items:center;gap:18px;display:flex}.icon-button,.mobile-menu-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.icon-button:hover{background:var(--surface-2)}.header-cta{color:#fff;background:#09090a;border-radius:4px;padding:11px 18px;font-size:13px;font-weight:600}.header-cta:hover{background:var(--red)}.mobile-menu-button{display:none}.mega-menu{background:var(--surface);border:1px solid var(--line);grid-template-columns:1fr 2fr;width:min(1100px,100% - 64px);animation:.22s menu-in;display:grid;position:absolute;top:70px;left:50%;transform:translate(-50%);box-shadow:0 28px 80px #0000002e}@keyframes menu-in{0%{opacity:0;transform:translate(-50%,-8px)}}.mega-intro{background:var(--surface-2);padding:40px}.mega-intro h3{max-width:310px;margin-bottom:36px;font-size:30px}.mega-intro>a{color:var(--red);align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.mega-links{grid-template-columns:1fr 1fr;padding:22px;display:grid}.mega-links a{border-radius:5px;flex-direction:column;gap:6px;padding:20px 52px 20px 20px;display:flex;position:relative}.mega-links a:hover{background:var(--surface-2)}.mega-links a small{color:var(--muted);font-size:12px;line-height:1.5}.mega-links a svg{position:absolute;top:22px;right:18px}.mobile-drawer{display:none}.home-hero{border-radius:var(--radius);color:#fff;background:#000;height:min(880px,100svh - 95px);min-height:720px;position:relative;overflow:hidden}.home-hero>img{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.hero-shade{background:linear-gradient(#0000004d 0%,#0000 45%,#0000002e 100%);position:absolute;inset:0}.home-hero-copy{z-index:2;text-align:center;width:min(780px,100% - 40px);margin:0 auto;padding-top:clamp(70px,9vh,115px);position:relative}.home-hero-copy>p{color:#d4d1d7;margin:0 0 8px;font-size:clamp(18px,2vw,26px);font-weight:700}.home-hero-copy h1{color:#0000;background:linear-gradient(100deg,#fff,#c2aecb 70%,#8e9ba6);-webkit-background-clip:text;background-clip:text;margin:0 0 28px;font-size:clamp(56px,5.2vw,82px);line-height:.95}.home-hero-copy>span{color:#d3cfd5;width:min(690px,100%);margin:0 auto 32px;font-size:16px;line-height:1.55;display:block}.home-hero-copy .button-row{justify-content:center}.scroll-cue{z-index:3;color:#bdb8c2;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:12px;font-size:11px;display:flex;position:absolute;bottom:28px;left:28px}.scroll-cue i{background:#aaa;width:46px;height:1px;display:block}.distributed-section{background:var(--bg)}.distributed-section .section-heading p{font-size:18px}.principles-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.15fr .85fr;min-height:590px;display:grid}.principle-feature{color:#fff;background:#070708;padding:clamp(30px,5vw,70px);position:relative;overflow:hidden}.number-tag{color:#aaa1b2;letter-spacing:.14em;font-size:12px}.principle-feature h3{z-index:2;width:min(540px,85%);margin:75px 0 18px;font-size:clamp(34px,4vw,58px);position:relative}.principle-feature>p{z-index:2;color:#aaa6ad;width:min(520px,85%);position:relative}.orbit-visual{border:1px solid #ba9ee861;border-radius:50%;place-items:center;width:440px;height:440px;display:grid;position:absolute;bottom:-125px;right:-105px}.orbit-visual:before,.orbit-visual:after,.orbit-visual i{content:"";border:1px solid #ba9ee838;border-radius:50%;position:absolute}.orbit-visual:before{width:330px;height:330px}.orbit-visual:after{width:220px;height:220px}.orbit-visual i:first-child{background:var(--red);border:0;width:11px;height:11px;top:47px;left:75px;box-shadow:210px 66px #8d70ba,40px 260px #f0e7ff}.orbit-visual span{color:#b99cdd;font-size:70px;font-weight:800}.principle-list{flex-direction:column;display:flex}.principle-list article{border-bottom:1px solid var(--line);flex:1;grid-template-columns:58px 1fr;gap:20px;padding:36px 40px;display:grid}.principle-list article:last-child{border:0}.principle-list article>span{color:var(--red);font-size:12px;font-weight:800}.principle-list h3{margin-bottom:10px;font-size:clamp(22px,2.1vw,32px)}.principle-list p{color:var(--muted);margin:0;font-size:14px}.solutions-section{background:var(--surface)}.solution-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.solution-card{background:var(--bg);min-width:0;transition:transform .3s}.solution-card:hover{transform:translateY(-8px)}.solution-art{color:#fff;place-items:center;height:310px;display:grid;position:relative;overflow:hidden}.tone-violet .solution-art{background:#210429}.tone-red .solution-art{background:#8e001e}.tone-teal .solution-art{background:#003f44}.solution-art:before,.solution-art:after{content:"";opacity:.25;border:1px solid;position:absolute;transform:rotate(35deg)}.solution-art:before{width:250px;height:250px}.solution-art:after{width:360px;height:130px}.solution-art span{background:radial-gradient(circle,#fff3,#0000 68%);border-radius:50%;width:200px;height:200px;position:absolute}.solution-art svg{z-index:2;position:relative}.solution-card>div:last-child{min-height:245px;padding:30px;position:relative}.solution-index{color:var(--red);font-size:11px;font-weight:800}.solution-card h3{margin:24px 0 12px;font-size:28px}.solution-card p{color:var(--muted);padding-right:25px;font-size:14px}.solution-card>div:last-child>svg{position:absolute;bottom:27px;right:24px}.ecosystem-section{color:#fff;background:#09090a;overflow:hidden}.ecosystem-layout{grid-template-columns:.85fr 1.15fr;align-items:center;gap:80px;min-height:670px;display:grid}.ecosystem-layout .section-heading h2{font-size:clamp(48px,5vw,72px)}.ecosystem-layout .section-heading p{color:#aaa5af;margin-bottom:35px}.logo-orbit{place-items:center;min-width:0;height:590px;display:grid;position:relative}.orbit-ring{border:1px solid #bea6e238;border-radius:50%;position:absolute}.ring-one{width:500px;height:500px}.ring-two{width:320px;height:320px}.logo-orbit:before{content:"";border:1px solid #ffffff21;border-radius:50%;width:620px;height:220px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-19deg)}.orbit-core{background:var(--red);border-radius:50%;place-items:center;width:105px;height:105px;font-size:44px;font-weight:800;display:grid;position:absolute}.logo-orbit b{--angle:calc(var(--i) * 60deg);left:calc(50% + (cos(var(--angle)) * 240px));top:calc(50% + (sin(var(--angle)) * 240px));color:#131216;letter-spacing:.05em;background:#fff;border-radius:4px;place-items:center;width:104px;height:54px;font-size:11px;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0006}.image-feature{border-radius:var(--radius);color:#fff;background:#080808;min-height:760px;position:relative;overflow:hidden}.image-feature>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.image-feature:after{content:"";background:linear-gradient(90deg,#000000e6,#00000026 65%);position:absolute;inset:0}.image-feature-copy{z-index:2;width:min(610px,100% - 40px);padding:clamp(60px,9vw,130px) 0 70px clamp(28px,8vw,125px);position:relative}.image-feature-copy h2{margin-bottom:25px;font-size:clamp(48px,5vw,74px)}.image-feature-copy p{color:#c7c4c9;max-width:560px;margin-bottom:34px}.stats-band{grid-template-columns:repeat(3,1fr);padding:55px 0 90px;display:grid}.stats-band article{border-right:1px solid var(--line);padding:20px 40px}.stats-band article:first-child{padding-left:0}.stats-band article:last-child{border:0}.stats-band strong{letter-spacing:-.07em;font-size:clamp(54px,6vw,86px);display:block}.stats-band h3{margin:8px 0;font-size:18px}.stats-band p{color:var(--muted);font-size:13px}.story-section{background:var(--surface-2)}.story-card{background:var(--surface);grid-template-columns:1.15fr .85fr;min-height:560px;display:grid}.story-visual{color:#fff;background:radial-gradient(circle at 65% 45%,#b90933,#3c0017 45%,#0c0509 75%);flex-direction:column;justify-content:space-between;padding:38px;display:flex;position:relative;overflow:hidden}.story-visual:after{content:"";border:1px solid #fff3;border-radius:50%;width:600px;height:600px;position:absolute;top:-30px;left:20%;box-shadow:inset 0 0 0 90px #00000014,inset 0 0 0 160px #ffffff09}.story-visual>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.story-visual button{z-index:2;color:#fff;cursor:pointer;background:#0000004d;border:1px solid #fff;border-radius:50%;align-self:center;place-items:center;width:74px;height:74px;display:grid;position:relative}.story-visual b{letter-spacing:.15em;font-size:44px}.story-copy{flex-direction:column;justify-content:center;padding:clamp(45px,6vw,95px);display:flex}.story-copy h2{font-size:clamp(40px,4vw,58px)}.story-copy p{color:var(--muted);margin-bottom:30px}.personas-section{background:var(--surface)}.personas-section>.section-heading{margin-bottom:55px}.personas-section .section-heading h2{font-size:clamp(42px,5vw,70px)}.persona-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.persona-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:365px;padding:32px;transition:background .25s,color .25s;position:relative}.persona-card:hover{color:#fff;background:#0b0b0c}.persona-card>span{color:var(--red);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800}.persona-card h3{margin:65px 0 14px;font-size:28px}.persona-card p{color:var(--muted);font-size:13px}.persona-card>svg{position:absolute;bottom:28px;right:30px}.resources-section{background:var(--bg)}.resource-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.resource-card{background:var(--surface)}.resource-art{color:#fff;background:#111;place-items:center;height:250px;display:grid;position:relative;overflow:hidden}.resource-art:before,.resource-art:after{content:"";position:absolute}.resource-art:before{opacity:.45;border:30px solid;width:210px;height:210px;transform:rotate(45deg)}.resource-art:after{border:1px solid;width:330px;height:90px;transform:rotate(-25deg)}.art-1{color:#c3103a;background:#2b0612}.art-2{color:#05a69d;background:#002c2d}.art-3{color:#9683bd;background:#170c28}.resource-art span{z-index:2;font-size:60px;font-weight:800;position:relative}.resource-card>div:last-child{min-height:240px;padding:30px;position:relative}.resource-card h3{font-size:25px}.resource-card p{color:var(--muted);font-size:13px}.resource-card>div:last-child>a{border:1px solid var(--line);border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;bottom:25px;right:26px}.about-hero{border-radius:var(--radius);color:#fff;background:radial-gradient(circle at 80% 40%,#6a0022 0,#20000c 27%,#080607 62%);grid-template-columns:.9fr 1.1fr;align-items:center;min-height:720px;display:grid;position:relative;overflow:hidden}.about-hero-copy{z-index:2;max-width:670px;padding:clamp(65px,8vw,120px);position:relative}.about-hero h1{margin-bottom:30px;font-size:clamp(52px,5.5vw,82px)}.about-hero p{color:#c9c3c8;max-width:590px;margin-bottom:35px;font-size:17px}.globe-scene{perspective:900px;place-items:center;height:100%;min-height:720px;display:grid;position:relative}.globe-scene:before{content:"";background:repeating-radial-gradient(circle,#0000 0 30px,#ffffff12 31px 32px);border:1px solid #ffffff40;border-radius:50%;width:min(58vw,720px);height:min(58vw,720px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset -90px -20px 150px #000000d9,0 0 120px #d9082f2e}.globe-scene:after{content:"";border:1px solid #ffffff29;border-radius:50%;width:min(64vw,790px);height:230px;position:absolute;transform:rotate(-15deg)}.globe-scene i{width:8px;height:8px;box-shadow:65px 90px var(--red), -110px 150px #a47cbd, 190px -100px #fff;background:#fff;border-radius:50%;position:absolute}.globe-scene span{color:#ffffffe6;font-size:100px;font-weight:800;position:absolute}.intro-statement{max-width:1050px;margin-bottom:80px}.intro-statement h2{font-size:clamp(42px,5vw,72px)}.about-stat-grid{border-top:1px solid var(--line)}.about-stat-grid article{border-bottom:1px solid var(--line);grid-template-columns:.7fr 1fr;align-items:start;padding:42px 0;display:grid}.about-stat-grid strong{letter-spacing:-.08em;font-size:clamp(70px,8vw,120px);line-height:.9}.about-stat-grid h3{margin-bottom:12px;font-size:28px}.about-stat-grid p{color:var(--muted);max-width:520px}.center-action{text-align:center;padding-top:50px}.about-stories{background:var(--surface-2)}.slider-controls{gap:10px;display:flex}.slider-controls button{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.slider-controls button:first-child svg{transform:rotate(180deg)}.story-slider{color:#fff;grid-template-columns:1.2fr .8fr;min-height:570px;transition:background .35s;display:grid}.story-red{background:#980026}.story-purple{background:#321256}.story-blue{background:#003c59}.story-slider-art{place-items:center;display:grid;position:relative;overflow:hidden}.story-slider-art:before{content:"";background:#111;width:430px;height:430px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 0 70px #ffffff12}.story-slider-art span{letter-spacing:.12em;font-size:clamp(38px,5vw,70px);font-weight:800;position:absolute}.story-slider-copy{background:#000000c7;flex-direction:column;justify-content:center;padding:clamp(42px,6vw,88px);display:flex}.story-count{color:#bbb;letter-spacing:.12em;font-size:11px}.story-slider-copy h3{margin:65px 0 20px;font-size:clamp(38px,4vw,56px)}.story-slider-copy p{color:#bebbc1;margin-bottom:35px}.story-slider-copy .text-link{color:#fff}.story-dots{justify-content:center;gap:8px;margin-top:28px;display:flex}.story-dots button{cursor:pointer;background:#aaa;border:0;width:38px;height:3px;padding:0}.story-dots button.active{background:var(--red)}.ceo-section{color:#fff;background:#0a0a0b;grid-template-columns:.8fr 1.2fr;min-height:690px;display:grid}.ceo-image{background:linear-gradient(150deg,#310512,#9f0027);place-items:end center;display:grid;position:relative;overflow:hidden}.portrait-shape{background:linear-gradient(140deg,#171719 35%,#b4707f 36%,#3b1b23 58%,#08080a 59%);border-radius:50% 50% 12% 12%;width:75%;height:85%;position:absolute;bottom:-80px;box-shadow:0 0 0 2px #ffffff1a}.ceo-image>span{z-index:1;color:#fffc;padding-bottom:60px;font-size:110px;font-weight:800;position:relative}.ceo-section blockquote{flex-direction:column;justify-content:center;margin:0;padding:clamp(55px,8vw,120px);display:flex}.ceo-section blockquote>p{letter-spacing:-.035em;margin:34px 0;font-size:clamp(30px,3.3vw,49px);line-height:1.22}.ceo-section blockquote footer{flex-direction:column;gap:5px;margin-bottom:35px;display:flex}.ceo-section blockquote footer span{color:#a9a5ac;font-size:13px}.values-section{background:var(--surface)}.alternating-block{grid-template-columns:1fr 1fr;min-height:600px;margin-bottom:80px;display:grid}.alternating-block.reverse .alternating-image{order:2}.alternating-image{min-height:550px;overflow:hidden}.alternating-image img{object-fit:cover;width:100%;height:100%}.alternating-copy{background:var(--bg);flex-direction:column;justify-content:center;padding:clamp(45px,7vw,105px);display:flex}.alternating-copy h2{font-size:clamp(40px,4vw,60px)}.alternating-copy p{color:var(--muted)}.careers-art{color:#fff;background:#190426;place-items:center;display:grid;position:relative}.careers-art i{border:38px solid #7f46a8;width:310px;height:310px;position:absolute;transform:rotate(45deg)}.careers-art i:nth-child(2){border-color:#d50b3a;width:170px;height:470px;transform:rotate(-35deg)}.careers-art span{z-index:2;font-size:clamp(45px,6vw,82px);font-weight:800;line-height:.85;position:relative}.about-promos{padding-top:0}.promo-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.promo-card{background:#d9cfea;min-height:340px;padding:clamp(35px,5vw,68px)}.promo-card h3{max-width:450px;font-size:clamp(35px,4vw,54px)}.promo-card p{color:#4f4756}.promo-card>svg{margin-top:24px}.promo-dark{color:#fff;background:#0b0b0c}.promo-dark p{color:#aca8af}.services-hero{padding-top:clamp(80px,8vw,120px)}.services-hero .section-heading{margin-bottom:65px}.services-hero .section-heading h1{font-size:clamp(60px,8vw,112px)}.category-grid{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.category-card{background:var(--surface);grid-column:span 2;min-width:0}.category-card:nth-child(4){grid-column:2/span 2}.category-card:nth-child(5){grid-column:4/span 2}.category-art{color:#fff;place-items:center;height:270px;display:grid;position:relative;overflow:hidden}.service-ai .category-art{background:#250020}.service-cloud .category-art{background:#24365c}.service-dc .category-art{background:#00443f}.service-network .category-art{background:#5e0821}.service-shield .category-art{background:#372455}.category-art:before,.category-art:after{content:"";opacity:.3;border:1px solid;position:absolute}.category-art:before{width:230px;height:230px;transform:rotate(45deg)}.category-art:after{border-radius:50%;width:330px;height:100px;transform:rotate(-20deg)}.category-art svg{z-index:2;position:relative}.category-card>div:last-child{min-height:195px;padding:26px 28px 32px;position:relative}.category-card h2{font-size:25px}.category-card>div:last-child>svg{position:absolute;top:28px;right:28px}.category-card p{color:var(--muted);margin:22px 35px 0 0;font-size:13px}.platform-proof{color:#fff;background:#080809}.platform-proof .section-heading p{color:#aaa6ad}.proof-grid{border:1px solid #ffffff2e;grid-template-columns:repeat(3,1fr);display:grid}.proof-grid article{border-right:1px solid #ffffff2e;min-height:390px;padding:38px;position:relative}.proof-grid article:last-child{border:0}.proof-grid article>span{color:#b496dc;font-size:11px}.proof-grid strong{letter-spacing:-.08em;margin:65px 0 20px;font-size:clamp(65px,7vw,100px);display:block}.proof-grid h3{font-size:24px}.proof-grid p{color:#aaa6ad;font-size:13px}.provider-strip{margin-top:65px}.provider-strip>span{color:#aaa;text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px;font-size:12px;display:block}.provider-strip>div{border:1px solid #ffffff26;grid-template-columns:repeat(6,1fr);display:grid}.provider-strip b{color:#dedbe0;border-right:1px solid #ffffff26;place-items:center;height:85px;font-size:12px;display:grid}.offerings-section{background:var(--surface)}.tabs{border-bottom:1px solid var(--line);margin-bottom:40px;display:flex}.tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;flex:1;padding:20px;font-weight:700;position:relative}.tabs button:after{content:"";background:var(--red);height:3px;transition:transform .2s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.tabs button.active{color:var(--ink)}.tabs button.active:after{transform:scaleX(1)}.offering-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.offering-card{background:var(--bg);min-height:390px;padding:34px;position:relative}.offering-card>span{color:var(--red);font-size:11px}.offering-card>svg{color:var(--red);position:absolute;top:32px;right:34px}.offering-card h3{margin:95px 0 18px;font-size:32px}.offering-card p{color:var(--muted);font-size:14px}.offering-card .text-link{position:absolute;bottom:34px;left:34px}.service-case-section{color:#fff;background:#18151b}.service-case{grid-template-columns:1fr 1fr;min-height:600px;display:grid}.case-art{background:radial-gradient(circle,#801135,#19040c 55%,#030304);place-items:center;display:grid;position:relative;overflow:hidden}.case-art:before{content:"";border:1px solid #ffffff38;border-radius:50%;width:520px;height:520px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 70px #ffffff0a,inset 0 0 0 140px #ffffff09}.case-art span{font-size:clamp(52px,6vw,85px);font-weight:800;line-height:.82;position:absolute}.case-copy{background:#09090a;flex-direction:column;justify-content:center;padding:clamp(50px,7vw,105px);display:flex}.case-copy h2{font-size:clamp(40px,4.4vw,65px)}.case-copy p{color:#aaa6ad;margin-bottom:35px}.case-copy .button{width:fit-content}.related-grid{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.related-card{border-right:1px solid var(--line);min-height:340px;padding:35px;position:relative}.related-card:last-child{border:0}.related-card>span{color:var(--red);font-size:11px}.related-card h3{margin:70px 0 15px;font-size:28px}.related-card p{color:var(--muted);font-size:13px}.related-card>svg{position:absolute;bottom:30px;right:30px}.contact-hero{background:linear-gradient(180deg, var(--bg), var(--surface-2));padding-top:clamp(75px,8vw,115px)}.contact-hero .section-heading h1{font-size:clamp(62px,8vw,112px)}.contact-primary{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.contact-card{background:var(--surface);border-top:4px solid #0000;min-height:390px;padding:38px;transition:transform .25s,border-color .25s;position:relative}.contact-card:hover{border-top-color:var(--red);transform:translateY(-7px)}.contact-icon{color:#6a419a;background:#f1eafa;border-radius:50%;place-items:center;width:67px;height:67px;display:grid}[data-theme=dark] .contact-icon{color:#d0b5f0;background:#392c48}.contact-card h2{margin:55px 0 16px;font-size:30px}.contact-card p{color:var(--muted);font-size:14px}.contact-card .text-link{position:absolute;bottom:34px;left:38px}.contact-resources{background:var(--surface)}.contact-resources .section-heading h2{font-size:clamp(43px,5vw,68px)}.resource-contact-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.contact-resource{border-right:1px solid var(--line);border-bottom:1px solid var(--line);gap:25px;min-height:260px;padding:35px;display:flex;position:relative}.contact-resource>svg:first-child{color:var(--red);flex:none}.contact-resource h3{font-size:24px}.contact-resource p{color:var(--muted);font-size:13px}.contact-resource>svg:last-child{position:absolute;bottom:28px;right:28px}.relations-section{color:#fff;background:#09090a}.relations-layout{grid-template-columns:.7fr 1.3fr;gap:100px;display:grid}.relations-layout .section-heading h2{font-size:clamp(43px,5vw,68px)}.relations-layout .section-heading p{color:#aaa6ad}.accordion{border-top:1px solid #ffffff38}.accordion article{border-bottom:1px solid #ffffff38}.accordion article>button{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:90px;padding:0 10px;font-size:23px;font-weight:700;display:flex}.accordion-content{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .3s,opacity .3s;display:grid;overflow:hidden}.accordion article.open .accordion-content{opacity:1;grid-template-rows:1fr;padding-bottom:32px}.accordion-content p,.accordion-content div{min-height:0}.accordion-content p{color:#aaa6ad}.accordion-content a{color:#d4bdf4;align-items:center;gap:6px;margin-right:24px;font-size:13px;font-weight:700;display:inline-flex}.message-section{background:var(--bg)}.message-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:100px;display:grid}.message-layout .section-heading{position:sticky;top:120px}.message-layout .section-heading h2{font-size:clamp(43px,5vw,68px)}.contact-detail{align-items:flex-start;gap:16px;margin-top:30px;display:flex}.contact-detail svg{color:var(--red)}.contact-detail span{color:var(--muted);flex-direction:column;font-size:13px;display:flex}.contact-detail strong{color:var(--ink);margin-bottom:3px;font-size:14px}.contact-form{background:var(--surface);padding:clamp(30px,5vw,65px)}.contact-form label{flex-direction:column;gap:9px;margin-bottom:22px;font-size:12px;font-weight:800;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:0;border-bottom:1px solid var(--line);width:100%;color:var(--ink);background:0 0;border-radius:0;outline:0;padding:13px 2px;font-weight:500}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-bottom-color:var(--red)}.contact-form textarea{resize:vertical}.check-label{color:var(--muted);align-items:flex-start;flex-direction:row!important;font-weight:500!important}.check-label input{width:18px;margin:2px 0 0}.form-success{color:#178045;align-items:center;gap:8px;margin:22px 0 0;font-size:13px;display:flex}.site-footer{color:#fff;padding:clamp(65px,8vw,110px) var(--gutter) 28px;background:#070708}.footer-lead{width:min(var(--content),100%);border-bottom:1px solid #ffffff2e;grid-template-columns:1.1fr .9fr;gap:90px;margin:0 auto 90px;padding-bottom:70px;display:grid}.footer-lead h2{max-width:650px;margin:0;font-size:clamp(42px,5vw,70px)}.newsletter{align-self:end}.newsletter label{color:#aaa6ad;font-size:12px}.newsletter-field{border-bottom:1px solid #888;display:flex}.newsletter-field input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;height:56px;padding:0}.newsletter-field button{color:#fff;cursor:pointer;background:0 0;border:0;width:55px}.newsletter small{color:#858188;margin-top:12px;display:block}.footer-grid{width:min(var(--content),100%);grid-template-columns:1.4fr repeat(3,1fr);gap:55px;margin:0 auto 80px;display:grid}.brand-light{color:#fff}.footer-brand p{color:#918e94;max-width:320px;margin:30px 0;font-size:13px}.socials{gap:10px;display:flex}.socials a{border:1px solid #454248;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.footer-group h3{color:#8f8b92;text-transform:uppercase;letter-spacing:.12em;margin-bottom:25px;font-size:11px}.footer-group a{width:fit-content;margin-bottom:15px;font-size:13px;display:block}.footer-group a:hover{color:#c9b0ed}.footer-bottom{width:min(var(--content),100%);color:#827e85;border-top:1px solid #ffffff26;justify-content:space-between;margin:0 auto;padding-top:25px;font-size:11px;display:flex}.footer-bottom div{gap:24px;display:flex}.cookie-banner{z-index:150;padding:22px var(--gutter);color:#fff;background:#2e3340;border:1px solid #bcbec7;grid-template-columns:1.4fr .6fr;align-items:center;gap:40px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #00000038}.cookie-banner h2{letter-spacing:-.02em;margin:0 0 8px;font-size:18px}.cookie-banner p{color:#dedee2;margin:0;font-size:12px}.cookie-actions button{color:#111;cursor:pointer;background:#dfd1f6;border:1px solid #dfd1f6;border-radius:4px;min-height:42px;font-size:12px;font-weight:800}.cookie-actions .button-ghost-light{color:#fff;background:0 0}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex}.not-found>span{color:var(--red);font-size:13px;font-weight:800}.not-found h1{max-width:900px;font-size:clamp(40px,7vw,80px)}@media (width<=1100px){.desktop-nav{gap:17px}.desktop-nav>a,.nav-trigger{font-size:12px}.principles-grid{grid-template-columns:1fr}.principle-feature{min-height:520px}.principle-list{grid-template-columns:repeat(3,1fr);display:grid}.principle-list article{border-right:1px solid var(--line);display:block}.principle-list article>span{margin-bottom:30px;display:block}.persona-grid{grid-template-columns:1fr 1fr}.persona-card{min-height:310px}.ecosystem-layout{gap:25px}.logo-orbit{transform:scale(.85)}.category-grid{grid-template-columns:repeat(6,1fr)}.category-card{grid-column:span 3!important}.category-card:last-child{grid-column:2/span 4!important}.relations-layout,.message-layout{gap:55px}}@media (width<=900px){.desktop-nav,.desktop-only{display:none!important}.header-inner{grid-template-columns:1fr auto}.mobile-menu-button{display:grid}.mobile-drawer{padding:30px var(--gutter);background:var(--surface);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:70px 0 0}.mobile-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-drawer nav a{border-bottom:1px solid var(--line);letter-spacing:-.04em;justify-content:space-between;align-items:center;padding:23px 4px;font-size:clamp(25px,6vw,36px);font-weight:700;display:flex}.mobile-drawer-meta{justify-content:space-between;margin-top:auto;padding-bottom:25px;display:flex}.mobile-drawer-meta button,.mobile-drawer-meta span{background:0 0;border:0;align-items:center;gap:8px;font-size:12px;display:flex}.section-heading.split{grid-template-columns:1fr;gap:22px}.solution-grid,.resource-grid,.contact-primary,.offering-grid,.related-grid{grid-template-columns:1fr}.solution-card{grid-template-columns:.8fr 1.2fr;display:grid}.solution-art{height:100%;min-height:300px}.ecosystem-layout{grid-template-columns:1fr}.ecosystem-layout .section-heading{padding-top:40px}.logo-orbit{margin:-80px 0;transform:scale(.76)}.story-card,.story-slider,.service-case{grid-template-columns:1fr}.story-visual,.story-slider-art,.case-art{min-height:430px}.stats-band{grid-template-columns:1fr}.stats-band article{border-right:0;border-bottom:1px solid var(--line);padding:35px 0}.about-hero{grid-template-columns:1fr}.about-hero-copy{padding-bottom:0}.globe-scene{min-height:500px;margin-top:-60px}.globe-scene:before{width:560px;height:560px}.ceo-section,.alternating-block,.message-layout,.relations-layout{grid-template-columns:1fr}.ceo-image{min-height:560px}.alternating-block.reverse .alternating-image{order:0}.message-layout .section-heading{position:static}.category-grid{grid-template-columns:1fr 1fr}.category-card,.category-card:last-child{grid-column:auto!important}.category-card:last-child{grid-column:span 2!important}.proof-grid{grid-template-columns:1fr}.proof-grid article{border-bottom:1px solid #ffffff2e;border-right:0;min-height:300px}.proof-grid strong{margin-top:35px}.provider-strip>div{grid-template-columns:repeat(3,1fr)}.provider-strip b{border-bottom:1px solid #ffffff26}.resource-contact-grid{grid-template-columns:1fr}.footer-lead{grid-template-columns:1fr;gap:45px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-brand{grid-column:span 3}}@media (width<=640px){:root{--gutter:16px}.section-pad{padding:75px 0}.section-heading.centered{margin-bottom:45px}.section-heading h1,.section-heading h2{font-size:42px}.brand{font-size:12px}.brand-mark{width:29px;height:29px}.home-hero{height:calc(100svh - 88px);min-height:700px}.home-hero>img{object-position:51% center}.home-hero-copy{padding-top:58px}.home-hero-copy>p{font-size:16px}.home-hero-copy h1{font-size:clamp(47px,13vw,61px)}.home-hero-copy>span{font-size:14px}.home-hero-copy .button{width:100%}.scroll-cue{display:none}.principle-feature{min-height:520px;padding:32px 24px}.principle-feature h3{width:100%;margin-top:50px}.principle-feature>p{width:100%}.orbit-visual{right:-180px}.principle-list{grid-template-columns:1fr}.principle-list article{border-right:0;display:grid}.solution-card{display:block}.solution-art{min-height:260px}.solution-card>div:last-child{min-height:230px}.logo-orbit{height:500px;margin:-100px -80px;transform:scale(.61)}.ecosystem-layout{min-height:800px}.image-feature{min-height:710px}.image-feature>img{object-position:52% center}.image-feature:after{background:linear-gradient(#0000001f,#000000eb 68%)}.image-feature-copy{width:100%;padding:35px 24px;position:absolute;bottom:0;left:0}.image-feature-copy h2{font-size:44px}.story-visual{min-height:390px}.story-copy{padding:38px 27px}.story-visual b{font-size:30px}.persona-grid{grid-template-columns:1fr}.persona-card{min-height:285px}.persona-card h3{margin-top:45px}.resource-art{height:220px}.about-hero{min-height:800px}.about-hero-copy{padding:65px 25px 0}.about-hero h1{font-size:48px}.globe-scene{min-height:390px}.globe-scene:before{width:430px;height:430px}.globe-scene span{font-size:70px}.about-stat-grid article{grid-template-columns:1fr;gap:20px}.about-stat-grid strong{font-size:78px}.story-slider-art{min-height:350px}.story-slider-art:before{width:260px;height:260px}.story-slider-copy{min-height:390px;padding:38px 26px}.story-slider-copy h3{margin-top:45px}.ceo-image{min-height:440px}.ceo-section blockquote{padding:45px 26px}.ceo-section blockquote>p{font-size:29px}.alternating-block{min-height:0;margin-bottom:30px}.alternating-image{min-height:390px}.alternating-copy{padding:45px 28px}.alternating-copy h2{font-size:40px}.promo-grid{grid-template-columns:1fr}.promo-card{min-height:300px;padding:35px 28px}.services-hero .section-heading h1,.contact-hero .section-heading h1{font-size:58px}.category-grid{grid-template-columns:1fr}.category-card,.category-card:last-child{grid-column:auto!important}.category-art{height:230px}.category-card>div:last-child{min-height:170px}.proof-grid article{padding:30px}.provider-strip>div{grid-template-columns:1fr 1fr}.tabs{overflow-x:auto}.tabs button{min-width:130px}.offering-card{min-height:360px;padding:28px}.offering-card .text-link{left:28px}.case-art{min-height:390px}.case-art:before{width:350px;height:350px}.case-copy{padding:48px 28px}.related-card{border-right:0;border-bottom:1px solid var(--line);min-height:300px}.contact-card{min-height:350px;padding:30px}.contact-card .text-link{left:30px}.contact-resource{min-height:230px;padding:28px}.relations-layout{gap:35px}.accordion article>button{font-size:19px}.message-layout{gap:40px}.contact-form{padding:30px 22px}.form-row{grid-template-columns:1fr;gap:0}.footer-lead{margin-bottom:60px;padding-bottom:50px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:span 2}.footer-bottom{flex-direction:column;gap:17px}.footer-bottom div{flex-wrap:wrap}.cookie-banner{grid-template-columns:1fr;gap:16px;padding-top:18px;padding-bottom:18px}.cookie-banner h2{font-size:16px}.cookie-actions button{min-height:40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:#f8f5fb;font-family:Arial,Helvetica,sans-serif}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;border-bottom:1px solid #e8e6e9;height:60px}.header-inner{gap:46px;width:100%;height:60px;padding:0 32px;display:flex}.site-header .brand{color:#101116;letter-spacing:.2em;flex:none;gap:7px;font-size:12px}.site-header .brand-mark.brand-logo{object-fit:contain;width:auto;height:30px}.site-header .brand-mark{width:27px;height:27px}.desktop-nav{justify-content:flex-start;gap:clamp(18px,1.8vw,31px)}.desktop-nav>a,.nav-trigger{color:#191a1f;font-size:12px;font-weight:600}.desktop-nav>a:after,.nav-trigger:after{background:#e51d31;height:2px;bottom:0}.header-actions{gap:18px;margin-left:auto}.language-button{cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:12px;display:inline-flex}.login-link{color:#17181c;font-size:12px}.header-cta{text-align:center;background:#08090b;border-radius:2px;min-width:79px;padding:10px 17px;font-size:12px;font-weight:700}.mega-menu{border-radius:0 0 9px 9px;width:min(1180px,100% - 64px);top:60px;overflow:hidden}.eq-home{color:#090a0d;background:linear-gradient(120deg,#f6fbff 0%,#fbf4ff 48%,#fff6fa 100%);overflow:clip visible}.eq-home .reveal{opacity:0;filter:blur(4px);transition:opacity .85s ease var(--delay,0s), filter .85s ease var(--delay,0s), transform .95s cubic-bezier(.16, 1, .3, 1) var(--delay,0s);will-change:opacity, filter, transform;transform:translateY(72px)scale(.985)}.eq-home .reveal.is-visible{opacity:1;filter:blur();transform:translate(0,0)scale(1)}.eq-home h1,.eq-home h2,.eq-home h3{letter-spacing:-.04em}.eq-home p{line-height:1.45}.eq-button-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.eq-button{border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;min-height:44px;padding:11px 17px;font-size:13px;font-weight:700;line-height:1;transition:color .2s,background-color .2s,border-color .2s,transform .2s;display:inline-flex}.eq-button:hover{transform:translateY(-2px)}.eq-button-light{color:#090a0c;background:#fff}.eq-button-light:hover{background:#efeaf4}.eq-button-outline{color:#fff;background:0 0;border-color:#fff}.eq-button-outline:hover{color:#090a0c;background:#fff}.eq-button-dark{color:#fff;background:#090a0c}.eq-button-dark:hover{background:#e61d32}.eq-kicker{color:inherit;letter-spacing:.055em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.eq-mobile-break{display:none}.eq-hero{--hero-fade:0;--hero-shift:0px;--hero-zoom:1;z-index:0;color:#fff;isolation:isolate;background:#020203;border-radius:12px;height:970px;margin:20px 32px 0;position:sticky;top:60px;overflow:hidden}.eq-hero-media,.eq-hero-media:after{position:absolute;inset:0}.eq-hero-media{transform:translate3d(0, var(--hero-shift), 0) scale(var(--hero-zoom));transform-origin:50% 54%;will-change:transform}.eq-hero-media:after{content:"";background:linear-gradient(#00000030,#0000 36%,#00000012)}.eq-hero-media img{object-fit:cover;object-position:center;width:100%;height:100%;animation:16s ease-in-out infinite alternate eq-hero-breathe}.eq-hero-copy{z-index:2;text-align:center;width:min(1312px,100% - 64px);opacity:calc(1 - var(--hero-fade));transform:translate3d(0, var(--hero-shift), 0);will-change:opacity, transform;margin:0 auto;padding-top:81px;position:relative}.eq-home .eq-hero-copy.reveal.is-visible{opacity:calc(1 - var(--hero-fade));transform:translate3d(0, var(--hero-shift), 0)}.eq-hero-copy h1{color:#fff;margin:0 auto 26px;font-size:clamp(53px,4.6vw,66px);font-weight:500;line-height:1.22}.eq-hero-copy h1 span{display:block}.eq-hero-copy>p{color:#ece9ef;width:min(670px,100%);margin:0 auto 27px;font-size:16px}.eq-hero-copy .eq-button-row{justify-content:center}@keyframes eq-hero-breathe{0%{filter:brightness(.92);transform:scale(1)}to{filter:brightness(1.04);transform:scale(1.035)}}.eq-ai-shell{z-index:4;color:#fff;background:radial-gradient(circle at 70% 8%,#64407b42,#0000 37%),linear-gradient(#1c1726 0 58%,#111824 58% 100%);border-radius:12px;min-height:875px;margin:-18px 32px 0;position:relative;overflow:hidden}.eq-ecosystem,.eq-colocation,.eq-calc-section,.eq-story,.eq-people,.eq-resources,.eq-final-cta{z-index:2;position:relative}.eq-ai-intro{grid-template-columns:.96fr 1.04fr;gap:76px;padding:70px 64px 10px;display:grid}.eq-ai-copy{align-self:start;padding-top:36px}.eq-ai-copy h2{max-width:560px;margin:0 0 21px;font-size:34.0946px;font-weight:700;line-height:1.2}.eq-ai-copy>p{color:#dad5df;max-width:570px;margin-bottom:27px;font-size:16px}.eq-ai-list{background:#07080c8c;border-radius:14px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0b}.eq-ai-list button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff1c;grid-template-columns:19px 1fr;align-content:center;gap:13px;width:100%;height:68px;min-height:0;padding:20px 25px;transition:height .55s cubic-bezier(.16,1,.3,1),background-color .4s;display:grid;position:relative}.eq-ai-list button:last-child{border-bottom:0}.eq-ai-list button.is-active{background:linear-gradient(90deg,#6129647a,#3123493b);align-content:start;height:164px}.eq-ai-list button i{background:linear-gradient(135deg,#ff1c31,#d8aaf4 50%,#bdefff);border-radius:50%;width:9px;height:9px;margin-top:6px;box-shadow:0 0 15px #daa1f45c}.eq-ai-list button span{display:block;overflow:hidden}.eq-ai-list strong{letter-spacing:-.015em;margin-bottom:7px;font-size:19px;display:block}.eq-ai-list button:not(.is-active) strong{margin-bottom:0}.eq-ai-list small{color:#beb9c6;opacity:0;max-height:0;font-size:14px;line-height:1.4;transition:max-height .45s,opacity .3s,transform .45s cubic-bezier(.16,1,.3,1);display:block;overflow:hidden;transform:translateY(-7px)}.eq-ai-list button.is-active small{opacity:1;max-height:74px;transform:translateY(0)}.eq-solutions{padding:44px 64px 51px}.eq-solutions>.eq-kicker{color:#e2dde5;margin-bottom:23px}.eq-solution-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.eq-solution-card{background:#131c2aab;border:1px solid #313946;border-radius:4px;flex-direction:column;min-height:257px;padding:27px 31px;transition:transform .25s,border-color .25s,background-color .25s;display:flex;position:relative;overflow:hidden}.eq-solution-card:before{content:"";border:1px solid #b9d2ea17;border-radius:50%;width:180px;height:180px;position:absolute;top:-65px;right:-55px;box-shadow:0 0 0 28px #b9d2ea06,0 0 0 56px #b9d2ea05}.eq-solution-card:hover{background:#182131;border-color:#e51d32;transform:translateY(-5px)}.eq-solution-card>svg:first-child{color:#d8e5f2;margin-bottom:5px}.eq-solution-card h3{margin:4px 0 8px;font-size:21px}.eq-solution-card p{color:#bfc5ce;max-width:335px;margin:0;font-size:13px;line-height:1.42}.eq-card-arrow{color:#ef2036;transition:transform .25s;position:absolute;bottom:25px;right:25px}.eq-solution-card:hover .eq-card-arrow{transform:translate(6px)}.eq-ecosystem{text-align:center;background:linear-gradient(115deg,#f1faff 0%,#fff5f8 52%,#f6efff 100%);min-height:858px;padding:256px 0 28px}.eq-ecosystem .eq-kicker{color:#202126;margin-bottom:25px}.eq-ecosystem h2{background:linear-gradient(105deg,#d91e32 20%,#9e2eaa 51%,#426aaf 83%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:52.8538px;font-weight:700;line-height:1.2}.eq-logo-rail{width:100%;margin:63px 0 45px;position:relative;overflow:hidden}.eq-logo-rail:before,.eq-logo-rail:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.eq-logo-rail:before{background:linear-gradient(90deg,#f4f9fe,#0000);left:0}.eq-logo-rail:after{background:linear-gradient(-90deg,#f8f0fc,#0000);right:0}.eq-logo-track{align-items:center;gap:75px;width:max-content;padding:13px 0;animation:32s linear infinite eq-logo-marquee;display:flex}.eq-logo-track span{color:#111218;letter-spacing:0;white-space:nowrap;min-width:130px;font-size:19px;font-weight:800}.eq-logo-track span:nth-child(3n+2){letter-spacing:0;font-weight:600}.eq-logo-track span:nth-child(4n){font-family:Georgia,serif;font-weight:500}.eq-ecosystem-copy{color:#3f3e45;max-width:680px;margin:0 auto 27px;font-size:16px}@keyframes eq-logo-marquee{to{transform:translate(calc(-50% - 37.5px))}}.eq-colocation{color:#fff;isolation:isolate;background:#121a27;border-radius:12px;min-height:924px;margin:0 32px;padding:50px 64px 75px;position:relative;overflow:hidden}.eq-pattern{z-index:-1;opacity:.17;background-image:linear-gradient(30deg,#0000 47.8%,#7c8799 48% 48.5%,#0000 48.7%),linear-gradient(150deg,#0000 47.8%,#7c8799 48% 48.5%,#0000 48.7%);background-size:180px 104px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(100deg,#000,#0000 42%,#000 78%);mask-image:linear-gradient(100deg,#000,#0000 42%,#000 78%)}.eq-colocation-top{grid-template-columns:1fr 1.04fr;align-items:center;gap:64px;display:grid}.eq-colocation-image{border-radius:11px;height:455px;overflow:hidden}.eq-colocation-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.eq-colocation-image:hover img{transform:scale(1.035)}.eq-colocation-copy h2{margin:0 0 18px;font-size:45.1408px;font-weight:700;line-height:1.2}.eq-colocation-copy h2 span{background:linear-gradient(100deg,#ffd9df,#d6c5fd 58%,#c5f1ff);color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.eq-colocation-copy{position:relative;top:24px;transform:translateY(46px)}.eq-colocation-copy>p{color:#d7dce3;max-width:580px;margin:0 0 18px;font-size:16px}.eq-inline-link{border-bottom:1px solid #fff;align-items:center;gap:7px;font-size:18px;font-weight:500;display:inline-flex}.eq-inline-link svg{transition:transform .2s}.eq-inline-link:hover svg{transform:translate(5px)}.eq-stats{grid-template-columns:repeat(3,1fr);gap:50px;margin-top:132px;display:grid}.eq-stat strong{background:linear-gradient(100deg,#ffd4db,#e7c4ff 55%,#c9efff);color:#0000;letter-spacing:0;-webkit-background-clip:text;background-clip:text;margin-bottom:2px;font-size:clamp(42px,5.2vw,76px);font-weight:700;line-height:1;display:block}.eq-stat h3{letter-spacing:-.02em;margin:15px 0 5px;font-size:18px}.eq-stat p{color:#d3d8e0;margin:0;font-size:14px}.eq-story{background:linear-gradient(115deg,#f5fbff,#fff6fb 65%,#f5f0ff);grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;min-height:654px;padding:125px 96px 118px;display:grid}.eq-story-copy .eq-kicker{margin-bottom:22px}.eq-story-copy{position:relative;top:-31px;transform:translateY(-31px)}.eq-story-copy h2{max-width:520px;margin:0 0 20px;font-size:52.8538px;font-weight:700;line-height:1.2}.eq-story-copy h2 span{background:linear-gradient(90deg,#d12038,#7733a2 70%);color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.eq-story-copy>p:not(.eq-kicker){max-width:530px;margin:0 0 27px;font-size:17px}.eq-story-media{color:#fff;cursor:pointer;background:#ddd;border:0;border-radius:11px;height:366px;padding:0;position:relative;overflow:hidden}.eq-story-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.eq-story-media:hover img{transform:scale(1.025)}.eq-story-media:after{content:"";background:linear-gradient(90deg,#1408181a,#0000 45%);position:absolute;inset:0}.eq-play{z-index:2;background:#06060873;border:2px solid #fff;border-radius:50%;place-items:center;width:62px;height:62px;transition:background .2s,transform .2s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.eq-story-media:hover .eq-play{background:#e51d32;transform:translate(-50%,-50%)scale(1.07)}.eq-video-caption{z-index:3;text-align:left;background:#49044ae6;flex-direction:column;padding:6px 10px;display:flex;position:absolute;bottom:77px;left:30px}.eq-video-caption strong{font-size:18px}.eq-video-caption small{max-width:270px;margin-top:3px;font-size:13px}.eq-people{color:#fff;isolation:isolate;background:#121a27;border-radius:12px;min-height:1065px;margin:0 32px;position:relative;overflow:hidden}.eq-people:after{content:"";z-index:-1;background:linear-gradient(90deg,#121a27 0 45%,#121a27eb 52%,#121a2714 76%);position:absolute;inset:0}.eq-people-visual{z-index:-2;object-fit:cover;object-position:center;width:66%;height:100%;animation:7s ease-in-out infinite alternate eq-door-glow;position:absolute;inset:0 0 0 auto}.eq-people-content{width:58%;padding:83px 0 82px 65px}.eq-people h2{margin:0 0 58px;font-size:65.2456px;font-weight:700;line-height:1.2}.eq-people h2 span{background:linear-gradient(90deg,#ffd5d9,#e1c4ff 52%,#c3edff);color:#0000;-webkit-background-clip:text;background-clip:text}.eq-persona-grid{grid-template-columns:1fr 1fr;gap:31px 32px;width:624px;display:grid}.eq-persona-card{background:#192231d4;border:1px solid #a12033;border-radius:5px;min-height:273px;padding:24px 24px 48px;transition:transform .25s,background .25s,border-color .25s;position:relative}.eq-persona-card:hover{background:#222c3df5;border-color:#f1263c;transform:translateY(-5px)}.eq-persona-card>span{color:#c7d1df;letter-spacing:.045em;text-transform:uppercase;margin-bottom:26px;font-size:12px;font-weight:800;display:block}.eq-persona-card h3{margin:0 0 9px;font-size:21px;line-height:1.28}.eq-persona-card p{color:#cdd4dd;margin:0;font-size:16px;line-height:1.45}.eq-persona-card>svg{color:#f32139;position:absolute;bottom:22px;left:23px}@keyframes eq-door-glow{0%{filter:saturate(.84)brightness(.82);transform:scale(1)}to{filter:saturate(1.08)brightness(1.04);transform:scale(1.015)}}.eq-resources{background:linear-gradient(115deg,#eefaff,#fff8fb 58%,#f5f0ff);min-height:661px;padding:98px 96px 96px}.eq-resources>h2{text-align:center;margin:0 0 38px;font-size:45.1408px;font-weight:700;line-height:1.2}.eq-resource-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.eq-resource-card{background:#ffffffd6;border:1px solid #d6d6d9;border-radius:5px;min-height:265px;padding:30px 32px 54px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative}.eq-resource-card:hover{border-color:#9e97a6;transform:translateY(-5px);box-shadow:0 20px 45px #30244117}.eq-resource-card>span{color:#535b73;letter-spacing:.04em;text-transform:uppercase;margin-bottom:25px;font-size:12px;font-weight:800;display:block}.eq-resource-card h3{margin:0 0 9px;font-size:21px;line-height:1.25}.eq-resource-card p{color:#505167;max-width:340px;margin:0;font-size:16px}.eq-resource-card>svg{color:#ed1e35;position:absolute;bottom:28px;left:31px}.eq-final-cta{color:#fff;text-align:center;isolation:isolate;background:#070009 url(/assets/hero-clouds.webp) 50% 17%/cover no-repeat;place-items:center;min-height:493px;display:grid;position:relative;overflow:hidden}.eq-final-cta:before{content:"";z-index:-1;background:radial-gradient(at 50% 84%,#070009 0 26%,#070009eb 42%,#07000947 74%),#08000a3d;position:absolute;inset:0}.eq-final-cta>div{padding-bottom:10px;position:relative;top:-49px;transform:translateY(-102px)}.eq-final-cta h2{margin:0 0 32px;font-size:clamp(45px,4vw,58px);font-weight:700;line-height:1.06}.eq-final-cta p{color:#d9d4dc;max-width:760px;margin:-14px auto 27px;font-size:16px;line-height:1.5}.eq-final-cta .eq-button-row{justify-content:center}.eq-chat-button{z-index:120;color:#fff;cursor:pointer;background:#ef1d32;border:0;border-radius:50%;place-items:center;width:56px;height:56px;transition:transform .2s,background .2s;display:grid;position:fixed;bottom:24px;right:30px;box-shadow:0 12px 30px #b1001945}.eq-chat-button:hover{background:#cf1027;transform:translateY(-3px)}.eq-chat-panel{z-index:119;color:#111218;background:#fff;border:1px solid #dedbe2;border-radius:10px;width:310px;padding:26px;animation:.22s eq-chat-in;position:fixed;bottom:91px;right:29px;box-shadow:0 24px 80px #0000003b}.eq-chat-panel>button{cursor:pointer;background:0 0;border:0;position:absolute;top:10px;right:10px}.eq-chat-panel strong{font-size:18px}.eq-chat-panel p{color:#5f5d66;margin:10px 0 16px;font-size:14px}.eq-chat-panel a{color:#d2132a;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}@keyframes eq-chat-in{0%{opacity:0;transform:translateY(8px)scale(.97)}}.site-footer{color:#fff;background:radial-gradient(at 18% 78%,#2e3a4bd1,#0000 38%),linear-gradient(104deg,#242d3a 0%,#1b222d 34%,#0a0d12 55%,#030507 74% 100%);min-height:472px;padding:39px 32px 24px;overflow:hidden}.site-footer .footer-grid{grid-template-columns:51.5% 17% 16.9% 14.6%;gap:0;width:100%;min-height:345px;margin:0;display:grid;position:relative}.site-footer .footer-grid:before{content:"";z-index:0;opacity:.26;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 360'%3E%3Cg fill='none' stroke='%236f7d91' stroke-width='1.2'%3E%3Cpath d='M210 14l80 41v82l-80 41-80-41V55zM130 55l80 41 80-41M210 96v82'/%3E%3Cpath d='M50 138l80 41v82l-80 41-80-41v-82zM-30 179l80 41 80-41M50 220v82'/%3E%3Cpath d='M210 178l80 41v82l-80 41-80-41v-82zM130 219l80 41 80-41M210 260v82'/%3E%3Cpath d='M370 96l80 41v82l-80 41-80-41v-82zM290 137l80 41 80-41M370 178v82'/%3E%3Cpath d='M530 178l80 41v82l-80 41-80-41v-82zM450 219l80 41 80-41M530 260v82'/%3E%3Cpath d='M610 55l80 41v82l-80 41-80-41V96zM530 96l80 41 80-41M610 137v82'/%3E%3Cpath d='M0 330c36-42 70 39 107-3s70 39 106-3 70 39 107-3'/%3E%3C/g%3E%3C/svg%3E") bottom/contain no-repeat;width:min(52vw,720px);height:330px;position:absolute;bottom:-17px;left:0}.footer-brand,.footer-group{z-index:1;position:relative}.site-footer .footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-name{letter-spacing:.14em;font-size:24px;font-weight:800}.site-footer .footer-brand>p{color:#c7c8cf;max-width:390px;margin:10px 0 0;font-size:14px;line-height:1.45}.site-footer .footer-brand>.footer-principles{color:#fff;font-size:12px;font-weight:800}.footer-identity{color:#fff;align-items:center;gap:14px;display:inline-flex}.footer-domain{color:#c7c8cf;width:fit-content;margin-top:8px;font-size:13px;font-weight:600;display:block}.footer-domain:hover{color:#fff}.footer-identity img.footer-logo{object-fit:contain;width:auto;height:48px;display:block}.site-footer .socials{gap:11px;margin-top:auto;display:flex;position:relative;top:-8px}.site-footer .socials a{color:#fff;background:#020305;border:0;border-radius:50%;place-items:center;width:43px;height:43px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:grid}.site-footer .socials a:hover{background:#e51c32;transform:translateY(-2px)}.footer-mode{gap:24px;margin-top:48px;font-size:12px;font-weight:600;display:flex;position:relative;top:-8px}.site-footer .footer-group h3{color:#fff;letter-spacing:.045em;margin:0 0 21px;font-size:12px}.site-footer .footer-group a{color:#bcbcc4;margin-bottom:12px;font-size:14px}.site-footer .footer-group a:hover{color:#fff}.site-footer .footer-bottom{border-top:1px solid #373b42;width:100%;margin:0;padding-top:17px}.site-footer .footer-bottom>div{flex-wrap:wrap;gap:17px;display:flex}.site-footer .footer-bottom a{color:#aaaab3;font-size:11px}.cookie-banner{z-index:150;color:#15161a;background:#fff;border:0;border-top:1px solid #d7d5d9;grid-template-columns:1.25fr .75fr;align-items:center;gap:50px;min-height:154px;padding:26px 45px;display:grid;position:fixed;inset:auto 0 0;box-shadow:0 -8px 30px #00000021}.cookie-banner h2{margin:0 0 8px;font-size:18px}.cookie-banner p{color:#4d4c52;max-width:820px;margin:0;font-size:12px}.cookie-actions{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.cookie-actions button{color:#fff;cursor:pointer;background:#0b0c0e;border:1px solid #0b0c0e;border-radius:2px;min-height:43px;padding:8px 13px;font-size:12px;font-weight:700}.cookie-actions .cookie-settings,.cookie-actions .cookie-reject{color:#0b0c0e;background:#fff}.cookie-close{cursor:pointer;background:0 0;border:0;padding:0;position:absolute;top:12px;right:14px}@media (width<=1180px){.header-inner{gap:25px}.desktop-nav{gap:15px}.desktop-nav>a,.nav-trigger{font-size:11px}.eq-ai-intro{gap:45px}.eq-people-content{width:66%}.eq-persona-grid{width:590px}.site-footer .footer-grid{grid-template-columns:47% 18% 17.5% 17.5%}}@media (width<=900px){.site-header,.header-inner{height:60px}.header-inner{padding:0 16px}.site-header .brand-mark{width:24px;height:24px}.site-header .brand{font-size:10px}.mobile-drawer{inset:60px 0 0}.eq-ai-intro,.eq-colocation-top,.eq-story,.eq-solution-grid,.eq-stats,.eq-resource-grid{grid-template-columns:1fr}.eq-people-visual{opacity:.28}.eq-people-content{width:100%}.site-footer .footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.cookie-banner{grid-template-columns:1fr;gap:17px}}@media (width<=640px){.eq-button{min-height:36px;padding:9px 11px;font-size:11px}.eq-kicker{font-size:10px}.eq-hero{border-radius:0;height:875px;min-height:0;margin:0;top:60px}.eq-hero-media img{object-position:50% center}.eq-hero-copy{width:326px;padding-top:98px}.eq-hero-copy h1{background:linear-gradient(100deg,#ffd9df,#e7c8ff 55%,#c9f2ff);color:#0000;-webkit-background-clip:text;background-clip:text;max-width:326px;margin-bottom:34px;font-size:50.8px;line-height:1}.eq-hero-copy h1 span{color:#fff;-webkit-text-fill-color:#fff;letter-spacing:-.025em;max-width:326px;margin:0 auto 8px;font-size:22px;line-height:1.2}.eq-hero-copy>p{max-width:325px;margin-bottom:20px;font-size:16px;line-height:1.4}.eq-hero-copy .eq-button-row{flex-direction:column}.eq-hero-copy .eq-button:first-child{width:238px}.eq-hero-copy .eq-button:last-child{width:130px}.eq-hero-media img{object-fit:cover;width:850px;max-width:none;height:425px;animation:none;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.eq-ai-shell{background:linear-gradient(#1b1725 0 38%,#111824 38% 100%);border-radius:7px;height:auto;min-height:0;margin:-9px 0 0;padding-bottom:82px}.eq-ai-intro{gap:103px;padding:0 32px}.eq-ai-copy h2{margin-bottom:16px;font-size:31.2px;line-height:1.2}.eq-mobile-break{display:block}.eq-ai-copy{padding-top:0}.eq-solution-card>svg:first-child{margin-bottom:28px}.eq-solution-card h3{margin-top:12px}.eq-ai-copy>p{margin-bottom:20px;font-size:13px}.eq-ai-list{border-radius:7px}.eq-ai-list button{grid-template-columns:13px 1fr;gap:10px;height:68px;min-height:68px;padding:19px 17px}.eq-ai-list button.is-active{height:143px}.eq-ai-list button i{width:7px;height:7px}.eq-ai-list strong{font-size:16px}.eq-ai-list small{font-size:12px}.eq-solutions{padding:129px 32px 0}.eq-solutions>.eq-kicker{margin-bottom:46px}.eq-solution-grid{gap:16px}.eq-solution-card{min-height:273px;padding:25px 24px}.eq-solution-card:first-child{min-height:312px}.eq-solution-card:nth-child(2){min-height:292px}.eq-solution-card:nth-child(3){min-height:273px}.eq-solution-card h3{margin-top:13px;font-size:20px}.eq-solution-card p{padding-right:15px;font-size:12px}.eq-ecosystem{height:auto;min-height:860px;padding:168px 32px 120px}.eq-ecosystem .eq-kicker{margin-bottom:18px}.eq-ecosystem h2{font-size:42px;line-height:1.2}.eq-logo-rail{width:calc(100% + 64px);margin:83px -32px 38px}.eq-logo-track{gap:35px}.eq-logo-track span{min-width:93px;font-size:13px}.eq-ecosystem-copy{max-width:320px;margin-bottom:23px;font-size:13px}.eq-colocation{border-radius:7px;height:1132px;min-height:1132px;margin:0 7px;padding:0 25px 55px}.eq-colocation-top{gap:16px}.eq-colocation-image{border-radius:7px;height:245px}.eq-colocation-copy h2{margin-bottom:16px;font-size:37px}.eq-colocation-copy{top:0;transform:none}.eq-colocation-copy>p{margin-bottom:18px;font-size:13px}.eq-inline-link{font-size:14px}.eq-stats{gap:0;margin-top:94px}.eq-stat strong{font-size:61.2px}.eq-stat{min-height:173px}.eq-stat:first-child{min-height:174px}.eq-stat:nth-child(2){min-height:173px}.eq-stat h3{margin:13px 0 4px;font-size:16px}.eq-stat p{font-size:12px}.eq-story{align-content:start;align-items:start;gap:25px;height:909px;min-height:909px;padding:108px 32px 70px}.eq-story-media{border-radius:7px;order:-1;height:245px}.eq-play{width:47px;height:47px}.eq-video-caption{bottom:20px;left:14px}.eq-video-caption strong{font-size:14px}.eq-video-caption small{max-width:210px;font-size:10px}.eq-story-copy .eq-kicker{margin-bottom:14px}.eq-story-copy h2{margin-bottom:15px;font-size:42px}.eq-story-copy{top:0;transform:none}.eq-story-copy>p:not(.eq-kicker){margin-bottom:21px;font-size:13px}.eq-people{border-radius:7px;height:1357px;min-height:1357px;margin:0 7px}.eq-people:after{background:#121a27f0}.eq-people-visual{display:none}.eq-people-content{padding:0 25px 43px}.eq-people h2{margin-bottom:52px;font-size:51px;line-height:1.2}.eq-persona-grid{grid-template-columns:1fr;gap:12px;width:100%}.eq-persona-card{min-height:243px;padding:24px 24px 50px}.eq-persona-card:first-child{min-height:243px}.eq-persona-card:nth-child(2){min-height:265px}.eq-persona-card:nth-child(3){min-height:242px}.eq-persona-card:nth-child(4){min-height:243px}.eq-persona-card>span{margin-bottom:31px}.eq-persona-card h3{font-size:20px;line-height:1.4}.eq-persona-card p{font-size:15px}.eq-resources{height:auto;min-height:0;padding:144px 32px 75px}.eq-resources>h2{text-align:left;max-width:326px;margin:0 0 39px;font-size:37px}.eq-resource-grid{gap:16px}.eq-resource-card{min-height:239px;padding:26px 24px 52px}.eq-resource-card:first-child{min-height:239px}.eq-resource-card:nth-child(2){min-height:261px}.eq-resource-card:nth-child(3){min-height:211px}.eq-resource-card>span{margin-bottom:20px;font-size:10px}.eq-resource-card h3{font-size:20px}.eq-resource-card p{font-size:13px}.eq-resource-card>svg{bottom:23px;left:23px}.eq-final-cta{background-position:top;height:523px;min-height:523px}.eq-final-cta>div{top:42px;transform:none}.eq-final-cta h2{max-width:350px;margin-bottom:27px;font-size:37px}.eq-final-cta p{max-width:330px;margin:-10px auto 23px;padding:0 12px;font-size:13px}.eq-final-cta h2 br{display:none}.eq-final-cta .eq-button-row{flex-direction:column}.eq-chat-button{width:48px;height:48px;bottom:16px;right:16px}.eq-chat-panel{width:calc(100% - 30px);bottom:75px;right:15px}.site-footer{background:#202835;height:843px;min-height:843px;padding:40px 32px 20px;position:relative}.site-footer .footer-grid,.site-footer .footer-brand{min-height:0;display:block}.site-footer .footer-grid:before{width:390px;height:410px;top:420px;bottom:auto;left:150px}.site-footer .socials{margin-top:31px;position:static}.site-footer .socials a{width:37px;height:37px}.footer-mode{z-index:2;margin:0;font-size:10px;position:absolute;top:622px;left:0}.site-footer .footer-group:nth-child(2){margin-top:39px}.site-footer .footer-group:nth-child(3){margin-top:9px}.site-footer .footer-group:nth-child(3),.site-footer .footer-group:nth-child(4){border-top:1px solid #ffffff2b;height:42px}.site-footer .footer-group:nth-child(4){border-bottom:1px solid #ffffff2b}.site-footer .footer-group:nth-child(3) a,.site-footer .footer-group:nth-child(4) a{display:none}.site-footer .footer-group h3{color:#fff;align-items:center;height:41px;margin:0;font-size:12px;display:flex}.site-footer .footer-group:nth-child(3) h3,.site-footer .footer-group:nth-child(4) h3{height:42px;position:relative}.site-footer .footer-group:nth-child(3) h3:after,.site-footer .footer-group:nth-child(4) h3:after{content:"⌄";color:#d7dbe2;font-size:16px;position:absolute;top:9px;right:2px}.site-footer .footer-group a{color:#fff;height:36px;margin:0;font-size:14px;line-height:36px}.site-footer .footer-bottom{z-index:2;border:0;width:326px;padding:0;position:absolute;top:704px;left:32px}.site-footer .footer-bottom>div{gap:0 12px}.site-footer .footer-bottom a{height:33px;font-size:11px;line-height:33px}.cookie-banner{gap:14px;min-height:0;padding:23px 17px 18px}.cookie-banner h2{font-size:16px}.cookie-banner p{font-size:11px}.cookie-actions{grid-template-columns:1fr;gap:7px}.cookie-actions button{min-height:38px}}@media (prefers-reduced-motion:reduce){.eq-hero-media img,.eq-logo-track,.eq-people-visual{animation:none}}.eq-about,.eq-contact,.eq-services{color:#17243a;background:#fff;font-family:Arial,Helvetica,sans-serif}.eq-about h1,.eq-about h2,.eq-about h3,.eq-contact h1,.eq-contact h2,.eq-contact h3,.eq-services h1,.eq-services h2,.eq-services h3{letter-spacing:-.035em}.desktop-nav>a,.nav-trigger{font-weight:500}.mega-menu{border-left:0;border-right:0;grid-template-columns:33.7% 66.3%;width:100%;min-height:338px}.mega-intro{padding:52px 46px}.mega-intro .eyebrow{margin-bottom:28px;font-weight:700}.mega-intro h3{max-width:380px;margin-bottom:45px;font-size:31px;font-weight:400;line-height:1.25}.mega-intro>a{font-size:15px;font-weight:500}.mega-links{padding:37px 34px}.mega-links a{min-height:105px;padding:19px 60px 18px 18px}.mega-links a span{font-size:18px;font-weight:500}.mega-links a small{font-size:14px;font-weight:400}.eq-breadcrumb{color:#131b2b;background:#fff;border-bottom:1px solid #dedfe2;align-items:center;gap:10px;height:44px;padding:0 32px;font-size:12px;display:flex}.eq-breadcrumb a{color:#42536f;text-decoration:underline}.eq-breadcrumb span{color:#9aa0aa}.eq-breadcrumb b{font-weight:700}.aboutx-outline-button,.aboutx-black-button,.contactx-black-button{color:#080a0d;border:2px solid #0b0d11;border-radius:4px;justify-content:center;align-items:center;min-height:47px;padding:11px 25px;font-size:13px;font-weight:700;display:inline-flex}.aboutx-hero{color:#fff;background:#000;height:680px;position:relative;overflow:hidden}.aboutx-hero-copy{z-index:2;width:800px;position:absolute;top:219px;left:40px}.aboutx-hero-copy>p,.aboutx-kicker,.aboutx-sustain-copy>p,.aboutx-alt-copy>p{text-transform:uppercase;margin:0 0 11px;font-size:13px;font-weight:700}.aboutx-hero-copy h1{width:795px;margin:0 0 24px;font-size:60px;font-weight:400;line-height:1.05}.aboutx-hero-copy h1 sup{vertical-align:top;font-size:16px}.aboutx-hero-copy>span{width:760px;font-size:18px;font-weight:600;line-height:1.45;display:block}.aboutx-ribbon{width:430px;height:430px;position:absolute;right:-40px}.aboutx-ribbon i{border-style:solid;border-radius:120px;position:absolute}.aboutx-ribbon i:first-child{border-width:55px;border-color:#ffc8da;inset:0}.aboutx-ribbon i:nth-child(2){border-width:55px;border-color:#ed1c2e;inset:54px}.aboutx-ribbon i:nth-child(3){border-width:55px;border-color:#ffb717;inset:108px}.aboutx-ribbon i:nth-child(4){border-width:55px;border-color:#166bdd;inset:162px}.aboutx-ribbon-top{top:95px}.aboutx-ribbon-top:after{content:"";background:#ff9430;border:55px solid #762de2;border-right:0;border-radius:120px 0 0 120px;width:365px;height:110px;position:absolute;top:274px;left:-108px}.aboutx-ribbon-bottom{display:none}.aboutx-intro{text-align:center;background:#fff;height:706px;padding:62px 40px 52px}.aboutx-intro-copy{width:880px;margin:0 auto}.aboutx-intro-copy h2{margin:0 0 26px;font-size:46px;font-weight:400;line-height:1.1}.aboutx-intro-copy p{margin:0 auto 23px;font-size:17px;line-height:1.45}.aboutx-stats{text-align:left;grid-template-columns:repeat(3,1fr);gap:86px;width:875px;margin:114px auto 39px;display:grid}.aboutx-stats strong{margin-bottom:5px;font-size:46px;font-weight:400;line-height:1;display:block}.aboutx-stats p{color:#33405d;margin:0;font-size:12px;line-height:1.35}.aboutx-stories{background:linear-gradient(116deg,#edfaff 0%,#faedf4 48%,#ffe1d2 100%);height:1270px;padding:85px 40px 75px}.aboutx-story-inner{max-width:1360px;margin:0 auto}.aboutx-kicker{color:#7131e4;margin-bottom:44px}.aboutx-stories h2{margin:0 0 47px;font-size:35px;font-weight:400}.aboutx-story-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.aboutx-story-grid article{min-width:0}.aboutx-logo-card{background:#ffffffd1;border-radius:5px;place-items:center;height:221px;display:grid;overflow:hidden}.aboutx-logo-card img{object-fit:cover;width:100%;height:100%}.aboutx-value-icon{color:#7131e4;background:#ffffffb8}.aboutx-value-icon svg{width:58px;height:58px}.aboutx-story-grid h3{margin:9px 0 5px;font-size:20px;font-weight:400}.aboutx-story-grid p{color:#222e43;min-height:73px;margin:0 0 14px;font-size:15px;line-height:1.35}.aboutx-story-grid a,.aboutx-promos a{color:#ef1d32;align-items:center;gap:4px;font-size:14px;display:inline-flex}.aboutx-ceo{grid-template-columns:258px 1fr;align-items:center;gap:47px;width:785px;margin:111px auto 0;display:grid}.aboutx-ceo>img{object-fit:contain;width:258px;height:299px}.aboutx-ceo blockquote{color:#ff2434;margin:0 0 20px;font-size:24px;font-weight:400;line-height:1.1}.aboutx-ceo p{color:#435370;flex-direction:column;margin:0 0 18px;font-size:14px;display:flex}.aboutx-ceo p strong{font-size:14px}.aboutx-sustain{background:linear-gradient(110deg,#36c75d 0%,#24a85c 38%,#138dd4 100%);grid-template-columns:54% 46%;height:690px;display:grid;position:relative;overflow:hidden}.aboutx-sustain-copy{align-self:center;padding:0 40px;transform:translateY(-31px)}.aboutx-sustain-copy h2{width:650px;margin:0 0 25px;font-size:46px;font-weight:400;line-height:1.1}.aboutx-sustain-copy>span{width:680px;margin-bottom:26px;font-size:15px;line-height:1.45;display:block}.aboutx-black-button{color:#fff;background:#050608;border-color:#050608;min-width:252px}.aboutx-sustain-art{place-items:center;display:grid;position:relative;overflow:hidden}.aboutx-sustain-art:before,.aboutx-sustain-art:after{content:"";clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background:#09336f85;width:620px;height:300px;position:absolute}.aboutx-sustain-art:before{top:38px;transform:translate(70px)}.aboutx-sustain-art:after{bottom:27px;transform:translate(70px)}.aboutx-sustain-art img{z-index:2;object-fit:cover;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);width:610px;height:430px;position:relative}.aboutx-alt-row{background:#fff;grid-template-columns:1fr 1fr;height:704px;display:grid}.aboutx-alt-media{min-width:0;overflow:hidden}.aboutx-alt-media img{object-fit:cover;width:100%;height:100%}.aboutx-alt-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 64px;display:flex;transform:translateY(-50px)}.aboutx-alt-copy>p{color:#52617d;margin-bottom:31px}.aboutx-alt-copy h2{max-width:600px;margin:0 0 26px;font-size:46px;font-weight:400;line-height:1.1}.aboutx-alt-copy>span{max-width:590px;margin-bottom:26px;font-size:15px;line-height:1.5}.aboutx-alt-row-reverse .aboutx-alt-media{order:2}.aboutx-alt-row-reverse .aboutx-alt-copy{order:1}.aboutx-promos{background:#fff;grid-template-columns:1fr 1fr;height:294px;display:grid}.aboutx-promos article{border-top:1px solid #e4e5e8;border-right:1px solid #e4e5e8;grid-template-columns:36px 1fr;gap:18px;padding:39px 32px 61px;display:grid}.aboutx-promos article>svg{color:#ec2034}.aboutx-promos h2{max-width:590px;margin:0 0 8px;font-size:35px;font-weight:400;line-height:1.08}.aboutx-promos p{max-width:560px;margin:0 0 27px;font-size:15px;line-height:1.4}.aboutx-mini-mark{background:repeating-linear-gradient(90deg,#ed1e32 0 3px,#0000 3px 6px);width:31px;height:23px;margin-top:3px;transform:skewY(22deg)}.contactx-hero{color:#fff;background:#121a28;height:251px;position:relative;overflow:hidden}.contactx-hero-copy{z-index:2;padding:70px 40px;position:relative}.contactx-hero h1{margin:0 0 28px;font-size:46px;font-weight:400}.contactx-hero h2{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:400}.contactx-cubes{background:linear-gradient(135deg,#0000 0 24%,#173e71 24% 38%,#061e3c 38% 52%,#244983 52% 66%,#0c2d59 66%);position:absolute;inset:0 0 0 35%;overflow:hidden}.contactx-cubes i{opacity:.65;background:linear-gradient(135deg,#7884cf,#1b4d96 48%,#d5b8ff);width:220px;height:220px;position:absolute;transform:rotate(30deg)skew(-18deg)}.contactx-cubes i:first-child{top:-160px;left:0}.contactx-cubes i:nth-child(2){top:40px;left:220px}.contactx-cubes i:nth-child(3){top:-125px;left:440px}.contactx-cubes i:nth-child(4){top:45px;left:660px}.contactx-cubes i:nth-child(5){top:-140px;left:850px}.contactx-cubes i:nth-child(6){top:45px;left:1020px}.contactx-body{background:#f5f5f6;height:1259px;padding:82px 40px 70px}.contactx-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-right:32px;display:grid}.contactx-card{background:#fff;border-radius:11px;height:286px;padding:40px 45px;position:relative;box-shadow:8px 3px 22px #0f172524}.contactx-card:before{content:"";background:linear-gradient(#7b32e6,#ec1d33);width:5px;position:absolute;top:0;bottom:0;left:0}.contactx-card>svg{margin-bottom:7px}.contactx-card h2{margin:0 0 8px;font-size:20px;font-weight:600}.contactx-card p{max-width:335px;margin:0 0 17px;font-size:15px;line-height:1.45}.contactx-card a{color:#f01d31;align-items:center;gap:4px;font-size:15px;display:inline-flex}.contactx-section-title{margin:99px 16px 24px;font-size:35px;font-weight:400}.contactx-relations{grid-template-columns:1fr 1fr;gap:56px;margin:161px 16px 0;display:grid}.contactx-relations h2{margin:0 0 25px;font-size:35px;font-weight:400}.contactx-relations p{max-width:640px;min-height:64px;margin:0 0 24px;font-size:15px;line-height:1.45}.contactx-black-button{color:#fff;text-transform:uppercase;background:#050607;border:0;justify-content:space-between;min-width:260px}.contactx-enquiry{grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);align-items:start;gap:72px;height:auto;min-height:1480px;display:grid}.contactx-enquiry-intro{padding:28px 0;position:sticky;top:120px}.contactx-kicker{color:#7131e4;text-transform:uppercase;margin:0 0 20px;font-size:13px;font-weight:700}.contactx-enquiry-intro h2{max-width:520px;margin:0 0 25px;font-size:44px;font-weight:500;line-height:1.12}.contactx-enquiry-intro>p:not(.contactx-kicker){color:#56647e;max-width:530px;margin:0;font-size:16px;line-height:1.55}.contactx-benefits{gap:16px;margin-top:36px;display:grid}.contactx-benefits span{align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.contactx-benefits svg{color:#ec1d33}.contactx-form{background:#fff;border-radius:6px;gap:22px;padding:42px;display:grid;box-shadow:8px 3px 22px #0f17251f}.contactx-form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contactx-form label{color:#222e43;gap:8px;font-size:13px;font-weight:700;display:grid}.contactx-form input,.contactx-form select,.contactx-form textarea{color:#101521;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #c9ced8;border-radius:3px;outline:0;font-weight:400}.contactx-form input,.contactx-form select{height:50px;padding:0 14px}.contactx-form textarea{resize:vertical;min-height:150px;padding:14px}.contactx-form input:focus,.contactx-form select:focus,.contactx-form textarea:focus{border-color:#7131e4;box-shadow:0 0 0 3px #7131e41f}.contactx-submit{color:#fff;width:fit-content;min-height:48px;font:inherit;cursor:pointer;background:#050607;border:0;border-radius:3px;align-items:center;gap:18px;padding:0 22px;font-size:14px;font-weight:700;display:inline-flex}.contactx-success{color:#174e2b;background:#edf8f1;border-left:4px solid #24a85c;margin:0;padding:14px 16px;font-size:14px}.contactx-contact-options{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px;display:grid}.servicesx-hero{background:linear-gradient(135deg,#effdff 0%,#f8f5ff 52%,#f5f5ff 100%);height:1340px;padding:110px 32px 65px}.servicesx-heading{text-align:center;color:#07090c;max-width:1160px;margin:12px auto 111px;position:relative;top:-2px}.servicesx-heading h1{margin:0 0 15px;font-size:53px;font-weight:500;line-height:1.2}.servicesx-heading p{max-width:1010px;margin:0 auto;font-size:17px;line-height:1.45}.servicesx-category-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1376px;margin:0 auto;display:grid}.servicesx-category{color:#fff;background:#111;border-radius:5px;height:447px;overflow:hidden}.servicesx-category img{object-fit:cover;width:100%;height:384px}.servicesx-category>div{background:#05070ce0;justify-content:space-between;align-items:center;height:63px;padding:0 16px;display:flex}.servicesx-category h2{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:600}.servicesx-proof{background:#fff;height:1025px;padding:144px 32px 100px}.servicesx-section-heading{text-align:center;margin:0 auto}.servicesx-section-heading h2{margin:0 0 14px;font-size:45px;font-weight:500;line-height:1.2}.servicesx-section-heading p{color:#56647e;max-width:900px;margin:0 auto;font-size:16px;line-height:1.45}.servicesx-proof-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1146px;margin:117px auto 0;display:grid}.servicesx-proof-grid article{border:1px solid #dadde2;border-radius:5px;flex-direction:column;height:306px;padding:26px;display:flex}.servicesx-proof-grid h3{color:#090d15;margin:0 0 12px;font-size:28px;font-weight:500}.servicesx-proof-grid p{color:#53617c;margin:0;font-size:14px;line-height:1.45}.servicesx-proof-grid strong{color:#0000;background:linear-gradient(90deg,#bf1737,#2a1b91);-webkit-background-clip:text;background-clip:text;margin-top:auto;font-size:46px;font-weight:500;line-height:1}.servicesx-proof-grid span{color:#9d174d;font-size:13px;font-weight:600}.servicesx-clouds{text-align:center;max-width:920px;margin:97px auto 0}.servicesx-clouds h3{color:#070a0f;margin:0 0 33px;font-size:28px;font-weight:500}.servicesx-clouds>div{grid-template-columns:repeat(6,1fr);align-items:center;gap:35px;display:grid}.servicesx-clouds img{object-fit:contain;width:100%;height:40px}.servicesx-clouds .servicesx-lifecycle{gap:12px}.servicesx-lifecycle span{color:#28344a;background:#f7f8fa;border:1px solid #d8dbe0;border-radius:4px;place-items:center;min-height:54px;font-size:13px;font-weight:700;display:grid}.servicesx-uber-art>svg{z-index:2;color:#fff;position:relative}.servicesx-business{background:linear-gradient(#f5f6f7,#fff);height:2162px;padding:144px 32px 110px}.servicesx-business>.servicesx-section-heading h2{max-width:830px;margin-left:auto;margin-right:auto}.servicesx-tabs{background:#fff;border:1px solid #d8dbe0;border-radius:25px;width:max-content;margin:62px auto 24px;padding:4px;display:flex}.servicesx-tabs button{color:#4e5c74;cursor:pointer;background:0 0;border:0;border-radius:18px;min-width:77px;height:34px;padding:0 15px;font-size:12px}.servicesx-tabs button.active{color:#0d1018;background:#e4d0ff}.servicesx-offer-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1146px;margin:0 auto;display:grid}.servicesx-offer-grid>a{background:#fff;border:1px solid #cfd2d8;border-radius:4px;justify-content:space-between;align-items:center;gap:20px;min-height:149px;padding:27px 24px;display:flex}.servicesx-offer-grid h3{margin:0 0 8px;font-size:23px;font-weight:600}.servicesx-offer-grid p{color:#55637c;margin:0;font-size:14px;line-height:1.45}.servicesx-offer-grid>a>svg{color:#ef1d32;flex:none}.servicesx-customer-heading{margin-top:151px}.servicesx-customer-heading h2{font-size:46px}.servicesx-uber{color:#fff;background:linear-gradient(110deg,#12469d,#4d0d72 54%,#ec2037);border-radius:6px;grid-template-columns:58% 42%;max-width:1146px;height:407px;margin:75px auto 0;display:grid;overflow:hidden}.servicesx-uber-copy{padding:63px 28px}.servicesx-uber-copy>p{text-transform:uppercase;margin:0 0 26px;font-size:12px;font-weight:700}.servicesx-uber-copy h3{max-width:610px;margin:0 0 20px;font-size:33px;font-weight:600;line-height:1.25}.servicesx-uber-copy>span{max-width:580px;margin-bottom:19px;font-size:14px;font-weight:600;line-height:1.4;display:block}.servicesx-uber-copy a{border-bottom:1px solid #fff;align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.servicesx-uber-art{place-items:center;display:grid;position:relative}.servicesx-uber-art i{border:65px solid #31003580;width:380px;height:320px;position:absolute;transform:rotate(30deg)skew(-15deg)}.servicesx-uber-art img{z-index:2;object-fit:contain;width:400px;height:300px;position:relative}.servicesx-outcomes{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1146px;margin:65px auto 0;display:grid}.servicesx-outcomes article{min-height:470px;padding-bottom:30px;position:relative}.servicesx-outcomes article>div{background:#fff;border:1px solid #d8dbe0;border-radius:4px;place-items:center;height:240px;margin-bottom:20px;display:grid;overflow:hidden}.servicesx-outcomes img{object-fit:cover;width:100%;height:100%}.servicesx-outcomes h3{margin:0 0 10px;font-size:21px;font-weight:600;line-height:1.35}.servicesx-outcomes p{color:#5b6880;margin:0;font-size:15px;line-height:1.4}.servicesx-outcomes article>svg{color:#ef1d32;position:absolute;bottom:0;left:0}.servicesx-cta{color:#fff;text-align:center;background:linear-gradient(110deg,#184a9b,#4a126e 52%,#ed2138);place-items:center;height:499px;padding:50px 32px;display:grid}.servicesx-cta>div{max-width:1110px}.servicesx-cta h2{margin:0 0 20px;font-size:53px;font-weight:600;line-height:1.1}.servicesx-cta p{max-width:1000px;margin:0 auto 25px;font-size:16px}.servicesx-cta>div>div{justify-content:center;gap:9px;display:flex}.servicesx-cta a,.servicesx-cta button{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:4px;min-height:44px;padding:10px 15px;font-size:13px;font-weight:700}.servicesx-cta a{color:#090b10;background:#fff}.aboutx-mobile-break,.servicesx-mobile-break{display:none}.aboutx-sustain-copy.reveal.is-visible{transform:translateY(-31px)}.aboutx-alt-copy.reveal.is-visible{transform:translateY(-50px)}@media (width<=900px) and (width>=641px){.aboutx-hero-copy{width:60%}.aboutx-hero-copy h1{width:100%;font-size:48px}.aboutx-intro-copy,.aboutx-stats{width:min(90%,800px)}.aboutx-story-grid,.contactx-grid,.servicesx-category-grid,.servicesx-proof-grid,.servicesx-offer-grid,.servicesx-outcomes{grid-template-columns:1fr 1fr}.contactx-enquiry{grid-template-columns:1fr}.contactx-enquiry-intro{position:static}.contactx-contact-options{grid-template-columns:1fr 1fr}.aboutx-stories,.contactx-body,.servicesx-hero,.servicesx-proof,.servicesx-business{height:auto}.aboutx-story-grid article:last-child,.servicesx-category:last-child{grid-column:1/-1}}@media (width<=640px){.mega-menu{display:none}.eq-breadcrumb{height:42px;padding:0 22px;font-size:11px}.aboutx-hero{height:570px}.header-inner{padding-left:22px;padding-right:22px}.header-actions{gap:17px}.language-button{font-size:12px}.language-button>svg:first-child{display:none}.aboutx-hero-copy{width:330px;top:111px;left:30px}.aboutx-hero-copy>p{margin-bottom:2px;font-size:11px}.aboutx-hero-copy h1{width:330px;margin-bottom:16px;font-size:48px;line-height:1.05}.aboutx-hero-copy>span{width:330px;font-size:16px;line-height:1.4}.aboutx-ribbon{width:230px;height:230px}.aboutx-ribbon i:first-child{border-width:28px}.aboutx-ribbon i:nth-child(2){border-width:28px;inset:28px}.aboutx-ribbon i:nth-child(3){border-width:28px;inset:56px}.aboutx-ribbon i:nth-child(4){border-width:28px;inset:84px}.aboutx-ribbon-top{top:-165px;right:106px}.aboutx-ribbon-top:after{display:none}.aboutx-ribbon-bottom{display:block;bottom:-105px;right:-132px}.aboutx-intro{height:1283px;padding:65px 40px 55px}.aboutx-intro-copy{width:278px}.aboutx-intro-copy h2{margin-bottom:29px;font-size:46px;line-height:1.1}.aboutx-intro-copy p{margin-bottom:21px;font-size:15px;line-height:1.4}.aboutx-stats{grid-template-columns:1fr;gap:34px;width:100%;margin:93px auto 29px}.aboutx-stats strong{font-size:46px}.aboutx-stats p{width:210px}.aboutx-intro .aboutx-outline-button{min-height:47px}.aboutx-stories{height:2548px;padding:84px 40px 65px}.aboutx-kicker{margin-bottom:45px;font-size:11px}.aboutx-stories h2{margin-bottom:47px;font-size:35px;line-height:1.1}.aboutx-story-grid{grid-template-columns:1fr;gap:56px}.aboutx-logo-card{height:145px}.aboutx-story-grid h3{font-size:20px}.aboutx-story-grid p{min-height:0;font-size:15px}.aboutx-ceo{width:100%;margin-top:108px;display:block}.aboutx-ceo>img{width:182px;height:211px;margin:0 auto 55px}.aboutx-ceo>div{padding:0 27px}.aboutx-ceo blockquote{margin-bottom:25px;font-size:25px;line-height:1.05}.aboutx-ceo p{margin-bottom:25px}.aboutx-sustain{height:552px;display:block}.aboutx-sustain-copy{padding:75px 30px;transform:none}.aboutx-sustain-copy.reveal.is-visible{transform:none}.aboutx-sustain-copy>p{font-size:12px}.aboutx-sustain-copy h2{width:100%;margin-bottom:26px;font-size:48px;line-height:1.1}.aboutx-sustain-copy>span{width:100%;font-size:15px}.aboutx-sustain-art{display:none}.aboutx-alt-row{flex-direction:column;height:auto;display:flex}.aboutx-alt-media{height:390px;order:0!important}.aboutx-alt-copy{flex:none;justify-content:flex-start;height:621px;min-height:0;padding:55px 32px;transform:none;order:1!important}.aboutx-alt-copy.reveal.is-visible{transform:none}.aboutx-alt-copy>p{margin-bottom:27px;font-size:11px}.aboutx-alt-copy h2{margin-bottom:29px;font-size:46px;line-height:1.1}.aboutx-alt-copy>span{margin-bottom:25px;font-size:15px;line-height:1.45}.aboutx-alt-row-reverse .aboutx-alt-copy{height:480px;min-height:0}.aboutx-alt-copy h2{width:326px}.aboutx-promos{grid-template-rows:333px 399px;grid-template-columns:1fr;height:732px}.aboutx-promos article{border-right:0;grid-template-columns:31px 1fr;gap:31px;min-height:332px;padding:54px 22px}.aboutx-promos article:nth-child(2){grid-template-columns:35px 1fr;gap:36px}.aboutx-promos h2{margin-bottom:10px;font-size:35px}.aboutx-promos p{margin-bottom:27px;font-size:15px}.contactx-hero{height:343px}.contactx-hero-copy{padding:70px 30px}.contactx-hero h1{width:290px;margin-bottom:35px;font-size:48px;line-height:1.1}.contactx-hero-copy{padding-top:72px}.contactx-hero h1{margin-bottom:23px}.contactx-hero h2{width:300px;font-size:20px;line-height:1.9}.contactx-cubes{left:69%}.contactx-body{height:3271px;padding:88px 40px 60px}.contactx-body.contactx-enquiry{grid-template-columns:1fr;gap:52px;height:auto;min-height:0;padding:64px 22px;display:grid}.contactx-enquiry-intro{padding:0;position:static}.contactx-enquiry-intro h2{font-size:35px}.contactx-form{gap:19px;padding:27px 20px}.contactx-form-row{grid-template-columns:1fr;gap:19px}.contactx-contact-options{grid-column:auto;grid-template-columns:1fr;gap:24px;margin-top:10px}.contactx-contact-options .contactx-card{width:100%;height:auto;min-height:285px}.contactx-grid{grid-template-columns:1fr;gap:40px;width:278px;margin-right:0}.contactx-card{height:324px;padding:36px 45px}.contactx-primary .contactx-card:nth-child(2){height:308px}.contactx-primary .contactx-card:nth-child(3){height:309px}.contactx-card h2{font-size:20px}.contactx-card p{font-size:15px}.contactx-section-title{margin:95px 16px 24px;font-size:35px;line-height:1.1}.contactx-resources .contactx-card:first-child{height:308px}.contactx-resources .contactx-card:nth-child(2){height:353px}.contactx-resources .contactx-card:nth-child(3){height:383px}.contactx-relations{grid-template-columns:1fr;gap:33px;margin:152px 16px 0}.contactx-relations h2{margin-bottom:35px;font-size:35px;line-height:1.1}.contactx-relations p{min-height:0;margin-bottom:46px;font-size:15px}.contactx-black-button{width:260px}.servicesx-hero{height:2164px;padding:40px 22px 60px}.servicesx-heading{width:326px;margin:0 auto 56px;top:0}.servicesx-mobile-break,.aboutx-mobile-break{display:inline}.servicesx-heading h1{margin-bottom:13px;font-size:42px;line-height:1.2}.servicesx-heading p{font-size:14px;line-height:1.45}.servicesx-category-grid{grid-template-columns:1fr;gap:12px}.servicesx-category{height:330px}.servicesx-category img{height:281px}.servicesx-category>div{height:49px;padding:0 27px}.servicesx-category h2{font-size:20px}.servicesx-proof{height:1558px;padding:64px 32px 58px}.servicesx-section-heading h2{font-size:37px;line-height:1.2}.servicesx-section-heading p{font-size:14px}.servicesx-proof-grid{grid-template-columns:1fr;gap:12px;margin-top:67px}.servicesx-proof-grid article{height:270px;padding:24px}.servicesx-proof-grid article:first-child{height:289px}.servicesx-proof-grid h3{font-size:26px}.servicesx-proof-grid p{font-size:13px}.servicesx-proof-grid strong{font-size:44px}.servicesx-clouds{margin-top:79px}.servicesx-clouds h3{margin-bottom:34px;font-size:26px;line-height:1.2}.servicesx-clouds>div{grid-template-columns:repeat(3,1fr);gap:25px 18px}.servicesx-clouds img{height:31px}.servicesx-business{height:3794px;padding:63px 22px 75px}.servicesx-business>.servicesx-section-heading,.servicesx-customer-heading{width:326px}.servicesx-business>.servicesx-section-heading h2{font-size:37px}.servicesx-tabs{margin-top:62px}.servicesx-tabs button{min-width:63px;padding:0 11px;font-size:10px}.servicesx-offer-grid{grid-template-columns:1fr;gap:16px}.servicesx-offer-grid>a{min-height:164px;padding:26px 23px}.servicesx-offer-grid h3{font-size:21px}.servicesx-offer-grid p{font-size:13px}.servicesx-customer-heading{margin-top:82px}.servicesx-customer-heading h2{font-size:37px}.servicesx-uber{flex-direction:column-reverse;height:733px;margin-top:70px;display:flex}.servicesx-uber-art{flex:none;height:270px}.servicesx-uber-art img{width:280px;height:220px}.servicesx-uber-copy{min-height:463px;padding:33px 22px}.servicesx-uber-copy h3{font-size:30px;line-height:1.2}.servicesx-uber-copy>span{font-size:12px}.servicesx-outcomes{grid-template-columns:1fr;gap:50px;margin-top:65px}.servicesx-outcomes article{min-height:405px}.servicesx-outcomes article>div{height:234px}.servicesx-outcomes h3{font-size:19px}.servicesx-outcomes p{font-size:14px}.servicesx-cta{height:455px;padding:48px 22px}.servicesx-cta h2{font-size:42px}.servicesx-cta p{font-size:14px}}.cx-crumb{color:#ffffffa6;align-items:center;gap:10px;padding:18px 0 0;font-size:12px;display:flex}.cx-crumb a{color:#ffffffbf;text-decoration:underline}.cx-crumb span{opacity:.55}.cx-crumb b{color:#fff;font-weight:700}.cx-hero{color:#fff;background:radial-gradient(1000px 420px at 85% -10%,#765f8f73,#0000 65%),radial-gradient(700px 380px at -10% 110%,#d9082f47,#0000 60%),#07080a;padding-bottom:clamp(64px,7vw,104px);position:relative;overflow:hidden}.cx-hero-inner{width:min(var(--content), calc(100% - (var(--gutter) * 2)));margin:0 auto;padding-top:clamp(46px,6vw,84px)}.cx-kicker{color:#ff5f77;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 22px;font-size:12px;font-weight:800;display:inline-flex}.cx-kicker:before{content:"";background:currentColor;width:26px;height:2px}.cx-hero h1{max-width:15ch;margin:0 0 20px;font-size:clamp(40px,5.4vw,74px)}.cx-grid{grid-template-columns:repeat(auto-fill,minmax(272px,1fr));gap:14px;display:grid}.cx-card{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:26px 24px;transition:transform .25s,border-color .25s}.cx-card:hover{border-color:#d9082f73;transform:translateY(-4px)}.cx-card>svg{color:var(--red);margin-bottom:16px}.cx-card h3{letter-spacing:-.02em;margin:0 0 8px;font-size:17px}.cx-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.58}.cx-chips{flex-wrap:wrap;gap:10px;display:flex}.cx-chip{background:var(--bg);border:1px solid var(--line);border-radius:999px;align-items:center;gap:9px;padding:12px 18px;font-size:14px;font-weight:600;display:inline-flex}.cx-chip i{background:var(--red);border-radius:50%;flex:none;width:7px;height:7px}.cx-flow{flex-wrap:wrap;align-items:center;gap:10px 0;margin:0;padding:0;display:flex}.cx-flow li{background:var(--bg);border:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:12px 18px;font-size:13px;font-weight:800;list-style:none;display:inline-flex}.cx-flow li:first-child{border-radius:8px 0 0 8px}.cx-flow li:last-child{border-radius:0 8px 8px 0}.cx-flow li+li{border-left:0}.cx-flow li:after{content:"→";color:var(--red);margin-left:16px}.cx-flow li:last-child:after{content:"";margin:0}.cx-steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.cx-step{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:26px 22px 22px;position:relative}.cx-step:before{counter-increment:step;content:"0" counter(step);color:var(--red);letter-spacing:.12em;margin-bottom:14px;font-size:13px;font-weight:800;display:block}.cx-step strong{margin-bottom:6px;font-size:16px;display:block}.cx-step p{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}.cx-quote{background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--red);border-radius:12px;max-width:900px;margin:0 auto;padding:clamp(34px,4vw,54px)}.cx-quote p{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(19px,2vw,27px);font-weight:700;line-height:1.35}.cx-quote footer{color:var(--muted);font-size:14px}.cx-related{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.cx-related a{background:var(--bg);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:8px;padding:24px;transition:transform .25s,border-color .25s;display:flex}.cx-related a:hover{border-color:#d9082f73;transform:translateY(-4px)}.cx-related small{color:var(--red);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:800}.cx-related strong{letter-spacing:-.02em;font-size:17px}.cx-related svg{color:var(--muted)}.cx-cta{color:#fff;text-align:center;background:radial-gradient(800px 340px at 80% 0,#765f8f66,#0000 65%),#07080a;padding:clamp(70px,9vw,120px) 0}.cx-cta-inner{width:min(860px, calc(100% - (var(--gutter) * 2)));margin:0 auto}.cx-cta h2{margin:0 0 16px;font-size:clamp(32px,4vw,56px)}.cx-cta p{color:#cbc8cf;max-width:640px;margin:0 auto 34px;font-size:clamp(15px,1.3vw,18px)}.cx-cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.cx-legal{max-width:820px}.cx-legal h2{margin:44px 0 12px;font-size:24px}.cx-legal h3{margin:28px 0 8px;font-size:17px}.cx-legal p,.cx-legal li{color:var(--muted);font-size:15px;line-height:1.7}.cx-legal ul{padding-left:20px}.cx-legal .cx-updated{color:var(--ink);font-size:13px;font-weight:700}@media (width<=720px){.cx-flow li{border-left:1px solid var(--line)!important;border-radius:8px!important}.cx-flow li+li{margin-top:8px}}.cx-hero .cx-lede{color:#cbc8cf;max-width:760px;margin:0;font-size:clamp(16px,1.35vw,19px);line-height:1.6}.cx-hero-actions{flex-wrap:wrap;gap:12px;margin-top:36px;display:flex}.cx-section{padding:clamp(64px,8vw,116px) 0}.cx-section-alt{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cx-wrap{width:min(var(--content), calc(100% - (var(--gutter) * 2)));margin:0 auto}.cx-head{max-width:860px;margin-bottom:46px}.cx-head.centered{text-align:center;margin-left:auto;margin-right:auto}.cx-head h2{margin:0 0 18px;font-size:clamp(32px,3.6vw,52px)}.cx-head p{color:var(--muted);margin:0;font-size:clamp(15px,1.25vw,18px)}
