:root{--blue:#1f6fe0;--gray:#f3f4f6;--ink:#000;--muted:rgba(0,0,0,.6);--shell:1680px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
button{font:inherit}
.about-shell{width:min(calc(100% - 240px),var(--shell));margin:0 auto}
.about-header{position:absolute;z-index:20;left:0;top:0;width:100%;height:100px;color:#fff;display:flex;align-items:center;padding:0 max(120px,calc((100vw - 1920px)/2 + 120px))}
.about-brand{display:flex;align-items:center;gap:8px;width:180px}
.about-brand img:first-child{width:28px;height:26px}
.about-brand img:last-child{width:116px}
.about-header .about-brand{filter:brightness(0) invert(1)}
.about-nav{display:flex;align-items:center;gap:40px;margin-left:100px;font-size:18px;color:rgba(255,255,255,.78)}
.about-nav a{position:relative;padding-bottom:6px;white-space:nowrap}
.about-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#fff;transform:scaleX(0);transition:transform .2s}
.about-nav a:hover,.about-nav a.active{color:#fff}
.about-nav a:hover:after,.about-nav a.active:after{transform:scaleX(1)}
.about-demo{margin-left:auto;display:flex;align-items:center;justify-content:center;width:196px;height:48px;border-radius:28px;background:#fff;color:var(--blue);font-size:16px;font-weight:700}
.about-menu{display:none}
.about-hero{position:relative;height:700px;overflow:hidden}
.about-hero>img{height:100%;object-fit:cover}
.about-hero-shade{position:absolute;inset:0;background:rgba(0,0,0,.3)}
.about-hero h1{position:absolute;left:max(120px,calc((100vw - 1920px)/2 + 120px));top:505px;margin:0;color:#fff;font-size:54px;line-height:65px;font-weight:400;text-transform:capitalize}
.about-intro{height:801px;position:relative;background:#fff;overflow:hidden}
.about-intro h2{margin:0;padding-top:120px;color:var(--blue);font-size:48px;line-height:58px;font-weight:400;text-transform:capitalize}
.about-fact{position:absolute;left:50%;transform:translateX(-50%);width:min(calc(100% - 240px),1680px);display:grid;grid-template-columns:402px 1fr;gap:40px;align-items:start}
.about-fact-one{top:296px}
.about-fact-two{top:500px}
.about-stat{height:180px;padding:40px;border-radius:20px;background:var(--gray);display:flex;flex-direction:column}
.about-stat strong{color:var(--blue);font-size:64px;line-height:64px;letter-spacing:3.84px}
.about-stat sup{font-size:36px;vertical-align:baseline}
.about-stat span{margin-top:12px;font-size:20px;line-height:24px;color:rgba(0,0,0,.8)}
.about-fact p{margin:0;font-size:20px;line-height:24px;color:var(--muted)}
.about-fact-two>div:last-child p+p{margin-top:32px}
.about-video{height:1080px;position:relative;overflow:hidden;background:#111}
.about-video>img{height:100%;object-fit:cover}
.video-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);cursor:pointer;transition:transform .25s,background .25s}
.video-play span{position:absolute;left:26px;top:20px;border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent}
.video-play:hover{transform:translate(-50%,-50%) scale(1.08);background:var(--blue)}
.about-values{height:300vh;min-height:2160px;position:relative;background:#f6f7f9}
.about-values-sticky{position:sticky;top:0;height:100vh;min-height:720px;overflow:hidden;isolation:isolate}
.value-background{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;pointer-events:none;will-change:opacity,transform}
.value-background-current{opacity:1}
.value-background-next{opacity:0;transform:scale(1.025);transition:opacity .82s cubic-bezier(.22,1,.36,1),transform 1.05s cubic-bezier(.22,1,.36,1)}
.about-values-sticky.is-image-transitioning .value-background-next{opacity:1;transform:scale(1)}
.value-tabs{position:absolute;left:max(120px,calc((100vw - 1920px)/2 + 120px));top:180px;z-index:3;width:340px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.value-tabs button{padding:0;border:0;background:none;color:#8e8e8e;font-size:54px;line-height:65px;cursor:pointer;transition:color .5s cubic-bezier(.22,1,.36,1),font-size .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1)}
.value-tabs button:hover{color:#4f4f4f;transform:translateX(8px)}
.value-tabs button.active{color:#000;font-size:64px;transform:translateX(0)}
.value-panel{position:absolute;right:0;top:0;z-index:2;width:50%;height:100%;overflow:hidden;background:linear-gradient(135deg,rgba(48,122,231,.5),rgba(31,111,224,.66));display:flex;align-items:center;justify-content:center;contain:paint}
.value-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(255,255,255,.12),transparent 46%);pointer-events:none}
.value-panel>p{position:absolute;width:min(560px,70%);margin:0;color:#fff;font-size:20px;line-height:24px;text-align:center;opacity:0;filter:blur(6px);transform:translate3d(0,28px,0);will-change:opacity,transform,filter;transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),filter .64s cubic-bezier(.22,1,.36,1)}
.value-panel>p.active{opacity:1;filter:blur(0);transform:translate3d(0,0,0)}
.value-panel .scroll-down{will-change:opacity,transform;transition:opacity .45s ease,transform .45s ease}
.scroll-down{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);color:#fff;font-size:16px;line-height:30px;text-align:center}
.scroll-down b{display:block;font-size:22px;font-weight:400}

@media (prefers-reduced-motion:reduce){
  .value-background-next,.value-tabs button,.value-panel>p,.value-panel .scroll-down{transition:none}
}
.about-discover{height:1004px;position:relative;overflow:hidden;background:#fff}
.about-discover:before,.about-discover:after{content:"";position:absolute;z-index:2;left:0;width:100%;height:229px;pointer-events:none}
.about-discover:before{top:0;background:linear-gradient(#fff,rgba(255,255,255,0))}
.about-discover:after{bottom:0;background:linear-gradient(rgba(243,244,246,0),#f3f4f6)}
.discover-photo{position:absolute;overflow:hidden;opacity:var(--discover-image-opacity,1);will-change:transform,opacity;transition:opacity .12s linear}
.discover-photo img{height:100%;object-fit:cover}
.discover-photo-left{left:max(120px,calc((100vw - 1920px)/2 + 120px));top:-146px;width:707px;height:485px;transform:translate3d(var(--discover-cursor-x,0px),calc(var(--discover-left-y,0px) + var(--discover-cursor-y,0px)),0)}
.discover-photo-left img{width:149%;max-width:none;margin-left:-24.5%}
.discover-photo-right{right:max(120px,calc((100vw - 1920px)/2 + 120px));top:568px;width:515px;height:873px;transform:translate3d(var(--discover-right-cursor-x,0px),calc(var(--discover-right-y,0px) + var(--discover-right-cursor-y,0px)),0)}
.discover-photo-right img{width:200%;max-width:none;margin-left:-84%}
.discover-copy{position:absolute;z-index:3;left:50%;top:330px;transform:translate3d(-50%,var(--discover-copy-y,0px),0);width:986px;text-align:center;will-change:transform,opacity}
.discover-copy h2{width:931px;margin:0 auto;color:#000;font-size:48px;line-height:58px;font-weight:400;text-transform:capitalize}
.discover-copy p{width:681px;margin:78px auto 0;color:var(--muted);font-size:20px;line-height:24px}
.discover-copy a{display:inline-flex;align-items:center;justify-content:center;height:48px;margin-top:136px;padding:0 40px;border-radius:30px;background:var(--blue);color:#fff;font-size:16px;font-weight:700}
.about-partners{height:1066px;position:relative;overflow:hidden;background:var(--gray);padding-top:120px}
.partner-copy{text-align:center}
.partner-copy h2{margin:0;color:var(--blue);font-size:48px;line-height:58px;font-weight:400;text-transform:capitalize}
.partner-copy p{width:800px;margin:20px auto 0;color:var(--muted);font-size:20px;line-height:24px}
.partner-logo-grid{position:absolute;left:50%;top:330px;transform:translateX(-50%);width:1168px;margin:0;display:grid;grid-template-columns:repeat(4,194px);grid-template-rows:194px 194px;column-gap:137px;row-gap:45px}
.partner-logo{width:194px;height:194px;padding:0;border:0;border-radius:50%;background:transparent;overflow:hidden;cursor:pointer;filter:grayscale(1);opacity:.5;display:flex;align-items:center;justify-content:center;align-self:start;transition:filter .36s ease,opacity .36s ease,background-color .36s ease}
.partner-logo img{width:auto;height:auto;max-width:173px;max-height:42px;object-fit:contain;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.boeing-crop{position:relative;display:block;width:160px;height:40px;overflow:hidden;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.boeing-crop img{position:absolute!important;left:0;top:-75%;width:100%!important;height:250%!important;max-width:none!important;max-height:none!important;object-fit:fill!important}
.partner-logo:nth-child(2) img{width:111px}.partner-logo:nth-child(3) img{width:167px}.partner-logo:nth-child(4) img{width:156px}.partner-logo:nth-child(5) img{width:145px}.partner-logo:nth-child(6) img{width:173px}.partner-logo:nth-child(7) img{width:173px}.partner-logo:nth-child(8) img{width:175px}
.partner-logo:hover,.partner-logo:focus-visible,.partner-logo.selected{filter:none;opacity:1;background:#fff}
.partner-logo:hover img,.partner-logo:focus-visible img,.partner-logo.selected img{transform:none}
.partner-logo:hover .boeing-crop,.partner-logo:focus-visible .boeing-crop,.partner-logo.selected .boeing-crop{transform:none}
.partner-logo:hover .boeing-crop img,.partner-logo:focus-visible .boeing-crop img,.partner-logo.selected .boeing-crop img{transform:none}
.software-strip{position:absolute;left:50%;bottom:118px;transform:translateX(-50%);width:1200px;height:175px;background:#fff;text-align:center}
.software-strip h3{margin:0;padding-top:24px;color:var(--blue);font-size:24px;line-height:27px;text-transform:uppercase}
.software-strip>div{height:84px;margin-top:20px;padding:0 108px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:center}
.software-strip img{max-width:149px;max-height:57px;margin:auto;object-fit:contain}
.about-more{height:858px;position:relative;overflow:hidden;background:#222;color:#fff;scroll-margin-top:80px}
.more-bg{position:absolute;inset:0;height:100%;object-fit:cover}
.more-shade{position:absolute;inset:0;background:rgba(0,0,0,.1)}
.about-more .about-shell{position:relative;z-index:2;padding-top:120px}
.about-more h2{margin:0;color:var(--blue);font-size:48px;line-height:58px;font-weight:400;text-transform:capitalize}
.more-grid{width:1060px;margin:60px 0 0 auto;display:grid;grid-template-columns:repeat(2,520px);gap:20px}
.more-grid a{height:240px;padding:0 40px 38px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(0,0,0,.14));backdrop-filter:blur(30px);display:flex;align-items:flex-end;justify-content:space-between;color:rgba(255,255,255,.62);font-size:24px;line-height:27px;font-weight:700;text-transform:capitalize;transition:background .42s ease,color .32s ease,border-color .32s ease,border-radius .32s ease}
.more-grid a.active,.more-grid a:hover,.more-grid a:focus-visible{border-color:rgba(255,255,255,.55);border-radius:20px;background:#2f7af0;color:#fff}
.more-grid:has(a:hover) a.active:not(:hover){border-color:rgba(255,255,255,.12);border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(0,0,0,.14));color:rgba(255,255,255,.62)}
.more-grid b{display:block;width:24px;height:24px;flex:0 0 24px;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.more-grid b img{width:24px;height:24px;filter:brightness(0) invert(1);opacity:.6}
.more-grid a.active b img,.more-grid a:hover b img,.more-grid a:focus-visible b img{opacity:1}
.more-grid a:hover b,.more-grid a:focus-visible b,.more-grid a.active b{transform:translateX(7px)}

/* Figma 203:55278 — 2026 About page */
.about-intro{height:835px}
.about-stat-grid{display:grid;width:1320px;margin:64px auto 0;grid-template-columns:repeat(3,402px);gap:60px}
.about-stat-grid .about-stat{width:402px;height:180px}
.about-globe{position:relative;height:clamp(760px,100svh,1080px);overflow:hidden;background:#f3f4f6;isolation:isolate}
.about-globe:before{position:absolute;z-index:0;top:-8%;left:50%;width:min(1504px,78.34vw);height:min(1046px,96.86%);background:url("assets/why-world-dots.webp") center top/100% auto no-repeat;content:"";opacity:.38;transform:translateX(-50%);pointer-events:none}
.about-globe-copy{position:absolute;z-index:3;top:48px;left:max(120px,calc((100vw - 1920px)/2 + 120px));display:flex;flex-direction:column;color:var(--blue)}
.about-globe-copy strong{font-size:72px;line-height:78px;letter-spacing:4px}.about-globe-copy sup{font-size:40px}.about-globe-copy span{margin-top:10px;font-size:18px;font-weight:700;letter-spacing:1.2px}
.about-globe-more{position:absolute;z-index:4;top:58px;right:max(120px,calc((100vw - 1920px)/2 + 120px));display:grid;width:188px;height:48px;place-items:center;border-radius:40px;background:var(--blue);color:#fff;font-size:16px;font-weight:700}
.about-globe-stage{--about-globe-size:min(1024px,calc(100svh - 140px),72vw);position:absolute;z-index:2;top:104px;left:50%;width:var(--about-globe-size);height:var(--about-globe-size);transform:translateX(-50%);cursor:grab;touch-action:none;user-select:none}
.about-globe-stage.is-dragging{cursor:grabbing}
.about-globe-fallback,.about-globe-canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.about-globe-canvas{z-index:1;opacity:0;transition:opacity .5s ease}
.about-globe-stage.is-ready .about-globe-canvas{opacity:1}
.about-globe-stage.is-ready .about-globe-fallback{opacity:0}
.about-globe-marker{position:absolute;z-index:3;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:url("assets/figma-about/satellite-point-31677.svg") center/28px 28px no-repeat;cursor:pointer;opacity:0;transform:translate(-50%,-50%);transition:opacity .18s ease,transform .32s cubic-bezier(.22,1,.36,1),filter .32s ease}
.about-globe-stage.is-ready .about-globe-marker:not(.is-behind){opacity:1}
.about-globe-marker.is-behind{pointer-events:none;opacity:0}
.about-globe-marker:hover,.about-globe-marker:focus-visible,.about-globe-marker.is-selected{filter:drop-shadow(0 0 12px rgba(31,111,224,.55));transform:translate(-50%,-50%) scale(1.18);outline:none}
@keyframes aboutSatellitePulse{0%{opacity:.8;transform:scale(.45)}70%,100%{opacity:0;transform:scale(1.65)}}
.about-globe-word{position:absolute;z-index:1;right:0;bottom:-18px;left:0;width:min(1660px,calc(100vw - 240px));height:auto;margin:auto;pointer-events:none;user-select:none}
.about-more h2{text-align:center}
.more-grid{width:1680px;margin:60px auto 0;grid-template-columns:repeat(3,544px);gap:24px}
.more-grid a{height:240px}
@media(hover:hover) and (pointer:fine){
  .about-stat{transition:transform .38s cubic-bezier(.22,1,.36,1)}
  .about-stat:hover{transform:translateY(-5px) scale(1.01)}
  .software-strip img{transition:transform .32s cubic-bezier(.22,1,.36,1),filter .3s ease}
  .software-strip img:hover{transform:scale(1.045);filter:saturate(1.08)}
}
.about-footer{height:477px;position:relative;background:#fff;overflow:hidden}
.about-footer-inner{position:relative;width:min(calc(100% - 240px),1680px);height:436px;margin:auto}
.about-footer-brand{position:absolute;left:0;top:120px}
.about-footer-brand .about-brand{width:281px;gap:14px}
.about-footer-brand .about-brand img:first-child{width:52px;height:48px}
.about-footer-brand .about-brand img:last-child{width:215px}
.about-footer-brand p{width:400px;margin:82px 0 0;color:var(--muted);font-size:16px;line-height:24px}
.about-footer-inner>div:not(.about-footer-brand){position:absolute;top:140px;display:flex;flex-direction:column;gap:16px;font-size:18px;line-height:20px}
.about-footer-inner>div:nth-child(2){left:803px}.about-footer-inner>div:nth-child(3){left:1069px}.about-footer-inner>div:nth-child(4){left:1347px}.about-footer-inner>div:nth-child(5){left:1544px}
.about-footer h4{margin:0 0 4px;color:var(--blue);font-size:16px;line-height:16px;text-transform:capitalize}
.about-copyright{position:absolute;left:0;right:0;bottom:0;height:41px;border-top:1px solid rgba(90,99,106,.1);padding:13px max(120px,calc((100vw - 1920px)/2 + 120px)) 0;display:flex;justify-content:space-between;color:rgba(0,0,0,.4);font-size:14px;line-height:16px}
.about-reveal{opacity:0;filter:blur(8px);transform:translateY(28px);transition:opacity .8s,filter .8s,transform .9s cubic-bezier(.22,1,.36,1)}
.about-reveal.visible{opacity:1;filter:none;transform:none}
.about-reveal.about-text-reveal-parent{opacity:1;filter:none}
.about-text-mask{display:inline-block;overflow:hidden;vertical-align:bottom;padding:.08em 0;margin:-.08em 0;line-height:inherit}
.about-text-word{display:inline-block;opacity:0;filter:blur(3px);transform:translateY(110%);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .92s cubic-bezier(.22,1,.36,1),filter .7s ease;transition-delay:calc(var(--about-reveal-base,0ms) + var(--about-word-index,0) * 32ms);will-change:opacity,transform,filter}
.about-text-reveal.visible .about-text-word,.about-reveal.visible .about-text-word{opacity:1;filter:none;transform:translateY(0)}
.about-hero h1.about-reveal{transform:translateY(28px)}
.about-hero h1.about-reveal.visible{transform:none}
.about-fact.about-reveal{transform:translateX(-50%) translateY(28px)}
.about-fact.about-reveal.visible{transform:translateX(-50%)}
.about-fact.about-reveal.about-text-reveal-parent{transform:translateX(-50%)}
.discover-copy.about-reveal{transform:translate3d(-50%,calc(28px + var(--discover-copy-y,0px)),0)}
.discover-copy.about-reveal.visible{transform:translate3d(-50%,var(--discover-copy-y,0px),0)}
.discover-copy.about-reveal.about-text-reveal-parent{transform:translate3d(-50%,var(--discover-copy-y,0px),0)}
@media(max-width:1280px){
  .about-shell{width:calc(100% - 80px)}
  .about-header{padding:0 40px}.about-nav{gap:22px;margin-left:50px;font-size:15px}.about-demo{width:160px}
  .about-intro{height:auto;padding-bottom:80px}.about-intro h2{padding-top:90px}.about-fact,.about-fact.about-reveal,.about-fact.about-reveal.visible{position:static;transform:none;width:100%;margin-top:48px;grid-template-columns:320px 1fr}.about-stat{width:320px}
  .about-stat-grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.about-stat-grid .about-stat{width:100%}.about-globe-stage{--about-globe-size:min(820px,calc(100svh - 140px),76vw);width:var(--about-globe-size);height:var(--about-globe-size)}.about-globe{height:clamp(700px,100svh,900px)}.about-globe-word{width:calc(100vw - 120px)}.more-grid{width:100%;grid-template-columns:repeat(3,1fr)}
  .about-video{height:70vw;max-height:900px}.about-values{min-height:2160px}.value-panel{right:0;left:auto;width:50%}.value-tabs{left:60px}.value-panel>p{width:70%}
  .discover-photo-left{left:40px}.discover-photo-right{right:40px}.partner-logo-grid{width:900px;grid-template-columns:repeat(4,160px);column-gap:85px}.partner-logo{width:160px}.software-strip{width:calc(100% - 160px)}
  .about-footer-inner{width:calc(100% - 80px)}.about-footer-inner>div:nth-child(2){left:45%}.about-footer-inner>div:nth-child(3){left:60%}.about-footer-inner>div:nth-child(4){left:75%}.about-footer-inner>div:nth-child(5){left:89%}
}
@media(max-width:900px){
  .about-header{position:fixed;height:68px;padding:0 24px;background:rgba(255,255,255,.92);backdrop-filter:blur(15px)}.about-header .about-brand{filter:none}.about-nav,.about-demo{display:none}.about-menu{display:block;margin-left:auto;width:40px;height:40px;border:0;background:none}.about-menu span{display:block;height:1px;background:#111;margin:8px}.about-header.open{height:auto;flex-wrap:wrap}.about-header.open .about-nav{display:flex;order:3;width:100%;flex-direction:column;align-items:flex-start;margin:15px 0 25px;color:#333}.about-header.open .about-nav a.active{color:#000}.about-header.open .about-nav a:after{background:var(--blue)}
  .about-shell{width:calc(100% - 40px)}.about-hero{height:560px}.about-hero h1{left:24px;top:auto;bottom:55px;font-size:42px}.about-intro h2{font-size:36px;line-height:44px}.about-fact{display:block}.about-stat{width:100%;height:150px;padding:28px}.about-stat strong{font-size:52px;line-height:56px}.about-fact p{margin-top:24px;font-size:17px;line-height:25px}.about-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:42px}.about-stat-grid .about-stat{height:150px}.about-globe{height:760px}.about-globe-copy{top:70px;left:24px}.about-globe-copy strong{font-size:54px;line-height:60px}.about-globe-more{top:78px;right:24px;width:150px}.about-globe-stage{top:170px;width:650px;height:650px}.about-globe-word{bottom:0;width:calc(100vw - 40px)}
.about-video{height:62vw;min-height:320px}.about-values{height:760px;min-height:760px}.about-values-sticky{position:relative;height:760px;min-height:0}.value-tabs{left:24px;top:70px}.value-tabs button,.value-tabs button.active{font-size:38px;line-height:48px}.value-panel{right:0;left:auto;top:310px;width:100%;height:450px}.value-panel>p{width:calc(100% - 60px);font-size:17px;line-height:25px}
  .about-discover{height:930px}.discover-photo-left{left:0;top:0;width:52%;height:260px}.discover-photo-right{right:0;top:670px;width:46%;height:400px}.discover-copy{top:285px;width:calc(100% - 40px)}.discover-copy h2{width:auto;font-size:35px;line-height:43px}.discover-copy p{width:auto;margin-top:32px;font-size:17px;line-height:25px}.discover-copy a{margin-top:40px}
  .about-partners{height:auto;padding:80px 20px}.partner-copy h2{font-size:38px}.partner-copy p{width:auto;font-size:17px;line-height:25px}.partner-logo-grid{position:static;transform:none;width:100%;margin-top:50px;grid-template-columns:repeat(2,1fr);grid-template-rows:none;gap:12px}.partner-logo,.partner-logo:hover,.partner-logo:focus-visible,.partner-logo.selected{width:100%;height:120px}.software-strip{position:static;transform:none;width:100%;height:auto;margin-top:40px;padding-bottom:20px}.software-strip>div{height:auto;padding:0 20px;grid-template-columns:repeat(2,1fr);gap:20px}
  .about-more{height:auto;min-height:900px}.about-more .about-shell{padding-top:70px}.about-more h2{font-size:38px}.more-grid{width:100%;margin-top:40px;grid-template-columns:1fr;gap:14px}.more-grid a{width:100%;height:150px}
  .about-footer{height:auto}.about-footer-inner{width:calc(100% - 40px);height:auto;padding:70px 0 50px;display:grid;grid-template-columns:repeat(2,1fr);gap:42px 24px}.about-footer-brand,.about-footer-inner>div:not(.about-footer-brand){position:static}.about-footer-brand{grid-column:1/-1}.about-footer-brand p{width:auto;margin-top:34px}.about-footer-inner>div:not(.about-footer-brand){font-size:15px}.about-copyright{position:static;height:auto;padding:20px;gap:20px;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){.discover-photo,.discover-copy{transform:none!important}.discover-copy{transform:translateX(-50%)!important}.about-text-word{opacity:1;filter:none;transform:none;transition:none}}
