:root{--bg-dark: #0a0a0a;--bg-darker: #000000;--bg-gray: #1a1a1a;--text-white: #ffffff;--text-light: #e0e0e0;--cyan: #00D9FF;--cyan-dark: #00a8cc;--green: #00FF00;--green-bright: #39ff14;--transition: all .3s ease}@font-face{font-family:Avenir LT Pro Medium;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-white);background:transparent;overflow-x:hidden;position:relative;isolation:isolate}body:before{content:"";position:fixed;top:-35%;right:-35%;bottom:-35%;left:-35%;background:radial-gradient(36% 36% at 50% 50%,#ffffff2e,#ffffff14 28%,#fff0 58%),radial-gradient(22% 22% at 35% 65%,#ffffff1f,#fff0 60%);filter:blur(28px);opacity:.55;mix-blend-mode:screen;pointer-events:none;z-index:-1;animation:spotlightDrift 26s ease-in-out infinite alternate}@keyframes spotlightDrift{0%{transform:translate(-12%,-8%) scale(1.05) rotate(-6deg)}20%{transform:translate(10%,-4%) scale(1.08) rotate(-2deg)}40%{transform:translate(22%,14%) scale(1.02) rotate(3deg)}60%{transform:translate(-6%,22%) scale(1.06) rotate(-1deg)}80%{transform:translate(14%,-2%) scale(1.04) rotate(4deg)}to{transform:translate(-16%,-10%) scale(1.07) rotate(-5deg)}}.container{max-width:1400px;margin:0 auto;padding:0 40px}.navbar{position:fixed;top:0;left:0;right:0;background:transparent;z-index:1000;border-bottom:none;transition:background .3s ease;isolation:isolate}.navbar:before{content:"";position:absolute;top:0;left:-46px;width:calc(100% + 92px);height:70px;background:linear-gradient(180deg,#000,#000 35%,#0000);filter:blur(20px);opacity:1;pointer-events:none;z-index:-1}.navbar.navbar-on-light{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;box-shadow:none}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo{display:flex;align-items:center;gap:0px}.logo svg{width:160px;height:auto;display:block}.logo-icon{position:relative;width:60px;height:60px;flex-shrink:0}.logo-icon .c-outer{position:absolute;width:54px;height:54px;border:2.5px solid #fff;border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;top:3px;left:3px}.logo-icon .c-middle{position:absolute;width:44px;height:44px;border:2.5px solid #00e5e5;border-right-color:transparent;border-radius:50%;top:8px;left:8px}.logo-icon .c-inner{position:absolute;width:34px;height:34px;border:2.5px solid #00e5e5;border-right-color:transparent;border-radius:50%;top:13px;left:13px}.logo-icon .arrow-line{position:absolute;width:28px;height:2.5px;background:#00e5e5;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-12deg);border-radius:2px}.logo-icon .arrow-line:after{content:"";position:absolute;width:7px;height:2.5px;background:#00e5e5;right:-1px;top:-3px;transform:rotate(55deg);border-radius:2px}.logo-text{font-size:1.6rem;font-weight:400;color:var(--text-white);text-decoration:none;letter-spacing:.3px;text-transform:lowercase;font-family:Poppins,Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;text-shadow:0 0 8px rgba(255,255,255,.2);transition:var(--transition);line-height:1}.logo-text:hover{text-shadow:0 0 12px rgba(255,255,255,.4)}.nav-menu{display:flex;list-style:none;gap:1.5rem;align-items:center;margin-left:300px;--nav-link-min-width: 120px}.nav-menu .nav-link{min-width:var(--nav-link-min-width);justify-content:center}.nav-link{text-decoration:none;color:var(--text-white);font-weight:500;font-size:.85rem;padding:.5rem 1.3rem;border:1px solid var(--text-white);border-radius:20px;transition:var(--transition);display:flex;align-items:center;gap:6px;position:relative}.nav-link:hover{background:#ffffff1a;border-color:var(--cyan)}.navbar.navbar-on-light .nav-link,.navbar.navbar-on-light .btn-get-touch{background:transparent;border-color:var(--text-white);box-shadow:none;color:var(--text-white)}.navbar.navbar-on-light .nav-link:hover,.navbar.navbar-on-light .btn-get-touch:hover{background:#ffffff14;border-color:var(--cyan);box-shadow:none}.nav-link.active{border-color:var(--cyan)}.nav-dot{width:8px;height:8px;background:var(--cyan);border-radius:50%;display:inline-block;box-shadow:0 0 10px var(--cyan);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.btn-get-touch{padding:.75rem 1.6rem;min-width:220px;background:transparent;color:var(--text-white);text-decoration:none;font-family:Avenir LT Pro Medium,Avenir,Inter,Segoe UI,sans-serif;font-weight:700;font-style:normal;font-size:17.76px;line-height:22.89px;letter-spacing:0;text-align:justify;vertical-align:middle;border-radius:9999px;transition:var(--transition);border:1px solid var(--text-white);margin-left:6.75rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding-top:calc(.75rem + 2px);padding-bottom:calc(.75rem - 2px)}.navbar .btn-get-touch{position:relative;top:-8px}.btn-get-touch:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.nav-link.liquid-fill,.btn-get-touch.liquid-fill{--liquid-color: #00e5e5;position:relative;overflow:hidden;isolation:isolate;background:transparent}.nav-link.liquid-fill:before,.nav-link.liquid-fill:after,.btn-get-touch.liquid-fill:before,.btn-get-touch.liquid-fill:after{content:"";position:absolute;inset:-42% -28% auto -28%;height:210%;background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.24) 12%,transparent 13%),radial-gradient(circle at 78% 26%,rgba(255,255,255,.16) 10%,transparent 12%),var(--liquid-color);background-size:160% 160%;background-repeat:no-repeat;background-position:0 0,100% 18%,center;transform:translateY(118%) translate(-10%) rotate(-2deg);transition:transform .95s cubic-bezier(.19,1,.22,1);animation:liquidMove 7s linear infinite;z-index:-1;pointer-events:none;clip-path:polygon(0 24%,24% 18%,50% 22%,76% 16%,100% 22%,100% 100%,0 100%)}.nav-link.liquid-fill:after,.btn-get-touch.liquid-fill:after{filter:blur(14px);opacity:.55;animation-duration:9s;animation-direction:reverse;transition-duration:1.05s;transition-delay:80ms}.nav-link.liquid-fill:hover,.btn-get-touch.liquid-fill:hover{background:transparent;border-color:var(--liquid-color);color:var(--text-white);box-shadow:0 8px 28px #00e5e526}.nav-link.liquid-fill:hover:before,.nav-link.liquid-fill:hover:after,.btn-get-touch.liquid-fill:hover:before,.btn-get-touch.liquid-fill:hover:after{transform:translateY(-4%) translate(0) rotate(0);animation:liquidMove 7s linear infinite,liquidWaveTop 1.6s ease-in-out infinite}@keyframes liquidMove{0%{background-position:0 0,100% 18%,center}50%{background-position:18% 10%,82% 26%,center}to{background-position:0 0,100% 18%,center}}@keyframes liquidWaveTop{0%{clip-path:polygon(0 24%,24% 18%,50% 22%,76% 16%,100% 22%,100% 100%,0 100%)}50%{clip-path:polygon(0 20%,24% 16%,50% 24%,76% 14%,100% 20%,100% 100%,0 100%)}to{clip-path:polygon(0 24%,24% 18%,50% 22%,76% 16%,100% 22%,100% 100%,0 100%)}}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;background:transparent;border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hamburger span{width:25px;height:2px;background:var(--text-white);border-radius:2px;transition:var(--transition)}.nav-menu-cta{display:none}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding-top:100px;padding-bottom:40px;overflow:hidden;background:#000}.hero>.container{width:100%;margin-inline:auto;padding-inline:clamp(20px,6vw,120px);max-width:1720px}.background-shapes{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden;width:100%;height:100%;animation:heroSmartAnimate 4s cubic-bezier(.16,1,.3,1) infinite alternate;animation-delay:4s;transform-origin:center;will-change:transform}.hero-bg{position:absolute;border-radius:50%;filter:blur(0px);pointer-events:none;z-index:0}.hero-bg-1{width:1069px;height:1189px;top:-366px;left:-335px;opacity:1;background:radial-gradient(138.88% 203.26% at 40.27% 50.04%,#0c0c0c 36.08%,#01cdfd);transition:background .9s ease}.hero-bg-2{width:1126px;height:1067px;top:46px;left:771px;opacity:1;background:radial-gradient(109.9% 170.42% at 50% 50%,#000,#fff9)}.hero-bg-1.gradient-0{background:radial-gradient(138.88% 203.26% at 40.27% 50.04%,#0c0c0c 36.08%,#1366792f)}.hero-bg-1.gradient-1{background:radial-gradient(87.89% 231.61% at 40.27% 50.04%,#0c0c0c 36.08%,#fc969178)}.hero-bg-1.gradient-2{background:radial-gradient(120% 190% at 48% 52%,#050505 30%,#6f58ff40)}.hero-bg-1.gradient-3{background:radial-gradient(128% 200% at 42% 50%,#040405 32%,#002e826b)}.bg-svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.bg-shape{display:none}@keyframes heroSmartAnimate{0%{transform:translateZ(0) scale(1)}35%{transform:translate3d(-8px,-6px,0) scale(1.012)}60%{transform:translate3d(10px,8px,0) scale(.995)}to{transform:translate3d(0,2px,0) scale(1.006)}}.hero-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,rgba(255,255,255,.08) 0%,rgba(255,255,255,.03) 40%,transparent 70%);z-index:1;pointer-events:none}.hero-content{display:flex;flex-direction:column;gap:0;position:relative;z-index:3;min-height:calc(100vh - 140px);justify-content:space-between}.hero-main-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:15px;flex:1;min-height:calc(100vh - 140px)}.hero-left-section{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(48px,8vh,140px);height:100%;padding-top:0}.hero-right-section{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:3}.hero-text-wrapper{display:flex;flex-direction:column;position:relative;align-items:flex-start;justify-content:flex-start;width:100%}.hero-text{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:0}.hero-title{font-size:4rem;font-weight:700;line-height:.9;color:var(--text-white);letter-spacing:-2px;position:relative;width:min(58ch,100%);min-height:clamp(110px,10vw,180px);height:auto;top:auto;left:auto;opacity:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;margin-top:0;transform:rotate(0)}.hero-title br{line-height:0;margin:0;padding:0;height:0;display:block;content:""}.text-line{line-height:.5}.text-line .line-1,.text-line .line-2{display:block;line-height:1;margin:0;padding:0}.text-line .line-1{font-family:Avenir LT Pro Medium,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:48px;line-height:1.4;letter-spacing:-.02em;text-align:left;vertical-align:middle;margin-bottom:0;padding-bottom:0}.text-line .line-2{font-family:Asul,serif;font-weight:700;font-style:normal;font-size:64px;line-height:1;letter-spacing:0;text-align:left;vertical-align:middle;margin-top:0;padding-top:0}.text-line{position:absolute;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,transform .6s ease;top:0;left:0;right:0;width:100%;text-align:left}.text-line-inline .line-1,.text-line-inline .line-2{display:inline}.text-line-inline{display:inline-block;white-space:nowrap}.text-line.active{opacity:1;visibility:visible;transform:translateY(0);position:relative;z-index:1}.text-line .line-1,.text-line .line-2{display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;min-height:400px;isolation:isolate}.hero-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:clamp(400px,26vw,760px);height:clamp(450px,30vw,880px);object-fit:cover;opacity:0;transition:opacity .8s ease,transform .8s ease;border-radius:0;pointer-events:none;z-index:2}.hero-image.active{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:auto;z-index:3}@media (min-width: 1440px){.hero-bg-1{--bg1-w: clamp(1069px, 70vw, 1800px);--bg1-h: clamp(1189px, 78vw, 2000px);width:var(--bg1-w);height:var(--bg1-h);top:clamp(-560px,-22vw,-360px);left:calc(14vw - (var(--bg1-w) / 2))}.hero-bg-2{--bg2-w: clamp(1126px, 72vw, 1900px);--bg2-h: clamp(1067px, 68vw, 1850px);width:var(--bg2-w);height:var(--bg2-h);top:clamp(-40px,3vw,140px);left:calc(93vw - (var(--bg2-w) / 2));right:auto}}@media (min-width: 1600px){.hero>.container{max-width:1680px;padding-left:clamp(40px,4vw,96px);padding-right:clamp(40px,4vw,96px)}.hero-main-row{grid-template-columns:minmax(620px,720px) 1fr;gap:clamp(4rem,5vw,7rem)}.hero-right-section{justify-content:flex-end}.hero-image-container{min-height:clamp(460px,34vw,820px)}.hero-image{width:clamp(420px,30vw,780px);height:clamp(440px,28vw,760px);left:50%;right:auto;transform:translate(-50%,-50%) scale(.95)}.hero-image.active{transform:translate(-50%,-50%) scale(1)}}@media (min-width: 1920px){.hero>.container{max-width:1900px}.hero-main-row{gap:clamp(5rem,6vw,8rem)}}@media (min-width: 1200px){.hero-main-row{grid-template-columns:repeat(12,1fr);gap:clamp(32px,4vw,72px);align-items:center}.hero-left-section{grid-column:2 / span 5;align-items:flex-start}.hero-right-section{grid-column:7 / span 5;justify-content:flex-end}.hero-image-container{min-height:clamp(420px,28vw,780px);justify-content:flex-end}.hero-image{left:auto;right:0;transform:translateY(-50%) scale(.95)}.hero-image.active{transform:translateY(-50%) scale(1)}}@media (min-width: 1200px) and (max-width: 1599px){.hero>.container{padding-inline:clamp(20px,4vw,72px)}.hero-left-section{grid-column:1 / span 6}.hero-right-section{grid-column:7 / span 6}}@media (min-width: 1600px){.hero-image{right:-40px!important}}@media (min-width: 2560px){.hero>.container{max-width:2000px}.hero-bg-1{--bg1-w: clamp(1400px, 50vw, 2200px);--bg1-h: clamp(1500px, 54vw, 2400px);width:var(--bg1-w);height:var(--bg1-h);top:clamp(-620px,-16vw,-340px);left:calc(14vw - (var(--bg1-w) / 2))}.hero-bg-2{--bg2-w: clamp(1500px, 52vw, 2300px);--bg2-h: clamp(1400px, 48vw, 2200px);width:var(--bg2-w);height:var(--bg2-h);top:clamp(-40px,2vw,220px);left:calc(93vw - (var(--bg2-w) / 2));right:auto}.hero-image{width:clamp(640px,26vw,1040px);height:clamp(620px,24vw,920px)}}.solutions{padding:0;background:transparent;position:relative;margin-top:1rem;margin-bottom:0;z-index:2;width:100%;max-width:100%}.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;align-items:start;max-width:100%;justify-items:center}.solution-card{background:transparent;padding:0;border-radius:0;transition:var(--transition);animation:fadeInUp 1s ease backwards;height:auto;max-height:120px;width:100%}.solution-card:nth-child(1){animation-delay:.1s}.solution-card:nth-child(2){animation-delay:.2s}.solution-card:nth-child(3){animation-delay:.3s}.solution-card:nth-child(4){animation-delay:.4s}.solution-card:hover{transform:translateY(-1px)}.solution-top-bar{width:170px;max-width:100%;height:7px;background:#c8c8c81a;margin-bottom:.5rem;border-radius:30px;position:relative;overflow:hidden}.solution-green-accent{position:absolute;left:0;top:0;width:0;height:7px;background:var(--green);box-shadow:0 0 4px var(--green);border-radius:30px;opacity:1;transition:width .3s ease}.solution-green-accent.animating{width:100%;transition:width 4s linear}.solution-green-accent.completed{width:100%;transition:width .3s ease}.solution-green-accent.reset{width:0;transition:width .3s ease}.solution-title{font-size:.82rem;font-weight:600;color:var(--text-white);margin-bottom:.25rem;letter-spacing:.3px;line-height:1.1;outline:none;border:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.solution-separator{display:none}@keyframes separatorGlow{0%,to{box-shadow:0 0 4px var(--green)}50%{box-shadow:0 0 8px var(--green),0 0 12px var(--green)}}.solution-text{font-size:.7rem;line-height:1.4;color:var(--text-light);font-weight:300;margin:0;display:block;overflow:visible}.generative-text-section{position:relative;background:linear-gradient(135deg,#fff,#fff5e6,#ffe5cc);padding:0;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;min-height:500px}.generative-text-section:after{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(72% 72% at 18% 24%,#934d3429,#dd3f3f00 55%),radial-gradient(60% 60% at 78% 70%,#af70601f,#00d9ff00 65%);filter:blur(18px);pointer-events:none;mix-blend-mode:screen;z-index:0}.generative-text-wrapper{width:1440px;height:466px;position:relative;top:0;left:0;margin:0 auto;padding:0}.generative-text-wrapper:after{content:"";position:absolute;left:3200px;right:1000px;bottom:0;height:100px;background:radial-gradient(90% 140% at 55% 100%,#ba696947,#0000 70%);mix-blend-mode:multiply;pointer-events:none;z-index:0}.generative-image-container{position:absolute;width:100%;height:100%;top:0;left:0}.generative-section-image{width:540px;height:349px;position:absolute;top:65px;left:4px;transform:rotate(0);opacity:1;object-fit:cover;border-radius:0;z-index:1}.generative-content-container{position:absolute;width:100%;height:100%;top:0;left:0}.generative-text{width:936px;height:310.2272644042969px;position:absolute;top:70px;left:580px;transform:rotate(0);opacity:1;font-family:Gothic A1,sans-serif;font-weight:400;font-style:normal;font-size:30px;line-height:42px;letter-spacing:0%;color:#323030;text-align:left;margin:0;padding:0;z-index:2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}.text-brand{font-family:Gothic A1,sans-serif;font-weight:400;font-style:SemiBold;font-size:30x;line-height:52.05px;letter-spacing:0%;color:#169fab}.text-highlight{font-family:Gothic A1,sans-serif;font-weight:400;font-style:normal;font-size:30px;line-height:52.05px;letter-spacing:0%;background:#169fab;color:#fff;display:inline-block;margin:4px;padding:0 2px;border-radius:0;box-shadow:0 4px 1.1px #0000004d inset;transition:all .3s ease}.slide-step{transform:translate(-18px);opacity:0;transition:transform .6s cubic-bezier(.22,.68,0,1.01),opacity .55s ease}.slide-step.slide-visible{transform:translate(0);opacity:1}.generative-content-container .rotating-pill{display:inline-flex;align-items:center;padding:0 6px;min-width:340px}.rotating-text{display:inline-block;min-width:320px;text-align:left;transition:opacity .28s ease,transform .45s ease;transform:translateY(0)}.rotating-text.fade-out{opacity:0;transform:translateY(-14px)}.rotating-text.fade-in{opacity:1;transform:translateY(0)}.text-highlight.intro-animate{opacity:0;position:relative}.text-highlight.intro-animate:after{content:"";position:absolute;right:-2px;top:0;bottom:0;width:2px;background:#fff;animation:blink 1s infinite;opacity:0;display:none}.text-highlight.intro-animate.generating:after{opacity:1;display:block}.text-highlight.intro-animate.animation-complete:after{display:none;opacity:0}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.text-rotating-highlight{display:inline-block;background:#169fab;color:#fff;padding:4px 8px;border-radius:4px;font-weight:500;margin-left:4px;width:420px;min-width:420px;max-width:420px;text-align:center;transition:opacity .5s ease,transform .5s ease;vertical-align:middle}.text-rotating-highlight.fade-out{opacity:0;transform:translateY(-10px)}.text-rotating-highlight.fade-in{opacity:1;transform:translateY(0)}.text-rotating-word{font-family:Gothic A1,sans-serif;font-weight:670;font-style:normal;font-size:30px;line-height:52.05px;letter-spacing:0%;background:#169fab;color:#fff;display:inline-block;margin:4px;padding:0 2px;border-radius:0;box-shadow:0 4px 1.1px #0000004d inset;min-width:280px;text-align:center;opacity:0;position:relative}.text-rotating-word.visible{opacity:1}.text-rotating-word:after{content:"";position:absolute;right:4px;top:0;bottom:0;width:2px;background:#fff;animation:blink 1s infinite;opacity:0;display:none}.text-rotating-word.generating:after{opacity:1;display:block}.text-rotating-word.animation-complete:after{display:none;opacity:0}.dark-purple-section{background:#180c34;width:100%;padding:4rem 0;position:relative;margin-top:0;overflow:hidden;isolation:isolate}.dark-purple-section:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.45) 50%,rgba(255,255,255,.12) 60%,transparent 75%);background-size:200% 100%;animation:offeringsLineSweep 10s linear infinite;pointer-events:none;opacity:.35;mix-blend-mode:screen;z-index:0}.purple-section-content{position:relative;width:100%;min-height:400px;padding-top:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;z-index:1}.purple-left-section{position:relative;display:flex;flex-direction:column;gap:0;align-items:flex-start;flex:1 1 auto}.offerings-text{font-family:Abhaya Libre,serif;font-weight:500;font-style:Bold;font-size:26.05px;line-height:43.42px;letter-spacing:0%;color:#d343c0}.logo-text-container{display:flex;align-items:flex-start;gap:2rem;width:100%}.services-logo{width:100px;height:100px;object-fit:cover;flex-shrink:0}.services-text-wrapper{flex:1;display:flex;align-items:flex-start;min-height:100px;padding-top:0}.services-text{font-family:Avenir LT Pro Medium;font-weight:500;font-style:normal;font-size:26.01px;line-height:43.68px;letter-spacing:0%;color:#fff;margin:0;padding:0}.services-text .bold-text{font-family:Avenir LT Pro Medium,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-style:normal;font-size:28.01px;line-height:46.68px;letter-spacing:0%}.services-text .blue-bg-text{background:#00d9ff;color:#050202;padding:4px 8px;display:inline-block;margin:0 2px;border-radius:2px}.purple-right-content{flex:0 0 auto;display:flex;align-items:flex-start;min-height:100px;padding-top:0;align-self:flex-start;margin-top:60px}.right-content-wrapper{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.growth-text{font-family:Avenir LT Pro Medium,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:24px;line-height:40px;letter-spacing:0%;color:#fff;margin:0;padding:0;max-width:435px}.view-products-btn{width:251px;height:41px;position:relative;border:.88px solid #54D2F7;border-radius:26.28px;background:transparent;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;cursor:pointer;transition:all .3s ease,box-shadow .3s ease,background .3s ease,transform .3s ease;opacity:1}.view-products-btn:hover{background:#01cdfd1a;border-color:#01cdfd;box-shadow:0;transform:translateY(-1px) scale(1.03)}.btn-text{font-family:Avenir LT Pro Medium,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-style:normal;font-size:13.14px;line-height:28.03px;letter-spacing:0%;text-align:justify;vertical-align:middle;color:#01cdfd;flex:1;text-align:center}.arrow-icon{width:23.9999993973476px;height:23.9999993973476px;transform:rotate(132.87deg);opacity:1;color:#01cdfd;flex-shrink:0}.products-section{width:100%;display:flex;justify-content:center;padding:4rem 0;background:#180c34;position:relative;overflow:hidden;isolation:isolate}.products-section:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:linear-gradient(118deg,transparent 0%,rgba(255,255,255,.08) 38%,rgba(255,255,255,.45) 50%,rgba(255,255,255,.14) 62%,transparent 76%);background-size:210% 100%;animation:productsLineSweep 11s linear infinite;pointer-events:none;opacity:.35;mix-blend-mode:screen;z-index:0}.products-container{width:100%;display:flex;justify-content:center}.fourth-screen-layout{position:relative;width:1379px;max-width:100%;height:629px;background:#361f57;opacity:1;transform:rotate(0);border-radius:24px;overflow:hidden;isolation:isolate;padding:48px;color:#fff;display:flex;flex-direction:column;gap:16px;box-shadow:0 18px 48px #00000040;margin:0 auto;z-index:1}.fourth-screen-layout:before{content:"";position:absolute;top:-35%;right:-35%;bottom:-35%;left:-35%;background:linear-gradient(315deg,#8a38f500 40%,#8a38f52e 47%,#8a38f56b,#8a38f52e 53%,#8a38f500 62%);background-size:200% 200%;background-position:0% 0%;filter:blur(14px);opacity:.75;mix-blend-mode:screen;pointer-events:none;z-index:0;animation:fourthLightSweep 10s linear infinite}.fourth-screen-layout>*{position:relative;z-index:1}@keyframes fourthLightSweep{0%{background-position:110% 110%;transform:translate3d(14%,12%,0)}to{background-position:-10% -10%;transform:translate3d(-14%,-12%,0)}}.products-section:before{content:"";position:absolute;top:-64px;right:-64px;bottom:-64px;left:-64px;pointer-events:none;background:#00000014;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0;animation:products-backdrop-blur 1.2s cubic-bezier(.22,1,.36,1.1) .3s forwards}@keyframes products-backdrop-blur{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);opacity:0}70%{backdrop-filter:blur(110px);-webkit-backdrop-filter:blur(110px);opacity:1}to{backdrop-filter:blur(100px);-webkit-backdrop-filter:blur(100px);opacity:1}}.layout-sidebar{position:absolute;top:198px;left:18px;width:60px;height:auto;opacity:1;transform:none;transform-origin:center;background:#8a38f517;border:none;border-radius:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:37px;padding:16px 12px;box-shadow:0 12px 28px #00000059}.sidebar-icon{color:#e8dcff;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:all .25s ease;opacity:1;position:static;transform:none;flex-shrink:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.sidebar-icon svg{display:block}.sidebar-icon.active{background:#ffffff1f;border-color:#9c5cf6;color:#fff;box-shadow:0 0 0 2px #9c5cf640}.sidebar-icon:focus-visible{outline:2px solid #00ffc3;outline-offset:2px}.fourth-image-card{position:absolute;top:207px;left:111px;width:580px;height:321px;opacity:1;transform:rotate(0);border:1px solid rgba(16,10,66,.853);border-radius:0;overflow:hidden;background:#00000026;box-shadow:0 14px 32px #00000059}.fourth-image{width:100%;height:100%;object-fit:cover;display:block}.fourth-right-card{top:210px;left:727px;width:560px;height:280px;opacity:1;transform:rotate(0);border:none;border-radius:16px;background:none;box-shadow:none;padding:28px 30px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;position:absolute}.fourth-locations-callout{position:absolute;top:30px;left:1028px;width:252px;display:flex;flex-direction:column;gap:30px;opacity:1}.fourth-locations-heading{width:252px;height:21px;font-family:Avenir LT Pro,Avenir Next,sans-serif;font-weight:500;font-style:oblique;font-size:18px;line-height:64px;letter-spacing:0;vertical-align:middle;color:#fff}.fourth-locations-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:144px;height:36.2208595276px;padding:3px 12px;font-family:Avenir LT Pro Light,Avenir Next,sans-serif;font-weight:700;font-style:normal;font-size:11.61px;line-height:24.77px;letter-spacing:0;text-align:center;white-space:nowrap;vertical-align:middle;color:#01cdfd;border:.77px solid rgba(1,205,253,.5);border-radius:23.22px;background:#01cdfd14;transition:transform .2s ease,font-weight .2s ease,box-shadow .2s ease,background .2s ease}.fourth-locations-pill:hover{font-weight:800;transform:scale(1.05);background:#01cdfd29;box-shadow:0 8px 22px #01cdfd66}.fourth-locations-arrow{display:inline-flex;width:18px;height:18px;color:#01cdfd}.fourth-text-anim{display:flex;flex-direction:column;gap:12px;animation-duration:.55s;animation-fill-mode:both;animation-timing-function:ease}.fourth-text-anim.slide-up{animation-name:fourthSlideUp}.fourth-text-anim.slide-down{animation-name:fourthSlideDown}@keyframes fourthSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fourthSlideDown{0%{opacity:0;transform:translateY(-28px)}to{opacity:1;transform:translateY(0)}}.fourth-right-title{width:420px;height:110px;opacity:1;position:absolute;top:-20px;left:20px;font-family:Avenir LT Pro Light;font-weight:300;font-style:normal;font-size:24px;line-height:200%;letter-spacing:5%;vertical-align:middle;color:#fff}.fourth-right-title span{font-family:Avenir LT Pro Medium;font-weight:500;font-style:normal;font-size:32px;line-height:150%;letter-spacing:5%;color:#fff}.fourth-right-title .title-global{background:#81d9f4;color:#000;padding:4px 8px;border-radius:0;display:inline-block}.fourth-right-title .title-delivery{color:#fff}.fourth-right-body{width:520px;height:240px;opacity:.8;position:absolute;top:54px;left:18px;margin:0;font-family:Avenir LT Pro Light;font-weight:200;font-style:normal;font-size:24px;line-height:200%;letter-spacing:5%;vertical-align:middle;color:#fff}.fourth-tagline{position:absolute;top:34px;left:111px;width:367px;height:104px;opacity:1;transform:rotate(0);display:flex;flex-direction:column;justify-content:flex-start;gap:0}.fourth-tagline-why{font-family:Segoe UI,sans-serif;font-weight:400;font-style:italic;font-size:48px;line-height:64px;letter-spacing:0;color:#fff}.fourth-tagline-brand{font-family:Segoe UI,sans-serif;font-weight:700;font-style:normal;font-size:64px;line-height:64px;letter-spacing:0;background:linear-gradient(180deg,#002b4b,#2feeff);-webkit-background-clip:text;background-clip:text;color:transparent}.products-eyebrow{font-family:Avenir Next,Avenir LT Pro,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;letter-spacing:2px;font-size:13px;opacity:.85}.products-title{font-family:Avenir Next,Avenir LT Pro,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:32px;line-height:1.2;margin:0}.products-description{font-family:Avenir Next,Avenir LT Pro,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:18px;line-height:1.5;max-width:720px;opacity:.92}.products-actions{margin-top:auto}.fifth-screen-section{width:100%;display:flex;justify-content:center;padding:2rem 0;background:#180c34;position:relative;overflow:hidden}.fifth-screen-container{width:100%;max-width:1440px;min-height:260px;display:flex;align-items:flex-start;justify-content:flex-start;padding:24px 32px;color:#fff;position:relative;z-index:2}@keyframes textureDrift{0%{transform:translate(-22px,-14px) rotate(-2deg)}50%{transform:translate(6px,4px) rotate(-1deg)}to{transform:translate(22px,14px) rotate(0)}}.fifth-screen-layout{width:1440px;max-width:100%;height:620px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;padding:0;opacity:1}.clients-section{position:relative;width:100%;min-height:1000px;overflow:hidden;background-image:url(/assets/1-DwtL6vGE.png),url(/assets/2-B2d5b-TE.png);background-repeat:no-repeat,no-repeat;background-size:100% 40%,100% 50%;background-position:center top,center 100%;background-color:#fff}.clients-logo-board{position:absolute;right:100px;top:240px;width:908.894px;height:245.326px;display:grid;grid-template-columns:repeat(3,max-content);column-gap:42px;row-gap:28px;align-content:start;justify-content:end;z-index:3;isolation:isolate}.clients-section .clients-logo-board .partner-logo-gcp,.clients-section .clients-logo-board .partner-logo-aws,.clients-section .clients-logo-board .partner-logo-automation,.clients-section .clients-logo-board .partner-logo-workato,.clients-section .clients-logo-board .partner-logo-databricks{width:165px!important;height:52px!important}.clients-section .clients-logo-board .partner-logo-aws{transform:translateY(10px)}.clients-section .clients-logo-board .partner-logo-gcp,.clients-section .clients-logo-board .partner-logo-databricks{transform:translate(-350px,195px)}.clients-section .clients-logo-board .partner-logo-idcs{transform:translate(10px,-120px)}.clients-section .clients-logo-board .partner-logo-ataccama{transform:translate(50px);background:transparent!important}.clients-section .clients-logo-board .partner-logo-automation{transform:translate(-30px,10px)}.clients-section .clients-logo-board .partner-logo-workato{transform:translate(-10px,80px)}.clients-section:before{content:"";position:absolute;top:22%;left:0;right:0;height:30%;background:#fff;clip-path:polygon(0% 68%,100% 0%,140% 100%,0% 100%);pointer-events:none;z-index:1}.clients-diagonal-mask-white{clip-path:polygon(0 82%,100% 35%,100% 100%,0 100%)}.clients-diagonal-mask-teal{background:#0a8c9f;clip-path:polygon(0 82%,100% 35%,100% 100%,0 100%)}.clients-diagonal-mask-purple{background:#2c1648;clip-path:polygon(0 82%,100% 35%,100% 100%,0 100%)}.clients-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000014,#00000029,#0000000f 40%,#0000 55%,#0000);z-index:1}.clients-content{position:relative;z-index:2;padding:60px 80px}.clients-heading{color:#fff;font-family:Segoe UI,sans-serif;font-size:24px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0%;margin-bottom:180px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.clients-heading-clients{font-family:Segoe UI,sans-serif;font-size:24px;font-weight:700;font-style:normal;line-height:100%;letter-spacing:0%}.clients-partnerships{position:absolute;width:auto;height:32.23594284057617px;left:auto!important;right:100px!important;top:550px;transform:none!important;text-align:right;color:#fff;font-family:Segoe UI,sans-serif;font-size:24px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0%;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.25)}.clients-partnerships-highlight{font-weight:700}.clients-trusted-logo-row{position:absolute;left:30px;top:750px;display:grid;grid-template-columns:repeat(3,max-content);grid-auto-rows:70px;column-gap:48px;row-gap:14px;align-items:center;justify-content:start;z-index:2;max-width:calc(100% - 60px);overflow:visible;padding-bottom:0}.clients-trusted-logo-row .trusted-client-logo{width:175px;height:58px;object-fit:contain;flex:0 0 auto}.clients-trusted-logo-row .trusted-client-logo-esg-playbook{grid-column:2;grid-row:1;margin-top:-78px;margin-left:-220px;width:430px!important;height:auto}.clients-trusted-logo-row .trusted-client-logo-petauri{grid-column:1;grid-row:2;margin-top:-48px;margin-left:10px}.clients-trusted-logo-row .trusted-client-logo-qbe{grid-column:3;grid-row:2;margin-top:-48px;margin-left:-230px;width:150px!important}.clients-trusted-logo-row .trusted-client-logo-relm{grid-column:1;grid-row:3}.clients-trusted-logo-row .trusted-client-logo-for{grid-column:2;grid-row:3;margin-left:40px}.clients-trusted-logo-row .trusted-client-logo-comptivia{grid-column:3;grid-row:3;margin-left:60px}.partner-logo{width:175px;height:70px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.12))}@media (max-width: 768px){.clients-content{padding:40px 30px}.clients-heading{margin-bottom:120px}.clients-partnerships{position:static;width:auto;height:auto;margin:-40px 0 60px;display:inline-block}.partner-logo{width:160px;height:48px;transform:none}}.sixth-screen-section{width:100%;background:#180c34;display:flex;justify-content:center;padding:4rem 0}.sixth-screen-container{width:100%;max-width:1440px;padding:0 48px;display:flex;flex-direction:column;gap:24px;color:#fff}.sixth-eyebrow{display:flex;align-items:center;gap:12px}.sixth-ellipse{width:10.878143310546875px;height:10.878143310546875px;border:1.36px solid #D343C0;border-radius:50%;background:transparent;flex-shrink:0}.sixth-eyebrow-text{font-family:Abhaya Libre,serif;font-weight:700;font-style:normal;font-size:26.05px;line-height:43.42px;letter-spacing:0%;color:#d343c0}.sixth-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.sixth-heading-left{display:flex;align-items:center;gap:32px}.sixth-icon-circle{width:100px;height:100px;border:1.36px solid #D343C0;border-radius:50%;background:#d343c014;display:grid;place-items:center;color:#d343c0;flex-shrink:0}.sixth-icon-circle svg{width:52px;height:52px}.sixth-heading{margin:0;width:100%;max-width:471px;height:auto;font-family:Avenir LT Pro Light;font-weight:700;font-style:normal;font-size:35.62px;line-height:60px;letter-spacing:0%;color:#fff}.sixth-heading-chip{display:inline-block;padding:6px 10px;background:#01cdfd;color:#000;font-family:Avenir LT Pro Medium;border-radius:0;font-weight:900}.sixth-heading-by{font-weight:400;color:#fff}.sixth-heading span{font-weight:500}.sixth-card-strip{width:1440px;max-width:100%;height:317px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;overflow:hidden;--sixth-card-duration: 16s}.sixth-card-track{display:flex;gap:var(--sixth-card-gap, 16px);width:max-content;animation:sixth-card-marquee var(--sixth-card-duration, 16s) ease-in-out infinite alternate}@keyframes sixth-card-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - var(--sixth-card-gap, 16px)))}}@media (prefers-reduced-motion: reduce){.sixth-card-track{animation:none}}.sixth-card{--sixth-card-width: 456px;--sixth-card-gap: 16px;width:var(--sixth-card-width);height:252px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:0;flex-shrink:0;opacity:1;display:grid;grid-template-columns:170px 1fr;grid-template-rows:1fr auto;column-gap:24px;align-items:start;padding:16px 16px 20px 0;position:relative}.sixth-card-vector{width:100%;height:calc(100% + 36px);background:url("data:image/svg+xml,%3csvg%20width='240'%20height='320'%20viewBox='0%200%20240%20320'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='tealSwooshGradient'%20x1='0'%20y1='0'%20x2='1'%20y2='0'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0%25'%20stop-color='%230f9aa9'/%3e%3cstop%20offset='100%25'%20stop-color='%2363d6ff'/%3e%3c/linearGradient%3e%3c/defs%3e%3c!--%20Single%20path%20matches%20the%20provided%20silhouette:%20flat%20top/left,%20concave%20bite%20on%20upper%20right,%20round%20bulge%20on%20lower%20right,%20flat%20bottom%20--%3e%3cpath%20d='M0%200H230%20C200%2012%20168%2062%20155%20118%20C155%20168%20215%20190%20230%20210%20C248%20240%20242%20320%20205%20320%20H0Z'%20fill='url(%23tealSwooshGradient)'/%3e%3c/svg%3e") center/cover no-repeat;clip-path:path("M 0,0 L 150,0 C 152,25 175,45 180,70 C 182,85 170,105 155,120 C 145,130 142,145 148,165 C 152,180 158,200 154,220 C 151,235 148,245 150,250 L 0,250 Z");position:relative;overflow:hidden;margin-top:-16px;margin-bottom:-20px;grid-row:1 / span 2;grid-column:1}.sixth-card-ellipse{position:absolute;top:51px;left:12px;width:150px;height:150px;border-radius:50%;background:url("data:image/svg+xml,%3csvg%20width='240'%20height='320'%20viewBox='0%200%20240%20320'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='tealSwooshGradient'%20x1='0'%20y1='0'%20x2='1'%20y2='0'%20gradientUnits='objectBoundingBox'%3e%3cstop%20offset='0%25'%20stop-color='%230f9aa9'/%3e%3cstop%20offset='100%25'%20stop-color='%2363d6ff'/%3e%3c/linearGradient%3e%3c/defs%3e%3c!--%20Single%20path%20matches%20the%20provided%20silhouette:%20flat%20top/left,%20concave%20bite%20on%20upper%20right,%20round%20bulge%20on%20lower%20right,%20flat%20bottom%20--%3e%3cpath%20d='M0%200H230%20C200%2012%20168%2062%20155%20118%20C155%20168%20215%20190%20230%20210%20C248%20240%20242%20320%20205%20320%20H0Z'%20fill='url(%23tealSwooshGradient)'/%3e%3c/svg%3e") center/cover no-repeat;opacity:1;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #00000040;z-index:2}.sixth-card-avatar{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.sixth-card-copy{margin:0;width:100%;min-height:107px;font-family:Avenir Next,Avenir LT Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-style:oblique;font-size:16px;line-height:22px;color:#000;grid-column:2;grid-row:1}.sixth-card-meta{margin-top:8px;display:flex;flex-direction:column;gap:2px;width:100%;grid-column:2;grid-row:2;align-self:end}.sixth-card-name{font-family:Avenir Next,Avenir LT Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:15px;color:#0a0a0a;line-height:20px}.sixth-card-role{font-family:Avenir Next,Avenir LT Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:13px;color:#4a4a4a;line-height:18px}.seventh-screen-section{width:100%;background:#fff;display:flex;justify-content:center;padding:16px 0 20px;margin-top:16px}.seventh-screen-container{width:1426px;max-width:100%;min-height:auto;background:#fff;position:relative;padding:24px 24px 28px;box-sizing:border-box;color:#000}.seventh-content{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.seventh-left{display:flex;flex-direction:column;gap:24px;max-width:520px}.seventh-right{flex:1;display:flex;justify-content:flex-end}.seventh-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.seventh-ellipse-wrap{display:flex;flex-direction:row;align-items:center;gap:8px}.seventh-ellipse{width:10.878143310546875px;height:10.878143310546875px;border:1.36px solid #B40A9E;border-radius:50%;flex-shrink:0}.seventh-ellipse-label{font-family:Avenir LT Pro Medium;font-weight:900;font-size:32px;line-height:20px;color:#b40a9e;margin-top:0}.seventh-icon-row{display:flex;align-items:center;gap:18px}.seventh-icon{width:117px;height:117px;border-radius:50%;background:transparent;display:grid;place-items:center;opacity:1}.seventh-icon-img{width:82px;height:82px;object-fit:contain;display:block}.eighth-screen-section{width:100%;display:flex;justify-content:center;margin-top:0;padding:0;background:#000}.eighth-screen-container{position:relative;width:1440px;max-width:100%;height:623px;background:#000;overflow:hidden}.eighth-image-wrapper{position:absolute;top:22px;left:21px;width:739px;height:556px;overflow:hidden}.eighth-image{width:100%;height:100%;object-fit:cover;border-radius:15px;filter:brightness(.25)}.eighth-image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:15px;background:linear-gradient(180deg,#00000026,#00000073);pointer-events:none}.eighth-text-card{position:absolute;top:212px;left:103px;width:461px;height:160px;background:none;padding:16px 18px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px}.eighth-logo{position:absolute;top:77px;left:117px;width:483.9205px;height:122px;opacity:1;transform:rotate(0)}.eighth-logo svg{width:100%;height:100%;display:block}.eighth-text{font-family:Avenir LT Pro Light,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:200;font-style:normal;font-size:16px;line-height:121%;letter-spacing:0%;vertical-align:middle;color:#f8fbfb;text-align:left}.eighth-nowrap{white-space:nowrap}.eighth-find-container{display:flex;flex-direction:column;align-items:flex-start;gap:0px;margin-top:104px}.eighth-find-label{position:relative;top:-14px;left:-5px;width:89px;height:36px;font-family:Avenir LT Pro Light;font-weight:300;font-style:normal;font-size:15px;line-height:121%;letter-spacing:0%;vertical-align:middle;color:#fff;opacity:1}.eighth-social-row{position:relative;width:102px;height:26.0903px;display:flex;align-items:center;gap:17px;opacity:.5;left:-5px;top:-26px}.eighth-social-icon{width:26px;height:26px;color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.eighth-social-icon svg{width:26px;height:26px;display:block}.eighth-social-facebook svg{width:28px;height:28px}.eighth-contact-card{position:absolute;left:90%;bottom:-178px;transform:translate(-50%);display:flex;flex-direction:column;gap:-6px;align-items:flex-start;justify-content:center;width:320px}.eighth-contact-row{display:inline-flex;align-items:center;gap:-6px;position:relative}.eighth-contact-item{width:46px;height:46px;border-radius:12px;background:0;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:0px solid rgba(255,255,255,.18)}.eighth-contact-item svg{width:22px;height:22px;display:block}.eighth-contact-label{font-family:Avenir LT Pro Light,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:14px;line-height:20px;letter-spacing:0;color:#fff;opacity:1}.eighth-contact-phone{width:138.9976196289px;height:24.7936344147px}.eighth-contact-email{width:156.9328155518px;height:15.7777662277px}.eighth-contact-location{width:169.2632446289px;height:45.079334259px}.eighth-links-card{position:absolute;top:108px;left:914px;width:135px;height:346px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.eighth-links-title{display:flex;align-items:center;gap:8px;width:169px;height:31px;font-family:Avenir LT Pro Light,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:24px;line-height:121%;letter-spacing:0%;color:#fff;margin:0 0 12px}.eighth-links-icon{width:20px;height:20px}.eighth-links-list{margin:0;padding:0 0 0 18px;list-style:disc;font-family:Avenir LT Pro Light,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:14px;line-height:160%;letter-spacing:0%;color:#f8fbfb}.eighth-link{color:#fff;text-decoration:none}.eighth-link:hover,.eighth-link:focus{color:#fff;text-decoration:none}.eighth-help-card{position:absolute;top:150px;left:1094px;width:152px;height:224px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;opacity:1}.eighth-help-title{margin:0 0 10px;font-family:Avenir LT Pro Light,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:16px;line-height:121%;letter-spacing:0%;color:#fff}.eighth-help-list{margin:0;padding:0 0 0 18px;list-style:disc;font-family:Avenir LT Pro Light,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-size:14px;line-height:160%;letter-spacing:0%;color:#fff}.seventh-title-group{display:flex;flex-direction:column;gap:4px}.seventh-title-line{font-family:Avenir LT Pro Medium;font-weight:500;font-size:47.64px;line-height:71.47px;letter-spacing:0%;color:#000}.seventh-title-initiatives{font-family:Avenir LT Pro Medium;font-weight:700;font-size:57.17px;line-height:72.47px;letter-spacing:0%;background:#002b5c;color:#fff;padding:2px 6px}.seventh-description{width:455px;max-width:100%;min-height:239.411px;margin-top:0;font-family:Avenir LT Pro Light,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:17.87px;line-height:29.78px;color:#4e1993;opacity:.8}.seventh-cards-grid{margin-top:40px;display:grid;grid-template-columns:repeat(2,316.7924499512px);grid-template-rows:repeat(2,198.7547149658px);gap:24px 14px;width:fit-content}.seventh-card{width:316.7924499512px;height:198.7547149658px;background:#f7f7f7;border:1px solid #e4e4e4;border-radius:0;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.seventh-card-img{width:100%;height:100%;object-fit:cover;display:block}.seventh-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#00000047,#0000007a);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.seventh-card:hover .seventh-card-overlay{opacity:1;visibility:visible}.seventh-card-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#00000073;border:1.5px solid #ffffff;border-radius:999px;color:#fff;font-family:Avenir LT Pro,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:14px;letter-spacing:.02em;cursor:pointer;pointer-events:auto}.seventh-card-cta-arrow{font-size:16px;line-height:1}.seventh-card-title{font-family:Avenir LT Pro,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:18px;color:#000}.seventh-card-text{margin:0;font-family:Avenir LT Pro,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:15px;line-height:22px;color:#333}@keyframes sixthMarqueeLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}.sixth-highlight-row{display:flex;align-items:flex-start;gap:16px}.sixth-rectangle{width:34px;height:90px;background:#01cdfd;flex-shrink:0}.sixth-quote{margin:0;width:100%;max-width:397px;min-height:82px;font-family:Gothic A1,Avenir Next,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-style:oblique;font-size:20px;line-height:30px;letter-spacing:0%;color:#fff}@media (max-width: 1200px){.hero-title{font-size:3rem}.solutions-grid{grid-template-columns:repeat(2,1fr)}.sixth-screen-container{padding:0 36px}.sixth-highlight-row{gap:14px}.sixth-heading-row{align-items:center}.sixth-card-strip{height:auto}.sixth-card{width:420px;height:230px}}@media (max-width: 768px){.container{padding:0 20px}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background:transparent;width:100%;text-align:center;transition:var(--transition);padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.nav-menu.active{left:0}.nav-menu-cta{display:block}.btn-get-touch{display:none}.hero-main-row{grid-template-columns:1fr;gap:2rem;margin-bottom:30px;min-height:auto}.hero-left-section{gap:2rem}.hero-title{font-size:2.5rem;text-align:center;min-height:100px}.hero-image{width:300px;height:340px}.hero-content{min-height:calc(100vh - 100px)}.solutions-grid{grid-template-columns:1fr;gap:1rem}.solution-card{padding:0}.sixth-heading{font-size:30px;line-height:48px}.sixth-highlight-row{flex-direction:column;align-items:flex-start}.sixth-quote{max-width:100%}.sixth-heading-row{flex-direction:column;align-items:flex-start;gap:16px}.sixth-heading-left{align-items:flex-start}.sixth-card-strip{height:auto}.sixth-card-track{flex-direction:row;align-items:center;width:max-content;gap:var(--sixth-card-gap, 16px);animation:none}.sixth-card{--sixth-card-width: 520px;width:100%;max-width:var(--sixth-card-width);height:220px;padding:0 20px}}@media (max-width: 480px){.hero-title{font-size:2rem}.logo a{font-size:1.2rem}.nav-link{padding:.5rem 1rem;font-size:.85rem}.solution-title{font-size:1.25rem}.hero-image{width:250px;height:280px}.generative-text{font-size:1.5rem;padding:20px 10px}.text-rotating-highlight{width:250px;min-width:250px;max-width:250px}.sixth-heading{font-size:26px;line-height:40px;max-width:100%}.sixth-highlight-row{gap:12px}.sixth-rectangle{height:60px}.sixth-card{height:200px;padding:0 16px}}@media (max-width: 1200px){.generative-text-wrapper{width:100%;max-width:1440px;padding:0 40px}.generative-section-image{width:350px;height:260px;left:40px}.generative-text{width:calc(100% - 450px);left:400px;font-size:28px;line-height:48px;height:auto}.text-brand,.text-highlight{font-size:28px;line-height:48px}}@media (max-width: 768px){.generative-text-section{padding:3rem 0;min-height:auto}.generative-text-wrapper{width:100%;height:auto;position:relative;padding:20px}.generative-section-image{position:relative;width:100%;max-width:470px;height:auto;min-height:300px;top:0;left:0;margin:0 auto 2rem;display:block}.generative-text{position:relative;width:100%;height:auto;top:0;left:0;font-size:20px;line-height:35px;text-align:center}.text-brand,.text-highlight{font-size:20px;line-height:35px}.purple-section-content{flex-direction:column;gap:2rem}.purple-left-content{width:100%;max-width:100%}.services-frame{width:100%;height:auto}.purple-right-content{width:100%;height:auto;position:relative;top:0}.offerings-text{font-size:22px;line-height:36px}.services-text,.services-text .bold-text{font-size:24px;line-height:40px}.growth-text{font-size:20px;line-height:34px}}.layout-cards{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:-5rem;position:relative;z-index:1}.layout-card{position:relative;width:425.88067626953125px;height:462.3px;flex:0 0 425.88067626953125px;background:transparent;border:1px solid #B00AE2;border-radius:16px;box-shadow:0 18px 40px #00000040;padding:36px 24px 24px;color:#0b0b0b;opacity:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1px;overflow:hidden;transition:border .35s ease,box-shadow .35s ease,transform .35s ease}.layout-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:5px;opacity:.9;background:url("/assets/975fac3418bb67f3a8061f686ad9d9de956aaad3%20(3)-CkWoq_Dz.jpg") center/cover no-repeat;background-color:#2b0577;background-blend-mode:multiply;filter:saturate(1.05) brightness(.9);transform:scale(1);transition:opacity .45s ease,filter .5s ease,transform .6s ease;z-index:0}.layout-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:5px;background:linear-gradient(135deg,#e3eeff61,#d1e3ff52 65%,#c1dcff42);opacity:.42;z-index:1;transition:opacity .4s ease,background .4s ease}.layout-card>*{position:relative;z-index:2}.layout-card:hover{border:1px solid transparent;border-image-slice:1;border-image-source:linear-gradient(348.1deg,#B00AE2 .75%,#61057C 117.51%);box-shadow:0 22px 48px #00000059;transform:translateY(-4px)}.layout-card:hover:before{background:url(/assets/ChatGPT%20Image%20Dec%2012_%202025_%2003_57_26%20PM-C4Zz-bZl.png) center/cover no-repeat;opacity:.95;filter:hue-rotate(265deg) saturate(1.6);transform:scale(1.15)}.layout-card:hover:after{background:linear-gradient(180deg,#36116da6,#421e6699 55%,#32174b8c);opacity:.62}.layout-card-header{font-family:Avenir LT Pro Medium,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:22px;line-height:1.3;color:#0b0b0b}.core-offerings-card{align-items:center;text-align:center}.core-offerings-card .layout-card-header,.products-platforms-card .layout-card-header,.ai-offerings-card .layout-card-header{font-family:Avenir LT Pro Medium,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:24px;line-height:29.03px;letter-spacing:0;margin-bottom:58px;color:#0b0b0b}.core-offerings-card .layout-card-header,.products-platforms-card .layout-card-header,.ai-offerings-card .layout-card-header{color:#fff}.layout-card-header span{color:#169fab}.ai-offerings-card .layout-card-header span:first-child{color:#fff}.layout-card-body{font-family:Avenir LT Pro Light,Inter,Segoe UI,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:1.9;color:#fff;text-align:center;max-width:314px;width:100%;opacity:1;margin-bottom:24px}.core-offerings-card,.products-platforms-card,.ai-offerings-card{align-items:center;text-align:center}.layout-card-cta{align-self:center;margin-top:auto;padding:12px 22px;border-radius:40px;background:transparent;border:1px solid rgba(255,255,255,.8);color:#fff;font-family:Avenir LT Pro Light,Avenir Next,Avenir,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;font-style:normal;font-size:14px;letter-spacing:.3px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background .3s ease,border .3s ease,transform .3s ease,box-shadow .3s ease;transform:scale(1);box-shadow:0 0 #380e4b59}.layout-card-cta .cta-arrow-icon{width:16px;height:16px;color:#fff;transition:transform .2s ease;transform:rotate(-50deg)}.layout-card-cta:hover .cta-arrow-icon{transform:rotate(0) translate(2px,-2px)}.layout-card-cta:hover{background:#8a38f514;border-color:#8a38f580;transform:scale(1.04) translateY(-1px);box-shadow:0;font-weight:600}@keyframes offeringsLineSweep{0%{background-position:-60% 0}to{background-position:160% 0}}@keyframes productsLineSweep{0%{background-position:-60% 0}to{background-position:160% 0}}.offerings-bullet{display:flex;align-items:center;gap:12px;margin-bottom:20px}.bullet-dot{width:12px;height:12px;background:#d343c0;border-radius:50%;flex-shrink:0}@media (max-width: 1100px){.nav-wrapper{gap:12px}.nav-menu{margin-left:auto;gap:.75rem}.fourth-screen-layout{height:auto;padding:32px 24px}.fourth-image-card{width:100%}.fourth-image{width:100%;max-height:320px;object-fit:cover;border-radius:14px}.fourth-right-card{width:100%;text-align:center}.layout-sidebar{position:static;width:100%;flex-direction:row;gap:12px;justify-content:center;padding:10px 0;background:transparent;box-shadow:none}.fourth-tagline,.fourth-image-card,.fourth-right-card{position:static;top:auto;left:auto;height:auto;width:100%}.fourth-tagline{margin:0 0 10px;width:auto;align-items:center}.fourth-image-card{max-width:100%}.fourth-right-card{padding:22px 18px}.fourth-right-title,.fourth-right-body{position:static;top:auto;left:auto;width:100%;height:auto}.fourth-right-title{margin:0 0 12px}.fourth-right-body{margin:0;opacity:.9;line-height:1.6}.clients-section{min-height:auto;padding:40px 0 56px;background-size:100% 340px,100% 520px;background-position:center top,center bottom}.clients-section:before,.clients-section:after{display:none}.clients-content{padding:40px 24px 18px}.clients-heading{margin-bottom:22px}.clients-partnerships{position:static;width:auto;height:auto;left:auto;top:auto;transform:none;margin:6px auto 22px;text-align:center;padding:0 24px}.clients-logo-board,.clients-trusted-logo-row{position:static;width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:0 24px;margin:0 auto 18px}.clients-section .partner-logo{position:static!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.clients-logo-board .partner-logo,.clients-trusted-logo-row .trusted-client-logo{width:clamp(140px,22vw,200px);height:auto;max-height:64px;object-fit:contain}.clients-section .clients-logo-board .partner-logo{width:clamp(140px,22vw,200px)!important;height:auto!important;max-height:64px;margin:0!important;transform:none!important}.clients-section .clients-trusted-logo-row .trusted-client-logo{margin:0!important;transform:none!important;width:clamp(140px,22vw,200px)!important;height:auto!important;max-height:64px}.clients-section .clients-trusted-logo-row .trusted-client-logo-esg-playbook{width:clamp(200px,42vw,320px)!important;height:auto!important;max-height:80px}.clients-section .clients-trusted-logo-row .trusted-client-logo-qbe{width:clamp(120px,24vw,180px)!important;height:auto!important;max-height:64px}.sixth-heading-row,.sixth-heading-left{flex-wrap:wrap;gap:18px}.sixth-card-strip{height:auto;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:6px}.sixth-card-track{animation:none;will-change:auto;gap:14px;width:max-content;flex-direction:row;align-items:center}.sixth-card{width:auto;max-width:min(520px,86vw);flex:0 0 auto;scroll-snap-align:start;height:auto;min-height:200px}.eighth-screen-container{height:auto;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;align-items:start}.eighth-image-wrapper{position:static;grid-column:1 / -1;width:100%;height:clamp(240px,42vw,420px)}.eighth-logo{position:static;grid-column:1 / -1;width:min(440px,100%);height:auto}.eighth-text-card{position:static;grid-column:1 / -1;width:100%;height:auto;padding:0}.eighth-nowrap{white-space:normal}.eighth-find-container{margin-top:24px}.eighth-links-card{position:static;grid-column:1;width:100%;height:auto}.eighth-help-card{position:static;grid-column:2;width:100%;height:auto}.eighth-contact-card{position:static;left:auto;bottom:auto;transform:none;width:100%;margin-top:18px;gap:10px}.eighth-contact-row{gap:10px}.eighth-contact-phone,.eighth-contact-email,.eighth-contact-location{width:auto;height:auto}}@media (max-width: 900px){.purple-section-content{flex-direction:column;align-items:center;gap:1.5rem}.purple-left-section,.purple-right-content{width:100%}.right-content-wrapper,.logo-text-container,.services-text-wrapper{text-align:center;align-items:center}.layout-cards{justify-content:center;margin-top:.25rem}.layout-card{flex:1 1 260px;width:100%;max-width:520px;height:auto;min-height:340px;padding:28px 20px;min-width:0;box-sizing:border-box}.layout-card-body{max-width:100%}}@media (max-width: 768px){.dark-purple-section{padding:3rem 0}.purple-section-content{min-height:auto;padding-top:1rem}.logo-text-container{flex-direction:column;align-items:center;text-align:center;gap:16px}.services-logo{width:72px;height:72px}.services-text-wrapper{min-height:0}.services-text{font-size:clamp(18px,5.6vw,24px);line-height:1.55}.purple-right-content{margin-top:0;align-self:center}.right-content-wrapper{width:100%;align-items:center;text-align:center}.growth-text{max-width:100%;font-size:clamp(16px,4.6vw,20px);line-height:1.6}.view-products-btn{width:min(251px,100%)}.dark-purple-section .layout-card-header{margin-bottom:32px}}@media (max-width: 480px){.services-logo{width:64px;height:64px}.services-text{font-size:18px}.dark-purple-section .layout-cards{gap:14px;margin-top:.75rem}}@media (max-width: 320px){.dark-purple-section .container{padding-left:12px;padding-right:12px}.dark-purple-section .layout-cards{padding-left:0;padding-right:0}.layout-card{width:100%;max-width:100%;flex:1 1 100%;padding:20px 14px}.layout-card-body{font-size:16px;line-height:1.7}.layout-card-cta{width:100%;justify-content:center}}@media (max-width: 768px){.nav-menu{background:#000000eb}.fourth-screen-layout{padding:24px 18px}.fourth-tagline,.fourth-right-title,.fourth-locations-heading{text-align:center;justify-content:center}.fourth-locations-callout{align-items:center}.layout-sidebar{flex-wrap:wrap}.fourth-right-title span{font-size:clamp(22px,6vw,30px);line-height:1.25}.fourth-right-body{font-size:clamp(16px,4.2vw,20px)}.clients-logo-board{gap:18px;flex-wrap:wrap;justify-content:center}.clients-logo-board img{flex:0 1 120px}.seventh-screen-section{padding:40px 0}.seventh-content{flex-direction:column;gap:24px}.seventh-cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));width:100%;gap:16px}.seventh-card{width:100%;height:auto;min-height:200px}.eighth-screen-container{position:relative;display:flex;flex-direction:column;gap:20px;padding:24px;height:auto}.eighth-screen-container,.eighth-image-wrapper,.eighth-text-card,.eighth-logo,.eighth-links-card,.eighth-help-card,.eighth-find-container,.eighth-contact-card{position:static}.eighth-image-wrapper{width:100%;height:auto}.eighth-image{height:auto;min-height:220px}.eighth-text-card,.eighth-logo,.eighth-links-card,.eighth-help-card,.eighth-contact-card{width:100%}.eighth-links-card,.eighth-help-card{display:flex;flex-direction:column;gap:8px}}@media (max-width: 560px){.nav-wrapper{flex-wrap:wrap}.layout-card{min-height:0;padding:24px 18px}.layout-card-header{margin-bottom:24px}.growth-text{text-align:center}.fourth-image{max-height:240px}.hero-image{width:240px;height:260px}}@media (max-width: 1100px){.nav-menu{margin-left:0;--nav-link-min-width: 0px;flex-wrap:wrap;justify-content:flex-end}.btn-get-touch{min-width:0;margin-left:0}.hero-left-section{gap:6rem;align-items:center}.hero-title{width:100%;max-width:640px;height:auto;min-height:0;left:0;top:0;margin:0 auto}.text-line .line-1{font-size:clamp(28px,3.6vw,48px);line-height:1.2;text-align:center}.text-line .line-2{font-size:clamp(34px,4.6vw,64px);line-height:1.05;text-align:center}.clients-section{min-height:auto;padding-bottom:48px}.clients-partnerships{position:static;width:auto;height:auto;left:auto;top:auto;transform:none;margin:10px auto 24px;text-align:center;padding:0 24px}.clients-logo-board{position:static;right:auto;top:auto;width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:0 24px;margin:0 auto 22px}}@media (max-width: 768px){.container{padding:0 16px}.navbar:before{left:0;width:100%}.nav-menu{margin-left:0;--nav-link-min-width: 0px}.nav-menu .nav-link{min-width:0}.hero-left-section{align-items:center}.hero-title{width:100%;max-width:560px;height:auto;left:0;top:0}.text-line{text-align:center}.text-line-inline{white-space:normal}.text-line-inline .line-1,.text-line-inline .line-2{display:block}.text-line .line-1{font-size:clamp(24px,5.2vw,34px);line-height:1.25;text-align:center}.text-line .line-2{font-size:clamp(30px,6.4vw,44px);line-height:1.1;text-align:center}.solutions{margin-top:.75rem}.solutions-grid{justify-items:stretch}.solution-card{max-height:none}.solution-top-bar{width:min(170px,62vw);margin-left:auto;margin-right:auto}.solution-title{white-space:normal;overflow:visible;text-overflow:unset;text-align:center}.solution-text{font-size:clamp(12px,3.4vw,14px);line-height:1.55;text-align:center}.hero-right-section{width:100%}.hero-image-container{min-height:320px}.hero-image{left:50%;top:50%;width:min(320px,86vw);height:min(360px,96vw)}.partner-logo{width:clamp(120px,36vw,160px);height:auto;max-height:56px}}@media (max-width: 480px){.text-line .line-1{font-size:clamp(22px,7vw,32px)}.text-line .line-2{font-size:clamp(28px,9vw,40px)}.solution-title{font-size:.9rem;line-height:1.2}.solution-text br{display:none}.hero-image-container{min-height:280px}.hero-image{width:min(260px,84vw);height:min(300px,94vw)}}@media (max-width: 320px){.hero{padding-top:90px}.hero-content,.hero-main-row{min-height:auto}.solution-top-bar{width:min(160px,70vw)}}@media (max-width: 1440px){.generative-text-wrapper{width:100%;max-width:1440px}.generative-text-wrapper:after{left:0;right:0;opacity:.55}}@media (max-width: 1200px){.generative-text-wrapper{height:auto;padding:28px 24px;display:grid;grid-template-columns:minmax(240px,420px) 1fr;gap:24px;align-items:center}.generative-image-container,.generative-content-container{position:static;width:auto;height:auto}.generative-section-image{position:static;width:100%;height:auto;max-height:360px;border-radius:14px;display:block}.generative-text{position:static;width:100%;height:auto;max-width:100%;left:auto;top:auto;font-size:clamp(18px,2.2vw,28px);line-height:1.6}.text-brand,.text-highlight{font-size:inherit;line-height:inherit}.generative-content-container .rotating-pill{min-width:0}.rotating-text{min-width:0;text-align:inherit;display:inline}}@media (max-width: 900px){.generative-text-wrapper{grid-template-columns:1fr;text-align:center}.generative-text{text-align:center}}@media (max-width: 480px){.generative-text-wrapper{padding:20px 14px}.generative-section-image{max-height:280px;border-radius:12px}.generative-text{font-size:18px;line-height:1.65}}@media (max-width: 900px){.sixth-screen-container{padding:0 24px}.sixth-heading-row{flex-wrap:wrap}}@media (max-width: 768px){.sixth-screen-section{padding:3rem 0}.sixth-screen-container{padding:0 16px}.sixth-card-strip{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:6px;height:auto;justify-content:flex-start;scroll-padding-left:16px;scroll-padding-right:16px}.sixth-card-track{flex-direction:row;width:max-content;align-items:center;gap:14px;padding:0 16px;animation:none}.sixth-card{width:min(440px,92vw);max-width:min(440px,92vw);flex:0 0 auto;scroll-snap-align:start;height:230px;min-height:230px;padding:0 18px}.sixth-card-copy{font-size:16px;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-clamp:7;overflow:hidden;max-height:calc(1.6em * 7)}}@media (max-width: 768px){.clients-section{min-height:auto;overflow:hidden;padding:24px 0 36px;background-size:100% 260px,100% 340px;background-position:center top,center bottom}.clients-section:before,.clients-section:after{display:none!important}.clients-content{padding:24px 16px}.clients-heading{margin-bottom:18px;font-size:18px;line-height:1.3}.clients-heading-clients{font-size:18px;line-height:1.3}.clients-partnerships{margin:8px auto 18px;padding:0 16px;text-align:center;font-size:18px;line-height:1.3}.clients-section .clients-logo-board,.clients-section .clients-trusted-logo-row{position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;width:100%!important;height:auto!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:14px!important;padding:0 16px!important;margin:0 auto 14px!important;z-index:3}.clients-section .clients-logo-board .partner-logo{width:clamp(120px,38vw,170px)!important;height:auto!important;max-height:54px;object-fit:contain;margin:0!important;transform:none!important}.clients-section .clients-trusted-logo-row .trusted-client-logo{width:clamp(120px,42vw,190px)!important;height:auto!important;max-height:56px;object-fit:contain;margin:0!important;transform:none!important}.clients-section .clients-trusted-logo-row .trusted-client-logo-esg-playbook{width:clamp(220px,82vw,340px)!important;max-height:72px}.clients-section .clients-trusted-logo-row .trusted-client-logo-qbe{width:clamp(120px,40vw,170px)!important;max-height:56px}}@media (max-width: 560px){.clients-section{background-size:100% 230px,100% 310px}.clients-section .clients-logo-board .partner-logo{width:clamp(110px,44vw,160px)!important;max-height:48px}.clients-section .clients-trusted-logo-row .trusted-client-logo{width:clamp(110px,44vw,170px)!important;max-height:52px}.clients-section .clients-trusted-logo-row .trusted-client-logo-esg-playbook{width:min(300px,92vw)!important;max-height:70px}}@media (min-width: 1101px){.clients-partnerships{position:absolute;left:auto!important;right:100px!important;transform:none!important;text-align:right}}.getintouch-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#090c18b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1200}.getintouch-modal{width:min(1180px,96vw);height:min(720px,92vh);background:#0f1021;border-radius:22px;overflow:hidden;position:relative;box-shadow:0 25px 70px #00000073,0 2px 12px #00000059;animation:getintouch-entrance .32s ease forwards}.getintouch-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border:none;border-radius:50%;background:#0009;color:#fff;font-size:28px;cursor:pointer;line-height:1;display:grid;place-items:center;transition:transform .15s ease,background .15s ease;z-index:2}.getintouch-close:hover{transform:scale(1.05);background:#000000bf}.getintouch-grid{display:grid;grid-template-columns:1.05fr 1fr;height:100%}.getintouch-panel{position:relative;background-size:cover;background-position:center;overflow:hidden}.getintouch-panel--left{color:#f0f3ff}.getintouch-left-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000a6,#0000004d);opacity:.8}.getintouch-left-content{position:relative;z-index:1;padding:48px 42px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:18px;max-width:480px}.getintouch-pill{display:inline-flex;align-items:center;padding:6px 14px;background:#00ffc3e0;color:#032428;font-weight:700;font-size:12px;letter-spacing:.5px;border-radius:12px;text-transform:uppercase;width:fit-content}.getintouch-eyebrow{display:flex;flex-direction:column;font-size:20px;font-weight:700;line-height:1.1;color:#32d4ff}.getintouch-headline{font-size:34px;line-height:1.2;margin:0;color:#f7f8fb}.getintouch-subhead{font-size:15px;line-height:1.6;color:#dce6f3;max-width:520px}.getintouch-panel--right{display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;padding:32px 28px}.getintouch-form-shell{width:100%;max-width:520px;background:#ffffffe6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:20px;padding:28px 28px 32px;box-shadow:0 20px 50px #00000040}.getintouch-form{display:flex;flex-direction:column;gap:16px}.getintouch-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.getintouch-field{display:block}.getintouch-field input,.getintouch-field textarea,.getintouch-field select{width:100%;border:1px solid #a9bbd4;border-radius:10px;padding:12px 14px;font-size:14px;color:#0e1627;background:#fff6f7;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.getintouch-field textarea{resize:vertical;min-height:120px}.getintouch-field input:focus,.getintouch-field textarea:focus,.getintouch-field select:focus{border-color:#7b4bff;box-shadow:0 0 0 3px #7b4bff33}.getintouch-select{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.getintouch-select span{color:#6c7a92;font-size:16px}.getintouch-field select option{background:#f6fbff;color:#0e1627;padding:8px 14px}.getintouch-field select option:hover{background:#83caf3!important;color:#fff!important}.getintouch-field select option:focus,.getintouch-field select option:checked{background:#007bff!important;color:#000!important}.getintouch-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.getintouch-captcha{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;background:#0a0f1d;color:#f6fbff;border-radius:14px;font-size:14px;font-weight:600}.getintouch-captcha input{accent-color:#7b4bff;width:18px;height:18px}.getintouch-submit{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#7b4bff,#3d1bba);color:#fff;border:none;border-radius:999px;padding:12px 22px;cursor:pointer;font-weight:700;font-size:15px;transition:transform .15s ease,box-shadow .15s ease}.getintouch-submit:hover{transform:translateY(-1px);box-shadow:0 10px 25px #7b4bff59}@keyframes getintouch-entrance{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.getintouch-grid{grid-template-columns:1fr}.getintouch-panel--left{min-height:320px}.getintouch-panel--right{padding-top:12px;padding-bottom:28px}.getintouch-left-content{padding:36px 28px}.getintouch-modal{height:auto}}@media (max-width: 640px){.getintouch-row{grid-template-columns:1fr}.getintouch-form-shell{padding:22px 18px}.getintouch-actions{flex-direction:column;align-items:stretch}.getintouch-submit{justify-content:center;width:100%}}.product-page-body .navbar .logo{transform:translate(25px)}.product-card__meta{display:flex;align-items:center;justify-content:flex-start;margin-bottom:6px}.product-card__pill{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:linear-gradient(180deg,#cdd2d8,#a7acb3);color:#0e1a29;font-weight:800;font-size:16px;text-transform:uppercase;letter-spacing:.5px;box-shadow:inset 0 1px #ffffff8c,inset 0 -2px 4px #00000026,0 10px 20px #00000047;border:1px solid rgba(14,26,41,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card__pill--ghost{border:1px solid rgba(14,26,41,.16)}.product-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card__divider{height:1px;width:100%;background:#a6a4a414;margin:12px 0 18px}.product-grid-footer-divider,.product-cta-divider{width:100%;height:1px;background:#ffffff14;margin:18px 0 0}.product-cta-block{width:100%;max-width:1200px;margin:32px auto 24px;padding:clamp(28px,3vw,44px) clamp(16px,2.4vw,32px);text-align:center;display:flex;flex-direction:column;align-items:center;gap:clamp(14px,1.6vw,18px);transform:none}.product-cta__title{margin:0;font-size:clamp(30px,3.4vw,48px);font-weight:800;color:#f5f7fa}.product-cta__subtitle{margin:0;max-width:960px;color:#cdd5e1;font-size:clamp(15px,1.35vw,20px);line-height:1.55}.product-cta__actions{display:flex;gap:clamp(12px,1.6vw,20px);align-items:center;justify-content:center;flex-wrap:wrap}.product-cta__btn{padding:clamp(12px,1.2vw,16px) clamp(20px,2vw,28px);border-radius:999px;border:1px solid rgba(255,255,255,.16);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:clamp(16px,1.2vw,18px);font-weight:800;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-cta__btn--primary{background:#3ac2f6;color:#0b0c10;box-shadow:0 14px 30px #00000059}.product-cta__btn--secondary{background:#0f1117;color:#f5f7fa;border:1px solid rgba(255,255,255,.24)}.product-cta__btn:hover{transform:translateY(-2px);filter:brightness(1.03)}.product-cta__btn:active{transform:translateY(0)}.product-page-body{background:#000}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.product-page{background:#000;color:#e8edf3;padding:clamp(96px,7vw,120px) clamp(16px,4vw,56px) 0;display:grid;grid-template-columns:minmax(0,1fr) clamp(320px,34vw,520px);grid-template-areas:"hero visual" "cats search" "divider divider" "content content";column-gap:clamp(32px,4vw,64px);row-gap:clamp(18px,3vw,34px);align-items:start;box-sizing:border-box;position:relative;overflow:hidden;isolation:isolate}.product-page:before{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;background:radial-gradient(36% 36% at 20% 20%,#aa5cff61,#aa5cff00 60%),radial-gradient(32% 32% at 78% 62%,#743eff52,#743eff00 65%),linear-gradient(120deg,#1205274d,#9650ff00 55%);filter:blur(48px);transform:rotate(8deg);opacity:.85;animation:purpleDiagonalFlow 18s ease-in-out infinite alternate;pointer-events:none;z-index:0}.product-page>*{position:relative;z-index:1}.product-hero{grid-area:hero;max-width:980px;display:flex;flex-direction:column;gap:28px;padding-top:40px;padding-left:44px;flex:1 1 640px;min-width:0}.product-hero__title{margin:0;font-family:Avenir LT Pro Light,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:clamp(56px,6.2vw,96px);line-height:1.05;letter-spacing:0;text-transform:capitalize;text-align:left;vertical-align:middle;width:min(860px,100%);color:#f5f7fa}.product-hero__title-accent{display:block;color:#48d7ff}.product-hero__title-line{display:block;white-space:nowrap}.product-hero__subtitle{margin:0;font-family:Avenir LT Pro Light,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:24px;line-height:45px;letter-spacing:0;text-transform:capitalize;color:#cdd5e1;width:min(768px,100%)}.product-hero__actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:12px}.product-categories-row{grid-area:cats;display:flex;gap:18px;align-items:center;margin-top:0;width:100%;position:relative;z-index:5}.product-tabs-wrapper{position:relative;display:inline-flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:0;width:100%}.product-tabs{display:flex;gap:clamp(18px,3vw,54px);align-items:center;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:8px 0;margin-left:0;flex:0 0 auto}.product-tabs::-webkit-scrollbar{height:6px}.product-tabs::-webkit-scrollbar-thumb{background:#48d3ff4d;border-radius:999px}.product-tab{position:relative;background:transparent;border:none;color:#cdd5e1;font-family:Avenir LT Pro Light,Helvetica Neue,Arial,sans-serif;font-weight:800;font-size:18px;letter-spacing:0;text-transform:none;padding:12px 8px;cursor:pointer;transition:color .12s ease}.product-tab:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:3px;border-radius:999px;background:transparent;transition:background .14s ease,transform .14s ease;transform:scaleX(.4)}.product-tab--wide{padding-left:16px;padding-right:16px}.product-tab--wide-sm{padding-left:14px;padding-right:14px}.product-tab:hover{color:#f5f7fa}.product-tab--active{color:#48d7ff}.product-tab--active:after{background:linear-gradient(90deg,#47d3ff,#7af0ff);transform:scaleX(1)}.product-tab--more{color:#cdd5e1}.product-tab--more:hover,.product-tab--more-active{color:#48d7ff}.product-tab--more-active:after{background:linear-gradient(90deg,#47d3ff,#7af0ff);transform:scaleX(1)}.product-more-layer{position:absolute;top:calc(100% + 12px);left:0;width:940px;max-width:min(100vw - 120px,1120px);z-index:20;pointer-events:none}.product-more-container{position:relative;display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:14px;margin-top:0;padding:24px 26px;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:16px;width:100%;max-width:100%;animation:productMoreContainerEnter .2s ease;box-shadow:0 20px 50px #0000008c,0 0 0 1px #48d3ff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto}@keyframes productMoreContainerEnter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.product-tab--more-item{white-space:nowrap}.product-tab:focus-visible{outline:none;color:#7af0ff}.product-search{width:min(420px,100%);min-width:260px;flex:0 0 auto;height:50px;margin-left:0;justify-self:auto;transform:none;border-radius:50.51px;border:1px solid #7b7f86;background:linear-gradient(135deg,#0c0f15,#0a0c10);display:inline-flex;align-items:center;justify-content:space-between;padding:0 22px 0 28px;box-shadow:0 12px 30px #00000059;gap:14px}.product-right{display:none}.product-search--sidebar{grid-area:search;width:100%;max-width:100%;min-width:0;justify-self:end}.product-search input{flex:1;background:transparent;border:none;outline:none;color:#68d3f3;font-family:Avenir LT Pro Light,Helvetica Neue,Arial,sans-serif;font-size:18px}.product-search input::placeholder{color:#68d3f3;opacity:.85}.product-search__icon{color:#48d3ff;display:inline-flex;align-items:center;justify-content:center}.product-visual{grid-area:visual;width:100%;max-width:100%;flex:0 0 auto;height:clamp(320px,30vw,500px);border-radius:40.89px;overflow:hidden;margin:0;align-self:stretch;justify-self:end;box-shadow:0 22px 38px #00000073}.product-visual img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.15);transform-origin:center}.product-divider{grid-area:divider;margin:5px 0 0;width:min(1400px,100%);height:1px;background:#fff;opacity:.2;justify-self:center}.product-custom-box{grid-area:content;margin-top:4px;width:min(1200px,100%);--product-grid-pad: 30px;min-height:auto;height:auto;position:relative;top:0;left:0;opacity:1;transform:none;margin-left:auto;margin-right:auto;overflow:visible;background:transparent;border:0px;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;padding:24px}.product-categories-row,.product-search--sidebar{align-self:center}.product-card-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:22px;justify-items:stretch;padding-left:var(--product-grid-pad);padding-right:var(--product-grid-pad);box-sizing:border-box}section.product-group[aria-label=Automotive] .product-card-row,section.product-group[aria-label=Insurance] .product-card-row{gap:22px;padding-left:var(--product-grid-pad);padding-right:var(--product-grid-pad)}.product-group{border:none;border-radius:0;padding:0 0 24px;margin-bottom:10px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.product-group__header{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding-left:var(--product-grid-pad);padding-right:var(--product-grid-pad)}.product-group__bullet{width:14px;height:14px;background:#48d7ff;transform:rotate(45deg);border-radius:4px;box-shadow:0 0 12px #48d7ffa6;flex-shrink:0}.product-group__title{margin:0;font-size:20px;font-weight:700;color:#fff;letter-spacing:.2px}.product-card{background:linear-gradient(180deg,#1b1d24,#0f1117);border-radius:0;border:1px solid rgba(255,255,255,.12);overflow:hidden;width:100%;max-width:360px;min-height:360px;box-sizing:border-box;display:flex;flex-direction:column;position:relative;box-shadow:0 14px 32px #00000059;cursor:pointer;height:100%}.product-card[data-slot="2"]{border-radius:0;border-width:1px}.product-card[data-slot="3"],.product-card[data-slot="7"],.product-card[data-slot="10"],.product-card[data-slot="11"],.product-card[data-slot="1"],.product-card[data-slot="2"],.product-card[data-slot="4"],.product-card[data-slot="5"],.product-card[data-slot="6"],.product-card[data-slot="8"],.product-card[data-slot="9"]{max-width:360px}.product-card[data-slot="3"],.product-card[data-slot="5"],.product-card[data-slot="6"],.product-card[data-slot="8"],.product-card[data-slot="7"],.product-card[data-slot="10"],.product-card[data-slot="11"]{min-height:360px;transform:none}.product-card__media{width:100%;height:190px;flex:0 0 190px;background:radial-gradient(120% 120% at 20% 20%,#fffdfd40,#0e121ce6);display:flex}.product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.product-card__content{padding:22px 22px 20px;display:flex;flex-direction:column;gap:14px;flex:1 1 auto}.product-card__title{margin:0;font-size:22px;font-weight:800;color:#f5f7fa}.product-card__description{margin:0;color:#cdd5e1;font-size:14px;line-height:1.6}.product-card__cta{margin-top:auto;align-self:flex-start;margin-left:0;padding:12px 18px;border-radius:999px;border:0px;background:#0f1117;color:#fff;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.product-card__cta:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000059;background:#151822}.product-card__toggle{padding:12px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0f1117;color:#f5f7fa;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.product-card__toggle:hover{transform:translateY(-2px);box-shadow:0 12px 22px #00000059;background:#151822}.product-card-load{display:flex;justify-content:center;padding:8px 0 0}.product-card-load--less{padding-bottom:8px}.demo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.demo-modal{background:#0f1117;border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:28px 32px;width:min(480px,90vw);box-shadow:0 18px 40px #00000073;text-align:center}.demo-modal__title{margin:0 0 12px;font-size:26px;font-weight:800;color:#f5f7fa}.demo-modal__subtitle{margin:0 0 24px;color:#cdd5e1;font-size:16px;line-height:1.6}.demo-modal__actions{display:flex;justify-content:center}.demo-modal__btn{padding:12px 22px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#0b0c10;color:#f5f7fa;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.demo-modal__btn--primary{background:#47d3ff;color:#0b0c10;border-color:#47d3ff;box-shadow:0 12px 26px #00000059}.demo-modal__btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px #00000059}.demo-modal__btn:active{transform:translateY(0)}@media (max-width: 1200px){.product-page{grid-template-columns:1fr;grid-template-areas:"visual" "hero" "cats" "search" "divider" "content";row-gap:16px}.product-cta-block{transform:none}.product-visual,.product-visual img{height:auto}.product-divider{margin-top:28px}.product-custom-box{width:100%;left:0;top:0;padding:16px;height:auto;transform:none;background:transparent;border-radius:0;--product-grid-pad: 16px}.product-card-row{grid-template-columns:repeat(2,minmax(260px,1fr))}section.product-group[aria-label=Automotive] .product-card-row,section.product-group[aria-label=Insurance] .product-card-row{gap:22px;padding-left:var(--product-grid-pad);padding-right:var(--product-grid-pad)}.product-card,.product-card[data-slot="2"],.product-card[data-slot="3"],.product-card[data-slot="5"],.product-card[data-slot="6"],.product-card[data-slot="8"]{width:100%;max-width:none;min-height:0;transform:none;flex-direction:column}.product-card__media{flex:0 0 auto;height:240px;min-height:0}.product-card__content{flex:1 1 auto;height:auto;min-height:0}.product-tabs-wrapper{width:100%}.product-more-layer{width:100%;max-width:none}.product-more-container{grid-template-columns:repeat(2,minmax(140px,1fr))}.product-categories-row{width:100%;flex-wrap:wrap;gap:16px}.product-tabs{width:100%;justify-content:flex-start;gap:22px;flex-wrap:wrap}.product-tab{padding:10px 6px}.product-search{width:min(420px,100%);justify-self:start;transform:none;min-width:260px}}@media (max-width: 1520px) and (min-width: 1201px){.product-page{grid-template-columns:minmax(0,1fr) minmax(320px,520px)}.product-search{transform:none}section.product-group[aria-label=Automotive] .product-card-row,section.product-group[aria-label=Insurance] .product-card-row{padding-right:30px}}@media (max-width: 1024px){.product-card-row{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (max-width: 768px){.product-page-body .navbar .logo{transform:none}.product-page{padding:108px 16px 0;gap:32px}.product-hero{padding-left:0;padding-top:24px}.product-hero__title{font-size:56px;line-height:62px}.product-hero__subtitle{font-size:18px;line-height:30px}.product-categories-row{margin-top:0}.product-tabs{gap:18px;flex-wrap:wrap}.product-divider{width:100%}.product-custom-box{padding:14px;--product-grid-pad: 16px}.product-card-row{grid-template-columns:repeat(2,minmax(160px,1fr))}section.product-group[aria-label=Automotive] .product-card-row{grid-template-columns:repeat(2,minmax(160px,1fr));gap:22px!important}section.product-group[aria-label=Automotive] .product-card-row,section.product-group[aria-label=Insurance] .product-card-row{padding-left:var(--product-grid-pad);padding-right:var(--product-grid-pad)}.product-cta__title{font-size:34px}.product-cta__subtitle{font-size:16px}.product-cta__actions{flex-wrap:wrap}.product-cta__subtitle br{display:none}}@media (max-width: 420px){.product-hero__title-line{white-space:normal}}@media (max-width: 640px){.product-search{width:100%;min-width:0;margin-left:0}}@media (max-width: 480px){section.product-group[aria-label=Automotive] .product-card-row{gap:16px}.product-more-container{grid-template-columns:1fr;padding:16px}.product-hero__title{font-size:44px;line-height:50px}.product-cta-block{padding:24px 16px}.product-cta__actions{flex-direction:column;width:100%}.product-cta__btn{width:100%}}.hero-button{font-family:Avenir LT Pro Light,Helvetica Neue,Arial,sans-serif;font-weight:800;font-size:18px;line-height:1;letter-spacing:0;text-transform:none;border:none;border-radius:999px;padding:20px 38px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.hero-button--primary{background:#47d3ff;color:#0b0c10;box-shadow:0 14px 30px #00000059,0 0 0 3px #0000001f}.hero-button--secondary{background:#050506;color:#f5f5f5;border:2px solid #686b72;box-shadow:0 0 0 3px #ffffff12,0 14px 30px #00000073}.hero-button:hover{transform:translateY(-2px);filter:brightness(1.02)}.hero-button:active{transform:translateY(0)}@keyframes productGradientShift{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes purpleDiagonalFlow{0%{transform:translate(-14%,-14%) rotate(8deg)}50%{transform:translate(6%,6%) rotate(8deg)}to{transform:translate(18%,18%) rotate(8deg)}}@media (min-width: 1024px){.product-page{gap:clamp(56px,4vw,72px)}.product-custom-box{margin-top:28px}}@media (min-width: 1280px){.product-page{padding-left:clamp(56px,4vw,80px);padding-right:clamp(56px,4vw,80px)}.product-tabs{padding-left:clamp(32px,1.8vw,68px)}.product-card-row{grid-template-columns:repeat(3,minmax(260px,360px));justify-content:start}}@media (min-width: 1440px){.product-page{max-width:1600px;margin-left:auto;margin-right:auto;padding-left:clamp(64px,5vw,96px);padding-right:clamp(64px,5vw,96px);column-gap:clamp(64px,5vw,96px);grid-template-columns:minmax(0,1fr) clamp(520px,34vw,680px)}.product-hero{max-width:1040px;gap:clamp(28px,2vw,40px);padding-top:clamp(40px,3vw,64px);padding-left:clamp(44px,3vw,72px)}.product-hero__title{font-size:clamp(88px,5.6vw,104px);line-height:1.05;width:min(860px,100%)}.product-hero__subtitle{font-size:clamp(22px,1.6vw,28px);line-height:1.7;width:min(860px,100%)}.product-hero__actions{gap:24px;margin-top:14px}.product-categories-row{margin-top:0;gap:22px}.product-tabs{gap:clamp(32px,3vw,64px)}.product-search{height:clamp(50px,3.2vw,56px);padding-left:30px;padding-right:24px}.product-divider{width:min(1480px,100%);margin-top:10px}.product-custom-box{width:min(1320px,100%);padding:clamp(24px,2.4vw,44px);gap:clamp(24px,2vw,34px);--product-grid-pad: clamp(30px, 2.2vw, 54px);margin-top:0}.product-card-row{gap:clamp(22px,1.8vw,34px);grid-template-columns:repeat(3,minmax(260px,360px));justify-content:center}.product-card{max-width:360px}.product-card__media{height:clamp(190px,12vw,230px);flex:0 0 auto}.product-card__content{padding:clamp(22px,1.6vw,28px)}.product-visual{height:clamp(420px,26vw,560px)}}@media (min-width: 1440px) and (hover: hover) and (pointer: fine){.hero-button:hover,.product-cta__btn:hover,.product-card__cta:hover,.product-card__toggle:hover,.demo-modal__btn:hover{transform:translateY(-3px)}}@media (min-width: 1600px){.product-custom-box{width:min(1400px,100%)}.product-visual{transform:translate(18px)}}@media (min-width: 1920px){.product-page{max-width:1840px}.product-custom-box{width:min(1560px,100%);--product-grid-pad: clamp(40px, 2.4vw, 72px);margin-top:0}.product-card-row{grid-template-columns:repeat(4,minmax(260px,360px));justify-content:center}}.product-page1{background-color:#1e1d1d;background-image:linear-gradient(190deg,#7b1fa200,#7b1fa200 34%,#7b1fa259,#7b1fa200 66%,#7b1fa200);background-size:260% 260%;animation:productGradientShift 50s ease-in-out infinite;color:#e6e6e6;min-height:280vh;width:100%;padding:24px 24px 200px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (min-width: 1440px) and (min-height: 900px){.product-page1{min-height:100vh;justify-content:flex-start;align-items:stretch}.product-layout{width:100%;padding-top:clamp(24px,4vh,64px)}}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.product-layout{display:flex;justify-content:center;padding:32px 24px 0}.product-bottom{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 24px 0;box-sizing:border-box}.product-bottom .plans-section,.product-bottom .cta-container{max-width:1282px}.product-layout__inner{width:100%;max-width:1282px;min-height:395px;display:flex;gap:20px;border-radius:14px;padding:20px;box-sizing:border-box}.product-layout__left{width:467px;min-height:244px;margin-top:36px;background:none;box-shadow:none;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;gap:12px;padding:26px}.product-layout__right{width:725px;min-height:395px;margin-left:20px;background:none;box-shadow:none;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-right-content{position:relative;width:725px;min-height:395px;height:auto;overflow:visible}.product-right-stack{position:absolute;width:725px;height:395px;left:0;top:0}.product-mobile-hero{width:100%;margin-top:14px}.right-card-main{position:absolute;width:607px;height:300px;left:208px;top:40px;background:#fff;border:2px solid #e5e7eb;border-radius:15px;box-shadow:0 12px 26px #0000003d;overflow:hidden;display:flex;align-items:center;justify-content:center}.right-card-overlay{position:absolute;width:182px;height:280px;left:100px;top:100px;background:transparent;border:none;border-radius:18px;box-shadow:none;overflow:hidden;display:flex;align-items:center;justify-content:center}.right-card-video{width:100%;height:100%;object-fit:cover;border-radius:12px;background:#000}.right-card-video::-webkit-media-controls{display:none!important}.right-card-video::-moz-media-controls{display:none!important}.right-card-video::-ms-media-controls{display:none!important}.right-card-image{width:100%;height:100%;object-fit:cover;border-radius:18px;background:transparent}.product-right-copy{position:relative;margin-left:200px;margin-top:540px;max-width:600px;color:#fff;text-align:left;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:1.5;letter-spacing:.01em}.product-right-copy p{margin:0 0 12px}.growth-section{margin:250px 0 14px}.growth-heading{margin:4px 0 12px;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-size:30px;font-weight:700;letter-spacing:.01em;color:#e6e6e6}.growth-highlight{display:inline-block;padding:4px 8px;margin-left:6px;background:#2dd4ff;color:#0f172a;border-radius:0}.roadmap-section{margin-top:100px;max-width:760px}.roadmap-intro{margin:0 0 14px;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-size:20px;line-height:1.2;color:#dfe4ea}.roadmap-list{display:flex;flex-direction:column;gap:30px;position:relative;padding-left:2px}.roadmap-list:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#6dd5fae6,#6dd5fa14)}.roadmap-item{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:12px;position:relative}.roadmap-item:not(:last-child):after{content:none}.roadmap-node{width:16px;height:16px;border-radius:4px;background:#5ff0ff;border:1px solid rgba(95,240,255,.65);box-shadow:0 0 8px #5ff0ff80,0 0 16px #5ff0ff59;display:inline-block;transform:rotate(45deg)}.roadmap-card{background:radial-gradient(circle at 10% 20%,#ffffff14,#00000073),linear-gradient(135deg,#181818f2,#0a0a0ae6);border:1px solid rgba(123,31,162,.45);border-radius:14px;padding:14px 16px;color:#f1f5f9;font-family:Inter,sans-serif;font-size:14px;font-weight:600;box-shadow:0 0 12px #7b1fa259,1px 12px 24px #00000059}.product-left-panel{width:467px;min-height:171px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;text-align:left;margin-top:-10px;transform:none}.left-growth{width:100%;display:flex;flex-direction:column;gap:6px;margin-top:86px}.product-left-title{margin:0;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-weight:700;font-size:40px;line-height:1;letter-spacing:0;color:#fff}.product-left-subtitle{margin:0;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-weight:500;font-size:20px;line-height:1;letter-spacing:0;color:#fff}.cta-container{width:100%;max-width:960px;height:auto;position:relative;left:0;background:transparent;border:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;opacity:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:44px 32px;margin:34px auto 0}.cta-block{margin-top:0;display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;transform:none}.cta-heading{margin:0;font-family:Segoe UI,Inter,sans-serif;font-size:32px;font-weight:400;font-style:normal;color:#2dd4ff}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;width:198px;height:44px;background:#fff;color:#0f172a;border:none;border-radius:12px;font-family:Segoe UI,Inter,sans-serif;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 10px 22px #00000040;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.cta-btn--flow{position:relative;overflow:hidden;border:2px solid #0f172a;z-index:1;isolation:isolate}.cta-btn--flow:before{content:"";position:absolute;bottom:0;right:0;width:0;height:0;background:#8b5cf6;border-radius:60% 0 0;transform-origin:bottom right;transition:all 9s cubic-bezier(.34,.61,.49,.98);z-index:-1;pointer-events:none}.cta-btn--flow:hover:before,.cta-btn--flow:focus-visible:before,.cta-btn--flow:active:before{width:450%;height:450%;border-radius:40% 0 0}.cta-btn--flow:hover,.cta-btn--flow:focus-visible,.cta-btn--flow:active{color:#fff;outline:none}.cta-btn--flow>*{position:relative;z-index:1}.cta-btn:hover{background:#fff;color:#0f172a;transform:translateY(-1px);box-shadow:0 12px 26px #0000004d,0 0 10px #2dd4ff59}.cta-icon{display:inline-flex;width:22px;height:32px;color:inherit}.product-left-actions{display:flex;gap:16px;flex-wrap:wrap}.product-feature-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px;row-gap:10px;margin-top:250px}.product-value-card{margin-top:32px;width:820px;max-width:none;min-height:467px;background:#000;opacity:1;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 30px #00000059;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.value-card-title{margin:0;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-size:22px;font-weight:700;color:#fff}.value-card-list{display:flex;flex-direction:column;gap:14px}.value-card-item h5{margin:0 0 6px;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-size:16px;font-weight:700;color:#fff}.value-card-item p{margin:0;font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5;color:#dcdcdc}.feature-card{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:239px;height:123px;padding:12px 14px;background:radial-gradient(circle at 10% 20%,#ffffff14,#00000059),linear-gradient(135deg,#181818f2,#0c0c0ce6);border:1px solid rgba(255,255,255,.06);border-radius:14px;box-shadow:0 14px 30px #00000059;color:#fff;transform:rotate(0);opacity:1;text-align:center;position:relative;overflow:hidden;z-index:0;transition:transform .1s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,filter .16s ease}.feature-card:after{content:"";position:absolute;top:-20%;right:-60%;bottom:-20%;left:-60%;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.18) 45%,rgba(255,255,255,.32) 55%,transparent 75%);transform:translate(-120%);animation:featureShimmer 2.6s ease-in-out infinite;pointer-events:none;mix-blend-mode:screen;z-index:0}.feature-card>*{position:relative;z-index:1}.feature-card:hover{transform:translateY(-4px);border-color:#feffff59;box-shadow:0 18px 34px #00000059,0 0 18px #feffff4d;background:linear-gradient(135deg,#282c34b8,#0c0c0cd1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);filter:brightness(1.04)}@keyframes featureShimmer{0%{transform:translate(-120%)}60%{transform:translate(130%)}to{transform:translate(130%)}}.feature-icon{display:inline-flex;width:24px;height:24px;color:#fff;margin-bottom:2px}.feature-icon svg{width:100%;height:100%}.feature-text{font-family:Avenir LT Pro Light,Avenir,Helvetica Neue,sans-serif;font-size:16px;font-weight:700;line-height:1.2;font-style:bold;text-align:center}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111827;border:none;border-radius:12px;padding:10px 16px;width:198px;height:44px;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #0003;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease;position:relative;overflow:hidden;isolation:isolate}.action-btn:hover{background:#2dd4ff;color:#0f172a;box-shadow:0 12px 30px #00000040,0 0 10px #2dd4ff59;transform:translateY(-1px)}.action-icon{display:inline-flex;width:22px;height:22px}.action-icon svg{width:100%;height:100%;display:block;fill:currentColor}.plans-section{margin-top:100px;display:flex;flex-direction:column;gap:32px;width:100%;max-width:100%;margin-left:0;margin-right:0}.plans-header{display:flex;align-items:center;gap:12px}.plans-pill{width:12px;height:42px;background:linear-gradient(180deg,#2be6e0,#4adeff);border-radius:0}.plans-title{margin:0;font-family:Segoe UI,Inter,sans-serif;font-size:32px;font-weight:700;letter-spacing:.01em;color:#f5f7ff}.plans-grid{position:relative;display:grid;width:100%;grid-template-columns:repeat(4,minmax(335px,1fr));gap:14px;align-items:start}.plan-card{--plan-card-shift-x: 0px;position:relative;width:100%;min-height:424px;height:auto;background:#141418e6;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 16px 32px #00000059;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;gap:14px;color:#f5f5f5;opacity:1;transform:translate(var(--plan-card-shift-x)) translateY(0);transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.plans-grid .plan-card:nth-child(n+2){--plan-card-shift-x: 14px}.plan-card__badge{position:absolute;top:20px;right:20px;background:#2dd4ff;color:#0f172a;padding:10px 18px;border-radius:10px;font-family:Segoe UI,Inter,sans-serif;font-weight:700;font-size:16px}.plan-card__title{margin:0 0 14px;font-family:Segoe UI,Inter,sans-serif;font-size:30px;font-weight:700}.plan-card__list{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:12px;font-size:18px;font-weight:500}.plan-card__list li{display:grid;grid-template-columns:26px 1fr;align-items:center;gap:12px}.plan-card__features{margin-top:26px;display:grid;gap:4px}.plans-grid .plan-card:nth-child(1) .plan-card__features,.plans-grid .plan-card:nth-child(2) .plan-card__features{margin-top:26px;transform:none}.plan-card__features-label{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:18px;margin-bottom:2px}.plan-card__feature-text{margin:0;font-size:16px;color:#dcdcdc;line-height:1.35}.plan-card__price{margin-top:0;margin-bottom:10px;line-height:1.25}.plan-card__desc{margin-top:0;margin-bottom:8px;line-height:1.2}.plan-card__feature-item{padding-left:24px;text-indent:-10px}.plan-card__feature-item+.plan-card__feature-item{margin-top:2px}.plan-card__feature-item--support{margin-top:4px}.plan-card__cta{border:none;border-radius:12px;cursor:pointer;background:#fff;color:#0f172a;box-shadow:0 12px 28px #00000040;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.plan-card__cta--icon{position:static;width:72px;height:59.2px;margin-top:auto;align-self:flex-end;transform:none;opacity:1;display:inline-flex;align-items:center;justify-content:center;font-size:0;border-radius:14px;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.plan-card__cta--text{margin-top:auto;align-self:flex-end;min-width:198px;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:Segoe UI,Inter,sans-serif;font-size:16px;font-weight:700}.plan-card__cta--flow{position:relative;overflow:hidden;border:2px solid #0f172a;z-index:1;isolation:isolate}.plan-card__cta--flow:before{content:"";position:absolute;bottom:0;right:0;width:0;height:0;background:#8b5cf6;border-radius:60% 0 0;transform-origin:bottom right;transition:all 1.6s cubic-bezier(.34,.61,.49,.98);z-index:-1;pointer-events:none}.plan-card__cta--flow:hover:before,.plan-card__cta--flow:focus-visible:before,.plan-card__cta--flow:active:before{width:450%;height:450%;border-radius:40% 0 0}.plan-card__cta--flow:hover,.plan-card__cta--flow:focus-visible,.plan-card__cta--flow:active{color:#fff;outline:none}.plan-card__cta--flow>*{position:relative;z-index:1}.plan-card__cta-icon{display:inline-flex;width:22px;height:22px}.plan-card__cta:hover{transform:translateY(-2px);box-shadow:0 16px 32px #00000052}.plan-card__cta--icon:hover{background:#2dd4ff;transform:translateY(-2px)}.plans-grid .plan-card:hover,.plans-grid .plan-card:focus-visible,.plans-grid .plan-card:active{border-color:#00b2ff;box-shadow:0 18px 36px #00b2ff47;transform:translate(var(--plan-card-shift-x)) translateY(-2px);outline:none}@media (max-width: 1400px){.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch}}@media (max-width: 980px){.plans-grid{grid-template-columns:1fr}.plan-card{width:100%;max-width:460px;min-height:404px}}@media (max-width: 1024px){.product-page1{padding:300px 16px 120px;min-height:auto}.navbar.navbar--product:before{opacity:0!important;filter:none!important;background:transparent!important}.feature-card:after{content:none;animation:none;mix-blend-mode:normal}.product-layout__inner{flex-direction:column;gap:18px;padding:16px}.product-layout__left,.product-layout__right{width:100%;margin-left:0;min-height:0}.product-layout__right{justify-content:flex-start;align-items:stretch;text-align:left}.product-right-content{width:100%;height:auto;position:static}.product-right-stack{position:static;width:100%;height:auto}.right-card-main,.right-card-overlay{position:static;left:auto;top:auto;width:100%;height:auto;margin:0}.right-card-main{border-radius:14px;overflow:hidden}.right-card-overlay{max-width:220px;margin:12px 0 0;align-self:flex-start}.product-mobile-hero .product-right-stack{position:relative;width:100%;height:auto;display:flex;justify-content:center}.product-mobile-hero .right-card-main{position:relative;width:100%;max-width:680px;aspect-ratio:16 / 9;height:auto;border-radius:14px;overflow:hidden}.product-mobile-hero .right-card-overlay{position:absolute;width:clamp(120px,38%,220px);aspect-ratio:182 / 280;height:auto;left:12px;bottom:12px;top:auto;margin:0;max-width:none;align-self:unset;pointer-events:none}.product-right-copy{position:static;left:auto;top:auto;max-width:100%;margin:16px 0 0;font-size:16px;padding:0 2px}.product-left-panel{width:100%;transform:none;margin-top:0}.growth-section{margin:32px 0 14px}.product-feature-grid{grid-template-columns:1fr;column-gap:0;row-gap:14px;margin-top:32px}.product-value-card{width:100%;max-width:100%;min-height:0;margin-top:16px}.cta-container{width:100%;left:0;height:auto;margin-top:22px;padding:20px 16px}.cta-block{transform:none;width:100%}.cta-btn,.action-btn{width:100%;max-width:360px}.plans-section{margin-top:56px;margin-left:0;max-width:100%}}@media (max-width: 520px){.product-layout{padding:20px 0 0}.product-layout__left{padding:18px 14px}.product-left-title{font-size:32px;line-height:1.05}.product-left-subtitle{font-size:16px;line-height:1.2}.growth-heading{font-size:24px}}@keyframes productGradientShift{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}.planform-page{min-height:100vh;margin-top:0;padding:16px 12px 20px;background:linear-gradient(135deg,#0a0a0f,#1c1f2a);color:#e8eefc;font-family:Avenir LT Pro Light,Inter,Segoe UI,sans-serif;position:relative;overflow:hidden}.planform-page:before{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;background:radial-gradient(36% 36% at 20% 20%,#aa5cff61,#aa5cff00 60%),radial-gradient(32% 32% at 78% 62%,#743eff52,#743eff00 65%),linear-gradient(120deg,#1205274d,#9650ff00 55%);filter:blur(48px);transform:rotate(8deg);opacity:.85;animation:purpleDiagonalFlow 18s ease-in-out infinite alternate;pointer-events:none;z-index:0}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.planform-shell{max-width:1500px;margin:80px auto 0;width:100%;background:transparent;border:0px;border-radius:22px;box-shadow:0;padding:clamp(10px,1.4vw,16px);position:relative;z-index:1}.planform-row{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(460px,1.1fr);gap:clamp(10px,1.6vw,20px);align-items:stretch}.planform-col{position:relative}.planform-col--media{background:#0b0f17;border-radius:0;overflow:hidden;box-shadow:inset 0 0 0 1px #c5b0b00d,0 14px 40px #0006}.planform-image{width:1002px;height:700px;max-width:100%;display:block;object-fit:cover;position:relative;left:.3px;opacity:1;transform:rotate(0);filter:brightness(1.08) contrast(.94) saturate(.92)}.planform-col--form{display:flex;margin-top:100px;margin-left:0}@media (min-width: 1200px){.planform-col--form{margin-top:0}}.planform-panel{flex:1;background:linear-gradient(680deg,#000000f2,#000000f2);border-radius:0;border:1px solid rgba(255,255,255,.35);box-shadow:0 8px 28px #00000059,inset 0 0 0 1px #ffffff0f;padding:clamp(14px,1.8vw,20px)}.planform-heading{margin-bottom:clamp(8px,1vw,12px)}.planform-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#74d1ff;font-weight:600;margin:0 0 6px}.planform-title{margin:0 0 8px;font-size:clamp(26px,3vw,34px);color:#f2f6ff}.planform-subtitle{margin:0;color:#9fb0c7;font-size:15px;line-height:1.5}.planform-form{display:flex;flex-direction:column;gap:clamp(12px,1.4vw,18px);font-family:Avenir LT Pro Light,Inter,Segoe UI,sans-serif}.planform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,1.2vw,16px)}.planform-grid--single{grid-template-columns:1fr}.planform-field{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#c8d4e4}.planform-field input{height:44px;border-radius:12px;padding:0 10px;background:transparent;border:1px solid rgba(255,255,255,.55);color:#f1f5ff;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.planform-field select{height:44px;border-radius:12px;padding:0 38px 0 10px;background:transparent;border:1px solid rgba(255,255,255,.55);color:#f1f5ff;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23c8d4e4' d='M7 10l5 5l5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.planform-field select:focus{border-color:#9fb3d5;box-shadow:none;background:transparent}.planform-field select option{color:#0b1018}.planform-field input::placeholder{color:#8ea2c0}.planform-field input:focus{border-color:#9fb3d5;box-shadow:none;background:transparent}.planform-phone{display:grid;grid-template-columns:1fr 1.4fr;gap:10px}.planform-phone__country,.planform-phone__number{width:100%}.planform-phone--single{display:flex;align-items:center;gap:0;height:44px;border-radius:12px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.55);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;overflow:hidden}.planform-phone--single:focus-within{border-color:#9fb3d5;box-shadow:none;background:transparent}.planform-phone--single .planform-phone__country,.planform-phone--single .planform-phone__number{height:100%;border:0!important;outline:none;background:transparent;background-color:transparent;color:#f1f5ff;box-shadow:none}.planform-phone--single .planform-phone__country{padding:0 22px 0 10px;width:auto;max-width:52%;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23c8d4e4' d='M7 10l5 5l5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.planform-phone--single .planform-phone__number{padding:0 10px 0 12px;min-width:0;flex:1;background:transparent;color:#f1f5ff}.planform-phone--single .planform-phone__number::placeholder{color:#8ea2c0}.planform-phone--single .planform-phone__number:not(:placeholder-shown){background:#fff;color:#0b1018}.planform-selection{padding:10px;border-radius:14px;background:transparent;border:0px}.planform-change{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#e7f2ff;border-radius:10px;padding:8px 14px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.planform-change:hover,.planform-change:focus-visible{border-color:#4dd0ff;box-shadow:0;transform:translateY(-1px)}.planform-selection__card{border-radius:0;overflow:hidden;border:0px}.planform-plan-card{position:relative;background:#f2f6fb;border-radius:0}.planform-plan-image{display:block;width:100%;height:auto}.planform-plan-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:40% 60%;align-items:center;padding:18px 20px;color:#000}.planform-plan-left{display:flex;align-items:center;justify-content:center;padding-right:12px}.planform-plan-title{font-size:24px;font-weight:800;line-height:1.2;text-align:left}.planform-plan-right{display:flex;flex-direction:column;gap:10px;padding-left:12px;align-items:flex-end;text-align:right;transform:translate(12px,-6px)}.planform-plan-product{display:flex;gap:6px;font-size:18px;align-items:center;flex-wrap:wrap;justify-content:center;text-align:center;align-self:center;transform:translate(-100px,46px)}.planform-plan-product-label{font-weight:700}.planform-plan-product-name{font-weight:900;font-size:18px}.planform-plan-perks{list-style:none;margin:0;display:grid;gap:8px;font-size:14px;line-height:1.3;justify-items:start;text-align:left;align-self:flex-start;padding:0 0 0 246px}.planform-plan-perks li{display:flex;align-items:center;gap:8px;justify-content:flex-start}.planform-plan-perks li:before{content:"•";display:inline-block;width:10px;text-align:center;font-weight:800}@keyframes purpleDiagonalFlow{0%{transform:rotate(8deg) translateY(0)}50%{transform:rotate(8deg) translateY(-8px)}to{transform:rotate(8deg) translateY(0)}}.planform-selection__banner{display:grid;grid-template-columns:220px 1fr 260px;align-items:stretch;background:linear-gradient(135deg,#1d2a3a,#0e1621)}.planform-selection__label{background:none;color:#0b1018;font-weight:700;font-size:18px;display:flex;align-items:center;justify-content:center;padding:16px 12px}.planform-selection__product{padding:10px 12px;display:flex;flex-direction:column;gap:6px;color:#e6f0ff}.planform-selection__product-name{margin:0;font-weight:600}.planform-selection__list{margin:0;padding-left:18px;color:#b8c7de;display:grid;gap:4px}.planform-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:0}.planform-btn{min-width:120px;padding:13px 18px;border-radius:14px;font-weight:600;font-size:15px;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.planform-btn--ghost{background:linear-gradient(135deg,#10141f,#0c0f18);color:#e7f2ff;border-color:#ffffff1a;box-shadow:-1.76px -1.64px 11.36px -7.57px #00000026,-10.56px -9.84px 45.44px -11.36px #00000026}.planform-btn--ghost:hover,.planform-btn--ghost:focus-visible{transform:translateY(-1px);border-color:#4dd0ff;box-shadow:0 0 0 3px #4dd0ff2e}.planform-btn--primary{background:linear-gradient(135deg,#32d1ff,#1996ff);color:#03101d;box-shadow:-1.76px -1.64px 11.36px -7.57px #00000026,-10.56px -9.84px 45.44px -11.36px #00000026}.planform-selection__header{display:flex;align-items:end;justify-content:end;gap:10px;color:#c2d3e9;font-size:14px;margin-bottom:10px}.planform-selection__selected-product{margin-right:auto}.planform-btn--primary:hover,.planform-btn--primary:focus-visible{transform:translateY(-1px);box-shadow:0 0 0 3px #4dd0ff2e,0 14px 32px #29abff66}.planform-pill{position:absolute;top:660.49px;left:14px;transform:translateY(-80%);opacity:1;display:inline-flex;align-items:center;gap:12px;background:transparent;box-shadow:none;padding:0;color:#fff;font-style:italic;font-weight:600;font-size:22px;line-height:1.15;letter-spacing:.01em;text-align:left;white-space:normal;max-width:180px}.planform-pill:before{content:"";width:12px;height:100px;background:#5c00fb;border-radius:999px;box-shadow:0 12px 30px #00000059}.planform-selection__banner--image{position:relative;overflow:hidden;background:transparent!important}.planform-selection__banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:1;filter:none;pointer-events:none;z-index:0}.planform-selection__banner--image>*:not(.planform-selection__banner-bg){position:relative;z-index:1}.planform-selection__left,.planform-selection__center,.planform-selection__right{display:flex;align-items:center;min-height:82px;padding:12px 14px}.planform-selection__left{justify-content:flex-start}.planform-selection__plan-badge{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;font-weight:800;font-size:18px;color:#0b1018;background:none;border:none;box-shadow:0}.planform-selection__center{justify-content:center}.planform-selection__product-center{font-weight:700;font-size:16px;color:#0b1018;text-align:center}.planform-selection__right{justify-content:flex-end}.planform-selection__perks{margin:0;padding-left:18px;list-style:disc;display:grid;gap:6px;color:#0b1018;font-weight:600;text-align:left}.planform-selection__perk{line-height:1.25}@media (max-width: 1100px){.planform-row,.planform-selection__banner{grid-template-columns:1fr}}@media (max-width: 720px){.planform-grid{grid-template-columns:1fr}.planform-actions{flex-direction:column;align-items:stretch}.planform-btn{width:100%}}@media (max-width: 1100px){.planform-shell{margin:72px 0 0;max-width:100%}.planform-col--form{min-width:0}.planform-panel{width:100%;min-width:0}.planform-image{width:100%;height:auto;max-height:360px;object-fit:cover}.planform-col--form{margin-top:18px;margin-left:0}.planform-pill{position:static;top:auto;left:auto;transform:none;max-width:100%;margin:16px 0 0}.planform-plan-right,.planform-plan-product{transform:none}.planform-plan-perks{padding-left:0}.planform-selection__left,.planform-selection__center,.planform-selection__right{justify-content:center;text-align:center}.planform-selection__perks{justify-items:center;text-align:left}.planform-selection__product-center{overflow-wrap:anywhere;word-break:break-word}}@media (max-width: 480px){.planform-page{padding:12px 10px 18px}.planform-title{font-size:24px}}@media (max-width: 420px){.planform-phone--single .planform-phone__country{max-width:60%}.planform-selection__banner{grid-template-columns:1fr}}.planform-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:18px;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999}.planform-modal{width:min(520px,96vw);border-radius:0;padding:18px 18px 16px;background:linear-gradient(135deg,#0a0c12f5,#0f121cf5);border:1px solid rgba(84,210,247,.35);box-shadow:0;color:#eaf7ff}.planform-modal__title{margin:0 0 6px;font-size:22px;font-weight:800;color:#f2f6ff}.planform-modal__subtitle{margin:0 0 14px;color:#eaf7ffdb;line-height:1.55;font-weight:600}.planform-modal__org{color:#74d1ff;font-weight:700}.planform-modal__actions{display:flex;justify-content:flex-end;gap:10px}.about-page{position:relative;overflow:hidden;z-index:0}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.about-page:before{content:"";position:absolute;top:0;left:0;right:0;height:13%;background:url(/assets/aboutpageBg-Q0vYO3XW.jpg) no-repeat center / cover;transform:scale(-1);opacity:20%;z-index:-1;pointer-events:none}.about-page:after{content:"";position:absolute;top:0;left:0;right:0;height:15%;background:linear-gradient(180deg,#020206f2,#0c0814d9 30%,#2014308c 55%,#32323940 75%,#fcfcff00);backdrop-filter:blur(70px);-webkit-backdrop-filter:blur(70px);pointer-events:none;z-index:-1}.about-main{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:100px;padding:140px 24px 80px}.about-hero{text-align:center;color:#f5f7ff;width:100%;max-width:1200px;margin:100px auto 0;display:flex;flex-direction:column;gap:18px;position:static;padding-top:0}.about-hero__badge{position:absolute;top:150px;left:clamp(100px,9vw,150px);transform:translate(-20px);display:inline-flex;align-items:flex-start;gap:10px;font-size:15px;letter-spacing:.08em;color:#d8e6f8;opacity:.9}.about-hero__pill{width:14px;height:60px;background:linear-gradient(180deg,#02d3ff,#00a2d6);border-radius:0;display:inline-block}.about-hero__text{display:flex;flex-direction:column;line-height:1.1;gap:4px}.about-hero__label{font-family:Avenir LT Pro,sans-serif;font-weight:400;font-style:bold;font-size:30.81px;line-height:100%;letter-spacing:0%;text-align:justify;vertical-align:middle}.about-hero__brand{font-family:Avenir LT Pro,sans-serif;font-weight:800;font-style:bold;font-size:33.81px;line-height:100%;letter-spacing:0%;text-align:justify;vertical-align:middle;background:radial-gradient(50% 50% at 50% 50%,#54d2f7,#0a8a96);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-hero__title{font-size:clamp(115px,6vw,64px);font-weight:500;font-family:Avenir LT Pro,sans-serif;line-height:1.1;letter-spacing:-.02em;margin:0}.about-hero__subtitle{margin:0;font-size:19px;font-family:Avenir LT Pro,Times New Roman,serif;font-weight:400;color:#fff;letter-spacing:.01em}.about-mission{width:100%;max-width:100%;background:none;border:none;border-radius:0;padding:0;color:#f5f7ff;box-shadow:none;align-self:flex-start}.about-mission__content{display:grid;grid-template-columns:minmax(520px,1.35fr) minmax(300px,.65fr);align-items:center;justify-items:start;justify-content:start;gap:clamp(20px,4vw,48px);width:100%}.about-mission__text{display:flex;flex-direction:column;gap:14px;font-family:Avenir LT Pro,sans-serif;font-weight:300;font-size:24px;line-height:30px;letter-spacing:0%;color:#000;text-align:left;align-items:flex-start;justify-self:start;max-width:720px;width:100%;padding-left:100px;vertical-align:middle}.about-mission__eyebrow{margin:0;font-weight:400;letter-spacing:.03em;color:#002b5c}.about-mission__eyebrow--inline{display:inline-block;margin-right:6px}.about-mission__one-line{white-space:nowrap;display:inline-block}.about-mission__body,.about-mission__highlight{margin:0;font-family:Avenir LT Pro,Helvetica Neue,Arial,sans-serif;font-weight:300;font-size:24px;line-height:34px;font-style:normal;letter-spacing:0%;vertical-align:middle}.about-mission__line{display:block;white-space:nowrap;font-weight:300}.about-mission__nowrap{white-space:nowrap;display:inline-block}.about-mission__highlight{font-weight:300;color:#7a3cff}.about-mission__accent{color:#7a3cff;font-weight:700}.about-mission__accent strong{color:#4e1993}.about-mission__visual{display:flex;flex-direction:column;gap:15px;margin-left:-80px;margin-top:80px}.about-mission__tagline{margin:0;font-size:26px;line-height:44px;font-weight:400;color:#000;font-family:Avenir LT Pro,sans-serif;font-weight:500;letter-spacing:0%}.about-mission__image-frame{width:100%;border-radius:0;overflow:hidden;background:none;border:none}.about-mission__image-frame img{display:block;width:500px;height:254px;object-fit:cover;transform:scale(1.1)}@media (min-width: 1440px){.about-mission__image-frame img{transform:scale(1.2) translateY(-22px);transform-origin:center}}@media (min-width: 2560px){.about-mission__image-frame img{transform:scale(1.26) translateY(-34px);transform-origin:center}}.about-mission__tagline .about-mission__accent{color:#000;background:#48d7ff;padding:2px 6px;border-radius:0;font-weight:800}.about-process{width:100%;max-width:1440px;margin:0 auto;padding:80px 24px 0;color:#0f172a}.about-process__content{display:grid;grid-template-columns:minmax(520px,1.15fr) minmax(360px,.85fr);gap:clamp(28px,4vw,64px);align-items:flex-start;margin-left:70px}.about-process__image img{width:700px;max-width:none;height:auto;display:block;margin-left:-200px;margin-top:-50px}.about-process__text{display:grid;gap:28px;margin-top:-50px}.about-process__header{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.about-process__title{display:flex;gap:14px;align-items:center;font-size:clamp(42px,6vw,58px);margin:0;font-weight:600}.about-process__title-main{color:#0c0c26;font-family:Avenir LT Pro,sans-serif;font-weight:400;font-size:60px;line-height:121%;letter-spacing:0%;vertical-align:middle}.about-process__title-pill{font-family:Avenir LT Pro,sans-serif;font-weight:700;font-style:85 Heavy;background:#48d7ff;font-size:64px;line-height:121%;letter-spacing:0%;vertical-align:middle}.about-process__description{margin:0;font-family:Avenir LT Pro,sans-serif;max-width:820px;font-size:21px;line-height:32px;color:#4e1993}.about-process__steps{margin-top:40px;display:grid;gap:20px;position:relative;padding-left:28px}.about-process__steps:before{content:"";position:absolute;left:0;top:0;width:12px;height:100%;border-radius:2px;background:linear-gradient(180deg,#325b8b,#4a8ac9)}.about-process__step{display:grid;grid-template-columns:1fr;gap:12px;text-align:left;border:none;background:transparent;padding:8px 0;cursor:pointer;animation:aboutProcessStepUp .45s ease forwards;opacity:0;transform:translateY(14px);transition:transform .4s ease,box-shadow .3s ease,background .3s ease}.about-process__step-title{margin:0;font-size:20px;font-weight:800;color:#1c7c7b}.about-process__step-body{margin:0;font-size:17px;line-height:1.6;color:#4b5563}.about-process__step--muted .about-process__step-title{color:#8ca8af;font-weight:700}.about-process__step--muted .about-process__step-body{color:#9aa8b3}.about-process__step--active{background:0px;border-radius:8px;padding:10px 12px}.about-process__step-header{display:flex;align-items:center;justify-content:flex-start;gap:12px}.about-process__step-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#f4fbff;border:1px solid #d5ecff;box-shadow:0 10px 24px #0086bd1f}.about-process__step-icon img{width:34px;height:34px;object-fit:contain}.about-process__step-copy{display:grid;gap:6px}.about-process__step:nth-child(2n){margin-left:28px}.about-process__step:nth-child(odd){margin-left:0}@keyframes aboutProcessStepUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes navbarGradientShift{0%{background-position:50% 0%}50%{background-position:50% 100%}to{background-position:50% 0%}}.about-contact{width:100%;background:#180c34;color:#fff;padding:100px 24px 120px;margin-top:40px;position:relative}.about-locations{width:100%;background:#180c34;color:#fff;padding:40px 24px 120px;position:relative;margin-top:1px}.about-contact__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(380px,1.1fr);gap:40px;align-items:flex-start}.about-contact__intro{display:flex;flex-direction:column;gap:20px;max-width:540px;position:relative;left:-50px;margin-top:206px}.about-contact__eyebrow{display:flex;align-items:center;gap:12px;text-transform:none;letter-spacing:.08em;font-size:10px;color:#bfe5ff}.about-contact__eyebrow--fixed{position:absolute;top:82px;left:120px;width:221px;height:98px;opacity:1;z-index:2}.about-contact__pill{position:absolute;top:10px;left:-30px;width:26px;height:80px;opacity:1;background:linear-gradient(180deg,#02d3ff,#00a2d6);display:inline-block}.about-contact__eyebrow-text{display:flex;flex-direction:column;gap:3px;width:221px;height:90px}.about-contact__eyebrow-line{font-family:Avenir LT Pro,sans-serif;font-weight:400;font-size:24.65px;line-height:100%;letter-spacing:0%;vertical-align:middle}.about-contact__eyebrow-line--primary{font-style:normal;color:#fff}.about-contact__eyebrow-line--accent{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.about-contact__eyebrow-accent-row{font-weight:700;font-size:30.81px;font-style:normal;line-height:100%;letter-spacing:0%;background:radial-gradient(50% 50% at 50% 50%,#54d2f7,#0a8a96);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-contact__eyebrow-accent-row--nowrap{white-space:nowrap}.about-contact__headline{font-family:Avenir LT Pro,sans-serif;font-weight:700;font-style:85 Heavy;font-size:40px;line-height:100%;letter-spacing:0%;vertical-align:middle}.about-contact__headline-line{display:block}.about-contact__headline-line--top{white-space:nowrap}.about-contact__divider{width:100%;max-width:660px;height:1px;background:#8a38f5;margin:16px 0}.about-contact__subhead{font-family:Avenir LT Pro,sans-serif;font-weight:300;font-style:35 Light;font-size:20px;line-height:122%;letter-spacing:0%;vertical-align:middle}.about-contact__subhead-line{display:block}.about-contact__subhead-line--nowrap{white-space:nowrap}.about-contact__card{background:#180c34;border:1px solid #8A38F5;border-radius:12px;padding:32px;box-shadow:0;justify-self:start;width:660px;margin-left:64px;max-width:1000px}.about-contact__form{display:flex;flex-direction:column;gap:56px}.about-contact__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.about-contact__field{display:flex;flex-direction:column;gap:14px;font-size:13px;color:#d8d6ff}.about-contact__field input,.about-contact__field select,.about-contact__field textarea{width:100%;border-radius:10px;border:1px solid #ffffff;background:#180c34;color:#fff;padding:16px 18px;font-size:15px;font-family:Poppins,sans-serif;outline:none;min-height:58px}.about-contact__field input::placeholder,.about-contact__field select::placeholder,.about-contact__field textarea::placeholder{font-family:Poppins,sans-serif;font-size:15px;color:#d8d6ff}.about-contact__field textarea{resize:vertical;min-height:100px}.about-contact__select{position:relative}.about-contact__select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:36px;cursor:pointer}.about-contact__select span{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#0f346b;font-size:14px;pointer-events:none}.about-contact__select select option{background:#180c34!important;color:#fff!important}.about-contact__select select option:hover,.about-contact__select select option:focus,.about-contact__select select option:checked,.about-contact__select select option:active{background:#48d7ff!important;color:#0b1433!important}.about-contact__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.about-contact__captcha{display:flex;align-items:center;gap:10px;font-size:13px;color:#f7f6ff;margin-left:10px}.about-contact__captcha input{width:18px;height:18px}.about-contact__submit{background:#fff;color:#000;border:2px solid #000000;border-radius:25px;padding:12px 22px;font-weight:800;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;position:relative;isolation:isolate;overflow:hidden;transition:color .5s ease,transform .25s ease,box-shadow .25s ease;gap:6px;box-shadow:0 10px 25px #0003;z-index:1}.about-contact__submit:before{content:"";position:absolute;bottom:0;right:0;width:0;height:0;background:#8b5cf6;border-radius:60% 0 0;transform-origin:bottom right;transition:all 3.6s cubic-bezier(.34,.61,.49,.98);z-index:-1}.about-contact__submit:hover:before{width:450%;height:450%;border-radius:40% 0 0}.about-contact__submit:hover{color:#fff;transform:translateY(-4px) scale(1.05);box-shadow:0 10px 20px #0003}.about-contact__submit span{display:inline-block;transform:translateY(-1px);position:relative;z-index:1}.about-contact__locations{max-width:1200px;margin:24px auto 0;padding-left:-70px;display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(280px,.95fr);gap:28px;align-items:stretch}.about-contact__locations-title{grid-column:1 / -1;display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-family:Avenir LT Pro,sans-serif;font-weight:400;font-size:24.65px;line-height:100%;letter-spacing:0%;vertical-align:middle;margin-left:-60px}.about-contact__locations-pill{width:14px;height:48px;background:linear-gradient(180deg,#02d3ff,#00a2d6);display:inline-block;border-radius:2px}.about-contact__locations-text{display:flex;flex-direction:column;gap:4px}.about-contact__locations-title-accent{font-weight:700;font-size:30.81px;text-transform:uppercase;background:radial-gradient(50% 50% at 50% 50%,#54d2f7,#0a8a96);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-contact__map{background:0px;border-radius:29px;padding:14px;display:flex;align-items:center;justify-content:center;margin-left:-120px}.about-contact__map-placeholder{width:636px;min-height:500px;border-radius:16px;background:#d9d9d9;color:#1d1d1d;display:grid;place-items:center;font-weight:700;font-size:20px}.about-contact__location-card{background:0px;border:0px;padding:14px;display:grid;gap:0px;margin-top:12px;color:#f7f6ff}.about-contact__location-title{margin:0 0 10px;font-weight:700;font-size:16px}.about-contact__location-body{margin:-40px 0 0;line-height:1.4;color:#e7e5ff;font-size:14px}.about-contact__location-divider{width:100%;height:1px;background:#ffffff59;border-radius:999px;margin-top:10px}.about-contact__maps-link{color:#a7f1ff;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:8px;margin-top:-82px}.about-contact__maps-link:before{content:"↗"}.about-contact__tabs{display:flex;gap:10px;flex-wrap:wrap}.about-contact__tabs button{border:2px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:10px;padding:10px 44px;font-weight:700;cursor:pointer}.about-contact__tabs button.active{background:#36cdd1;color:#0b1433;border-color:#36cdd1}@media (max-width: 1200px){.about-contact__grid{grid-template-columns:1fr;gap:28px}.about-contact__eyebrow--fixed{position:relative;top:0;left:0;width:auto;height:auto;margin:0 0 16px}.about-contact__pill{position:relative;top:auto;left:0;margin-right:12px}.about-contact__intro{left:0;margin-top:16px;max-width:100%}.about-contact__headline-line--top,.about-contact__subhead-line--nowrap{white-space:normal}.about-contact__card{width:100%;max-width:100%;margin-left:0;justify-self:stretch}}@media (max-width: 960px){.about-contact__grid,.about-contact__locations{grid-template-columns:1fr}.about-contact{padding:80px 18px 100px}.about-contact__eyebrow--fixed{position:relative;top:0;left:0;margin-bottom:12px}.about-contact__pill{position:relative;top:100;left:0}.about-contact__intro{left:0;margin-top:12px}.about-contact__card{margin-left:0;justify-self:stretch;width:100%;margin-right:0}}@media (max-width: 1024px){.about-main{padding:120px 16px 64px;gap:56px}.about-hero{margin:24px auto 0}.about-hero__badge{position:static;top:auto;left:auto;justify-content:center;margin:0 auto 18px;width:100%}.about-hero__label,.about-hero__brand{text-align:center}.about-hero__title{font-size:clamp(48px,11vw,72px);line-height:1.05}.about-mission__content{grid-template-columns:1fr;justify-items:stretch}.about-mission__text{padding-left:0;max-width:100%}.about-mission__line,.about-mission__one-line,.about-mission__nowrap{white-space:normal}.about-mission__visual{margin-left:0;margin-top:24px;width:100%}.about-mission__image-frame img{width:100%;height:auto;transform:none}.about-process{padding:56px 16px 0}.about-process__content{grid-template-columns:1fr;margin-left:0}.about-process__image img{width:100%;height:auto;margin-left:0;margin-top:0}.about-process__text{margin-top:0}.about-contact__intro{left:0;margin-top:24px;max-width:100%}.about-contact__eyebrow--fixed{position:static;width:auto;height:auto}.about-contact__pill{position:static;top:auto;left:auto;margin-right:10px}.about-contact__locations-title{margin-left:0}.about-contact__map{margin-left:0;width:100%;padding:0}.about-contact__map-placeholder{width:100%;min-height:280px}.about-contact__location-body{margin:0}.about-contact__maps-link{margin-top:10px}}@media (max-width: 1320px) and (min-width: 1025px){.about-process__content{margin-left:0;grid-template-columns:minmax(420px,1fr) minmax(360px,1fr)}.about-process__image img{width:min(620px,52vw);max-width:100%;margin-left:0;margin-top:0}.about-process__text{margin-top:0}}@media (max-width: 768px){.about-process__header{align-items:center;text-align:center}.about-process__title{flex-wrap:wrap;justify-content:center;gap:10px}.about-process__title-main{font-size:clamp(36px,7vw,52px);line-height:1.1}.about-process__title-pill{font-size:clamp(38px,7.5vw,54px);line-height:1.1}.about-process__description{font-size:18px;line-height:28px;max-width:100%}.about-process__steps{margin-top:24px;padding-left:18px}.about-process__steps:before{width:8px}.about-process__step:nth-child(2n){margin-left:0}.about-process__step-icon{width:44px;height:44px;border-radius:12px}.about-process__step-icon img{width:28px;height:28px}.about-process__step-title{font-size:18px}.about-process__step-body{font-size:16px}}@media (max-width: 480px){.about-process{padding:44px 14px 0}.about-process__title-main{font-size:clamp(32px,9vw,42px)}.about-process__title-pill{font-size:clamp(34px,9.5vw,44px)}.about-process__description{font-size:16px;line-height:26px}.about-process__steps{gap:16px}}@media (max-width: 768px){.about-contact__row{grid-template-columns:1fr;gap:18px}.about-contact__form{gap:28px}.about-contact__card{padding:24px 18px}.about-contact__headline{font-size:32px;line-height:1.1}.about-contact__subhead{font-size:18px;line-height:1.35}}@media (max-width: 560px){.about-contact__row{grid-template-columns:1fr}.about-contact__tabs button{padding:10px 18px}.about-contact__card{padding:22px 18px}}@media (min-width: 1600px){.about-hero__badge{position:static;top:auto;left:auto;transform:none;width:max-content;justify-content:center;margin:0 auto 18px}.about-hero__text{align-items:center}.about-hero__label,.about-hero__brand{text-align:center}.about-mission{max-width:1200px;margin:0 auto;align-self:center}.about-mission__content{justify-content:center;justify-items:center}.about-mission__text{padding-left:0;justify-self:center}.about-mission__visual{margin-left:0}.about-contact__eyebrow--fixed{position:relative;top:0;left:0;transform:none;width:100%;max-width:1200px;margin:0 auto 18px}.about-contact__intro{left:0}}.service-page{background:#0a0a0a;color:#fff;min-height:100vh;overflow-x:hidden;position:relative}.service-page:before{content:"";position:fixed;top:-15%;right:-15%;bottom:-15%;left:-15%;background:radial-gradient(36% 36% at 20% 20%,#aa5cff61,#aa5cff00 60%),radial-gradient(32% 32% at 78% 62%,#743eff52,#743eff00 65%),linear-gradient(120deg,#1205274d,#9650ff00 55%);filter:blur(48px);transform:rotate(8deg);opacity:.65;animation:purpleDiagonalFlow 18s ease-in-out infinite alternate;pointer-events:none;z-index:-10}.service-page:after{content:"";position:fixed;top:-35%;right:-35%;bottom:-35%;left:-35%;background:linear-gradient(120deg,#fff0,#ffffff73 48%,#fff0 60%);filter:blur(26px);mix-blend-mode:screen;opacity:0;animation:sweepLight 6.5s ease-in-out infinite;pointer-events:none;z-index:-14}.service-hero:before{content:"";position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;background:linear-gradient(200deg,#fff0,#ffffff8c 48%,#fff0 60%);filter:blur(30px);mix-blend-mode:screen;opacity:.1;animation:sweepLight 10.5s ease-in-out infinite;pointer-events:none;z-index:1}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.service-hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;isolation:auto;padding-block:clamp(96px,10vh,140px) clamp(64px,8vh,96px);background:#0a0a0a;overflow:hidden}@media (min-width: 1440px) and (min-height: 900px){.service-hero{min-height:clamp(560px,62svh,780px);justify-content:center;padding-block:clamp(72px,6vh,96px) clamp(56px,6vh,88px)}}.service-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a;overflow:hidden;z-index:0}.service-hero-overlay:before{content:"";position:absolute;top:0;left:0;right:0;height:55%;background:linear-gradient(to left,#000000a6 100%,#00000040 90%,#0000 95%),linear-gradient(to bottom,#000000fc,#00000080 32%,#fff0 72%,#fff0),url(/assets/aboutpageBg-Q0vYO3XW.jpg) no-repeat center / cover;transform:scale(-1);opacity:.45;filter:brightness(.5) contrast(1.05);pointer-events:none;z-index:0;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#000,#000 70%,#0000)}.service-hero-overlay:after{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;background:0px;filter:blur(48px);transform:rotate(8deg);opacity:.85;animation:purpleDiagonalFlow 18s ease-in-out infinite alternate;pointer-events:none;z-index:1}.service-navbar{position:fixed;top:0;left:0;width:100%;z-index:9999;background:transparent}.service-hero-content{position:relative;text-align:center;padding:0 24px;max-width:1200px;width:100%;margin-top:0;z-index:2}.service-title{margin:0;font-family:Avenir LT Pro,serif;font-weight:500;font-style:normal;font-size:clamp(40px,12vw,80px);line-height:1;letter-spacing:0;text-align:justify;text-align-last:center;vertical-align:middle}.service-subtitle{margin:18px auto 0;color:#f5f5f5;font-family:Avenir LT Pro Light,sans-serif;font-weight:200;font-style:normal;font-size:25px;line-height:35px;letter-spacing:0;text-align:center;max-width:980px}.subtitle-line{display:block;white-space:nowrap}.service-pill-row{display:flex;align-items:center;justify-content:flex-start;gap:18px;margin:120px 0 0 -94px;width:auto;max-width:none}.service-pill{display:inline-block;width:21px;height:46px;background:#69d1ee;border-radius:0;opacity:1}.service-pill-text{font-family:Avenir LT Pro,sans-serif;font-weight:300;font-style:normal;font-size:35px;line-height:1;letter-spacing:0;text-align:justify;vertical-align:middle;color:#f5f5f5}.service-highlight{display:inline-block;padding:10px 1px;background:#54d2f7;color:#000;border-radius:0;font-family:Avenir LT Pro,sans-serif;font-weight:750;font-style:normal;font-size:inherit;line-height:1;letter-spacing:0}.service-solutions{position:relative;--service-indent: clamp(16px, 8vw, 164px);padding:clamp(64px,6vw,110px) 0 clamp(80px,7vw,140px);margin-top:0;background:#0a0a0a;isolation:isolate}.service-row{max-width:1800px;margin:0 auto 64px;padding-left:var(--service-indent);padding-right:clamp(16px,5vw,96px)}.service-row-pill{display:flex;align-items:center;gap:18px;margin:0 0 20px}.service-solutions:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(32% 38% at 12% 26%,#aa5cff24,#aa5cff00),radial-gradient(28% 42% at 82% 58%,#743eff1f,#743eff00);filter:blur(34px);opacity:.65;z-index:-1;pointer-events:none}.service-solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:40px 30px;justify-items:stretch;width:100%;margin:0;padding:0}.service-card{display:flex;align-items:stretch;width:100%;max-width:540px;height:auto;background:transparent;border:1px solid rgba(255,255,255,.08);box-shadow:0 26px 64px #0009;border-radius:0;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}@media (min-width: 1440px){.service-solutions-grid{grid-template-columns:repeat(auto-fit,minmax(460px,540px));gap:30px 22px;justify-content:flex-start;justify-items:flex-start}.service-card{max-width:540px}.service-card-image{flex:0 0 44%;height:clamp(260px,18vw,320px)}.service-card-body{padding:22px}.service-card-text{max-width:none}}.service-card--clickable{cursor:pointer}.service-card--clickable:focus-visible{outline:2px solid rgba(84,210,247,.9);outline-offset:4px}.service-card:hover{transform:translateY(-6px);border-color:#54d2f740;box-shadow:0 30px 72px #000000b3}.service-card-image{flex:0 0 50%;height:clamp(240px,18vw,300px);overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05)}.service-card-body{flex:1;padding:28px;display:flex;flex-direction:column;justify-content:center;gap:12px}.service-card-header{display:flex;align-items:center;gap:14px}.service-card-icon{position:relative;width:60px;height:77px;display:inline-flex;align-items:center;justify-content:center;margin-top:0;flex-shrink:0}.service-card-icon svg{width:100%;height:100%;display:block}.service-card-title{margin:0;font-family:Avenir LT Pro,sans-serif;font-weight:600;font-style:normal;font-size:24px;line-height:1.3;letter-spacing:0;color:#f8f8f8}.service-card-text{margin:12px 0 0;color:#d6d6d6;font-family:Avenir LT Pro,sans-serif;font-weight:300;font-style:normal;font-size:20px;line-height:1.6;max-width:360px}@keyframes service-gradient-move{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes sweepLight{0%{transform:translate(-70%,-15%) rotate(-18deg)}50%{transform:translate(-10%,5%) rotate(-18deg)}to{transform:translate(75%,20%) rotate(-18deg)}}@media (max-width: 768px){.service-hero{min-height:70vh;padding-block:72px 56px}.service-title{text-align:center;text-align-last:center}.service-hero-content{margin-top:0}}@media (max-width: 768px){.service-hero-content{padding:0 16px}.service-pill-row{margin:28px 0 0;justify-content:center;flex-wrap:wrap}.service-solutions{margin-top:0}.service-row-pill{margin:0 0 18px;justify-content:flex-start}.service-solutions-grid{margin-left:0;justify-items:stretch}.service-card{width:100%;max-width:560px;margin:0 auto}.service-card-text{max-width:100%}.subtitle-line{white-space:normal}}@media (max-width: 1200px){.service-solutions{padding:100px 20px 140px;--service-indent: 0px}.service-row-pill{margin-left:0}.service-solutions-grid{grid-template-columns:1fr;gap:30px;padding-left:0;margin-left:0}.service-card{height:auto;flex-direction:column}.service-card-image{flex-basis:auto;width:100%;height:260px}.service-card-body{padding:28px 24px 32px}}@media (max-width: 768px){.service-solutions{padding:80px 0 120px}.service-row-pill{margin-left:0}.service-card-text{font-size:16px}.service-card-title{font-size:22px}}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.insight-page{min-height:100vh;background:#07070b;color:#fff}.insight-main{min-height:100vh;background:radial-gradient(900px 520px at 55% 55%,#7e49ff52,#7e49ff00 60%),radial-gradient(720px 520px at 20% 60%,#401ea073,#401ea000 62%),linear-gradient(90deg,#07070b,#0b0a16 30%,#170a2a 62%,#07070b)}.insight-hero{min-height:100vh;padding-top:110px;padding-bottom:64px;position:relative;overflow:hidden}.insight-hero:before{content:"";position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(40% 30% at 35% 55%,#ffffff1a,#fff0 65%),radial-gradient(30% 25% at 75% 45%,#ffffff14,#fff0 70%);filter:blur(30px);opacity:.55;pointer-events:none;z-index:0}.insight-hero-inner{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 56px 0 28px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.insight-hero-left{padding-left:0}.insight-kicker{display:inline-flex;align-items:center;gap:14px;margin-bottom:18px}.insight-kicker-bar{width:14px;height:36px;border-radius:0;background:#7b2cff;box-shadow:0 0 18px #7b2cff8c}.insight-kicker-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:45.04px;line-height:1;letter-spacing:0;color:#ffffffeb}.insight-title{font-family:Avenir LT Pro Light,Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:clamp(40px,6vw,72px);line-height:1.04;letter-spacing:.02em;color:#fff}.insight-hero-right{display:flex;justify-content:flex-end}.insight-glass{width:min(700px,100%);margin-top:100px;height:350px;--insight-item-h: 86px;--insight-gap: 22px;--insight-step: calc(var(--insight-item-h) + var(--insight-gap));--insight-pad: 18px;border-radius:10px;background:#000;border:0px;box-shadow:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);overflow:hidden;position:relative}.insight-badge--fixed{position:absolute;left:calc(var(--insight-pad) + 4px);top:50%;transform:translateY(-50%);z-index:6;pointer-events:none}.insight-glass:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 30% 10%,#0202021a,#fff0 60%);pointer-events:none}.insight-glass-inner{position:relative;z-index:1;height:100%;padding:var(--insight-pad) var(--insight-pad);display:flex;flex-direction:column;gap:var(--insight-gap);overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 13%,black 87%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,black 13%,black 87%,transparent 100%)}.insight-ticker{display:flex;flex-direction:column;gap:var(--insight-gap);transform:translateY(0);will-change:transform}.insight-ticker.is-animating{transform:translateY(calc(-1 * var(--insight-step)));transition:transform .65s cubic-bezier(.2,.75,.15,1)}.insight-item{display:block;padding:14px;border-radius:8px;background:#000;border:0px;filter:blur(0px);height:var(--insight-item-h)}.insight-item-content{padding-left:0;transition:padding-left .65s cubic-bezier(.2,.75,.15,1)}.insight-item.pos-active .insight-item-content,.insight-ticker.is-animating .insight-item.pos-next .insight-item-content{padding-left:64px}.insight-ticker.is-animating .insight-item.pos-active .insight-item-content{padding-left:0}.insight-item.is-dimmed{opacity:.42;filter:blur(.6px)}.insight-item.is-active{opacity:1;filter:none;background:#00000047;border-color:#000}.insight-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 14px;border-radius:3px;background:linear-gradient(180deg,#33e2ff,#2bb4d5);color:#051018;font-size:13px;font-weight:700;letter-spacing:.02em;margin-top:2px;box-shadow:0}.insight-badge-spacer{width:66px;height:28px}.insight-item-title{font-family:Avenir LT Pro Medium,Inter,system-ui,-apple-system,sans-serif;font-size:clamp(16px,1.05vw,19px);line-height:1.25;color:#ffffffeb;margin-bottom:6px;display:flex;align-items:center;gap:10px}.insight-badge--inline{margin-top:0;flex:0 0 auto}.insight-item-body{font-size:14px;line-height:1.45;color:#fff9}.insight-featured{background:#fff;color:#0b1220;margin-top:-100px;padding:56px 0 70px}.insight-featured-inner{max-width:1400px;margin:0 auto;padding:0 56px 0 28px}.insight-featured-card{display:grid;grid-template-columns:minmax(320px,550px) minmax(420px,750px);gap:0;background:#fff;border-radius:10px;padding:22px;align-items:stretch;width:100%;max-width:1240px;margin:0 auto}.insight-featured-media{width:min(911px,100%);aspect-ratio:911 / 565;border-radius:15px;overflow:hidden;background:transparent;border:0px}.insight-featured-content{background:#eaf8ff;border-radius:0;padding:22px;display:flex;flex-direction:column;align-items:flex-start;height:100%}.insight-featured-media img{width:100%;height:100%;display:block;object-fit:cover}.insight-featured-tag{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 10px;border-radius:999px;border:1px solid #243C54;color:#243c54;font-size:11px;font-weight:700;letter-spacing:.03em;background:#ffffff8c;margin-bottom:12px}.insight-featured-title{font-family:Avenir LT Pro Medium,Inter,system-ui,-apple-system,sans-serif;font-size:clamp(18px,1.5vw,24px);line-height:1.25;margin:0 0 12px;color:#0b1220}.insight-featured-body{margin:0 0 18px;font-size:15px;line-height:1.6;color:#0b1220b3;max-width:70ch}.insight-featured-link{font-size:12px;font-weight:600;color:#0b1220;text-decoration:none;display:inline-flex;align-items:center;gap:8px;align-self:flex-end}.insight-featured-link:hover{text-decoration:underline}.insight-featured-pagination{display:flex;justify-content:center;align-items:center;gap:34px;padding-top:22px}.insight-featured-pill{width:50px;height:5px;border-radius:999px;border:0;background:#00000012;cursor:pointer}.insight-featured-pill.is-active{background:#3ad9e6}.insight-featured-pill:focus-visible{outline:2px solid rgba(36,60,84,.65);outline-offset:3px}.insight-posts{background:#fff;padding:20px 0 80px}.insight-posts-inner{max-width:1400px;margin:0 auto;padding:0 56px 0 28px}.insight-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.insight-post-card{background:#eaf8ff;border-radius:12px;overflow:hidden}.insight-post-media{aspect-ratio:16 / 10;overflow:hidden}.insight-post-media img{width:100%;height:100%;display:block;object-fit:cover}.insight-post-content{padding:22px;display:flex;flex-direction:column;min-height:240px}.insight-post-title{margin:0 0 10px;font-family:Avenir LT Pro Medium,Inter,system-ui,-apple-system,sans-serif;font-size:20px;line-height:1.2;color:#0b1220}.insight-post-body{margin:0;font-size:14px;line-height:1.6;color:#0b1220b3}.insight-post-link{margin-top:auto;align-self:flex-end;padding-top:16px;font-size:11px;font-weight:600;color:#0b1220;text-decoration:none}.insight-post-link:hover{text-decoration:underline}.insight-bottom-banner{background:#fff;padding:0 0 70px}.insight-bottom-banner-inner{max-width:1400px;margin:0 auto;padding:0 56px 0 28px;display:flex;justify-content:center}.insight-bottom-banner-img{width:min(1000px,100%);height:auto;max-height:800px;display:block;object-fit:cover;border-radius:14px}@media (max-width: 980px){.insight-hero-inner{grid-template-columns:1fr;gap:28px;padding:0 24px}.insight-hero-right{justify-content:flex-start}.insight-title{font-size:clamp(44px,7vw,72px)}.insight-featured-inner{padding:0 24px}.insight-featured-card{grid-template-columns:1fr;gap:18px}.insight-featured{margin-top:-24px}.insight-featured-pagination{gap:18px}.insight-featured-pill{width:96px}.insight-posts-inner{padding:0 24px}.insight-posts-grid{grid-template-columns:1fr;gap:20px}.insight-bottom-banner-inner{padding:0 24px}}@media (max-width: 520px){.insight-hero{padding-top:96px}.insight-glass-inner{padding:14px}.insight-kicker-text{font-size:40px}.insight-title{font-size:clamp(40px,10vw,56px)}.insight-item.pos-active .insight-item-content,.insight-ticker.is-animating .insight-item.pos-next .insight-item-content{padding-left:54px}}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.mdops-card--tall{min-height:350px!important;padding-bottom:110px}.mdops-bullets--cicd-up{margin-top:34px!important}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.cto-page{min-height:100vh;color:#fff;overflow-x:hidden}@font-face{font-family:Avenir LT Pro Light;src:url(/assets/AvenirLTProLight-tMYDzlqc.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/assets/AvenirLTProMedium-DLxdhhKj.otf) format("opentype");font-weight:500 700;font-style:normal}.cto-main{min-height:100vh;background:radial-gradient(900px 520px at 55% 55%,#7e49ff52,#7e49ff00 60%),radial-gradient(720px 520px at 20% 60%,#401ea073,#401ea000 62%),linear-gradient(90deg,#07070b,#0b0a16 30%,#170a2a 62%,#07070b)}.navbar.navbar-on-light .nav-link,.navbar.navbar-on-light .btn-get-touch{color:#eaeaf6}.cto-navbar{position:sticky;top:0;z-index:50;background:transparent}.cto-hero{min-height:70vh;padding-top:10px;padding-bottom:96px}@media (min-width: 1440px) and (min-height: 900px){.cto-hero{min-height:clamp(520px,56vh,680px);padding-bottom:clamp(56px,6vh,80px)}}@media (min-width: 1440px){.cto-hero-inner{max-width:1720px;width:100%;margin-inline:auto;padding-inline:clamp(20px,6vw,120px);padding-top:24px;display:grid;grid-template-columns:repeat(12,1fr);gap:64px;align-items:center;box-sizing:border-box}.cto-hero-left{grid-column:1 / span 6}.cto-hero-right{grid-column:7 / span 6}.cto-kicker-row,.cto-title{margin-left:0}.cto-hero-media{width:100%;max-width:none}.cto-hero-image{height:clamp(320px,28vh,420px)}.cto-body-inner,.service-detail-cta-inner{max-width:1720px;margin-inline:auto;padding-inline:clamp(20px,6vw,120px);box-sizing:border-box}.cto-row{grid-template-columns:minmax(420px,520px) 1fr;gap:56px}.cto-row--bullets-left{grid-template-columns:1fr minmax(420px,520px)}.cto-pill-card,.cto-pill-card--dark{width:100%;max-width:520px}.cto-pill-card--dark{margin-left:0;justify-self:start}}.cto-hero-inner{max-width:1400px;margin:0 auto;padding:16px 6px 0 10px;display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:center}.cto-kicker-row{display:inline-flex;align-items:center;gap:14px;margin-bottom:14px;margin-left:30px}.cto-kicker-pill{width:18px;height:44px;background:#54d2f7}.cto-kicker{font-family:Avenir LT Pro Light,sans-serif;font-weight:500;letter-spacing:.02em;opacity:.95;font-size:30px;margin-bottom:0}.cto-title{font-family:"Avenir LT Pro ",sans-serif;font-weight:600;font-size:clamp(42px,6vw,74px);line-height:1.02;margin:0 0 0 40px}.cto-hero-media{position:relative;width:min(400px,100%);margin-left:auto;border-radius:2px;overflow:visible}.cto-hero-image{width:100%;height:min(360px,48vh);object-fit:cover;display:block;border-radius:2px;box-shadow:0 28px 72px #000000b3}.cto-hero-icon{position:absolute;left:-50px;bottom:-30px;width:150px;height:150px;display:grid;place-items:center;background:none;border:0px;box-shadow:none;border-radius:12px;-webkit-backdrop-filter:none;backdrop-filter:none}.cto-hero-icon:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:radial-gradient(circle at 80% 70%,#6366f18c,#6366f100 88%);filter:blur(1px);opacity:.004;pointer-events:none;z-index:0}.cto-hero-icon svg{width:200px;height:150px;position:relative;z-index:1;filter:drop-shadow(0 16px 28px rgba(0,0,0,.5)) drop-shadow(0 0 10px rgba(99,102,241,.32)) drop-shadow(0 0 18px rgba(99,102,241,.16))}.cto-body{background:#fff;color:#111827;padding:34px 0 72px;overflow:hidden!important}.service-detail-cta{background:#fff;padding:54px 0 84px}.service-detail-cta-inner{max-width:1000px;margin:0 auto;padding:0 24px;text-align:center}.service-detail-cta-title{margin:0 0 18px;font-family:Avenir LT Pro,sans-serif;font-weight:800;font-size:clamp(34px,4.2vw,46px);line-height:1.15;color:#111827}.service-detail-cta-subtitle{margin:0 auto 30px;max-width:760px;font-family:Avenir LT Pro Light,sans-serif;font-weight:300;font-size:20px;line-height:1.55;color:#111827;opacity:.85}.service-detail-cta-actions{display:flex;justify-content:center}.service-detail-cta-button{border:2px solid rgba(17,24,39,.3);background:#fff;color:#111827;padding:14px 34px;border-radius:999px;font-family:Avenir LT Pro,sans-serif;font-weight:600;font-size:18px;cursor:pointer;box-shadow:0 12px 26px #0000001f;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.service-detail-cta-button:hover{transform:translateY(-1px);border-color:#1118276b;box-shadow:0 16px 32px #00000029}.service-detail-cta-button:active{transform:translateY(0)}.cto-body-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;gap:44px}.cto-row{display:grid;grid-template-columns:420px 1fr;gap:36px;align-items:start}.cto-row--bullets-left{grid-template-columns:1fr 450px}.cto-row--bullets-left .cto-bullets li{white-space:nowrap}.cto-pill-card{background:linear-gradient(135deg,#2f2f62,#6060c8);color:#fff;width:380px;padding:36px 38px 108px;box-shadow:0 18px 40px #0000002e}.cto-pill-card--dark{background:linear-gradient(135deg,#2f2f62,#243c54);min-height:unset;width:380px;padding:30px 38px 62px;justify-self:end;margin-left:26px}.cto-pill-card--gtm-card{margin-top:78px}.cto-pill-card-title{font-family:Avenir LT Pro,sans-serif;font-weight:700;font-style:normal;font-size:40px;line-height:1;letter-spacing:0;vertical-align:middle;margin:0 0 60px}.cto-pill-card-subtitle{font-family:Avenir LT Pro Light,sans-serif;font-weight:300;font-style:normal;font-size:30px;line-height:1;letter-spacing:0;vertical-align:middle;opacity:.95}.cto-bullets{margin:0;padding-left:40px;font-family:Avenir LT Pro,sans-serif;font-weight:400;font-style:normal;font-size:25px;line-height:63.4px;letter-spacing:0;color:#111827}.cto-bullets li{margin:0;vertical-align:middle}.cto-nowrap{white-space:nowrap}.cto-bullets--leadership{margin-top:82px}.cto-bullets--strategy,.cto-bullets--infra{margin-top:28px}.cto-bullets--gtm{margin-top:82px}@media (max-width: 960px){.cto-hero-inner{grid-template-columns:1fr;padding:44px 20px 0;gap:28px}.cto-kicker-row,.cto-title,.cto-hero-media{margin-left:0}.cto-row{grid-template-columns:1fr;gap:16px}.cto-row--bullets-left{grid-template-columns:1fr}.cto-row--bullets-left .cto-bullets li,.cto-nowrap{white-space:normal}.cto-pill-card--dark{margin-left:0;justify-self:stretch}.cto-pill-card--gtm-card{margin-top:0}.cto-bullets{font-size:18px;line-height:32px}.cto-pill-card-title{font-size:28px;line-height:1.15}.cto-pill-card-subtitle{font-size:18px;line-height:1.35}}@media (max-width: 400px){.cto-hero-media{overflow:hidden!important}.cto-hero-image{box-shadow:0 2px 2px #00000073}.cto-hero-icon{bottom:10px!important;left:10px!important}}@media (max-width: 600px){.cto-hero{padding-bottom:56px}.cto-hero-inner{padding:36px 16px 0}.cto-kicker{font-size:22px}.cto-hero-image{height:260px}.cto-hero-icon{left:14px;bottom:14px;width:96px;height:96px}.cto-hero-icon svg{width:120px;height:92px}.cto-body{padding:26px 0 60px}.cto-body-inner{padding:0 16px;gap:28px}.cto-pill-card,.cto-pill-card--dark{width:100%;max-width:560px;padding:22px 20px 38px;margin-left:0;justify-self:stretch}.cto-pill-card-title{font-size:24px;margin-bottom:18px}.cto-pill-card-subtitle{font-size:16px}.cto-bullets{padding-left:18px;font-size:16px;line-height:28px}.service-detail-cta-inner{padding:0 16px}.service-detail-cta-actions{width:100%}.service-detail-cta-button{width:min(420px,100%)}}@media (max-width: 420px){.cto-hero-inner{padding:32px 14px 0}.cto-kicker-pill{height:36px}.cto-kicker{font-size:20px}.cto-hero-image{height:220px}.cto-hero-icon{width:86px;height:86px}.cto-hero-icon svg{width:108px;height:84px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;max-width:100%}img,video,canvas{max-width:100%;height:auto}@media (max-width: 768px){body{overflow-x:hidden}}
