.EcosystemMenu_grid__RbYFE{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:8px}.EcosystemMenu_row__yTyrS{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;text-decoration:none;transition:background .16s ease}.EcosystemMenu_row__yTyrS:hover{background:hsla(0,0%,100%,.05)}.EcosystemMenu_rowTile__TUL1O{flex-shrink:0;width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06)}.EcosystemMenu_rowIcon__Gqv_S{color:#c8ccd4;transition:color .16s ease}.EcosystemMenu_row__yTyrS:hover .EcosystemMenu_rowIcon__Gqv_S{color:#fff}.EcosystemMenu_rowText__url_4{display:flex;flex-direction:column;gap:2px;min-width:0}.EcosystemMenu_rowLabel__VtT_B{font-size:14px;font-weight:600;color:#ededed}.EcosystemMenu_rowDesc__zDQSR{font-size:12px;line-height:1.3;color:#83838c}.EcosystemMenu_rowCaret__GNnZS{margin-left:auto;flex-shrink:0;color:#55555c}.Nav_nav__iU8CY{display:flex;align-items:center;justify-content:space-between;padding:40px 6%;width:100%;position:relative;z-index:50}.Nav_navOverlay__4WwT5{position:absolute;top:0;left:0;right:0}.Nav_logo__kjzRQ{text-decoration:none;display:flex;align-items:center}.Nav_linksDesktop__d811F{display:flex;align-items:center;gap:0}.Nav_link__ceKep{font-size:14px;font-weight:500;color:#999;text-decoration:none;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:999px;background:transparent;transition:color .2s ease,background-color .2s ease}.Nav_dropdown__JLY_V+.Nav_dropdown__JLY_V,.Nav_dropdown__JLY_V+.Nav_link__ceKep,.Nav_link__ceKep+.Nav_dropdown__JLY_V,.Nav_link__ceKep+.Nav_link__ceKep{margin-left:16px}.Nav_link__ceKep:hover{color:#fff;background:hsla(0,0%,100%,.11)}.Nav_dropdown__JLY_V{position:relative;display:inline-flex;align-items:center}.Nav_dropdownTrigger__mEfNN{background:none;border:none;cursor:pointer;font-family:inherit}.Nav_dropdownChevron__ikiZ5{transition:transform .2s ease}.Nav_dropdown__JLY_V:focus-within .Nav_dropdownTrigger__mEfNN,.Nav_dropdown__JLY_V:hover .Nav_dropdownTrigger__mEfNN{color:#fff;background:hsla(0,0%,100%,.11)}.Nav_dropdown__JLY_V:focus-within .Nav_dropdownChevron__ikiZ5,.Nav_dropdown__JLY_V:hover .Nav_dropdownChevron__ikiZ5{transform:rotate(180deg)}.Nav_dropdownPanel__m3W4Z{position:absolute;top:100%;right:0;transform:translateY(2px) scale(.98);transform-origin:top right;width:300px;background:rgba(10,10,12,.96);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #2a2b30;border-radius:14px;padding:8px;display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1),visibility 0s linear .22s;z-index:60}.Nav_dropdownPanelRich__d9kba{width:560px;padding:0;gap:0;left:50%;right:auto;transform:translateX(-50%) translateY(2px) scale(.98);transform-origin:top center}.Nav_dropdownPanel__m3W4Z:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.Nav_dropdown__JLY_V:focus-within .Nav_dropdownPanel__m3W4Z,.Nav_dropdown__JLY_V:hover .Nav_dropdownPanel__m3W4Z{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(8px) scale(1);transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1),visibility 0s}.Nav_dropdown__JLY_V:focus-within .Nav_dropdownPanelRich__d9kba,.Nav_dropdown__JLY_V:hover .Nav_dropdownPanelRich__d9kba{transform:translateX(-50%) translateY(8px) scale(1)}@media (prefers-reduced-motion:reduce){.Nav_dropdownChevron__ikiZ5,.Nav_dropdownPanel__m3W4Z,.Nav_dropdown__JLY_V:focus-within .Nav_dropdownPanel__m3W4Z,.Nav_dropdown__JLY_V:hover .Nav_dropdownPanel__m3W4Z{transition-duration:0s}}.Nav_dropdownItem___bwbV{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;transition:background .16s ease}.Nav_dropdownItem___bwbV:hover{background:hsla(0,0%,100%,.05)}.Nav_dropdownIcon__FD9LF{flex-shrink:0;width:40px;height:40px;border-radius:11px;background:hsla(0,0%,100%,.04);color:#c8ccd4;display:flex;align-items:center;justify-content:center;transition:color .16s ease}.Nav_dropdownItem___bwbV:hover .Nav_dropdownIcon__FD9LF{color:var(--nav-accent,#c8ccd4)}.Nav_dropdownText__pCaFm{display:flex;flex-direction:column;gap:2px;min-width:0}.Nav_dropdownTitle__e_x6g{font-size:14px;font-weight:600;color:#ededed;line-height:1.2}.Nav_dropdownDesc__VRcAm{font-size:12px;font-weight:400;color:#8a8a92;line-height:1.3}.Nav_iconLink__r9q5y{color:#999;display:flex;padding:8px;margin-left:16px;transition:color .2s ease}.Nav_iconLink__r9q5y+.Nav_iconLink__r9q5y{margin-left:8px}.Nav_iconLink__r9q5y:hover{color:#fff}.Nav_hamburger__UdVeL{display:none;background:none;border:none;width:36px;height:36px;padding:0;margin:-8px;color:#ededed;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent}.Nav_hamburgerBar__axtBl{position:absolute;left:50%;width:18px;height:2px;background:currentColor;border-radius:1px;transform-origin:center;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);margin-left:-9px}.Nav_hamburgerBar__axtBl:first-child{top:12px}.Nav_hamburgerBar__axtBl:nth-child(2){top:18px}.Nav_hamburgerBar__axtBl:nth-child(3){top:24px}.Nav_hamburgerOpen__btHee .Nav_hamburgerBar__axtBl:first-child{transform:translateY(6px) rotate(45deg)}.Nav_hamburgerOpen__btHee .Nav_hamburgerBar__axtBl:nth-child(2){opacity:0}.Nav_hamburgerOpen__btHee .Nav_hamburgerBar__axtBl:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.Nav_mobilePanel__IPGCc{display:none}@media (max-width:1023px){.Nav_nav__iU8CY{padding:28px 5%}}@media (max-width:767px){.Nav_nav__iU8CY{padding:24px 5%}.Nav_navOverlay__4WwT5{position:relative;top:auto}.Nav_linksDesktop__d811F{display:none}.Nav_hamburger__UdVeL{display:block}.Nav_mobilePanel__IPGCc{display:flex;flex-direction:column;position:fixed;inset:0;z-index:60;background:#08080a;opacity:0;visibility:hidden;transform:scale(1.02);transition:opacity .26s ease,transform .32s cubic-bezier(.22,1,.36,1),visibility 0s linear .32s}.Nav_mobilePanelOpen__MtmJB{opacity:1;visibility:visible;transform:scale(1);transition:opacity .26s ease,transform .32s cubic-bezier(.22,1,.36,1)}.Nav_mobileTakeoverHead__Rn0fU{display:flex;align-items:center;justify-content:space-between;padding:24px 5% 12px;flex-shrink:0}.Nav_mobileClose__EVpiX{position:relative;width:36px;height:36px;margin:-8px;padding:0;background:none;border:none;color:#ededed;cursor:pointer;-webkit-tap-highlight-color:transparent}.Nav_mobileClose__EVpiX span{position:absolute;top:50%;left:50%;width:18px;height:2px;background:currentColor;border-radius:1px}.Nav_mobileClose__EVpiX span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.Nav_mobileClose__EVpiX span:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.Nav_mobileScroll__ydOCh{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 5% 32px}.Nav_mobileLink__xdn9r{display:flex;align-items:center;width:100%;padding:18px 4px;font-size:18px;font-weight:500;color:#ededed;text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.08)}.Nav_mobileLink__xdn9r:last-of-type{border-bottom:none}.Nav_mobileAccTrigger___Y_7J{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:18px 4px;font-family:inherit;font-size:18px;font-weight:500;color:#ededed;background:none;border:none;border-bottom:1px solid hsla(0,0%,100%,.08);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.Nav_mobileAccChevron___ublZ{flex-shrink:0;color:#9a9aa2;transition:transform .26s cubic-bezier(.22,1,.36,1)}.Nav_mobileAccChevronOpen__L18c2{transform:rotate(90deg)}.Nav_mobileAccBody__fH9bu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s cubic-bezier(.22,1,.36,1)}.Nav_mobileAccBodyOpen__AUVKG{grid-template-rows:1fr}.Nav_mobileAccInner__rcay_{overflow:hidden;min-height:0}.Nav_mobileEcoRow__XLMO1{display:flex;align-items:center;gap:12px;padding:12px 4px;text-decoration:none;border-radius:10px}.Nav_mobileEcoTile__QXhix{flex-shrink:0;width:34px;height:34px;border-radius:10px;background:hsla(0,0%,100%,.06);color:#c8ccd4;display:flex;align-items:center;justify-content:center;transition:color .16s ease}.Nav_mobileEcoRow__XLMO1:active .Nav_mobileEcoTile__QXhix{color:#fff}.Nav_mobileEcoText__prFnE{display:flex;flex-direction:column;gap:2px;min-width:0}.Nav_mobileEcoTitle__J8YYb{font-size:16px;font-weight:600;color:#ededed}.Nav_mobileEcoDesc__EKJD4{font-size:13px;line-height:1.3;color:#83838c}.Nav_mobileEcoCaret__mzF3W{margin-left:auto;flex-shrink:0;color:#55555c}.Nav_mobileSocialRow__oqYpa{display:flex;align-items:center;gap:12px;padding:16px 4px 4px}.Nav_mobileSocialLink__vFg6E{color:#999;display:flex;padding:8px;margin:-8px}}.LeaderPill_leaderPill__98_Mu{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:7px 12px;border-radius:18px;background:rgba(22,23,26,.92);border:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:180px;max-width:360px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;transform:none;-webkit-tap-highlight-color:transparent;transition:padding .28s cubic-bezier(.22,1,.36,1),border-radius .28s cubic-bezier(.22,1,.36,1),min-width .28s cubic-bezier(.22,1,.36,1),background .22s ease}.LeaderPill_leaderPill__98_Mu:focus-visible{outline:2px solid #08f;outline-offset:2px}.LeaderPill_leaderPillSection__8Zumf{display:flex;flex-direction:column;min-width:0}.LeaderPill_leaderPillLabel__7p_d_{font-size:11px;font-weight:400;color:#a1a1a1;line-height:14px;letter-spacing:.2px;max-height:0;min-height:0;opacity:0;margin-bottom:0;overflow:hidden;transition:max-height .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,margin-bottom .28s cubic-bezier(.22,1,.36,1)}.LeaderPill_leaderPillRow__T5Ifg{display:inline-flex;align-items:center;gap:8px;min-width:0;height:16px}.LeaderPill_leaderPillFlag__grVQA{flex-shrink:0;width:16px;height:12px;-o-object-fit:cover;object-fit:cover;border-radius:1px;display:block}.LeaderPill_leaderPillName__utwuw{font-size:13px;font-weight:600;color:#ededed;letter-spacing:-.2px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.LeaderPill_leaderPillPills__jnajF{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;margin-left:2px}.LeaderPill_leaderPillDash__C5ODM{display:block;width:8px;height:2px;border-radius:2px;transition:background .2s ease}.LeaderPill_leaderPillChevron__enwzQ{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;width:14px;height:14px;color:#a1a1a1;flex-shrink:0;transform:rotate(180deg);transition:transform .24s cubic-bezier(.22,1,.36,1),color .2s ease}.LeaderPill_leaderPillChevron__enwzQ>svg{display:block}.LeaderPill_leaderPillExtras__imgKz{max-height:0;overflow:hidden;transition:max-height .28s cubic-bezier(.22,1,.36,1)}.LeaderPill_leaderPillExtrasInner__UCj65{overflow:hidden}.LeaderPill_leaderPillDivider__nJB8y{height:1px;background:#333;margin:10px 0}.LeaderPill_leaderPillLink__U_i3m{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#08f;text-decoration:none;line-height:16px;transition:opacity .15s ease}.LeaderPill_leaderPillLink__U_i3m:hover{opacity:.75}.LeaderPill_leaderPillExpanded__ieX8I{padding:12px 14px;border-radius:12px;background:rgba(18,19,22,.94);min-width:240px}.LeaderPill_leaderPillExpanded__ieX8I .LeaderPill_leaderPillLabel__7p_d_{max-height:16px;opacity:1;margin-bottom:4px}.LeaderPill_leaderPillExpanded__ieX8I .LeaderPill_leaderPillExtras__imgKz{max-height:80px}.LeaderPill_leaderPillExpanded__ieX8I .LeaderPill_leaderPillChevron__enwzQ{transform:rotate(0deg);color:#ededed}.HeroSection_hero__8zGhL{position:relative;width:100%;height:100vh;min-height:720px;background:#000;overflow:hidden}.HeroSection_heroInner__yVcxw{position:absolute;left:0;right:0;bottom:0;height:calc(100vh - 120px);min-height:720px;pointer-events:none}.HeroSection_heroBackdrop__KaNfl{position:absolute;inset:0;opacity:0;transition:opacity 1.6s ease;pointer-events:none}.HeroSection_heroBackdropReady__Evl_X{opacity:.85}.HeroSection_globeStage__NwDvF{position:absolute;top:0;bottom:-75vh;left:18%;right:-38%;pointer-events:auto;opacity:0;transition:opacity .8s ease}.HeroSection_globeReady__ll1iG{opacity:1}.HeroSection_hero__8zGhL{--focal-x:62%;--focal-y:33%}.HeroSection_blurLayer___xbZk{position:absolute;inset:0;z-index:5;pointer-events:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);mask-image:radial-gradient(circle 650px at var(--focal-x) var(--focal-y),transparent 0,transparent 38%,#000 95%);-webkit-mask-image:radial-gradient(circle 650px at var(--focal-x) var(--focal-y),transparent 0,transparent 38%,#000 95%)}.HeroSection_vignette__YyHj_{position:absolute;inset:0;z-index:6;pointer-events:none;background:linear-gradient(to bottom,transparent 35%,rgba(0,0,0,.35) 65%,rgba(0,0,0,.85) 88%,#000 100%),linear-gradient(to right,transparent 67%,rgba(0,0,0,.3) 84%,rgba(0,0,0,.8) 95%,#000 100%),radial-gradient(circle 1100px at var(--focal-x) var(--focal-y),transparent 0,transparent 54%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.85) 90%,#000 100%)}.HeroSection_content__BTr2_{position:absolute;bottom:14%;left:6%;z-index:20;max-width:760px;pointer-events:none;display:flex;flex-direction:column;gap:40px;align-items:flex-start}.HeroSection_chipWrap___vuWO{margin-bottom:24px;opacity:0;transform:translateY(16px);transition:opacity .5s cubic-bezier(.2,.7,.2,1),transform .5s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}.HeroSection_chipWrapIn__0zWu_{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.HeroSection_chipWrap___vuWO{opacity:1;transform:none;transition:none}}.HeroSection_headline__2SxNi{font-size:96px;font-weight:500;line-height:100px;letter-spacing:-3.2px;color:#ededed;margin:0;white-space:normal;filter:blur(18px);opacity:0;transform:translateY(6px);transition:filter 1.15s cubic-bezier(.2,.7,.2,1),opacity 1.15s cubic-bezier(.2,.7,.2,1),transform 1.15s cubic-bezier(.2,.7,.2,1);will-change:filter,opacity,transform}.HeroSection_headlineReady__Cfod8{filter:blur(0);opacity:1;transform:translateY(0)}.HeroSection_sub__rsM4k{margin:20px 0 0;max-width:620px;font-size:15px;line-height:1.5;font-weight:400;letter-spacing:-.1px;color:#a8a8a8;opacity:0;transform:translateY(8px);transition:opacity .9s cubic-bezier(.2,.7,.2,1) .35s,transform .9s cubic-bezier(.2,.7,.2,1) .35s;will-change:opacity,transform}.HeroSection_subReady__PjiV8{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.HeroSection_sub__rsM4k{opacity:1;transform:none;transition:none}}.HeroSection_statBar__8nY5S{display:flex;gap:72px;margin-top:44px;align-items:flex-end}.HeroSection_stat__RC3bt{display:flex;flex-direction:column;gap:8px}.HeroSection_statValue__GEfkS{font-size:32px;font-weight:500;line-height:1;letter-spacing:-.6px;color:#ededed;font-variant-numeric:tabular-nums}.HeroSection_statLabel__j_org{line-height:1;letter-spacing:.1em}.HeroSection_statLabel__j_org,.HeroSection_statMicro__awVcQ{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;font-weight:500;text-transform:uppercase;color:#9a9a9a}.HeroSection_statMicro__awVcQ{position:absolute;right:6%;bottom:calc(14% - 28px);z-index:25;letter-spacing:.12em;display:inline-flex;align-items:center;gap:12px}.HeroSection_statMicroDot__prsv0{color:#3a3c44}.HeroSection_statMicroValue__7pp_5{color:#ededed}.HeroSection_statAppendix__WPFHg{margin-top:24px;font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:13px;font-weight:500;letter-spacing:.06em;color:#9a9a9a;display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;text-transform:none}.HeroSection_statAppendixLive__Wbs0N{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#6c6e76}.HeroSection_sepBar__gOMen{position:absolute;left:0;right:0;bottom:0;z-index:25;display:grid;grid-template-columns:1fr 1fr 1fr;padding:18px 6%;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.HeroSection_sepStat__4L7j7{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.HeroSection_sepStatValue__r_ZDz{font-size:22px;font-weight:500;line-height:1;letter-spacing:-.3px;color:#ededed;font-variant-numeric:tabular-nums}.HeroSection_sepStatLabel__N7b94,.HeroSection_sepThin__DatwA{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#9a9a9a}.HeroSection_sepThin__DatwA{position:absolute;left:0;right:0;bottom:0;z-index:25;padding:16px 6%;background:rgba(0,0,0,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid #131418;display:flex;justify-content:center;align-items:center;gap:14px}.HeroSection_sepThinLive__3LxAK{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#6c6e76;margin-right:4px}.HeroSection_sepBarBordered__sBy_L,.HeroSection_sepBarDividers__W0cOO{border-top:1px solid #1a1c20}.HeroSection_sepBarTag__PDRZe{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #1a1c20;border-bottom:1px solid #1a1c20;padding:18px 6%}.HeroSection_sepTagLeft__9Jq4H{display:inline-flex;align-items:baseline;gap:8px}.HeroSection_sepTagText__Fkcyv{letter-spacing:.14em;text-transform:uppercase;color:#9a9a9a}.HeroSection_sepTagBlockValue__1SpcU,.HeroSection_sepTagText__Fkcyv{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;font-weight:500}.HeroSection_sepTagBlockValue__1SpcU{letter-spacing:.1em;color:#ededed;font-variant-numeric:tabular-nums}.HeroSection_sepTagRight__Yj3m1{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#9a9a9a}.HeroSection_subhead__N_owZ{font-size:18px;font-weight:400;color:#999;line-height:28px;letter-spacing:normal;margin:20px 0 0;max-width:560px;text-shadow:0 1px 20px rgba(0,0,0,.6)}.HeroSection_subheadEmphasis__2tBgT{color:#ededed;font-weight:500}.HeroSection_ctas__i2_DF{display:flex;gap:12px;align-items:center;pointer-events:auto;flex-wrap:wrap;margin-top:32px}.HeroSection_btnPrimary__sjcs2{color:#000;background:#fff;padding:0 16px}.HeroSection_btnPrimary__sjcs2,.HeroSection_btnSecondary__p8lR_{display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;height:44px;border-radius:8px;text-decoration:none;white-space:nowrap;line-height:24px}.HeroSection_btnSecondary__p8lR_{gap:6px;color:#ededed;padding-left:16px;padding-right:14px}.HeroSection_pillAnchor__Z_02B{position:absolute;right:6%;bottom:14%;z-index:30;pointer-events:auto}@media (max-width:1023px){.HeroSection_headline__2SxNi{font-size:68px;line-height:74px;letter-spacing:-2px}.HeroSection_statBar__8nY5S{gap:48px;margin-top:36px}.HeroSection_statValue__GEfkS{font-size:26px}}@media (max-width:767px){.HeroSection_hero__8zGhL{height:auto;min-height:0;
    /* !important overrides the global `section { padding: 0 5% !important }`
       rule. Without it, the hero gets 5% horizontal padding which leaves
       the globe stage stopping ~5% short of the viewport edges instead of
       bleeding edge-to-edge. The 5% gutter is reintroduced on `.content`
       below so the headline + CTAs still align with other sections. */padding:0 0 48px!important;display:flex;flex-direction:column;gap:0}.HeroSection_heroInner__yVcxw{display:contents}.HeroSection_globeStage__NwDvF{position:relative;top:auto;bottom:auto;left:auto;right:auto;width:100%;height:380px;order:1;overflow:hidden}.HeroSection_globeStage__NwDvF>div{position:absolute!important;top:10%!important;left:12%!important;width:125%!important;height:125%!important}.HeroSection_blurLayer___xbZk{display:block;z-index:3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);mask-image:radial-gradient(circle 200px at 58% 40%,transparent 0,transparent 50%,#000 100%);-webkit-mask-image:radial-gradient(circle 200px at 58% 40%,transparent 0,transparent 50%,#000 100%)}.HeroSection_blurLayer___xbZk,.HeroSection_vignette__YyHj_{position:absolute;top:0;left:0;right:0;height:380px;pointer-events:none}.HeroSection_vignette__YyHj_{z-index:4;background:radial-gradient(circle 230px at 58% 40%,transparent 0,transparent 38%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.92) 92%,#000 100%),linear-gradient(180deg,transparent 88%,#000)}.HeroSection_content__BTr2_{position:relative;bottom:auto;left:auto;max-width:100%;gap:28px;pointer-events:auto;align-items:flex-start;text-align:left;z-index:5;order:2;padding:0 5%;margin-top:-8px}.HeroSection_headline__2SxNi{font-size:40px;line-height:46px;letter-spacing:-1.2px;text-align:left}.HeroSection_subhead__N_owZ{font-size:16px;line-height:24px;margin-top:16px;text-align:left}.HeroSection_ctas__i2_DF{width:100%;flex-direction:column;gap:10px;align-items:stretch;flex-wrap:nowrap}.HeroSection_btnPrimary__sjcs2,.HeroSection_btnSecondary__p8lR_{width:100%;justify-content:center}.HeroSection_statBar__8nY5S{gap:28px;margin-top:24px}.HeroSection_statValue__GEfkS{font-size:22px;letter-spacing:-.3px}.HeroSection_statLabel__j_org{font-size:10px;letter-spacing:.08em}.HeroSection_pillAnchor__Z_02B{display:none}.HeroSection_sepBar__gOMen{position:static;order:3;margin-top:28px}.HeroSection_sepBarTag__PDRZe{justify-content:flex-start;padding-left:5%;padding-right:5%}.HeroSection_sepTagLeft__9Jq4H{display:none}.HeroSection_sepTagRight__Yj3m1{gap:16px;flex-wrap:nowrap;justify-content:flex-start}.HeroSection_sepTagRight__Yj3m1>span:nth-child(3){display:none!important}}@media (max-width:480px){.HeroSection_headline__2SxNi{font-size:34px;line-height:40px;letter-spacing:-1px}}