:root{--black:#111212;--grey-800:#181919;--grey-600:#292929;--grey-400:#3e3f3f;--grey-200:#9f9f9e;--white:#efeeec;--blue:#0b66ff;--green:#b4ed00;--font-primary:"Satoshi",sans-serif;--font-secondary:"General Sans",sans-serif;--font-inter:"Inter",sans-serif}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);background:var(--black);color:var(--white);overflow-x:hidden;line-height:1.5}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}img[src$=".svg"]{height:auto}button{font-family:var(--font-primary);cursor:pointer;border:none;outline:none}.section-label{font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200)}.section-label,.section-title{font-weight:500;text-align:left}.section-title{padding-bottom:.08em;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--grey-200) 0,var(--white) 50%,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.container{max-width:1320px;margin:0 auto;padding:0 60px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:max(16px,env(safe-area-inset-top,16px)) 60px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-logo{flex-shrink:0}.nav-logo img{height:28px;width:auto;min-width:100px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:40px;backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:128px;padding:12px 24px}.nav-link{display:flex;align-items:flex-start;gap:4px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap;transition:opacity .2s}.nav-link:hover{opacity:.8}.nav-link .count{font-weight:500;font-size:10px;line-height:12px;letter-spacing:-.2px}.nav-right{display:flex;align-items:center;gap:12px}.nav-contact{backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:128px;padding:12px 24px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap;transition:background .2s}.nav-contact:hover{background:#fff3}.nav-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:6px;align-items:center;justify-content:center;width:48px;height:48px}.nav-hamburger-line{display:block;width:24px;height:2px;background:var(--white);border-radius:1px}.mobile-menu{position:fixed;inset:0;z-index:200;background:var(--grey-800);display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:max(16px,env(safe-area-inset-top,16px)) 20px 16px}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px}.mobile-menu-items{display:flex;flex-direction:column;gap:24px;padding:40px 20px 0}.mobile-menu-link{display:flex;align-items:flex-start;gap:4px;font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);white-space:nowrap;padding-bottom:24px;border-bottom:1px solid #efeeec1f;transition:opacity .2s}.mobile-menu-link:hover{opacity:.8}.mobile-menu-link-count{font-weight:500;font-size:10px;line-height:12px;letter-spacing:-.2px}.mobile-menu-footer{display:flex;justify-content:center;padding:48px 20px}.mobile-menu-cta{backdrop-filter:blur(12px);background:#ffffff1f;border-radius:128px;padding:12px 24px;font-family:var(--font-primary);font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap;width:140px;text-align:center;transition:background .2s}.mobile-menu-cta:hover{background:#fff3}.hero{position:relative;height:750px;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--black)}.hero-video-bg{position:absolute;inset:0;z-index:0}.hero-video-bg video{width:100%;height:100%;object-fit:cover}.hero-video-overlay{position:absolute;inset:0;z-index:0;mix-blend-mode:plus-lighter;opacity:.32;filter:blur(6px)}.hero-video-overlay video{width:100%;height:100%;object-fit:cover}.hero-stripes{position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,#111212a3,#11121229 72px)}.hero-content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-fade{position:absolute;bottom:0;left:0;right:0;height:298px;z-index:2;background:linear-gradient(0deg,#111212,#11121200 87.8%);pointer-events:none}.hero-title{font-weight:500;font-size:96px;line-height:106px;letter-spacing:-2.88px;color:var(--white);margin-bottom:16px;padding-bottom:.1em;background:linear-gradient(90deg,#9f9f9e 15.69%,#efeeec 50.27%,#9f9f9e 84.85%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000}.hero-subtitle{font-family:Satoshi,sans-serif;font-weight:400;font-size:16px;margin-bottom:32px;color:var(--White,#efeeec);text-align:center;font-family:Satoshi;font-style:normal;font-weight:500}.hero-cta,.hero-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px}.hero-cta{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--black);border-radius:128px;padding:8px 16px 8px 24px;font-weight:700;height:56px;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.hero-cta .arrow{width:24px;height:24px;object-fit:contain;transform:rotate(180deg) scaleY(-1)}.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:0 60px;margin-top:-80px;position:relative;z-index:3}.stat-card{backdrop-filter:blur(12px);background:#ffffff1f;border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:8px}.stat-number{font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--white)}.stat-number .accent{font-size:24px;color:var(--green)}.stat-label{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white);text-transform:lowercase}.logo-marquee{padding:24px 0;overflow:hidden;position:relative}.logo-marquee:after,.logo-marquee:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2}.logo-marquee:before{left:0;background:linear-gradient(90deg,var(--black),#0000)}.logo-marquee:after{right:0;background:linear-gradient(270deg,var(--black),#0000)}.marquee-track{display:flex;align-items:center;gap:80px;animation:marquee 30s linear infinite;width:max-content;position:relative;z-index:1}.marquee-track img,.marquee-track img[src$=".svg"]{opacity:1;flex-shrink:0;filter:brightness(0) invert(1);object-fit:contain}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.description{position:relative;padding:100px 60px;max-width:1440px;margin:0 auto;overflow:hidden}.description-dots{height:45.5%;position:absolute;inset:0;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.description-inner{justify-content:space-between;position:relative;display:flex;align-items:flex-start;gap:40px}.description-label{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200);flex-shrink:0;width:200px;padding-top:8px}.description-main{flex:1 1;max-width:536px}.description-heading{font-family:var(--font-secondary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-bottom:24px}.description-heading .highlight-blue{color:var(--blue)}.description-subtitle{font-weight:400;line-height:22px;color:var(--white);margin-bottom:40px}.description-cta,.description-subtitle{font-family:var(--font-primary);font-size:18px;letter-spacing:-.18px}.description-cta{display:inline-flex;align-items:center;gap:8px;padding:8px 24px 8px 32px;background:var(--white);border:1px solid var(--grey-400);border-radius:128px;font-weight:700;line-height:24px;color:var(--black);transition:opacity .2s;height:56px}.description-cta:hover{opacity:.9}.description-cta .arrow{width:24px;height:24px}.description-cta-avatars{display:flex;align-items:center;padding-right:8px}.description-cta-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid var(--white);margin-right:-10px;flex-shrink:0}.description-cta-avatar:last-child{margin-right:0}.description-arrow{flex-shrink:0;align-self:center}.description-arrow img{width:88px;height:88px}.results{padding:80px 60px;max-width:1440px;margin:0 auto}.results-header{text-align:center;margin-bottom:48px}.results-header .section-label,.results-header .section-title{max-width:100%;text-align:center}.results-grid{display:grid;grid-template-columns:424px 1fr auto;gap:24px;align-items:start}.results-info{background:var(--grey-800);height:476px;padding:24px;display:flex;flex-direction:column}.results-info h3{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;margin-bottom:24px}.results-info-description{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:auto}.results-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.tag-blue{backdrop-filter:blur(12px);background:var(--blue);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);white-space:nowrap}.results-card-main{border:1px solid var(--grey-400);overflow:hidden}.results-card-image{height:352px;overflow:hidden;position:relative}.results-card-image img{width:100%;height:100%;object-fit:cover}.results-card-image .color-overlay{position:absolute;inset:0;background:var(--green);mix-blend-mode:color;border-radius:8px;backdrop-filter:blur(10px)}.results-card-image .dark-overlay{width:256px;height:256px;background:#11121229;backdrop-filter:blur(10px)}.results-card-image .card-logo,.results-card-image .dark-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.results-card-image .card-logo{width:200px;height:auto}.results-card-stats{background:var(--grey-800);padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.results-stat .number{font-family:var(--font-secondary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.results-stat .number .unit{font-size:24px;color:var(--green)}.results-stat .label{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--grey-200);margin-top:4px}.results-card-preview{width:440px;opacity:.4}.results-card-preview .results-card-image{height:289px}.results-card-preview .results-card-image .color-overlay{background:var(--blue)}.results-card-preview .results-card-stats{padding:20px}.results-card-preview .results-stat .number{font-size:36px;line-height:39px}.results-card-preview .results-stat .label{font-size:13px;line-height:20px}.results-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:32px;background:linear-gradient(180deg,#11121200,#111212 87.8%);padding-left:0;padding-right:0;padding-bottom:40px}.results-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.results-nav-btn{background:none;border:none;padding:0;cursor:pointer;line-height:0;transition:opacity .2s ease}.results-nav-btn:hover{opacity:.7}.results-nav-btn svg circle{transition:stroke .2s ease}.results-nav-btn:hover svg circle{stroke:var(--grey-200)}.services{padding:32px 24px;width:1320px;max-width:100%;margin:0 auto}.services,.services--tech-section{position:relative;background:var(--grey-800)}.services--tech-section{width:100%;max-width:1320px;margin:16px auto 0;overflow:hidden}.services .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.services-header{margin-bottom:48px}.services-tabs{display:flex;align-items:center;gap:12px;margin-bottom:32px;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--grey-400)}.services-tab{backdrop-filter:blur(12px);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);background:#0000;cursor:pointer;height:40px;transition:background .2s;white-space:nowrap}.services-tab.active{background:var(--blue)}.services-tab:hover:not(.active){background:#ffffff14}.services-body{display:grid;grid-template-columns:396px 1fr;gap:24px}.services-testimonial{background:var(--blue);border-radius:16px;padding:24px;display:flex;flex-direction:column;height:387px}.services-casestudy{border:1px solid var(--grey-400);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:var(--grey-800)}.services-casestudy-image{position:relative;height:392px;flex:1 1 auto;overflow:hidden}.services-casestudy-image img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.services-casestudy-image .color-overlay{position:absolute;inset:0;mix-blend-mode:color;pointer-events:none}.services-casestudy-image .dim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:#11121229;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:none}.services-casestudy-image img.logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;max-height:80px;width:auto;height:auto;object-fit:contain;z-index:1}.services-casestudy-footer{background:var(--blue);padding:24px;display:flex;flex-direction:column;gap:24px}.services-casestudy-stat{display:flex;flex-direction:column;gap:4px}.services-casestudy-stat .value{font-family:Satoshi,sans-serif;font-weight:500;font-size:44px;line-height:48px;color:var(--white);letter-spacing:-.88px}.services-casestudy-stat .value .unit{font-size:24px}.services-casestudy-stat .label{font-weight:400;font-size:16px;letter-spacing:-.16px}.services-casestudy-btn,.services-casestudy-stat .label{font-family:Satoshi,sans-serif;line-height:24px;color:var(--white)}.services-casestudy-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;height:64px;padding:8px 24px 8px 32px;border:1px solid var(--white);border-radius:128px;background:#0000;font-weight:700;font-size:18px;letter-spacing:-.18px;text-decoration:none;cursor:pointer;transition:background .2s}.services-casestudy-btn:hover{background:#ffffff1f}.services-casestudy-btn svg{flex-shrink:0}.services-casestudy-dots{display:flex;gap:8px;justify-content:center;padding:0 24px 20px;background:var(--blue)}.services-casestudy-dots button{width:8px;height:8px;border-radius:999px;border:none;background:#efeeec66;cursor:pointer;padding:0;transition:background .2s,width .2s}.services-casestudy-dots button.active{background:var(--white);width:24px}.services-testimonial blockquote{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);flex:1 1}.testimonial-author{display:flex;align-items:center;gap:16px;margin-top:auto}.testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info .name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.24px}.testimonial-info .role{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px}.services-list{display:flex;flex-direction:column}.service-item{display:grid;grid-template-columns:7% 40% 53%;align-items:start;padding:24px 0;border-bottom:1px solid var(--grey-400)}.service-item:first-child{border-top:none}.service-item:last-child{border-bottom:none}.service-number{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--green);text-align:center}.service-name{width:100%;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.service-desc{max-width:400px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}.services-tech-bar{background:var(--grey-800);padding:24px 40px;display:flex;min-width:0;align-items:center;gap:24px}.services-tech-bar .label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200);white-space:nowrap}.services-tech-logos{display:flex;align-items:center;gap:32px;margin-left:auto;overflow-x:auto;min-width:0}.services-tech-logos img{height:40px;width:40px;min-width:60px;object-fit:contain}.growth-process{padding:80px 60px;margin:0 auto;position:relative}.growth-process-header{position:relative;background-image:radial-gradient(circle,#3e3f3f80 1px,#0000 0);background-size:24px 24px;padding:100px 60px 80px;margin:-80px -60px 48px}.growth-process-header-text{text-align:left;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:33%}.growth-process-header-text .section-label{text-align:left}.growth-process-header-text .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text}.process-grid-wrapper{max-width:1440px;margin:0 auto;overflow:hidden}.process-grid{display:flex;gap:20px;width:max-content}.process-card{background:var(--grey-800);padding:32px 24px;flex:0 0 421px;width:421px;height:421px;aspect-ratio:1/1;display:flex;flex-direction:column;position:relative}.process-card:nth-child(3){background:var(--green);color:var(--black)}.process-card h3{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;margin-bottom:auto}.process-card .tag{display:inline-flex;align-items:center;justify-content:center;backdrop-filter:blur(12px);background:var(--green);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--black);height:40px;align-self:flex-start;margin-bottom:16px}.process-card:nth-child(3) .tag{background:var(--black);color:var(--white)}.process-card p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.16px}.process-card .card-image{position:absolute;top:104px;right:24px;width:188px;height:188px;overflow:hidden}.process-card .card-image img{width:188px;height:188px;object-fit:cover}.ai-section{padding:80px 60px;max-width:1440px;margin:0 auto;position:relative;min-height:750px;overflow:visible;background:var(--grey-800)}.ai-grid-lines{position:absolute;inset:0}.ai-grid-lines .v-line{position:absolute;top:0;bottom:0;width:1px;background:var(--grey-400)}.ai-grid-lines .h-line{position:absolute;left:0;right:0;height:1px;background:var(--grey-400)}.grid-cross{position:absolute;width:16px;height:16px;transform:translate(-50%,-50%)}.grid-cross:after,.grid-cross:before{content:"";position:absolute;background:var(--grey-400)}.grid-cross:before{left:3px;right:3px;top:50%;height:1px;transform:translateY(-50%)}.grid-cross:after{top:3px;bottom:3px;left:50%;width:1px;transform:translateX(-50%)}.ai-content{position:relative;z-index:4;padding:56px 60px}.ai-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:600px}.ai-title .blue{color:var(--blue)}.ai-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;color:var(--white);left:43.67%;top:42%;z-index:2}.ai-badge,.ai-badge:after{background:var(--blue);position:absolute}.ai-badge:after{content:"";top:100%;left:100%;width:24px;height:24px}.ai-subtitle{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;margin-top:372px}.ai-desc{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;max-width:470px;margin-top:24px}.ai-image{position:absolute;right:-120px;bottom:-50px;width:602px;height:666px;z-index:1;overflow:hidden}.ai-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.ai-image .ai-image-mobile{display:none}.ai-image .ai-image-desktop{display:block}.ai-fade-top{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,var(--black) 0,#0000 88%);z-index:3}.ai-trusted-wrapper{position:relative;background:var(--grey-800);overflow-x:clip}.ai-trusted-wrapper .ai-section{background:#0000}.ai-trusted-wrapper .think-work{background:var(--grey-800)}.ai-fade-bottom{position:absolute;bottom:0;left:0;right:0;height:334px;background:linear-gradient(180deg,#0000 0,var(--grey-800) 88%);z-index:3}.think-work{padding:80px max(60px,calc((100% - 1440px) / 2 + 60px));background:var(--black)}.think-work-header{margin-top:80px;text-align:center;margin-bottom:48px;.section-label,.section-title{text-align:center!important}.section-title{max-width:100%!important;width:100%}}.think-work-grid{display:grid;grid-template-columns:1fr 1.26fr .74fr;grid-template-rows:auto 1fr;gap:24px}.tw-principle{grid-row:1;grid-column:1}.tw-principle-visual{height:240px;overflow:hidden}.tw-principle-visual img{width:100%;height:100%;object-fit:contain;background:var(--grey-600)}.tw-mindset{grid-row:2;grid-column:1;background:var(--grey-600);padding:24px}.tw-mindset .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;margin-bottom:24px}.tw-mindset-tags{display:flex;flex-wrap:wrap;gap:8px}.tag-green{backdrop-filter:blur(12px);background:var(--green);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--black);height:40px;display:inline-flex;align-items:center;white-space:nowrap}.tw-approach{grid-row:1/3;grid-column:2;background:var(--grey-600);overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px}.tw-approach .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;margin-bottom:12px}.tw-approach h3{font-weight:500;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.8px;margin-bottom:24px}.tw-approach .desc{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;max-width:397px;margin-bottom:24px}.tw-approach .bg-image{position:absolute;bottom:-40px;right:-40px;width:80%;height:80%;z-index:0}.tw-approach .bg-image img{width:100%;height:100%;object-fit:contain;object-position:right bottom}.tw-approach>*{position:relative;z-index:1}.btn-white{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--black);border-radius:128px;padding:8px 16px 8px 24px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;height:56px;transition:transform .2s}.btn-white:hover{transform:translateY(-2px)}.btn-white .arrow{width:24px;height:24px;object-fit:contain}.tw-right-col{grid-row:1/3;grid-column:3;display:flex;flex-direction:column;gap:24px}.tw-founder{background:var(--green);overflow:hidden;position:relative;padding:12px 12px 0;height:182px;flex-shrink:0}.tw-founder .name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--black);text-align:right}.tw-founder .role{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--black);text-align:right}.tw-founder .photo{position:absolute;bottom:0;left:0;width:142px;height:auto}.tw-founder-linkedin{position:absolute;bottom:12px;right:12px;width:24px;height:24px;z-index:1}.tw-founder-linkedin img{width:100%;height:100%}.tw-certs{background:var(--grey-600);padding:24px;display:flex;flex-direction:column;flex:1 1}.tw-certs .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;text-align:center;margin-bottom:24px}.tw-certs-logos{flex-direction:column}.tw-cert-item,.tw-certs-logos{display:flex;align-items:center;flex:1 1}.tw-cert-item{justify-content:center}.tw-cert-item:first-child img{width:166px;height:auto;object-fit:contain}.tw-cert-item:last-child img{width:164px;height:auto;object-fit:contain}.tw-cert-divider{width:calc(100% + 58px);height:1px;background:var(--grey-400);margin:10px -24px 24px;align-self:stretch}.tw-principle-content{background:var(--blue);padding:24px}.tw-principle-content .label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;margin-bottom:12px}.tw-principle-content h3{font-weight:500;font-size:clamp(28px,3vw,40px);line-height:1.1;letter-spacing:-.8px;margin-bottom:16px}.tw-principle-content .desc{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px}.trusted{background:var(--grey-800);position:relative;overflow:hidden}.trusted-dots{position:absolute;top:0;left:-200px;right:0;height:520px;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;z-index:0;pointer-events:none}.trusted-inner{position:relative;z-index:1;display:grid;grid-template-columns:380px 323px 1fr;grid-template-rows:auto 1fr auto;gap:0 40px;padding:0 70px;max-width:1440px;margin:0 auto}.trusted-left{height:406px;grid-column:1;grid-row:1/4;display:flex;flex-direction:column;padding-top:0}.trusted-title-container{padding:80px 60px 0;max-width:1440px;margin:0 auto;position:relative;z-index:1}.trusted-title{max-width:562px;text-align:left;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,#efeeec,#9f9f9e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000;margin-bottom:32px}.trusted-desc,.trusted-title{font-family:var(--font-primary);font-weight:500}.trusted-desc{font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);max-width:380px;margin-bottom:auto}.trusted-clutch{margin-top:auto;padding-bottom:60px}.trusted-clutch-logo{display:block;margin-bottom:8px}.trusted-clutch-rating{display:flex;align-items:center;gap:8px}.trusted-clutch-rating span{font-family:var(--font-primary);font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--green)}.trusted-clutch-rating svg{flex-shrink:0}.trusted-photo{grid-column:2;grid-row:1/3;position:relative;width:323px;height:406px;overflow:hidden;align-self:start;background:var(--grey-600)}.trusted-photo-img{width:100%;height:100%;object-fit:cover}.trusted-photo-link{display:block;width:100%;height:100%;cursor:pointer}.trusted-photo-link:focus-visible{outline:2px solid var(--green);outline-offset:2px}.trusted-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;background:#11121229;backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.trusted-play-btn:hover{background:#11121266}.trusted-play-btn svg{margin-left:3px}.trusted-card{height:406px;grid-column:3;grid-row:1/3;background:var(--grey-600);border-radius:0;padding:24px;display:flex;flex-direction:column;align-self:start;min-height:406px}.trusted-card-top{margin-bottom:auto}.trusted-card-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px}.trusted-card-name,.trusted-card-role{font-family:var(--font-primary);color:var(--white)}.trusted-card-role{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;margin-top:4px}.trusted-card-quote-icon{margin-bottom:16px}.trusted-card-text{font-family:var(--font-primary);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin:0}.trusted-nav{background:linear-gradient(180deg,#11121200,#111212 87.8%);grid-column:1/-1;grid-row:3;display:flex;gap:12px;margin-top:32px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50% + 0px);padding-right:calc(50vw - 50% + 0px);align-items:center;justify-content:flex-end;padding-bottom:40px}.trusted-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.trusted-nav-btn{background:none;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s;flex-shrink:0}.trusted-nav-btn:hover{opacity:.7}.trusted-bottom-bar{width:100%;height:129px;background:var(--grey-800);border-radius:0}.cta-section{padding:80px 60px;max-width:1440px;margin:0 auto}.cta-content{display:flex;align-items:flex-start;gap:136px;position:relative}.cta-left{flex-shrink:0;width:312px}.cta-tagline{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);text-transform:uppercase}.cta-right{max-width:536px}.cta-right .section-title{font-size:44px;line-height:48px;letter-spacing:-.88px;background:none;-webkit-text-fill-color:var(--white);color:var(--white);margin-bottom:24px}.text-blue{-webkit-text-fill-color:var(--blue);color:var(--blue)}.cta-description{font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin-bottom:44px}.cta-asterisk{position:absolute;right:0;top:76px;width:88px;height:88px}.cta-badges{display:flex;flex-wrap:wrap;gap:12px}.cta-badge{display:inline-flex;align-items:center;gap:8px;background:var(--grey-600);border-radius:128px;padding:8px 16px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.cta-badge img{width:24px;height:24px;flex-shrink:0;object-fit:contain}.cta-contact-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 24px 8px 32px;background:var(--white);border:1px solid var(--grey-400);border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);height:56px;margin-top:32px;transition:opacity .2s}.cta-contact-btn:hover{opacity:.9}.cta-contact-avatars{display:flex;align-items:center;padding-right:8px}.cta-contact-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid var(--white);margin-right:-10px;flex-shrink:0}.cta-contact-avatar:last-child{margin-right:0}.cta-contact-arrow{width:24px;height:24px}.cta-logos{position:relative;margin-top:120px;overflow:hidden}.cta-logos:after,.cta-logos:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2}.cta-logos:before{left:0;background:linear-gradient(90deg,var(--black),#0000)}.cta-logos:after{right:0;background:linear-gradient(270deg,var(--black),#0000)}.cta-logos-track{gap:80px;animation:marquee 30s linear infinite;width:max-content}.cta-logo,.cta-logos-track{display:flex;align-items:center}.cta-logo{flex-shrink:0;justify-content:center;overflow:hidden}.cta-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.blog{padding:80px 60px;max-width:1440px;margin:0 auto}.blog-header{margin-bottom:48px}.blog-header .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text}.blog-slider{overflow:hidden}.blog-track{display:flex;gap:24px;transition:transform .5s ease}.blog-track .blog-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 48px) / 3)}.blog-card{display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:background .3s,transform .3s;aspect-ratio:1/1}.blog-card:hover{background:var(--grey-600);transform:translateY(-8px)}.blog-card-top{display:flex;justify-content:space-between;align-items:flex-start;padding:16px}.blog-card-meta{gap:5px;padding-top:0}.blog-card-date,.blog-card-read{font-family:var(--font-inter);font-weight:400;font-size:14px;letter-spacing:-.5px;color:#737373}.blog-card-image{width:160px;height:160px;border-radius:12px;overflow:hidden;position:relative;flex-shrink:0}.blog-card-image img{width:100%;height:100%;border-radius:12px;object-fit:cover}.blog-card-image .color-overlay{position:absolute;inset:0;border-radius:12px;mix-blend-mode:color}.blog-card-image .color-overlay.blue{background:var(--blue)}.blog-card-image .color-overlay.green{background:var(--green)}.blog-card h3,.blog-card-title{display:block;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.blog-nav,.blog-nav-arrows{display:flex;align-items:center;gap:12px;margin-top:24px}.blog-nav{padding:0 60px;max-width:1440px;margin-left:auto;margin-right:auto}.blog-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.blog-nav-buttons{display:flex;gap:12px}.blog-nav-btn{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.blog-nav-btn:hover{opacity:.7}.blog-nav-btn:disabled{opacity:.3;cursor:default}.blog-nav-btn:disabled:hover{opacity:.3}.faq{padding:80px 60px;max-width:1440px;margin:0 auto}.faq-header{text-align:center;margin-bottom:48px}.faq-header .section-label,.faq-header .section-title{text-align:center;margin-left:auto;margin-right:auto}.faq-tabs{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:40px}.faq-tab{backdrop-filter:blur(12px);border-radius:32px;padding:8px 12px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);background:#0000;cursor:pointer;height:40px;transition:background .2s;white-space:nowrap}.faq-tab.active{background:var(--blue)}.faq-tab:hover:not(.active){background:#ffffff14}.faq-list{max-width:872px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--grey-800);padding:32px 24px;cursor:pointer;transition:background .2s}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:24px}.faq-question h3{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px}.faq-question .icon{width:32px;height:32px;flex-shrink:0;object-fit:contain}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer p{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;padding-top:16px}.faq-item.active .faq-question h3{color:var(--green)}.faq-item.active .faq-answer{max-height:200px}.footer{position:relative;height:750px;overflow:hidden;background:var(--black)}.footer-video-bg{position:absolute;inset:0;z-index:0}.footer-video-bg video{width:100%;height:100%;object-fit:cover}.footer-video-overlay{position:absolute;inset:0;z-index:0;mix-blend-mode:plus-lighter;opacity:.32;filter:blur(6px)}.footer-video-overlay video{width:100%;height:100%;object-fit:cover}.footer-stripes{position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,#111212a3,#11121229 72px)}.footer-content{position:relative;z-index:2;background:var(--white);margin:32px;padding:28px 26px;color:var(--black);display:flex;flex-direction:column;height:349px}.footer-top{display:flex;justify-content:space-between;flex:1 1}.footer-contact{display:flex;flex-direction:column;gap:8px}.footer-contact a{display:flex;align-items:center;gap:8px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--black);transition:opacity .2s}.footer-contact a:hover{opacity:.7}.footer-contact a .icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.footer-nav{display:flex;gap:64px}.footer-nav-col{display:flex;flex-direction:column;gap:16px}.footer-nav-col a{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);transition:opacity .2s}.footer-nav-col a:hover{opacity:.7}.footer-address{margin-top:auto}.footer-address .label{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--grey-400)}.footer-address p{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--black)}.footer-socials{display:flex;gap:16px;align-items:flex-end;margin-left:auto}.footer-socials a{display:block;width:24px;height:24px;transition:opacity .2s}.footer-socials a img{width:24px;height:24px;object-fit:contain}.footer-socials a:hover{opacity:.7}.footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #1112121f;padding-top:16px;margin-top:16px}.footer-legal{display:flex;gap:24px}.footer-legal a{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-400);text-transform:lowercase;transition:color .2s}.footer-legal a:hover{color:var(--black)}.footer-copyright{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-400);text-transform:lowercase}.footer-large-logo{position:relative;z-index:2;margin:0 32px}.footer-large-logo img{width:100%;height:auto;max-height:184px;object-fit:contain}.dot-grid-section{padding:0 60px;height:516px}.about-mission,.dot-grid-section{position:relative;overflow:hidden}.about-mission{max-width:1440px;margin:0 auto;padding:80px 60px;background:var(--black)}.about-mission-dots{position:absolute;inset:0;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.about-mission-inner{position:relative;display:flex;align-items:center;gap:40px}.about-mission-inner .section-label{flex-shrink:0;align-self:center}.about-mission-heading{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px;margin-left:auto}.about-mission-heading .accent{color:var(--green)}.about-mission-arrow{flex-shrink:0;margin-left:auto}.about-mission-arrow,.about-mission-arrow svg{width:88px;height:88px}@media (max-width:1200px){.trusted-inner{grid-template-columns:300px 260px 1fr;gap:0 24px}.trusted-title{font-size:56px;line-height:60px}.trusted-desc{font-size:20px;line-height:28px}.trusted-photo{width:260px;height:auto;align-self:stretch}.trusted-card{height:auto;min-height:380px}.results-grid{grid-template-columns:1fr 1fr}.results-card-preview{display:none}.think-work-grid{grid-template-columns:1fr 1fr}.tw-approach{grid-column:1;grid-row:auto}.tw-right-col{grid-column:1/-1;grid-row:auto;flex-direction:row}.tw-founder{min-height:173px;flex:1 1}.tw-certs{flex:1 1}}@media (max-width:1024px){.hero-title{font-size:64px;line-height:72px}.hero-subtitle{font-size:14px;line-height:20px}.section-title{font-size:48px;line-height:52px}.stats-bar{grid-template-columns:repeat(2,1fr)}.services-body{grid-template-columns:1fr}.services-testimonial{display:none}.services-list{order:1}.services-casestudy{order:2}.services-casestudy-image{height:310px}.service-item{grid-template-columns:40px 1fr;grid-template-rows:auto auto}.service-number{grid-row:1/3;grid-column:1}.service-name{grid-row:1;grid-column:2}.service-desc{grid-row:2;grid-column:2}.growth-process-header{margin-left:-60px;margin-right:-60px}.process-grid-wrapper{overflow:visible}.process-grid{flex-wrap:wrap;width:auto;gap:16px}.process-card{flex-grow:1;flex-shrink:0;flex-basis:calc(50% - 8px);aspect-ratio:1/1}.think-work-grid{grid-template-columns:1fr}.tw-approach{min-height:400px}.tw-approach,.tw-right-col{grid-column:1;grid-row:auto}.tw-right-col{flex-direction:column}.trusted-inner{grid-template-columns:1fr;grid-template-rows:auto;gap:32px 0;padding:60px 40px 0}.trusted-left{grid-column:1;grid-row:1}.trusted-title{font-size:40px;line-height:44px}.trusted-desc{font-size:18px;line-height:28px;max-width:100%;margin-bottom:60px}.trusted-left{height:auto}.trusted-clutch{padding-bottom:0}.trusted-photo{grid-column:1;grid-row:2;width:100%;max-width:none;height:auto;aspect-ratio:1/1;margin-top:0;justify-self:stretch}.trusted-card{grid-column:1;grid-row:3;margin-top:0;min-height:auto}.trusted-nav{grid-column:1;grid-row:4;padding-bottom:32px}.blog-grid{grid-template-columns:1fr 1fr}.description-inner{flex-wrap:wrap}.description-label{width:100%;margin-bottom:-20px}.description-heading{font-size:36px;line-height:40px}.description-arrow img{width:64px;height:64px}}@media (max-width:768px){.nav{padding:max(8px,env(safe-area-inset-top,8px)) 20px 8px}.hero{height:auto;min-height:520px;padding-top:calc(60px + env(safe-area-inset-top, 0px));padding-bottom:40px}.nav-links,.nav-right{display:none}.nav-hamburger{display:flex}.blog,.container,.cta-section,.description,.faq,.growth-process,.results,.services,.stats-bar,.think-work,.trusted{padding-left:20px;padding-right:20px}.description{padding:60px 20px}.description-inner{flex-direction:column;gap:24px}.description-label{width:auto;margin-bottom:0}.description-heading{font-size:28px;line-height:34px;letter-spacing:-.56px}.description-subtitle{font-size:16px;line-height:20px;margin-bottom:32px}.description-arrow{margin-left:0;align-self:flex-end}.description-arrow img{width:56px;height:56px}.hero-title{font-size:40px;line-height:48px}.hero-subtitle{font-size:13px;line-height:18px}.hero-subtitle br{display:none}.section-title{font-size:36px;line-height:40px}.cta-logo{transform:scale(.5)}.cta-logo img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}.stats-bar{grid-template-columns:1fr 1fr;margin-top:-30px}.stat-number{font-size:36px}.results-grid{grid-template-columns:1fr}.growth-process-header{margin-left:-20px;margin-right:-20px;padding:60px 20px}.growth-process-header-text{padding-left:0}.process-grid-wrapper{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.process-grid-wrapper::-webkit-scrollbar{display:none}.process-grid{width:max-content;gap:12px}.process-grid:after{content:"";flex-shrink:0;width:20px}.process-card{flex:0 0 350px;width:350px;height:362px;aspect-ratio:auto;min-height:auto;padding:32px 20px 24px;scroll-snap-align:start}.process-card:last-child{scroll-snap-align:end}.process-card h3{font-size:24px;line-height:32px;letter-spacing:-.48px;margin-bottom:auto;max-width:202px}.process-card .card-image{position:absolute;top:8px;right:-3px;width:147px;height:147px}.process-card .card-image img{width:147px;height:147px}.process-card .tag,.process-card p{position:relative;z-index:1}.process-card p{max-width:310px}.think-work{padding-top:60px;padding-bottom:60px}.think-work-header{margin-top:0;margin-bottom:32px}.about-mission-inner .section-label{self-align:left}.think-work-grid{grid-template-columns:1fr;gap:16px}.tw-approach{grid-column:1;grid-row:auto;min-height:360px}.tw-approach .desc{max-width:100%}.tw-right-col{grid-column:1;grid-row:auto;flex-direction:column}.tw-founder{height:auto;min-height:140px;padding:12px}.tw-founder .photo{width:120px}.tw-certs-logos{gap:12px}.tw-cert-item:first-child img,.tw-cert-item:last-child img{width:140px}.blog-track .blog-card{flex-grow:0;flex-shrink:0;flex-basis:calc(100vw - 48px);height:360px;aspect-ratio:auto}.blog .blog-card-meta{left:20px}.blog .blog-card-title{font-size:24px;line-height:32px;letter-spacing:-.48px;left:20px;right:20px;bottom:32px}.blog-header .section-title{font-size:40px;line-height:44px;letter-spacing:-.8px}.blog-nav-line{display:block}.faq-tabs{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.faq-tabs::-webkit-scrollbar{display:none}.faq-tab{flex-shrink:0;font-size:13px;padding:6px 14px;height:36px}.faq-question h3{font-size:24px;line-height:32px}.footer-content{padding:20px}.footer-nav{gap:24px}.footer-contact a{font-size:24px}.ai-section{min-height:auto;padding:60px 20px;display:flex;flex-direction:column;overflow:hidden}.ai-content{padding:0}.ai-image{position:relative;width:100%;height:auto;right:auto;bottom:auto;top:auto;margin-top:48px;margin-left:auto;margin-right:-150px;z-index:1;opacity:1;overflow:visible}.ai-image .ai-image-desktop{display:none}.ai-image .ai-image-mobile{display:block;width:100%;height:auto;object-fit:contain}.ai-title{font-size:32px;line-height:36px}.ai-fade-bottom{position:relative;bottom:101px;margin-bottom:-101px;left:50%;transform:translateX(-50%);width:100vw;height:100px;margin-top:-1px;z-index:3}.ai-badge,.ai-grid-lines{display:none}.ai-subtitle{margin-top:40px}.cta-content{flex-direction:column;gap:32px}.services-tech-bar{padding:24px 20px;display:flex;flex-direction:column;align-items:start}.cta-left{width:auto}.cta-right{max-width:100%}.cta-asterisk{display:none}.cta-logos{margin-top:60px}.cta-logo{transform:scale(.6)}.cta-logos-track{gap:0}.trusted{padding:0}.trusted-title-container{padding:60px 20px 0}.trusted-inner{padding:32px 20px 0;gap:24px 0}.ai-fade-top{z-index:2}.trusted-card{height:auto}.trusted-clutch-logo{transform:scale(.5);transform-origin:left center}.footer{height:auto}.footer-content{margin:16px;padding:24px 20px;height:auto}.footer-top{flex-direction:column;gap:32px}.footer-contact a{font-size:20px;line-height:28px}.footer-nav{flex-direction:column;gap:8px}.footer-nav-col{gap:12px}.footer-nav-col a{font-size:16px;line-height:22px}.footer-address{margin-top:24px}.footer-address p{font-size:16px}.footer-socials{position:static!important;right:auto!important;bottom:auto!important;margin-top:20px;margin-left:0;justify-content:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}.footer-legal{flex-wrap:wrap;gap:12px}.footer-large-logo{margin:0 16px;padding-bottom:16px}}.blog-page{min-height:100vh}.blog-page-empty{padding:120px 60px;text-align:center;color:var(--grey-200);font-size:18px}.blog-hero .hero-stripes{opacity:.25}.blog-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.blog-hero-bg img{position:absolute;width:116%;height:125%;bottom:-10%;object-fit:cover}.blog-hero-dots{position:absolute;inset:0;z-index:1;background-image:radial-gradient(circle,#ffffff1a 1.5px,#0000 0);background-size:24px 23px;pointer-events:none}.blog-hero .blog-hero-content{position:relative;z-index:3;max-width:1440px;margin:0 auto;padding:60px 60px 0;display:flex;align-items:center;justify-content:space-between;gap:60px;height:100%;width:100%}.blog-hero-left{max-width:560px}.blog-hero-label{display:block;font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:var(--grey-200);margin-bottom:20px}.blog-hero-title{font-weight:500;font-size:80px;line-height:80px;letter-spacing:-2.4px;color:var(--white);margin-bottom:24px}.blog-hero-subtitle{font-size:18px;line-height:28px;letter-spacing:-.18px;color:var(--white);max-width:480px}.blog-hero-card{display:flex;flex-direction:column;width:540px;flex-shrink:0;background:var(--grey-800);padding:32px 24px 24px;text-decoration:none;transition:transform .3s;height:424px}.blog-hero-card:hover{transform:translateY(-4px)}.blog-hero-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:auto}.blog-hero-card-author{display:flex;align-items:center;gap:16px}.blog-hero-card-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.blog-hero-card-author-info{display:flex;flex-direction:column}.blog-hero-card-author-name{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--white)}.blog-hero-card-author-role{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.blog-hero-card-meta{display:flex;flex-direction:column;align-items:flex-end;font-family:var(--font-inter);font-size:14px;letter-spacing:-.5px;color:#737373;gap:4px}.blog-hero-card-category{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;height:40px;padding:10px 12px;background:var(--grey-600);backdrop-filter:blur(12px);border-radius:32px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);margin-bottom:24px}.blog-hero-card-title{display:block;font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.blog-post-category{color:var(--green);font-weight:500;cursor:pointer;transition:opacity .2s}.blog-post-category:hover{opacity:.75}.blog-filters-section{max-width:1440px;margin:0 auto;padding:0 60px;display:flex;flex-direction:column;gap:24px}.blog-filters-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.blog-filters-pills{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.blog-filter-btn{backdrop-filter:blur(12px);background:#0000;border:none;border-radius:32px;padding:10px 12px;height:40px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);transition:all .2s;white-space:nowrap;cursor:pointer}.blog-filter-btn:hover{background:#ffffff14}.blog-filter-btn.active{background:var(--blue);color:var(--white)}.blog-search-input{display:flex;align-items:center;gap:10px;background:var(--grey-800);border:1px solid var(--grey-600);height:48px;padding:12px;width:312px;flex-shrink:0}.blog-search-input svg{flex-shrink:0}.blog-search-input input{background:#0000;border:none;outline:none;font-family:var(--font-primary);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);width:100%}.blog-search-input input::placeholder{color:var(--grey-200)}.blog-filters-divider{height:1px;background:var(--grey-400);width:100%}.blog-grid-section{max-width:1440px;margin:0 auto;padding:48px 60px 80px;display:flex;flex-direction:column;align-items:center}.blog-grid{display:flex;flex-wrap:wrap;gap:24px;width:100%;justify-content:center}.blog-card{position:relative;width:424px;height:424px;background:var(--grey-800);text-decoration:none;transition:transform .3s;flex-shrink:0}.blog-card:hover{transform:translateY(-4px)}.blog-card-meta{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:2px;font-family:var(--font-inter);font-size:14px;letter-spacing:-.5px;color:#737373}.blog-card-date,.blog-card-readtime{display:block}.blog-card-thumb{position:absolute;top:16px;right:16px;width:160px;height:160px;border-radius:12px;overflow:hidden}.blog-card-thumb img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.blog-card-overlay{position:absolute;inset:0;border-radius:12px;mix-blend-mode:color;z-index:2}.blog-card-overlay.blue{background:var(--blue)}.blog-card-overlay.green{background:var(--green)}.blog-card-title{position:absolute;bottom:24px;left:24px;right:24px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.blog-load-more{display:flex;justify-content:center;margin-top:48px}.blog-load-more-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--white);border:none;border-radius:128px;padding:8px 16px 8px 24px;height:56px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);cursor:pointer;transition:opacity .2s}.blog-load-more-btn:hover{opacity:.9}.blog-linkedin{margin-bottom:128px;overflow:hidden}.blog-linkedin-header{max-width:1440px;margin:0 auto 48px;padding:0 60px;display:flex;flex-direction:column;align-items:center;text-align:center}.blog-linkedin-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200);margin-bottom:12px}.blog-linkedin-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px}.blog-linkedin-title .blue{color:var(--blue)}.blog-linkedin-carousel{display:flex;justify-content:center;align-items:center;gap:24px}.blog-linkedin-slide{display:flex;gap:24px;flex-shrink:0}.blog-linkedin-slide--active{overflow:hidden}.blog-linkedin-slide--faded{opacity:.4;transform:scale(.877);transform-origin:center;transition:opacity .3s ease}.blog-linkedin-photo{position:relative;width:312px;height:406px;background:var(--grey-600);overflow:hidden;flex-shrink:0}.blog-linkedin-photo img{width:100%;height:100%;object-fit:cover}.blog-linkedin-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:96px;height:96px;background:#11121229;backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.blog-linkedin-play:hover{background:#11121266}.blog-linkedin-play svg{margin-left:3px}.blog-linkedin-social{position:absolute;bottom:16px;right:16px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.blog-linkedin-card{width:536px;height:406px;background:var(--grey-600);padding:24px;display:flex;flex-direction:column;flex-shrink:0}.blog-linkedin-card-top{margin-bottom:auto}.blog-linkedin-card-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white)}.blog-linkedin-card-role{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white);margin-top:4px}.blog-linkedin-card-quote{margin-bottom:16px}.blog-linkedin-card-text{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin:0}.blog-linkedin-nav{display:flex;gap:12px;align-items:center;max-width:1440px;margin:32px auto 0;padding:0 60px}.blog-linkedin-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.blog-linkedin-nav-btn{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s;flex-shrink:0}.blog-linkedin-nav-btn:hover{opacity:.7}.blog-whats-new-wrap{margin-bottom:128px}.blog-whats-new-wrap .blog{padding-top:0}.blog-newsletter{position:relative;max-width:1440px;margin:0 auto 128px;padding:0 60px;overflow:hidden}.blog-newsletter-dots{position:absolute;top:0;left:-200px;right:0;bottom:0;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.25;pointer-events:none}.blog-newsletter-inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:80px;min-height:516px}.blog-newsletter-left{flex:0 0 auto;max-width:604px;padding-top:80px;position:relative;z-index:2}.blog-newsletter-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000;margin-bottom:24px}.blog-newsletter-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:424px;margin-bottom:24px}.blog-newsletter-form{max-width:424px}.blog-newsletter-label{display:block;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white);margin-bottom:8px}.blog-newsletter-input-wrap{display:flex;align-items:center;height:48px;background:var(--grey-800);border:1px solid var(--grey-400);border-radius:0 24px 24px 0;overflow:hidden}.blog-newsletter-input{flex:1 1;height:100%;padding:0 12px;background:none;border:none;outline:none;font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}.blog-newsletter-input::placeholder{color:var(--grey-200)}.blog-newsletter-btn{flex-shrink:0;height:48px;padding:8px 24px;background:var(--white);border:none;border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);cursor:pointer;transition:opacity .2s;white-space:nowrap}.blog-newsletter-btn:hover{opacity:.9}.blog-newsletter-btn:disabled{opacity:.6;cursor:default}.blog-newsletter-msg{margin-top:12px;font-size:14px;line-height:20px}.blog-newsletter-msg.success{color:var(--green)}.blog-newsletter-msg.error{color:#ef4444}.blog-newsletter-image{position:absolute;right:-60px;top:20px;width:604px;height:604px;pointer-events:none}.blog-newsletter-image img{width:100%;height:100%;object-fit:cover}.blog-newsletter-image-fade{position:absolute;left:0;right:0;bottom:70px;height:402px;background:linear-gradient(180deg,#11121200 0,var(--black) 88%)}.blog-cta{padding:0 60px 100px;max-width:1440px;margin:0 auto}.blog-cta-container{margin-top:112px;position:relative;height:556px;overflow:hidden;border-radius:16px;isolation:isolate;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.blog-cta-asterisk{position:absolute;bottom:-15%;left:-22%;width:600px;height:600px;z-index:0;pointer-events:none}.blog-cta-asterisk img{width:100%;height:100%;object-fit:contain}.blog-cta-asterisk-tr{position:absolute;top:64px;right:64px;width:44px;height:40px;z-index:0;pointer-events:none}.blog-cta-asterisk-tr img{width:100%;height:100%;object-fit:contain}.blog-cta-content{position:absolute;top:50%;left:50%;transform:translate(-25%,-50%);z-index:3;max-width:536px}.blog-cta-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200);margin-bottom:12px}.blog-cta-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-bottom:32px}.blog-cta-text{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:12px}.blog-cta-buttons{display:flex;align-items:center;gap:16px;margin-top:48px}.blog-cta-secondary{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:8px 24px;border-radius:128px;border:1px solid var(--white);background:#ffffff1f;color:var(--white);font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;white-space:nowrap}.blog-page-grid-section{padding:0 60px 80px;max-width:1440px;margin:0 auto}.blog-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-page-card{display:flex;flex-direction:column;background:var(--grey-800);overflow:hidden;text-decoration:none;transition:transform .3s}.blog-page-card:hover{transform:translateY(-8px)}.blog-page-card-image{position:relative;aspect-ratio:16/10;overflow:hidden}.blog-page-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-page-card:hover .blog-page-card-image img{transform:scale(1.04)}.blog-page-card-image .color-overlay{position:absolute;inset:0;mix-blend-mode:color}.blog-page-card-image .color-overlay.blue{background:var(--blue)}.blog-page-card-image .color-overlay.green{background:var(--green)}.blog-page-card-body{padding:24px 28px 32px;display:flex;flex-direction:column;gap:12px;flex:1 1}.blog-page-card-meta{display:flex;align-items:center;gap:10px;font-family:var(--font-inter);font-size:13px;letter-spacing:-.4px;color:#737373}.blog-page-card-category{color:var(--green);font-weight:500;cursor:pointer;transition:opacity .2s}.blog-page-card-category:hover{opacity:.75}.blog-page-card-dot{width:3px;height:3px;border-radius:50%;background:#737373;flex-shrink:0}.blog-page-card-title{display:block;font-weight:500;font-size:24px;line-height:30px;letter-spacing:-.48px;color:var(--white)}.blog-page-card-excerpt{font-size:15px;line-height:22px;color:var(--grey-200);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post-back-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;color:var(--grey-200);transition:color .2s}.blog-post-back-link:hover{color:var(--white)}.blog-post-page{padding-top:112px;min-height:100vh}.blog-post-two-col{display:flex;max-width:1440px;margin:0 auto;padding:0 60px}.blog-post-sidebar{padding-right:40px;flex-shrink:0}.blog-post-sidebar-sticky{position:sticky;top:112px;display:flex;flex-direction:column;gap:32px}.blog-post-sidebar-label{display:block;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200);margin-bottom:24px}.blog-post-sidebar-nav{display:flex;flex-direction:column;gap:12px}.blog-post-sidebar-link{display:flex;align-items:center;padding:8px 16px;border-radius:128px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);text-decoration:none;transition:background .2s;overflow:hidden;white-space:nowrap}.blog-post-sidebar-link.active,.blog-post-sidebar-link:hover{background:var(--grey-600)}.blog-post-sidebar-divider{height:1px;background:var(--grey-400)}.blog-post-share-icons{display:flex;gap:16px;align-items:center}.blog-post-share-btn{background:none;border:none;padding:0;color:var(--green);cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .2s;text-decoration:none}.blog-post-share-btn:hover{opacity:.7}.blog-post-main{width:872px;margin-left:auto}.blog-post-header{display:flex;flex-direction:column;gap:32px}.blog-post-header-text{display:flex;flex-direction:column;gap:24px}.blog-post-category-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200)}.blog-post-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.blog-post-excerpt{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.blog-post-meta-row{display:flex;align-items:flex-start;justify-content:space-between}.blog-post-author{display:flex;align-items:center;gap:24px;text-decoration:none}.blog-post-author-photo{width:56px;height:56px;border-radius:50%;object-fit:cover}.blog-post-author-info{display:flex;flex-direction:column;gap:4px}.blog-post-author-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);transition:color .2s}.blog-post-author-role{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.blog-post-share{display:flex;flex-direction:column;gap:24px}.blog-post-share-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200)}.blog-post-divider{height:1px;background:var(--grey-400);margin:48px 0}.blog-post-hero-image{position:relative;width:100%;height:340px;overflow:hidden;background:var(--grey-200);margin-bottom:24px}.blog-post-hero-image img{width:100%;height:100%;object-fit:cover}.blog-post-hero-image .color-overlay{position:absolute;inset:0;mix-blend-mode:color}.blog-post-hero-image .color-overlay.blue{background:var(--blue)}.blog-post-hero-image .color-overlay.green{background:var(--green)}.blog-post-info-cards{display:flex;gap:24px;margin-bottom:48px}.blog-post-info-card{flex:1 1;display:flex;align-items:center;gap:16px;height:88px;padding:16px;border:1px solid var(--grey-600);border-radius:12px;overflow:hidden}.blog-post-info-card-icon{flex-shrink:0;width:24px;height:24px;color:var(--white)}.blog-post-info-card-text{display:flex;flex-direction:column;gap:4px;min-width:0}.blog-post-info-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:#737373}.blog-post-info-value{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.blog-post-content{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.blog-post-content p{margin-bottom:24px}.blog-post-content>:first-child{margin-top:0}.blog-post-content h1,.blog-post-content h2{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white);margin-top:48px;margin-bottom:24px}.blog-post-content h2:first-child{margin-top:0}.blog-post-content h3{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-top:40px;margin-bottom:16px}.blog-post-content h4{font-weight:500;font-size:20px;line-height:28px;letter-spacing:-.4px;color:var(--white);margin-top:32px;margin-bottom:12px}.blog-post-content strong{font-weight:600;color:var(--white)}.blog-post-content a{color:var(--green);text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.blog-post-content a:hover{opacity:.8}.blog-post-content ol,.blog-post-content ul{margin-bottom:24px;padding-left:0;list-style:none}.blog-post-content ol{counter-reset:blog-ol}.blog-post-content li{margin-bottom:16px;padding-left:25px;position:relative;line-height:24px}.blog-post-content ul>li:before{content:"+";font-weight:400;font-size:20px}.blog-post-content ol>li:before,.blog-post-content ul>li:before{position:absolute;left:4px;top:0;line-height:24px;color:var(--white)}.blog-post-content ol>li:before{counter-increment:blog-ol;content:counter(blog-ol) ".";font-weight:500;font-size:18px}.blog-post-content li strong{color:var(--green);text-transform:uppercase;font-weight:500}.blog-post-content blockquote{position:relative;padding:24px;margin:32px 0;background:#0000;border:none;border-radius:0;font-style:normal;overflow:hidden;isolation:isolate}.blog-post-content blockquote:before{content:"";position:absolute;left:-95px;top:50%;transform:translateY(-50%);width:200px;height:200px;background:url(/assets/icons/asterisk-green.svg) 50%/contain no-repeat;z-index:0;pointer-events:none}.blog-post-content blockquote:after{content:"";position:absolute;inset:0;background:#ffffff1f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1;pointer-events:none}.blog-post-content blockquote>*{position:relative;z-index:2}.blog-post-content blockquote p:first-child{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-bottom:16px}.blog-post-content blockquote p:first-child strong{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);text-transform:none}.blog-post-content blockquote p:last-child{margin-bottom:0;font-size:18px;line-height:22px;letter-spacing:-.18px}.blog-post-content blockquote p+p{font-weight:400;font-size:18px;line-height:22px}.blog-post-content pre{border:1px solid var(--grey-600);border-radius:12px;padding:24px;margin:32px 0;overflow-x:auto;font-size:14px;line-height:22px;color:var(--grey-200)}.blog-post-content code,.blog-post-content pre{background:var(--grey-800);font-family:SF Mono,Fira Code,Menlo,monospace}.blog-post-content code{padding:3px 8px;border-radius:6px;font-size:.85em;color:var(--green);border:1px solid var(--grey-600)}.blog-post-content pre code{background:none;padding:0;border-radius:0}.blog-post-content img{width:100%;border-radius:8px;margin:32px 0}.blog-post-content hr{border:none;border-top:1px solid var(--grey-400);margin:48px 0}.blog-post-content table{width:100%;border-collapse:collapse;margin:24px 0 32px;font-size:16px;line-height:24px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.blog-post-content thead th{text-align:left;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.14px;text-transform:uppercase;color:var(--grey-200);padding:12px 16px;border-bottom:1px solid var(--grey-400);white-space:nowrap}.blog-post-content tbody td{padding:12px 16px;color:var(--white);border-bottom:1px solid var(--grey-600);vertical-align:top}.blog-post-content tbody tr:last-child td{border-bottom:none}.blog-post-content tbody tr:hover{background:#ffffff08}.blog-post-author-bio{display:flex;background:var(--grey-600);min-height:256px;overflow:hidden}.blog-post-author-bio-photo{width:192px;flex-shrink:0;padding:16px}.blog-post-author-bio-photo img{width:160px;height:224px;object-fit:cover;border-radius:12px}.blog-post-author-bio-content{display:flex;flex-direction:column;gap:32px;padding:24px 24px 24px 8px;flex:1 1}.blog-post-author-bio-info{display:flex;flex-direction:column;gap:4px}.blog-post-author-bio-name{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white)}.blog-post-author-bio-role{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.blog-post-author-bio-body{display:flex;flex-direction:column;gap:24px}.blog-post-author-bio-text{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.blog-post-author-bio-social{display:flex;gap:16px;align-items:center}.blog-post-cta-section{max-width:1440px;margin:0 auto;padding:80px 60px}.blog-post-cta-inner{position:relative;height:400px;border-radius:16px;overflow:hidden;background:var(--grey-600)}.blog-post-cta-stripes{position:absolute;inset:0;background:repeating-linear-gradient(90deg,#11121269,#1112121a 72px);opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.blog-post-cta-fade{position:absolute;bottom:0;left:0;right:0;height:280px;background:linear-gradient(to top,var(--black) 12%,#0000 88%);pointer-events:none}.blog-post-cta-content{position:relative;z-index:1;max-width:536px;margin:0 auto;padding:64px 24px 0;text-align:left}.blog-post-cta-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.blog-post-cta-text{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:24px}.blog-post-cta-buttons{display:flex;gap:16px;align-items:center;margin-top:32px}.blog-post-cta-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:8px 24px;background:var(--white);border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black);text-decoration:none;transition:opacity .2s;white-space:nowrap}.blog-post-cta-btn-primary:hover{opacity:.9}.blog-post-cta-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:8px 24px;background:#ffffff1f;border:1px solid var(--white);border-radius:128px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:nowrap}.blog-post-whats-new{max-width:1440px;margin:0 auto;padding:0 60px 80px}.blog-post-whats-new-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.blog-post-whats-new-desc{margin-bottom:48px}.blog-post-whats-new-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:44px}.blog-post-whats-new-grid--scroll{display:flex;grid-template-columns:none;flex-wrap:nowrap;overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}.blog-post-whats-new-grid--scroll::-webkit-scrollbar{display:none}.blog-post-whats-new-grid--scroll .blog-post-new-card{width:424px;height:424px;flex-shrink:0}.blog-post-whats-new-track{display:flex;gap:24px;transition:transform .4s ease}.blog-post-new-card{position:relative;background:var(--grey-800);aspect-ratio:1;text-decoration:none;display:block;transition:background .2s}.blog-post-new-card:hover{background:var(--grey-600)}.blog-post-new-card-meta{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:5px}.blog-post-new-card-date,.blog-post-new-card-read{font-family:var(--font-inter);font-size:14px;letter-spacing:-.5px;color:#737373}.blog-post-new-card-thumb{position:absolute;top:16px;right:16px;width:160px;height:160px;border-radius:12px;overflow:hidden}.blog-post-new-card-thumb img{width:100%;height:100%;object-fit:cover}.blog-post-new-card-thumb .color-overlay{position:absolute;inset:0;border-radius:12px;mix-blend-mode:color}.blog-post-new-card-thumb .color-overlay.blue{background:var(--blue)}.blog-post-new-card-thumb .color-overlay.green{background:var(--green)}.blog-post-new-card-title{position:absolute;bottom:24px;left:24px;right:24px;font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.blog-post-whats-new-footer{display:flex;align-items:center;gap:12px}.blog-post-whats-new-line{flex:1 1;height:1px;background:var(--grey-400)}.blog-post-whats-new-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.blog-post-whats-new-arrow:hover{opacity:.7}.blog-post-mobile-toc{display:none}@media (max-width:1300px){.blog-post-page{padding-top:80px}.blog-post-two-col{flex-direction:column;padding:0 20px}.blog-post-sidebar{display:none}.blog-post-main{width:100%;max-width:100%}.blog-post-title{font-size:32px;line-height:40px;letter-spacing:-.64px}.blog-post-meta-row{flex-direction:column;gap:24px}.blog-post-hero-image{margin-bottom:48px;height:340px}.blog-post-info-cards{flex-direction:column;gap:16px}.blog-post-info-card{flex:none;width:100%}.blog-post-mobile-toc{display:block}.blog-post-divider{display:none}.blog-post-mobile-toc-wrapper{border-top:1px solid var(--grey-400);border-bottom:1px solid var(--grey-400);padding:40px 0;margin-bottom:48px;margin-top:48px}.blog-post-mobile-toc-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:8px 0;cursor:pointer;font-family:var(--font-primary)}.blog-post-mobile-toc-toggle span{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--grey-200)}.blog-post-mobile-toc-toggle svg{color:var(--white);transition:transform .2s}.blog-post-mobile-toc-toggle.open svg{transform:rotate(180deg)}.blog-post-mobile-toc-nav{display:none;flex-direction:column;gap:8px;padding-top:16px}.blog-post-mobile-toc-nav.open{display:flex}.blog-post-mobile-toc-link{display:block;padding:8px 16px;border-radius:128px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);text-decoration:none;transition:background .2s}.blog-post-mobile-toc-link.active,.blog-post-mobile-toc-link:hover{background:var(--grey-600)}.blog-post-author-bio{min-height:auto}.blog-post-author-bio-photo{width:auto;padding:16px}.blog-post-author-bio-photo img{width:86px;height:120px;border-radius:6px}.blog-post-author-bio-content{padding:16px 20px 20px 0}.blog-post-cta-section{padding:40px 20px}.blog-post-cta-inner{height:auto;min-height:600px;border-radius:16px}.blog-post-cta-content{padding:40px 20px}.blog-post-cta-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.blog-post-cta-buttons{flex-direction:column;gap:16px}.blog-post-cta-btn-primary{width:260px}.blog-post-whats-new{padding:0 20px 60px}.blog-post-whats-new-title{font-size:40px;line-height:44px;letter-spacing:-.8px}.blog-post-whats-new-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;margin-bottom:24px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.blog-post-whats-new-grid::-webkit-scrollbar{display:none}.blog-post-new-card{flex-shrink:0;width:330px;aspect-ratio:330/424;scroll-snap-align:start}.blog-post-new-card-title{max-width:77vw;font-size:32px;line-height:40px}}.author-hero{padding:112px 60px 48px;max-width:1440px;margin:0 auto}.author-hero-inner{max-width:720px}.author-hero .blog-post-back-link{margin-bottom:32px;display:inline-flex}.author-profile{display:flex;align-items:center;gap:20px;margin-bottom:16px}.author-profile-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--grey-600)}.author-profile-name{font-weight:500;font-size:36px;line-height:42px;letter-spacing:-.72px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.author-profile-role{font-size:16px;color:var(--grey-200);text-transform:capitalize;margin-top:2px}.author-profile-bio{font-size:17px;line-height:26px;color:var(--grey-200);max-width:560px;margin-bottom:20px}.author-post-count{font-family:var(--font-inter);font-size:14px;letter-spacing:-.3px;color:#737373}a.blog-post-author{text-decoration:none;transition:opacity .2s}a.blog-post-author:hover{opacity:.85}a.blog-post-author:hover .blog-post-author-name{color:var(--green)}@media (max-width:1024px){.blog-hero{height:auto;min-height:650px}.blog-hero .blog-hero-content{flex-direction:column;align-items:flex-start;padding:160px 40px 60px}.blog-hero-left{padding-bottom:20px}.blog-hero-title{font-size:56px;line-height:60px;letter-spacing:-1.68px}.blog-hero-card{width:100%;height:360px}.blog-hero-card-title{font-size:36px;line-height:42px}.blog-card{width:calc(50% - 12px);height:380px}.blog-card-title{font-size:26px;line-height:34px}.blog-card-thumb{width:130px;height:130px}.blog-linkedin-slide--faded{display:none}.blog-linkedin-photo{width:260px;height:340px}.blog-linkedin-card{width:420px;height:340px}.blog-linkedin-title{font-size:36px;line-height:42px}.blog-linkedin-play{width:72px;height:72px}.blog-newsletter{padding:0 40px}.blog-newsletter-title{font-size:48px;line-height:52px;letter-spacing:-.96px}.blog-newsletter-image{width:440px;height:440px;right:-40px;top:60px}.blog-cta-container{margin-top:48px;height:480px}.blog-cta-title{font-size:36px;line-height:42px}}@media (max-width:768px){.blog-hero{min-height:auto}.blog-hero .blog-hero-content{padding:140px 20px 40px;gap:40px}.blog-hero-title{font-size:40px;line-height:44px;letter-spacing:-1.2px}.blog-hero-subtitle{font-size:16px;line-height:24px}.blog-hero-card{height:320px;padding:24px 20px 20px}.blog-hero-card-title{font-size:28px;line-height:34px}.blog-hero-card-category{padding:6px 10px;font-size:12px}.blog-filters-section{padding:0 20px;gap:16px}.blog-filters-row{flex-direction:column;align-items:stretch;gap:16px}.blog-filters-pills{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px}.blog-filters-pills::-webkit-scrollbar{display:none}.blog-filter-btn{flex-shrink:0;font-size:13px;padding:6px 12px;height:34px}.blog-search-input{width:100%}.blog-grid-section{padding:32px 20px 60px}.blog-card{width:100%;height:360px}.blog-card-meta{left:20px}.blog-card-title{font-size:24px;line-height:32px;left:20px;right:20px;bottom:32px}.blog-card-thumb{width:160px;height:160px}.blog-load-more-btn{height:48px;font-size:16px;padding:8px 14px 8px 20px}.blog-linkedin{margin-bottom:80px}.blog-linkedin-header{padding:0 20px;margin-bottom:32px}.blog-linkedin-label{font-size:14px;line-height:20px}.blog-linkedin-title{font-size:28px;line-height:34px;letter-spacing:-.56px}.blog-linkedin-carousel{flex-direction:column;padding:0 20px;gap:0}.blog-linkedin-slide--faded{display:none}.blog-linkedin-slide{flex-direction:column;gap:0;width:100%}.blog-linkedin-photo{width:100%;height:300px}.blog-linkedin-card{width:100%;height:auto;min-height:280px}.blog-linkedin-nav{padding:0 20px;margin-top:24px;justify-content:center}.blog-linkedin-play{width:64px;height:64px}.blog-newsletter,.blog-whats-new-wrap{margin-bottom:80px}.blog-newsletter{padding:0 20px}.blog-newsletter-inner{flex-direction:column;gap:0;min-height:auto}.blog-newsletter-left{max-width:100%;padding-top:48px}.blog-newsletter-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.blog-newsletter-desc{font-size:16px;line-height:22px;max-width:100%}.blog-newsletter-form{max-width:100%}.blog-newsletter-image{position:relative;right:auto;top:auto;width:100%;height:300px;margin-top:-40px}.blog-cta{padding:0 20px 60px}.blog-cta-container{height:auto;min-height:742px}.blog-cta-content{position:relative;top:auto;left:auto;transform:none;padding:166px 20px 40px;max-width:310px}.blog-cta-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.blog-cta-label{font-size:14px}.blog-cta-text{margin-top:12px}.blog-cta-buttons{flex-direction:column;gap:16px;margin-top:48px}.blog-cta-buttons .btn-outline,.blog-cta-buttons .hero-cta,.blog-cta-secondary{width:100%;text-align:center;justify-content:center}.blog-cta-asterisk{width:300px;height:300px;left:50%;top:-150px;transform:translateX(-50%);opacity:1;z-index:1}.blog-cta-asterisk-tr{bottom:20px;right:20px;top:auto}.author-hero{padding:80px 20px 36px}.author-profile-photo{width:56px;height:56px}.author-profile-name{font-size:28px;line-height:34px}.author-profile-bio{font-size:15px;line-height:22px}}.contact-hero{padding-top:134px;padding-bottom:80px;position:relative;overflow:hidden}.contact-hero-inner{max-width:1440px;margin:0 auto;padding:0 60px;display:flex;gap:40px;position:relative}.contact-hero-left{flex:0 0 600px;display:flex;flex-direction:column;gap:60px}.contact-hero-text{display:flex;flex-direction:column;gap:24px}.contact-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.contact-title-blue{color:var(--blue)}.contact-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:424px}.contact-urgent{display:flex;flex-direction:column;gap:16px}.contact-urgent-label{font-weight:500;font-size:14px;line-height:20px;letter-spacing:.5px;text-transform:uppercase;color:var(--grey-200);max-width:240px;margin-bottom:8px}.contact-cta-card{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--grey-600);border-radius:12px;height:88px;max-width:313px;transition:border-color .2s}.contact-cta-card:hover{border-color:var(--grey-400)}.contact-cta-card-icon{width:24px;height:24px;flex-shrink:0;color:var(--white)}.contact-cta-card-text{display:flex;flex-direction:column;gap:4px}.contact-cta-card-title{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--green)}.contact-cta-card-desc{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.contact-cta-pills{display:flex;gap:12px;align-items:center}.contact-pill{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:128px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);transition:opacity .2s}.contact-pill:hover{opacity:.85}.contact-pill-grey{background:var(--grey-600)}.contact-pill-blue{background:var(--blue)}.contact-pill svg{width:24px;height:24px}.contact-asterisk{position:absolute;left:565px;top:220px;width:48px;height:48px;animation:contact-spin 10s linear infinite}@keyframes contact-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-hero-right{flex:1 1;max-width:536px;margin-left:auto}.contact-form{background:var(--grey-800);padding:32px 24px;display:flex;flex-direction:column;gap:32px}.contact-form-success{align-items:center;justify-content:center;min-height:400px;text-align:center}.contact-form-success h3{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--green);margin-bottom:16px}.contact-form-success p{font-size:18px;line-height:24px;color:var(--grey-200);max-width:360px}.contact-form-fields{display:flex;flex-direction:column;gap:24px}.contact-form-row{display:flex;gap:16px}.contact-form-group{display:flex;flex-direction:column;gap:8px;flex:1 1}.contact-form-label{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.contact-form-input,.contact-form-select,.contact-form-textarea{width:100%;background:var(--grey-800);border:1px solid var(--grey-600);padding:12px;font-family:var(--font-primary);font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);outline:none;transition:border-color .2s}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{border-color:var(--blue)}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:var(--grey-200)}.contact-form-input{height:48px}.contact-form-select{height:48px;padding:12px 48px 12px 20px;appearance:none;cursor:pointer;color:var(--white)}.contact-form-select option[value=""][disabled]{color:var(--grey-200)}.contact-form-select-wrapper{position:relative}.contact-form-select-wrapper svg{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;pointer-events:none;color:var(--white)}.contact-form-textarea{height:100px;resize:vertical}.contact-form-actions{display:flex;flex-direction:column;gap:16px;align-items:center}.contact-form-submit{display:flex;align-items:center;gap:8px;background:var(--white);color:var(--black);padding:8px 16px 8px 24px;border-radius:128px;height:56px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;transition:opacity .2s}.contact-form-submit:hover{opacity:.9}.contact-form-submit:disabled{opacity:.6;cursor:not-allowed}.contact-form-submit svg{width:24px;height:24px}.contact-form-privacy{font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200)}.contact-form-privacy a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.contact-process{padding:80px 0 0;position:relative}.contact-process-header{max-width:1440px;padding:0 60px;text-align:center;margin:0 auto 48px}.contact-process-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(180deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;margin-bottom:24px}.contact-process-subtitle{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white);max-width:536px;margin:0 auto}.contact-process-cards-wrapper{max-width:1440px;margin:0 auto;padding:0 60px;overflow:hidden}.contact-process-cards{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.contact-process-cards::-webkit-scrollbar{display:none}.contact-process-card{flex:0 0 424px;height:324px;background:var(--grey-800);position:relative;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:start}.contact-process-card-number{left:24px;width:64px;justify-content:center;padding:8px 12px;background:var(--green);border-radius:62px;backdrop-filter:blur(12px);font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--black)}.contact-process-card-number,.contact-process-card-tag{position:absolute;top:32px;display:flex;align-items:center;font-weight:500}.contact-process-card-tag{right:24px;gap:8px;background:var(--grey-600);padding:8px 16px;border-radius:128px;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.contact-process-card-tag svg{width:24px;height:24px}.contact-process-card-content{display:flex;flex-direction:column;gap:24px}.contact-process-card-content h3{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.contact-process-card-content p{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}.contact-process-nav{max-width:1440px;margin:0 auto;padding:40px 60px 0;display:flex;align-items:center;gap:48px}.contact-process-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.contact-process-nav-arrows{display:flex;gap:12px}.contact-process-nav-arrow{width:56px;height:56px;border-radius:50%;border:1px solid var(--grey-600);background:#0000;display:flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:border-color .2s,background .2s}.contact-process-nav-arrow:hover{border-color:var(--grey-400);background:var(--grey-800)}.contact-process-nav-arrow svg{width:24px;height:24px}@media (max-width:1024px){.contact-hero-inner{flex-direction:column;gap:48px}.contact-hero-left{flex:none;width:100%;gap:40px}.contact-asterisk{display:none}.contact-hero-right{max-width:100%;margin-left:0}.contact-title{font-size:36px;line-height:40px}.contact-cta-card{max-width:100%}.contact-process-title{font-size:48px;line-height:52px}.contact-process-card{flex:0 0 340px;height:300px}.contact-process-card-content h3{font-size:26px;line-height:34px}}@media (max-width:768px){.contact-hero{padding-top:112px;padding-bottom:60px}.contact-hero-inner{padding:0 20px}.contact-hero-left{display:contents}.contact-hero-text{order:1}.contact-hero-right{order:2}.contact-urgent{order:3;width:100%}.contact-title{font-size:40px;line-height:44px;letter-spacing:-.8px}.contact-subtitle{font-size:18px;line-height:24px}.contact-form{padding:32px 20px}.contact-form-row{flex-direction:column;gap:24px}.contact-cta-card-title{font-size:24px;line-height:32px}.contact-process{padding:60px 0 0}.contact-process-header{padding:0 20px;text-align:left}.contact-process-title{font-size:36px;line-height:40px}.contact-process-subtitle{margin:0;font-size:18px;line-height:24px}.contact-process-cards-wrapper{padding:0 20px}.contact-process-cards{flex-direction:column;overflow-x:visible;scroll-snap-type:none;gap:16px}.contact-process-card{flex:none;width:100%;height:290px;padding:20px}.contact-process-card-number{font-size:32px;line-height:40px;width:56px;left:20px;top:32px}.contact-process-card-tag{font-size:18px;padding:8px 16px;right:20px;top:32px}.contact-process-card-tag svg{width:24px;height:24px}.contact-process-card-content{gap:16px}.contact-process-card-content h3{font-size:24px;line-height:32px}.contact-process-card-content p{font-size:16px;line-height:24px}.contact-process-nav{display:none}}.contact-team{padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:48px;overflow:hidden}.contact-team-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;text-align:center;background:linear-gradient(90deg,#9f9f9e,#efeeec 50%,#9f9f9e);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text;max-width:1263px;margin:0 auto;padding:0 60px}.contact-team-subtitle{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);text-align:center;max-width:600px;padding:0 20px}.contact-team-cards{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:100%;height:406px;max-width:700px}.contact-team-fade{position:absolute;top:0;width:30vw;height:100%;z-index:2;pointer-events:none}.contact-team-fade-left{right:100%;width:30vw;background:var(--black)}.contact-team-fade-right{left:100%;width:30vw;background:var(--black)}.contact-team-card{position:absolute;left:50%;top:0;width:312px;height:406px;border-radius:0;overflow:hidden;flex-shrink:0;will-change:transform}.contact-team-card-image{width:100%;height:100%;position:relative;background:var(--grey-600)}.contact-team-card-image img{width:100%;height:100%;object-fit:cover}.contact-team-card-gradient{position:absolute;bottom:0;left:0;right:0;height:270px;background:linear-gradient(0deg,#181919 12%,#0000 88%);pointer-events:none}.contact-team-card-info{position:absolute;bottom:0;left:0;right:0;padding:0 16px 24px;display:flex;flex-direction:column;gap:8px}.contact-team-card-name{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.contact-team-card-meta{display:flex;align-items:center;justify-content:space-between}.contact-team-card-role{display:inline-flex;align-items:center;padding:7px 14px;background:var(--grey-600);backdrop-filter:blur(11px);border:1px solid var(--grey-400);border-radius:115px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--white);white-space:nowrap}.contact-team-card-linkedin{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.contact-team-card-linkedin img{width:100%;height:100%;object-fit:contain}.contact-team-cta{display:inline-flex;align-items:center;gap:16px;background:var(--white);border:1px solid var(--grey-400);border-radius:128px;padding:8px 24px 8px 32px;height:64px;transition:opacity .2s}.contact-team-cta:hover{opacity:.9}.contact-team-cta-avatars{display:flex;padding-right:10px}.contact-team-cta-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;border:2px solid var(--white);margin-right:-10px;flex-shrink:0}.contact-team-cta-avatar img{width:100%;height:100%;object-fit:cover}.contact-team-cta-text{font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--black)}.contact-team-cta svg{width:24px;height:24px;color:var(--black)}.contact-markets{position:relative;height:780px;overflow:hidden}.contact-markets-bg{position:absolute;inset:0;pointer-events:none}.contact-markets-globe-video{scale:1.5;position:absolute;top:27px;right:-68px;width:1000px;height:752px;object-fit:contain;z-index:0}.contact-markets-fade{position:absolute;pointer-events:none;z-index:1}.contact-markets-fade-top{position:absolute;top:0;left:0;right:0;height:275px;background:linear-gradient(0deg,#11121200 0,#111212 87.8%)}.contact-markets-fade-bottom{bottom:0;left:0;right:0;height:360px;background:linear-gradient(0deg,#111212 0,#111212 12.2%,#11121200)}.contact-markets-fade-left{top:45px;right:860px;width:360px;height:734px;background:linear-gradient(90deg,#111212 0,#111212 12.2%,#11121200)}.contact-markets-content{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:45px 60px 0;height:100%}.contact-markets-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);max-width:536px}.contact-markets-title-blue{color:var(--blue)}.contact-markets-desc{font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);max-width:647px;margin-top:24px}.contact-markets-asterisk{position:absolute;bottom:60px;left:60px;width:66px;height:66px;animation:contact-spin 10s linear infinite}.contact-faq{max-width:1440px;margin:0 auto;padding:80px 60px 120px;gap:48px}.contact-faq,.contact-faq-header{display:flex;flex-direction:column;align-items:center}.contact-faq-header{gap:16px;text-align:center}.contact-faq-label{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);text-transform:uppercase}.contact-faq-title{font-weight:500;font-size:72px;line-height:76px;letter-spacing:-1.44px;background:linear-gradient(90deg,#9f9f9e,#efeeec 50%,#9f9f9e);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.contact-faq-list{width:100%;max-width:872px;display:flex;flex-direction:column;gap:16px}.contact-faq-item{background:var(--grey-800);overflow:hidden}.contact-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 24px;background:none;border:none;cursor:pointer;text-align:left}.contact-faq-question span{font-family:var(--font-primary);font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.contact-faq-question svg{width:32px;height:32px;flex-shrink:0;color:var(--green)}.contact-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px}.contact-faq-item-open .contact-faq-question span{color:var(--green)}.contact-faq-item-open .contact-faq-answer{max-height:400px;padding:0 24px 32px;button{span{color:var(--green)}}}.contact-faq-answer p{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);white-space:pre-line}@media (max-width:1024px){.contact-team-title{font-size:48px;line-height:52px;padding:0 40px}.contact-team-cards{max-width:580px;height:350px}.contact-team-card{width:270px;height:350px}.contact-markets{height:640px}.contact-markets-globe-video{width:750px;height:564px;right:-100px}.contact-markets-title{font-size:36px;line-height:40px}.contact-faq-title{font-size:48px;line-height:52px}.contact-faq-question span{font-size:26px;line-height:34px}}@media (max-width:768px){.contact-team{padding:60px 0;gap:32px}.contact-team-title{font-size:36px;line-height:40px;letter-spacing:-.72px;padding:0 20px}.contact-team-subtitle{font-size:18px;line-height:24px}.contact-team-cards{max-width:340px;height:200px}.contact-team-card{width:154px;height:200px}.contact-team-card-name{font-size:16px;line-height:20px}.contact-team-card-role{font-size:8px;line-height:12px;padding:4px 8px}.contact-team-fade{width:180px}.contact-team-fade-left{left:-80px}.contact-team-fade-right{right:-80px}.contact-team-card-info{padding:0 8px 12px}.contact-team-card-linkedin{width:12px;height:12px}.contact-team-cta{height:64px;padding:8px 24px 8px 32px;gap:16px}.contact-team-cta-text{font-size:18px}.contact-markets{height:620px}.contact-markets-content{padding:0 20px}.contact-markets-globe-video{width:100%;height:368px;right:0;left:0;top:252px}.contact-markets-fade-left{display:none}.contact-markets-fade-top{top:240px;height:250px}.contact-markets-fade-bottom{bottom:0;height:280px}.contact-markets-title{font-size:36px;line-height:40px;letter-spacing:-.72px;max-width:350px}.contact-markets-desc{font-size:18px;line-height:22px;max-width:350px}.contact-markets-asterisk{display:none}.contact-faq{padding:60px 20px 80px;gap:48px}.contact-faq-header{gap:8px}.contact-faq-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.contact-faq-label{font-size:18px}.contact-faq-question{padding:24px 20px;gap:16px}.contact-faq-question span{font-size:24px;line-height:32px;letter-spacing:-.48px}.contact-faq-question svg{width:32px;height:32px}.contact-faq-answer{padding:0 20px}.contact-faq-item-open .contact-faq-answer{padding:0 20px 24px}.contact-faq-answer p{font-size:16px;line-height:20px}}.about-hero .hero-title{font-size:96px;line-height:84px;letter-spacing:-2.88px}.about-hero-subtitle{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:569px;text-align:center;margin-bottom:40px}.about-hero-buttons{display:flex;align-items:center;gap:16px}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border:1px solid var(--white);color:var(--white);border-radius:128px;padding:8px 24px;font-weight:700;font-size:18px;line-height:24px;letter-spacing:-.18px;height:56px;transition:background .2s}.btn-outline:hover{background:#fff3}.about-description{position:relative;padding:56px 60px;max-width:1440px;min-height:407px;margin:0 auto;background:var(--black)}.about-description-inner{display:flex;align-items:flex-start;gap:24px;position:relative}.about-description-left{flex-shrink:0;width:424px;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.about-description-heading{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.about-description-heading .highlight-blue{color:var(--blue)}.about-description-cross{margin-top:60px;opacity:.5}.about-description-right{flex:1 1;max-width:541px;display:flex;flex-direction:column;gap:24px}.about-description-intro{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-description-points{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white)}.about-description-conclusion{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-description-green-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0deg)}.about-values{position:relative;padding:100px 60px;max-width:1440px;margin:0 auto;overflow:hidden}.about-values-header{text-align:center;margin-bottom:48px}.about-values-title{text-align:center;max-width:992px;margin:16px auto 0;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.about-values-columns{display:flex;gap:24px;justify-content:center}.about-values-do{background:var(--blue);width:536px}.about-values-do,.about-values-dont{padding:24px;display:flex;flex-direction:column;gap:70px}.about-values-dont{background:var(--grey-800);width:432px}.about-values-column-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.about-values-list{display:flex;flex-direction:column;gap:12px}.about-values-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:40px;width:100%}.about-values-item-do{background:#ffffff1f}.about-values-item-do p{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-values-item-dont{background:var(--grey-600)}.about-values-item-dont p{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.about-values-icon{flex-shrink:0;width:32px;height:32px}.about-journey{padding:100px 0 100px 60px;max-width:1440px;margin:0 auto;position:relative;overflow:hidden}.about-journey-layout{display:flex;align-items:flex-start;gap:48px}.about-journey-header{flex-shrink:0;width:425px;padding-top:0}.about-journey-subtitle{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-top:16px}.about-journey-right{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:40px}.about-journey-grid{display:flex;gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.about-journey-grid:after{content:"";flex-shrink:0;width:calc(100% - 423px)}.about-journey-grid::-webkit-scrollbar{display:none}.about-journey-card{flex-shrink:0;width:423px;height:408px;position:relative;padding:24px;scroll-snap-align:start;background:var(--grey-800);transition:background .3s,border-color .3s;border:1px solid #0000}.about-journey-card-active{background:var(--grey-600);border:1px solid var(--grey-400)}.about-journey-nav.results-nav{background:none;margin-left:0;margin-right:0;padding-left:0;padding-right:60px;padding-bottom:0;margin-top:0}.about-journey-nav-line{flex:1 1;height:1px;background:var(--grey-400)}.about-journey-nav-arrows{display:flex;gap:8px;flex-shrink:0}.about-journey-nav-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--grey-400);background:#0000;display:flex;align-items:center;justify-content:center;color:var(--white);cursor:pointer;transition:background .2s}.about-journey-nav-arrow:hover{background:#ffffff14}.about-journey-year{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;backdrop-filter:blur(12px);background:var(--grey-400);border-radius:32px;font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.about-journey-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-top:24px;width:375px}.about-journey-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:24px;max-width:375px}.about-journey-image-wrap{position:absolute;bottom:24px;left:24px;width:375px;height:160px;overflow:hidden;background:var(--black)}.about-journey-image-bg{position:relative;width:100%;height:100%}.about-journey-image-bg img{width:100%;height:100%;object-fit:cover}.about-journey-image-overlay{position:absolute;inset:0;mix-blend-mode:color}.about-team{position:relative}.about-team-fade-top{position:absolute;height:225px;background:linear-gradient(180deg,#111212,#181919);pointer-events:none;margin-left:-60px;margin-right:-60px;width:calc(100% + 120px)}.about-team-bg{background:var(--grey-800);padding:0 60px 80px}.about-team-nav.results-nav{display:none;background:none;margin:0;padding:20px 20px 0}.about-team-fade-bottom{height:120px;background:linear-gradient(180deg,#181919,#111212);pointer-events:none}.about-team-subtitle{font-weight:500;font-size:24px;line-height:32px;letter-spacing:-.48px;color:var(--white);margin-top:24px;max-width:535px}.about-team-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;max-width:1320px;margin:0 auto}.about-team-card{width:312px;height:406px;position:relative;overflow:hidden}.about-team-card-photo{position:absolute;inset:0}.about-team-card-photo img{width:100%;height:100%;object-fit:cover}.about-team-card-placeholder{width:100%;height:100%;background:var(--grey-600)}.about-team-card-gradient{position:absolute;bottom:-13%;left:0;right:0;height:300px;background:linear-gradient(180deg,#18191900,#181919 87.8%);pointer-events:none}.about-team-card-info{position:absolute;bottom:24px;left:16px;right:16px;display:flex;flex-direction:column;gap:8px}.about-team-card-name{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.about-team-card-bottom{display:flex;align-items:center;justify-content:space-between}.about-team-card-role{display:inline-flex;align-items:center;padding:8px 16px;backdrop-filter:blur(12px);background:var(--grey-600);border:1px solid var(--grey-400);border-radius:128px;font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.32px;color:var(--white);overflow:hidden;white-space:nowrap}.about-team-card-linkedin{flex-shrink:0;display:flex;align-items:center;justify-content:center}.about-team-card-linkedin img{width:24px;height:24px}.about-hiring{padding:0 60px;max-width:1440px;margin:0 auto}.about-hiring-container{position:relative;height:556px;overflow:hidden;border-radius:16px;isolation:isolate;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.about-hiring-bg{position:absolute;inset:0;background:var(--grey-800)}.about-hiring-asterisk{position:absolute;top:50%;left:-22%;transform:translateY(-50%);width:600px;height:600px;z-index:0;pointer-events:none}.about-hiring-asterisk img{width:100%;height:100%;object-fit:contain}.about-hiring-stripes{border-radius:16px;position:absolute;inset:0;z-index:1;opacity:.64;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:repeating-linear-gradient(90deg,#111212a3,#11121229 72px)}.about-hiring-fade-top{top:0;background:linear-gradient(180deg,#111212,#11121200 87.8%);z-index:0}.about-hiring-fade-bottom,.about-hiring-fade-top{position:absolute;left:0;right:0;height:279px;pointer-events:none}.about-hiring-fade-bottom{bottom:0;background:linear-gradient(0deg,#111212,#11121200 87.8%);z-index:2}.about-hiring-content{position:absolute;top:50%;left:50%;transform:translate(-25%,-50%);z-index:3;max-width:536px}.about-hiring-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white);margin-top:24px}.about-hiring-title .highlight-blue{color:var(--blue)}.about-hiring-actions{margin-top:48px}.about-hiring-buttons{display:flex;align-items:center;gap:16px}.about-hiring-note{font-weight:400;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--grey-200);margin-top:16px}.about-tech{padding:0 0 100px;max-width:1440px;margin:0 auto;position:relative}.about-tech-dots{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;height:70%;background-image:radial-gradient(circle,var(--grey-400) 1.5px,#0000 1.5px);background-size:24px 24px;opacity:.3;pointer-events:none}.about-tech-header{position:relative;margin-bottom:48px;padding:100px 60px 0;background-size:24px 24px}.about-tech-header-text{text-align:left;margin-left:33%}.about-tech-header-text .section-title{text-align:left;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 100%);-webkit-background-clip:text;background-clip:text}.about-tech-deco{position:absolute;top:100px;left:60px;width:48px;height:48px;z-index:1}.about-tech-subtitle{font-weight:400;font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin-top:24px;max-width:536px}.about-tech-grid{padding:0;display:flex;flex-wrap:wrap;gap:16px 24px;max-width:1320px;margin:0 auto}.about-tech-card{width:200px;height:128px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(12px);background:var(--grey-800);border:1px solid var(--grey-400);border-radius:16px}.about-tech-icon{position:relative;width:64px;height:64px}.about-tech-icon img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.about-stats-results{position:relative;padding:80px 60px;overflow:hidden;min-height:320px}.about-stats-results-video{position:absolute;inset:0;z-index:0;overflow:hidden}.about-stats-results-video video{width:100%;height:100%;object-fit:cover}.about-stats-results-fade-top{position:absolute;top:0;left:0;right:0;height:189px;background:linear-gradient(180deg,#111212,#11121200 87.8%);z-index:1;pointer-events:none}.about-stats-results-fade-bottom{position:absolute;bottom:-3px;left:0;right:0;height:320px;background:linear-gradient(0deg,#111212,#11121200 87.8%);z-index:1;pointer-events:none}.about-stats-results-grid{position:relative;z-index:2;display:flex;gap:24px;justify-content:center;max-width:1320px;margin:0 auto}.about-stats-card{width:312px;backdrop-filter:blur(12px);background:#ffffff1f;border-radius:12px;padding:12px 24px;display:flex;flex-direction:column;gap:12px}.about-stats-card-top{display:flex;flex-direction:column;gap:8px}.about-stats-number{font-weight:500;font-size:48px;line-height:48px;letter-spacing:-1.44px;color:var(--white)}.about-stats-number .accent{font-size:24px;color:var(--green)}.about-stats-label{color:var(--white)}.about-stats-desc,.about-stats-label{font-weight:400;font-size:16px;line-height:20px;letter-spacing:-.16px}.about-stats-desc{color:var(--grey-200)}.about-systems{position:relative}.about-systems-main{position:relative;height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}.about-systems-bg{background:var(--grey-800)}.about-systems-bg,.about-systems-grid-lines{position:absolute;inset:0}.about-systems-vline{left:50%;top:28px;bottom:28px;width:1px;transform:translateX(-494px)}.about-systems-hline,.about-systems-vline{position:absolute;background:var(--grey-400)}.about-systems-hline{top:142px;left:0;right:0;height:1px}.about-systems-fade-top{top:0;height:175px;background:linear-gradient(180deg,#111212,#11121200 87.8%)}.about-systems-fade-bottom-inner,.about-systems-fade-top{position:absolute;left:0;right:0;z-index:1;pointer-events:none}.about-systems-fade-bottom-inner{bottom:0;height:176px;background:linear-gradient(0deg,var(--grey-800) 0,#18191900 87.8%)}.about-systems-cross{position:absolute;z-index:2;pointer-events:none}.about-systems-label-left{position:absolute;left:calc(50% - 602px);top:320px;z-index:2}.about-systems-label-right{position:absolute;left:calc(50% + 429px);top:74px;z-index:2}.about-systems-badge{width:83px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--blue);color:var(--white);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;text-align:center;white-space:nowrap}.about-systems-blue-square{width:24px;height:24px;background:var(--blue);margin-left:83px}.about-systems-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.about-systems-title{text-align:center;max-width:582px;background:linear-gradient(90deg,var(--white) 0,var(--grey-200) 62%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.about-systems-desc{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);margin-top:24px;max-width:470px;text-align:center}.about-systems-transition{height:269px;background:linear-gradient(180deg,#181919,#111212)}.about-blog-overlap{position:relative;z-index:2;margin-top:-100px}@media (max-width:1024px){.about-hero .hero-title{font-size:56px;line-height:56px}.about-description-inner{flex-direction:column}.about-description-left{width:100%;min-height:auto}.about-description-right{max-width:100%}.about-description-green-arrow{display:none}.about-values-columns{flex-direction:column;align-items:center}.about-values-do,.about-values-dont{width:100%;max-width:536px}.about-journey{padding:60px 20px;overflow:hidden}.about-journey-layout{flex-direction:column}.about-journey-header{width:100%}.about-journey-right{max-width:100%;overflow:hidden}.about-journey-card{width:340px}.about-journey-nav.results-nav{padding-right:0;max-width:90vw}.about-team{padding:60px 0}.about-team .growth-process-header{padding:0 20px;margin:0}.about-team-bg{padding:0 0 60px;overflow:hidden}.about-team-fade-top{margin-left:0;margin-right:0;width:100%}.about-team-fade-bottom{position:absolute;bottom:0;left:0;width:100%;height:225px;z-index:1}.about-team-nav.results-nav{display:flex;padding:20px 20px 0;position:relative;z-index:2}.about-team-grid{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0 20px 20px}.about-team-grid::-webkit-scrollbar{display:none}.about-team-card{width:312px;min-width:312px;height:406px;flex-shrink:0}.about-hiring{padding:0 20px}.about-hiring-container{height:auto;min-height:480px}.about-hiring-content{position:relative;top:auto;left:auto;transform:none;padding:48px 24px;max-width:100%}.about-hiring-asterisk{left:-30%;opacity:.4}.about-tech-grid{justify-content:center}.about-tech-card{width:calc(33.333% - 16px);padding:24px}.about-stats-results-grid{flex-wrap:wrap}.about-stats-card{width:calc(50% - 12px)}.about-systems-main{height:400px}.about-systems-transition{height:180px}}@media (max-width:768px){.about-hero .hero-title{font-size:44px;line-height:48px;letter-spacing:-.88px;background:linear-gradient(90deg,#9f9f9e 15.69%,#efeeec 50.27%,#9f9f9e 84.85%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}.about-hero-subtitle{font-size:18px;line-height:24px;padding:0 20px;margin-bottom:32px}.about-hero-buttons{flex-direction:row;gap:12px}.about-description{padding:60px 20px}.about-description-heading{font-size:32px;line-height:36px}.about-description-points{font-size:18px;line-height:26px}.about-values{padding:60px 20px}.about-values-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.about-values-do,.about-values-dont{width:100%;padding:24px 20px;gap:48px}.about-values-item{border-radius:40px;padding:8px 12px}.about-journey .section-title{font-size:36px;line-height:40px}.about-journey-subtitle{font-size:24px;line-height:32px}.about-journey-card{width:330px;height:auto;display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:24px 20px;justify-content:flex-start}.about-journey-year{align-self:flex-start}.about-journey-title{font-size:36px;line-height:40px;width:100%;margin-top:12px}.about-journey-desc{max-width:100%;margin-top:0}.about-journey-image-wrap{position:relative;bottom:auto;left:auto;width:100%;height:160px}.about-journey-grid{gap:16px}.about-mission{padding:32px 20px}.about-mission-inner{flex-direction:column;align-items:flex-start;gap:12px}.about-mission-heading{font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:350px;margin-left:0}.about-mission-arrow{margin-left:auto}.about-mission-arrow,.about-mission-arrow svg{width:64px;height:64px}.about-team{padding:60px 0}.about-team .growth-process-header{padding:0 20px;margin:0}.about-team .section-title{font-size:36px;line-height:40px;text-align:left}.about-team-subtitle{font-size:18px;line-height:24px;text-align:left}.about-team-bg{padding:0 0 60px;overflow:hidden;max-width:100vw}.about-team-fade-top{margin-left:0;margin-right:0;width:100%}.about-team-grid{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;gap:24px;padding-bottom:8px;padding-left:20px}.about-team-grid::-webkit-scrollbar{display:none}.about-team-card{width:312px;min-width:312px;height:406px}.about-hiring-container{min-height:742px;height:auto}.about-hiring-content{padding:166px 20px 40px;max-width:310px}.about-hiring-actions{margin-top:48px}.about-hiring-buttons .btn-outline,.about-hiring-buttons .hero-cta{width:100%;justify-content:center;text-align:center}.about-hiring-asterisk{width:300px;height:300px;left:50%;top:-150px;transform:translateX(-50%);opacity:1;z-index:1}.about-tech{padding:60px 20px;overflow:hidden}.about-tech-header{margin-top:0;padding:0;margin-bottom:32px}.about-tech-header-text{margin-left:0;text-align:left}.about-tech-header-text .section-title{font-size:36px;line-height:40px}.about-tech-deco{position:static;margin-bottom:16px}.about-tech-subtitle{font-size:18px;line-height:22px}.about-tech-grid{gap:16px}.about-tech-card{width:calc(50% - 8px);height:108px}.about-stats-results{padding:40px 20px;min-height:520px}.about-stats-results-grid{flex-direction:row;flex-wrap:wrap;gap:16px}.about-stats-card{width:calc(50% - 8px);padding:12px 20px}.about-stats-number{font-size:36px;line-height:44px}.about-systems-main{height:550px}.about-systems-transition{height:92px}.about-systems-title{font-size:44px;line-height:48px;letter-spacing:-.88px;max-width:350px}.about-systems-desc{max-width:350px}.about-systems-fade-top{height:121px}.about-systems-fade-bottom-inner{height:92px}.about-systems-label-left{display:flex;flex-direction:column;left:44px;top:auto;bottom:60px}.about-systems-label-right{display:none}.about-systems-vline{transform:translateX(0)}.about-systems-cross{display:none}.about-hiring-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.about-hiring-buttons{flex-direction:column;gap:16px;align-items:flex-start}}.services-hero .hero-content{text-align:left;align-items:flex-start;padding:0 60px;max-width:1000px;margin-right:auto}.services-hero .hero-title{font-size:96px;line-height:84px;letter-spacing:-2.88px}.services-hero-subtitle{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white);max-width:696px;margin-bottom:40px}.svc-description{position:relative;padding:100px 60px;max-width:1440px;margin:0 auto}.svc-description .description-dots{left:50%;width:100vw;transform:translateX(-50%)}.svc-description-inner{position:relative;z-index:1;display:flex;align-items:flex-start;gap:40px}.svc-description-left{flex-shrink:0;width:420px}.svc-description-left .description-label{width:auto;margin-bottom:16px}.svc-description-heading{font-family:var(--font-primary);font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.svc-description-heading .green{color:var(--green);font-weight:inherit}.svc-description-right{flex:1 1;display:flex;gap:40px;align-items:flex-start}.svc-description-text{max-width:536px;display:flex;flex-direction:column;gap:24px}.svc-description-text p{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--white)}.svc-description-bold{font-weight:500;font-size:24px!important;line-height:32px!important;letter-spacing:-.48px!important}.svc-description-image{position:absolute;right:0;top:70%;transform:translate(50%,-50%);width:500px;pointer-events:none;z-index:0}.svc-description-image img{width:100%;height:auto;display:block}.svc-description-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#111212 30%,#11121200 88.43%);pointer-events:none}.svc-whatwedo{padding:32px 24px 0;max-width:1320px;margin:0 auto;background:var(--grey-800)}.svc-whatwedo-header{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.svc-whatwedo-header .section-title{background:linear-gradient(90deg,#efeeec,#9f9f9e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#0000}.svc-whatwedo-divider{height:1px;background:var(--grey-400)}.svc-whatwedo-body{display:flex;align-items:flex-start;justify-content:space-between;gap:48px;padding:24px 0 32px}.svc-whatwedo-list{flex:1 1;max-width:852px;display:flex;flex-direction:column;gap:0}.svc-whatwedo-list .service-item{display:flex;align-items:flex-start;gap:24px;padding:24px 0;border-bottom:1px solid var(--grey-400)}.svc-whatwedo-list .service-item:last-child{border-bottom:none}.svc-whatwedo-list .service-item-left{display:flex;align-items:flex-start;gap:24px;width:380px;flex-shrink:0}.svc-whatwedo-list .service-number{font-size:14px;line-height:20px;color:var(--green);width:20px;text-align:right;flex-shrink:0}.svc-whatwedo-list .service-name{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.svc-whatwedo-list .service-desc{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white);max-width:400px}.svc-whatwedo-card{width:396px;flex-shrink:0;background:var(--blue);border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:387px}.svc-whatwedo-card-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white);margin-bottom:24px}.svc-whatwedo-card-items{display:flex;flex-direction:column;gap:16px}.svc-whatwedo-card-item{display:flex;gap:16px;align-items:flex-start}.svc-whatwedo-card-icon{width:16px;height:16px;flex-shrink:0;color:var(--white);margin-top:4px}.svc-whatwedo-card-text{display:flex;flex-direction:column;gap:4px}.svc-whatwedo-card-item-title{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.svc-whatwedo-card-item-desc{font-size:16px;line-height:20px;letter-spacing:-.16px;color:var(--white)}.svc-seo-plan{padding:160px 60px 80px;max-width:1440px;margin:0 auto}.svc-seo-plan-inner{display:flex;align-items:flex-start;gap:136px;position:relative}.svc-seo-plan-left{flex-shrink:0;width:424px}.svc-seo-plan-title{font-weight:500;font-size:44px;line-height:48px;letter-spacing:-.88px;color:var(--white)}.svc-seo-plan-title .blue{color:var(--blue)}.svc-seo-plan-cross{margin-top:120px}.svc-seo-plan-right{max-width:536px}.svc-seo-plan-subtitle{font-size:18px;line-height:22px;letter-spacing:-.18px;color:var(--white);margin-bottom:24px}.svc-seo-plan-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.svc-seo-plan-badge{display:inline-flex;align-items:center;gap:8px;background:var(--grey-600);border-radius:128px;padding:8px 16px;font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.36px;color:var(--white)}.svc-seo-plan-badge-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--white)}.svc-seo-plan .cta-contact-btn{margin-top:32px}.svc-seo-plan .cta-asterisk{position:absolute;right:0;top:33px;width:174px;height:174px}.svc-process{padding:80px 0;max-width:1440px;margin:0 auto}.svc-process .container{max-width:1320px;margin:0 auto;padding:0 60px}.svc-process-title{text-align:center;margin-bottom:8px}.svc-process-link{text-align:center;margin-bottom:64px}.svc-process-link a{font-size:18px;line-height:24px;letter-spacing:-.18px;color:var(--grey-200);text-decoration:none;transition:color .2s}.svc-process-link a:hover{color:var(--white)}.svc-process-cards{display:flex;gap:24px}.svc-process-card{flex:1 1;padding:24px;display:flex;flex-direction:column;gap:70px;min-height:387px}.svc-process-card--typical{background:var(--grey-800);max-width:423px}.svc-process-card--techunit{background:var(--blue);flex:1.27 1}.svc-process-card-title{font-weight:500;font-size:32px;line-height:40px;letter-spacing:-.64px;color:var(--white)}.svc-process-card-items{display:flex;flex-direction:column;gap:12px}.svc-process-item{display:flex;align-items:center;gap:8px;background:var(--grey-600);border-radius:40px;padding:8px 16px;color:var(--white);font-size:18px;line-height:24px;letter-spacing:-.18px}.svc-process-item--plus{background:var(--white);color:var(--black)}.svc-process-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.svc-process-icon--minus{color:var(--grey-200)}.svc-process-icon--plus{color:var(--blue)}.svc-dark-wrapper{position:relative;background:var(--grey-800);.about-tech{margin-top:-128px}}.svc-dark-wrapper .about-tech,.svc-dark-wrapper .ai-section,.svc-dark-wrapper .svc-launch{background:#0000}.svc-tech-no-dots .about-tech-dots{display:none}.svc-launch{padding:80px 0 0 60px;background:var(--grey-800);height:100vh;display:flex;flex-direction:column}.svc-launch-header{padding-right:60px;margin-bottom:48px}.svc-launch-title{text-align:center}.svc-launch-wrapper{flex:1 1;overflow:hidden}.svc-launch-grid{display:flex;gap:24px;align-items:flex-start}.svc-launch-card{width:424px;flex-shrink:0;display:flex;flex-direction:column}.svc-launch-card:first-child .svc-launch-card-body{transform:translateY(48px)}.svc-launch-card:nth-child(2) .svc-launch-card-body{transform:translateY(96px)}.svc-launch-card:nth-child(3) .svc-launch-card-body{transform:translateY(150px)}.svc-launch-card:nth-child(4) .svc-launch-card-body{transform:translateY(204px)}.svc-launch-progress{height:4px;margin-bottom:24px}.svc-launch-progress,.svc-launch-progress--active{background:var(--grey-400)}.svc-launch-progress-bar{height:100%;background:var(--green)}.svc-launch-card-header{display:flex;align-items:center;justify-content:space-between;padding:0 12px;margin-bottom:48px}.svc-launch-tag{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:32px;background:var(--grey-600);font-weight:700;font-size:14px;line-height:20px;letter-spacing:-.14px;color:var(--white)}.svc-launch-tag--active{background:var(--blue)}.svc-launch-days{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.18px;text-transform:uppercase;color:var(--white)}.svc-launch-card-body{background:var(--grey-600);padding:32px 24px;display:flex;flex-direction:column;justify-content:space-between;gap:48px;flex:1 1}.svc-launch-card-title{font-weight:500;font-size:40px;line-height:44px;letter-spacing:-.8px;color:var(--white)}.svc-launch-card-title--green{color:var(--green)}.svc-launch-card-desc{font-size:16px;line-height:24px;letter-spacing:-.16px;color:var(--white)}@media (max-width:1200px){.svc-description-right{flex-direction:column}.svc-description-image{width:200px;height:300px}.svc-whatwedo-body{flex-direction:column}.svc-whatwedo-card{width:100%}.svc-whatwedo-list .service-item{flex-direction:column;gap:12px}.svc-whatwedo-list .service-item-left{width:100%}.svc-seo-plan-inner{gap:60px}.svc-process-cards{flex-direction:column}.svc-process-card--techunit,.svc-process-card--typical{max-width:100%}}@media (max-width:1024px){.services-hero .hero-title{font-size:56px;line-height:56px}.services-hero .hero-content{padding:0 40px}.svc-description{padding:60px 40px}.svc-description-inner{flex-direction:column}.svc-description-left{width:100%}.svc-description-image{display:none}.svc-whatwedo{padding:32px 20px 0}.svc-whatwedo-list .service-name{font-size:24px;line-height:32px}.svc-seo-plan{padding:60px 40px}.svc-seo-plan-inner{flex-direction:column;gap:32px}.svc-seo-plan-left{width:100%}.svc-seo-plan .cta-asterisk,.svc-seo-plan-cross{display:none}.svc-launch{padding:60px 0 60px 40px;height:auto;overflow:visible}.svc-launch-header{padding-right:40px}.svc-launch-wrapper{flex:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.svc-launch-wrapper::-webkit-scrollbar{display:none}.svc-launch-grid:after{content:"";flex-shrink:0;width:40px}.svc-launch-card{width:340px;scroll-snap-align:start}.svc-launch-card:last-child{scroll-snap-align:end}.svc-launch-card:first-child .svc-launch-card-body,.svc-launch-card:nth-child(2) .svc-launch-card-body,.svc-launch-card:nth-child(3) .svc-launch-card-body,.svc-launch-card:nth-child(4) .svc-launch-card-body{transform:none}.svc-launch-card-title{font-size:32px;line-height:36px}}@media (max-width:768px){.services-hero .hero-title{font-size:44px;line-height:48px;letter-spacing:-.88px}.services-hero .hero-content{padding:0 20px}.services-hero-subtitle{font-size:16px;line-height:22px;margin-bottom:32px}.svc-description{padding:60px 20px}.svc-description-heading{font-size:32px;line-height:36px}.svc-whatwedo-container{padding:0 20px}.svc-whatwedo{padding:32px 20px 0}.svc-whatwedo .services-tabs{flex-wrap:wrap}.svc-whatwedo-card{min-height:auto}.svc-seo-plan{padding:40px 20px}.blog-newsletter-image-fade{bottom:0}.blog-newsletter-image{right:-80px}.services-tech-logos{margin:0}.svc-seo-plan-title{font-size:36px;line-height:40px}.svc-process{padding:40px 0}.svc-process .container{padding:0 20px}.svc-process-title{font-size:36px;line-height:40px}.svc-launch{padding:40px 20px}.svc-dark-wrapper .about-tech{margin-top:0}.svc-launch-header{padding-right:20px}.svc-launch-title{font-size:36px;line-height:40px}.svc-launch-grid:after{width:20px}.svc-launch-card{width:300px}.svc-launch-card-title{font-size:28px;line-height:32px}}@media (max-width:480px){.services-hero .hero-title{font-size:36px;line-height:40px;letter-spacing:-.72px}.svc-description-heading{font-size:28px;line-height:32px}.svc-description-bold{font-size:20px!important;line-height:28px!important}.svc-whatwedo-list .service-name{font-size:20px;line-height:28px}.svc-whatwedo-card-title{font-size:24px;line-height:32px}.svc-seo-plan-title{font-size:28px;line-height:32px}.svc-process-card-title{font-size:24px;line-height:32px}.svc-process-item{font-size:16px;line-height:22px}.svc-launch-card{width:280px}.svc-launch-card-title{font-size:24px;line-height:28px}}.legal-page{min-height:100vh;background:var(--black);color:var(--white);padding:160px 0 80px}.legal-page-inner{max-width:800px;margin:0 auto;padding:0 24px}.legal-page-title{font-family:var(--font-primary);font-weight:700;font-size:48px;line-height:56px;margin-bottom:48px;color:var(--white)}.legal-page-content{font-family:var(--font-primary);font-size:16px;line-height:28px;color:var(--grey-200)}.legal-page-content h2{font-size:28px;line-height:36px;font-weight:700;color:var(--white);margin:48px 0 16px}.legal-page-content h3{font-size:20px;line-height:28px;font-weight:600;color:var(--white);margin:32px 0 12px}.legal-page-content p{margin-bottom:16px}.legal-page-content ul{list-style:none;padding:0;margin-bottom:16px}.legal-page-content li{position:relative;padding-left:20px;margin-bottom:8px}.legal-page-content li:before{content:"\2022";color:var(--green);position:absolute;left:0}.legal-page-content strong{color:var(--white);font-weight:600}.legal-page-content a{color:var(--blue);text-decoration:none}.legal-page-content a:hover{text-decoration:underline}.legal-page-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}.legal-page-content td{padding:10px 12px;border:1px solid var(--grey-400)}.legal-page-content tr:first-child td{font-weight:600;color:var(--white);background:var(--grey-600)}@media (max-width:768px){.legal-page{padding:120px 0 60px}.legal-page-title{font-size:32px;line-height:40px;margin-bottom:32px}.legal-page-content h2{font-size:22px;line-height:28px}}