*,*:before,*:after{box-sizing:border-box}:root{font-family:Archivo,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{width:100%;background-color:#282627;margin:0;padding:0;overflow-x:hidden}a{text-decoration:none;color:#fffef6}h1,h2{margin:0;padding:0}#root{width:100%;margin:0;padding:0;text-align:initial}.navbar{position:fixed;top:0;left:0;width:100%;z-index:999;background:#1f1f1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);font-family:Archivo,sans-serif}.navbar__inner{max-width:100%;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.navbar__logo{font-size:1.25rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;text-decoration:none;display:flex;align-items:flex-start;gap:.25rem;width:25%}.navbar__logo span{color:#66f2ff}.navbar__links{display:flex;align-items:center;justify-content:center;width:50%;gap:1.5rem}.navbar__link{position:relative;text-decoration:none;font-size:18px;color:#fffef6;padding:0}.navbar__link:after{content:"";position:absolute;left:0;bottom:-.3rem;width:0;height:1px;background:#daff01;transition:width .2s ease-out}.navbar__link:hover:after,.navbar__link:focus-visible:after,.navbar__link--active:after{width:100%}.navbar__right{display:flex;align-items:center;justify-content:flex-end;width:25%}.navbar__toggle{display:none;background:none;border:none;padding:.25rem;cursor:pointer}.navbar__burger{display:block;width:22px;height:2px;border-radius:999px;background:#fff;position:relative;transition:transform .18s ease-out,background .18s ease-out}.navbar__burger:before,.navbar__burger:after{content:"";position:absolute;left:0;width:22px;height:2px;border-radius:999px;background:#fff;transition:transform .18s ease-out,opacity .18s ease-out,top .18s ease-out,bottom .18s ease-out}.navbar__burger:before{top:-6px}.navbar__burger:after{bottom:-6px}.navbar__burger.is-open{background:transparent}.navbar__burger.is-open:before{top:0;transform:rotate(45deg)}.navbar__burger.is-open:after{bottom:0;transform:rotate(-45deg)}.navbar__mobileMenu{display:none}@media(max-width:768px){.navbar__inner{padding:.7rem 1rem}.navbar__links,.navbar__right{display:none}.navbar__toggle{display:block}.navbar__mobileMenu{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 1rem .75rem;background:#1f1f1f;transform-origin:top;max-height:0;overflow:hidden;transition:max-height .2s ease-out;border-bottom:1px solid rgba(255,255,255,.06);font-family:Archivo,sans-serif}.navbar__mobileMenu--open{max-height:220px}.navbar__mobileItem{text-align:left;background:none;border:none;padding:.45rem 0;color:#e5e5e5;letter-spacing:.12em;font-size:.78rem;cursor:pointer;text-decoration:none}.navbar__mobileItem--cta{margin-top:.25rem;border-top:1px solid rgba(255,255,255,.06);padding-top:1.2rem;font-weight:600;color:#baff66}.navbar__mobileItem--active{font-weight:600}}.ContactCTA{border-radius:999px;border:1px solid #DAFF01;background:transparent;color:#daff01;font-weight:500;padding:12px 20px;font-size:16px;letter-spacing:.12em;cursor:pointer;text-decoration:none;transition:background .18s ease-out,color .18s ease-out,transform .12s ease-out;font-family:Archivo,sans-serif;width:fit-content}.footer__MainContainer,.footer__Line1,.footer__Line1-Col1,.footer__Line1-TopLine,.footer__Line1-BottomLine,.footer__Line1-Col2,.footer__Line2{display:flex;flex-direction:column;width:100%}.footer__MainContainer{padding:120px 120px 40px;gap:70px;background-color:#1f1f1f}.footer__Line1{flex-direction:row;justify-content:space-between}.footer__Line1-Col1{width:120%;gap:40px}.footer__Line1-TopLine-Title h3{margin:0;color:#fffef6;font-size:16px}.footer__Line1-TopLine{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 24px;margin-top:20px;font-size:14px}.footer__Line1-BottomLine{flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:30px}.footer__Line1-Col2{width:100%;justify-content:flex-start;align-items:flex-end}.footer__Line1-Col2 img{width:80%}.footer__Line2{flex-direction:row;justify-content:space-between;align-items:center}.footer__Line2 a{color:#fffef6}.home__MainContainer{width:100%;display:flex;justify-content:center;padding-top:100px;flex-direction:column}.hero__MainContainer{display:flex;flex-direction:row;padding:20px}.hero__LeftCol{width:75%}.hero__LeftCol h1{color:#fff;font-weight:400!important;font-size:64px;line-height:72px}.hero__LeftCol span{color:#daff01;font-weight:500}.hero__RightCol{width:25%;color:#d9d9d9;font-size:18px;padding-right:24px;line-height:28px;font-weight:300;display:flex;flex-direction:column}.hero__RightCol span{font-weight:600}.brandsSlider{width:100%;overflow:hidden;padding-block:24px;padding:50px 0}.brandsSlider__track{display:inline-flex;align-items:center;gap:48px;animation:brandsSlideRight 45s linear infinite}.brandsSlider__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.brandsSlider__item img{max-height:40px;width:auto;filter:grayscale(1);opacity:.3}.brandsSlider__item img:hover{filter:grayscale(0);opacity:1}@keyframes brandsSlideRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.worksSlider__Section{width:100%;padding:4rem 0}.worksSlider__Inner{max-width:100%;margin:0 auto;padding:0 1.5rem}.worksSlider__Track{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding-block:.5rem;height:600px;justify-content:center;align-items:center;cursor:grab}.worksSlider__Track.dragging{scroll-behavior:auto;cursor:grabbing}.worksSlider__Track.dragging *{pointer-events:none;-webkit-user-select:none;user-select:none}.worksSlider__Track::-webkit-scrollbar{display:none}.worksSlider__Track{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:992px){.worksSlider__Inner{max-width:100%;padding:0 1rem}.worksSlider__Track{gap:16px}}@media(max-width:600px){.worksSlider__Section{padding:3rem 0}.worksSlider__Track{height:auto;align-items:stretch}}.sliderCard__MainContainer{flex:0 0 auto;width:391px;height:370px;border-radius:24px;overflow:hidden;background:#050b10;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transform-origin:center bottom;transform:translateY(0) rotate(0);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),background .35s ease}.sliderCard__MainContainer:hover{transform:rotate(18deg)}.sliderCard__ImageWrapper{flex:1;width:100%;height:100%}.sliderCard__Image{width:100%;height:100%;object-fit:cover;display:block}.sliderCard__Title{padding:.75rem 1rem 1.1rem;font-size:.9rem;line-height:1.3;color:#f5f5f5;letter-spacing:.04em;text-transform:uppercase}@media(max-width:992px){.sliderCard__MainContainer{width:320px;height:320px;border-radius:20px}}@media(max-width:600px){.sliderCard__MainContainer{width:75vw;max-width:320px;height:auto}.sliderCard__ImageWrapper{height:260px}.sliderCard__Title{font-size:.8rem}}.FAQ{color:#f5f5f5;display:flex;flex-direction:column;align-items:center;gap:50px}.FAQ__Characteristics-Container{width:100%;display:flex;flex-direction:column;max-width:100%;margin:0 auto}.FAQ__Characteristic{display:grid;grid-template-columns:1fr 1fr;column-gap:64px;align-items:flex-start;padding:40px 32px;border-bottom:.5px solid rgba(218,255,1,.3)}.FAQ__Characteristic-Left{display:flex;flex-direction:row;align-items:flex-start;text-align:right;color:#daff01}.FAQ__Characteristic-Index{font-size:12px;letter-spacing:.12em;margin-bottom:8px;width:100%}.FAQ__Characteristic-Title h2{font-size:100px;line-height:.8;font-weight:500;white-space:nowrap;color:#daff01}.FAQ__Characteristic-Text{max-width:460px;font-size:15px;line-height:1.5;text-align:left}.FAQ__Brandformance-Container{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;border-top:solid 1px #daff01;width:100%;padding-top:50px;top:-50px}.FAQ__Brandformance-Container:after{content:"=";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:#daff01;border:1px solid #daff01;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#282627;font-size:18px;font-weight:700;line-height:1;z-index:2}.FAQ__Characteristic-Text p{text-align:center}.FAQ__CTA{margin-top:24px}@media(max-width:1024px){.FAQ__title{font-size:72px}.FAQ__Characteristic{column-gap:32px}.FAQ__Characteristic-Title{font-size:72px}}@media(max-width:768px){.FAQ__Characteristic{grid-template-columns:1fr;row-gap:16px;padding:32px 0}.FAQ__Characteristic-Left{align-items:flex-start;text-align:left}.FAQ__Characteristic-Text{max-width:100%}}.FAQ__inner{display:flex;align-items:flex-start;gap:2.5rem}.FAQ__logo{max-width:400px;height:auto;flex-shrink:0}.FAQ__title{line-height:normal;margin:0;width:100%;font-size:120px;font-weight:500}.comparison__Title-Container{display:flex;flex-direction:column;align-items:center;padding-top:120px;gap:20px}.comparison__Title-Badge{background-color:#dfff64;width:fit-content;padding:8px 12px;text-transform:uppercase;font-size:16px;font-weight:600;border-radius:4px}.comparison__Title{display:flex;flex-direction:column;gap:20px}.comparison__Title h2{color:#d9d9d9;text-align:center;font-size:80px;font-weight:600;margin:0}.comparison__Title span{font-weight:300}.comparison__Title p{color:#d9d9d9;text-align:center;font-size:20px;font-weight:300}.comparison__Wrapper{position:relative;height:60vh;padding:40px 0;color:#fff;overflow:hidden}.comparison__FixedHeader{position:sticky;top:0;margin:0 auto 24px;width:80%;background:#dfff64;border-radius:24px;padding:32px 40px;z-index:100;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:150px;height:186px}.comparison__Logo{width:147px;height:44px}.comparison__FixedGoodPoints{display:flex;flex-wrap:wrap;gap:30px}.comparison__FixedGoodPoints p{color:#000;font-weight:600;margin:2px 0}.comparison__CardsStack{position:relative;width:80%;margin:32px auto 0;height:calc(100vh - 220px)}.comparison__Card{position:absolute;left:0;right:0;margin:0 auto;background:#282627;border-radius:20px;border:solid 1px #656565;padding:32px 40px;box-shadow:0 20px 40px #00000059}.comparison__Inner{display:flex;justify-content:flex-start;align-items:flex-start;gap:150px}.comparison__Inner h2{font-size:38px;font-weight:500;margin-bottom:16px}.comparison__Points{display:flex;flex-wrap:wrap;gap:32px;flex-direction:column}.comparison__Points span{color:#fffef6}.comparison__Bad,.comparison__Good{display:flex;gap:30px}.comparison__Bad p{color:#ff5c3e;margin:4px 0}.comparison__Good p{color:#8bff6f;margin:4px 0}.caseStudiesSlider__Wrapper{width:100%;padding:40px 0;color:#fff}.caseStudiesSlider__Header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:12px}.caseStudiesSlider__Title{font-size:24px;font-weight:700}.caseStudiesSlider__Viewport{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;cursor:grab;user-select:none;-webkit-user-select:none;-ms-user-select:none;touch-action:pan-y;padding:8px 16px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.caseStudiesSlider__Viewport.dragging{cursor:grabbing}.caseStudiesSlider__Viewport::-webkit-scrollbar{display:none}.caseStudiesSlider__Track{display:flex;gap:18px;width:max-content;scroll-snap-align:start}.caseStudiesSlider__Slide{flex:0 0 360px;scroll-snap-align:start}.caseStudiesSlider__Slide *{user-select:none;-webkit-user-select:none}@media(min-width:1280px){.caseStudiesSlider__Wrapper{padding:48px 0}.caseStudiesSlider__Viewport{padding:10px 24px}.caseStudiesSlider__Track{gap:22px}.caseStudiesSlider__Slide{flex-basis:390px}}@media(max-width:1024px){.caseStudiesSlider__Viewport{padding:8px 14px}.caseStudiesSlider__Track{gap:16px}.caseStudiesSlider__Slide{flex:0 0 min(340px,78vw)}}@media(max-width:640px){.caseStudiesSlider__Wrapper{padding:28px 0}.caseStudiesSlider__Title{font-size:20px}.caseStudiesSlider__Viewport{padding:8px 12px}.caseStudiesSlider__Track{gap:12px}.caseStudiesSlider__Slide{flex:0 0 86vw}}@media(max-width:420px){.caseStudiesSlider__Slide{flex:0 0 90vw}}.caseStudyCard{position:relative;cursor:pointer;border-radius:18px;overflow:hidden;background:#05081400;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;width:400px;height:400px;transition:transform .25s ease,box-shadow .25s ease,border .25s ease;border:1px solid rgba(255,255,255,.06)}.caseStudyCard__BackgroundImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .35s ease;pointer-events:none;-webkit-user-drag:none}.caseStudyCard:hover .caseStudyCard__BackgroundImage{transform:scale(1.05)}.caseStudyCard:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,#0000000d 20%,#0009);pointer-events:none}.caseStudyCard__Categories{position:absolute;width:100%;padding:0 30px;top:12px;z-index:3;display:flex;justify-content:space-between;gap:6px}.caseStudyCard__LeftBadge{display:flex;gap:10px}.caseStudyCard__CategoryBadge{font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px;border-radius:6px;background:#daff01;color:#080619;font-weight:600;z-index:3}.caseStudyCard__CategoryLink{background:#282627;color:#fffef6}.caseStudyCard__Info{position:relative;z-index:3;padding:18px 16px}.caseStudyCard__Title{font-size:24px;font-weight:700}.caseStudyCard__Categories,.caseStudyCard__Info{pointer-events:none}.caseStudyCard__HoverText{margin-top:8px;opacity:0;max-height:0;font-size:16px;font-weight:300;line-height:1.4;color:#ffffffe0;transform:translateY(6px);transition:opacity .25s ease,max-height .25s ease,transform .25s ease}.caseStudyCard:hover .caseStudyCard__HoverText{opacity:1;max-height:160px;transform:translateY(0)}.caseStudyCard:hover{transform:translateY(-6px);box-shadow:0 20px 32px #00000073;border-color:#ffffff2e}@media(max-width:768px){.caseStudyCard{height:300px}.caseStudyCard__Title{font-size:16px}.caseStudyCard__HoverText{font-size:13px}}.caseStudyModal__Overlay{position:fixed;inset:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:999}.caseStudyModal__Content{position:relative;width:100%;max-width:1142px;max-height:calc(100vh - 48px);background-color:#1c1c1c50;border-radius:24px;padding:35px 22px 22px;box-shadow:0 30px 60px #000000a6;overflow:hidden;color:#fff}.caseStudyModal__Grid{display:grid;grid-template-columns:531px 1fr;gap:18px;max-height:calc(100vh - 80px);overflow-y:auto;padding-right:6px}.caseStudyModal__Col{display:flex;flex-direction:column;gap:18px}.caseStudyModal__CloseButton{position:absolute;top:14px;right:18px;border:none;background:transparent;color:#fffc;font-size:11px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;z-index:2}.caseStudyModal__CloseButton:hover{color:#fff}.caseStudyModal__Intro{border-radius:18px;padding:20px;display:flex;gap:10px;flex-direction:column;justify-content:center;width:531px;height:304px}.caseStudyModal__LogoPlaceholder{font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff}.caseStudyModal__Tagline{font-size:22px;line-height:1.2;margin:0}.caseStudyModal__Description{font-size:14px;line-height:1.5;color:currentColor}.caseStudyModal__TagRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.caseStudyModal__TagBadge{font-size:11px;text-transform:uppercase;padding:8px;border-radius:6px;background:#ebff7d;border:1px solid rgba(255,255,255,.12);color:#1f1f1f}.caseStudyModal__Hero{border-radius:18px;width:100%;overflow:hidden;display:flex;justify-content:center}.caseStudyModal__HeroImage{width:531px;height:357px;display:block;object-fit:cover;border-radius:18px}.caseStudyModal__Gallery{display:block}.caseStudyModal__GalleryItem{overflow:hidden;border-radius:16px;background:#070919}.caseStudyModal__GalleryItem img{width:100%;height:100%;object-fit:cover}.caseStudyModal__Gallery--left{width:531px;height:304px}.caseStudyModal__GalleryItem--large{width:100%;height:100%}.caseStudyModal__Gallery--right{display:flex;justify-content:space-between;gap:12px}.caseStudyModal__GalleryItem--small{width:255px;height:255px}@media(max-width:900px){.caseStudyModal__Overlay{padding:16px}.caseStudyModal__Content{padding:22px 18px 18px;max-width:100%}.caseStudyModal__Grid{grid-template-columns:minmax(0,1fr);max-height:calc(100vh - 72px)}.caseStudyModal__Intro,.caseStudyModal__Gallery--left{width:100%}.caseStudyModal__Intro{height:auto}.caseStudyModal__HeroImage{width:100%;height:auto}.caseStudyModal__Gallery--right{justify-content:flex-start;flex-wrap:wrap}.caseStudyModal__GalleryItem--small{width:calc(50% - 6px);height:auto;aspect-ratio:1 / 1}}@media(max-width:640px){.caseStudyModal__Content{padding:18px 14px 14px;border-radius:18px}.caseStudyModal__Intro{padding:16px}.caseStudyModal__Tagline{font-size:18px}}.ContactCTA{border-radius:999px;border:1px solid #DAFF01;background:transparent;color:#daff01;font-weight:500;padding:8px 20px;font-size:14px;letter-spacing:.12em;cursor:pointer;text-decoration:none;transition:background .18s ease-out,color .18s ease-out,transform .12s ease-out;font-family:Archivo,sans-serif;width:fit-content}.ContactCTA:hover,.ContactCTA:focus-visible{background:#daff01;color:#02080a;transform:translateY(-1px)}@media(max-width:768px){.ContactCTA{font-size:14px}}.statsSlider__Title{width:100%;text-align:center;color:#fffef6;font-size:80px;height:150px}.statsSlider__Title h2{font-weight:300}.statsSlider__Title span{font-weight:600}.statsSlider__Section{position:relative;width:100%;height:100vh;overflow:hidden;background:#05060800;display:flex;align-items:center;justify-content:center;margin-bottom:50px}.statsSlider__Track{display:flex;height:90vh;width:110vw;transform:translate(0);transition:transform .08s linear;will-change:transform;gap:50px}.statsSlider__Slide{flex:0 0 75vw;height:100%;border-radius:24px;overflow:hidden;background:#111318;box-shadow:0 14px 20px #00000073;display:flex;flex-direction:column}.statsSlider__TopBar{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#282627;color:#fffef6;font-size:20px;font-weight:500}.statsSlider__ClientLabel{padding:24px;border-radius:999px;border:1px solid rgba(255,255,255,.12);white-space:nowrap;margin-right:16px;width:100%;text-align:center}.statsSlider__StatsRow{display:flex;flex-direction:row;gap:5px;justify-content:space-between;flex:1;width:100%}.statsSlider__StatPill{display:inline-flex;align-items:center;gap:6px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#daff01;color:#1b1c1f;font-weight:300;font-size:18px;white-space:nowrap;width:100%}.statsSlider__StatIcon{width:22px;height:22px;object-fit:contain;display:block}.statsSlider__StatValue{font-weight:700}.statsSlider__StatLabel{opacity:.85}.statsSlider__MediaShell{position:relative;flex:1;overflow:hidden;padding:0 10px 10px;background-color:#282627}.statsSlider__Media{width:100%;height:100%;object-fit:cover;border-radius:12px}.statsSlider__CTA-Container{display:flex;justify-content:center;height:35px;gap:10px;color:#fffef6;align-items:center}.statsSlider__VerticalLine{background-color:#fffef6;width:1px;height:auto}.statsSlider__CTA-Container p{font-weight:300}@media(max-width:900px){.statsSlider__Track{height:70vh}.statsSlider__TopBar{flex-direction:column;align-items:flex-start;gap:8px}.statsSlider__StatsRow{justify-content:flex-start}}@media(max-width:600px){.statsSlider__Track{height:65vh}.statsSlider__TopBar{padding:10px 14px}.statsSlider__StatPill{font-size:11px;padding:5px 10px}}.statsSection{width:100%;background:#282627;color:#f7f7f7;padding:72px 6vw;box-sizing:border-box}.statsSection__grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr)}.statsSection__card{padding:40px 40px 44px;display:flex;flex-direction:column;justify-content:space-between;min-height:170px}.statsSection__card:nth-child(odd){border-right:1px solid rgba(255,255,255,.08)}.statsSection__card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.statsSection__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.statsSection__label{font-size:32px;font-weight:300;line-height:normal;letter-spacing:.02em;color:#fffef6;max-width:260px}.statsSection__icon{font-size:48px;color:#d7ff3b}.statsSection__valueWrapper{margin-top:24px;display:flex;align-items:baseline;gap:8px}.statsSection__value{font-size:137px;font-weight:400;line-height:1}.statsSection__suffix{font-size:60px;line-height:1.2;color:#fffef6}@media(max-width:800px){.statsSection__grid{grid-template-columns:1fr}.statsSection__card{border:none!important;padding:28px 24px 32px}.statsSection__value{font-size:48px}}.ContactSection{overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#d9d9d9;padding:150px 50px;gap:50px}.ContactSection h2{text-align:center;font-size:120px;font-weight:500}.ContactSection span{color:#daff01}.pricing__MainContainer{padding-top:150px;display:flex;flex-direction:column;align-items:center}.creditBadge{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.55rem 1.8rem;border-radius:4px;border:none;width:300px;height:33px;background:#d7ff00;color:#111;font-family:inherit;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 24px #00000073;outline:none;transition:transform .18s ease,box-shadow .18s ease,filter .2s ease}.creditBadge__label{white-space:nowrap}.creditBadge__emoji{position:relative;z-index:100;width:65px;height:auto;margin-left:5px;transform:translate(8px)}.pricing__TitleContainer{color:#fffef6;text-align:center;padding:50px}.pricing__TitleContainer h1{font-size:80px;font-weight:300}.pricing__TitleContainer span{font-weight:600}.pricing__TitleContainer h3{color:#d9d9d9;font-weight:300}.pricing__Prices-Container{display:flex;flex-direction:column;gap:20px}.pricing__Prices{display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;border:solid 1px #d7ff00;border-radius:16px;width:918px;height:105px;transition:border-color .25s ease,transform .25s ease}.pricing__Prices:hover{border-color:#e6ff33;transform:scale(1.02)}.pricing__Prices h2{font-size:39px;font-weight:300}.pricing__CTA{text-align:center;color:#fffef6;overflow:hidden;padding:50px;display:flex;flex-direction:column;align-items:center;gap:50px}.pricing__CTA h2{font-size:120px;font-weight:500}.pricing__CTA span{color:#d7ff00}.caseStudies{background:#282627;color:#f5f5f5;min-height:100vh;padding:96px 16px 80px}.caseStudies__hero{max-width:1100px;margin:0 auto 48px}.caseStudies__Title-Container{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:solid 1px #DAFF014D;padding-bottom:40px}.caseStudies__Title{width:50%;font-size:24px;font-weight:500;color:#daff01}.caseStudies__Text{width:50%;font-size:16px;font-weight:300;margin:0}.caseStudies__hero img{width:100%}.caseStudies__heroBrand{margin-bottom:24px}.caseStudies__logo{font-size:42px;font-weight:800;letter-spacing:.02em}.caseStudies__logoAccent{color:#f5ff3b}.caseStudies__eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.16em;opacity:.7;margin-bottom:12px}.caseStudies__heroTitle{font-size:32px;line-height:1.1;margin-bottom:12px}.caseStudies__heroSubtitle{max-width:560px;font-size:14px;opacity:.85}.caseStudies__list{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.caseStudies__item{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:24px;border-top:1px solid rgba(255,255,255,.08);padding-top:24px}.caseStudies__meta{display:flex;flex-direction:column;gap:14px}.caseStudies__metaTop{display:flex;justify-content:space-between;font-size:12px;text-transform:uppercase}.caseStudies__client{color:#989898;font-size:22px;font-style:italic}.caseStudies__role h2{font-size:22px;color:#fffef6}.caseStudies__summary{font-size:14px}.caseStudies__ThumbContainer{width:100%}.caseStudies__thumbLink{display:flex;gap:24px;text-decoration:none;color:inherit}.caseStudies__thumbWrapper{border-radius:16px;overflow:hidden;width:100%}.caseStudies__thumb{width:100%;display:block;object-fit:cover}.caseStudies__tag{font-size:11px;text-transform:uppercase;letter-spacing:.12em;padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.16)}.caseStudies__bottomCta{max-width:1100px;margin:72px auto 0;text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}.caseStudies__bottomTitle{font-size:24px;margin-bottom:24px}.caseStudies__bottomButton{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:999px;border:1px solid #f5ff3b;color:#050607;background:#f5ff3b;font-size:13px;text-transform:uppercase;letter-spacing:.16em;text-decoration:none}@media(max-width:768px){.caseStudies__item,.caseStudies__thumbLink{grid-template-columns:1fr}}.caseStudy{background:#282627;color:#f5f5f5;min-height:100vh;padding:96px 16px 80px}.caseStudy__header,.caseStudy__body,.caseStudy__closing,.caseStudy__footer{max-width:1400px;margin:0 auto;padding:0 80px}.caseStudy__header{width:100%}.caseStudy__headerTop{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:24px;width:100%}.caseStudy__clientLabel{font-size:13px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:8px}.caseStudy__title{font-size:65px;line-height:1.15;max-width:100%}.caseStudy__headerMeta{font-size:12px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;opacity:.75}.caseStudy__heroMedia{border-radius:18px;overflow:hidden;margin-bottom:16px}.caseStudy__heroVideo{width:100%;height:auto;border-radius:18px;object-fit:cover;display:block}.caseStudy__heroImage{width:100%;display:block;object-fit:cover}.caseStudy__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:40px;width:100%}.caseStudy__badge{font-size:20px;letter-spacing:.16em;padding:21px 72px;border-radius:999px;border:1px solid rgba(255,255,255,.16);text-align:center}.caseStudy__badge--brand{background:#fffef6;color:#282627;border-color:#fffef6;width:365px}.caseStudy__body{display:flex;flex-direction:column;gap:40px}.caseStudy__section{display:flex;flex-direction:row-reverse;gap:24px;justify-content:space-between}.caseStudy__section--normal{flex-direction:row}.caseStudy__section--reverse{flex-direction:row-reverse}.caseStudy__section--split{align-items:flex-start}.caseStudy__section--split img{width:100%;height:auto;object-fit:contain}.caseStudy__sectionText{display:flex;flex-direction:column;justify-content:space-between;gap:20px}.caseStudy__section--split .caseStudy__sectionText,.caseStudy__section--split .caseStudy__sectionMedia{width:50%;max-width:50%;flex-shrink:0}.caseStudy__bullets{margin:0 0 16px;padding-left:22px;font-size:22px;font-weight:300}.caseStudy__bullets li{margin-bottom:8px}.caseStudy__sectionTitle{font-size:70px;font-weight:500}.caseStudy__sectionParagraph{font-size:22px;font-weight:300;margin:0 0 10px}.caseStudy__sectionImage{width:100%;height:auto;border-radius:16px;display:block}.caseStudy__sectionGallery{display:flex;flex-direction:row;justify-content:space-between;gap:12px}.caseStudy__galleryItem{margin:0}.caseStudy__galleryItem img{width:100%;border-radius:12px;display:block}.caseStudy__closing{text-align:center;padding-top:64px}.caseStudy__closingHeadline{font-size:120px;margin:24px}.caseStudy__ctaButton{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:999px;border:1px solid #f5ff3b;color:#050607;background:#f5ff3b;font-size:13px;text-transform:uppercase;letter-spacing:.16em;text-decoration:none}.caseStudy__footer{margin-top:48px;text-align:center}.caseStudy__backLink{font-size:13px;text-decoration:none;color:#f5ff3b}.resizingGrid{display:grid;grid-template-columns:1.6fr 1fr;grid-template-rows:repeat(2,1fr);gap:16px;width:100%}.resizingGrid__big{grid-column:1 / 2;grid-row:1 / 3}.resizingGrid__smallTop{grid-column:2 / 3;grid-row:1 / 2}.resizingGrid__smallBottom{grid-column:2 / 3;grid-row:2 / 3}.resizingGrid img{width:100%;height:100%;object-fit:cover;border-radius:14px}.twoColumnGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.twoColumnGrid__item img{width:100%;height:100%;object-fit:cover;display:block;border-radius:14px}.caseStudy__video{width:100%;height:auto;object-fit:cover;border-radius:16px;display:block;margin:0 auto}.caseStudy__video--square{max-width:602px;max-height:602px;aspect-ratio:1 / 1}.caseStudy__video--054x562{max-width:1980px;max-height:1020px;aspect-ratio:1980 / 1020}.caseStudy__video--265x520{max-width:265px;max-height:555px;aspect-ratio:265 / 555}.caseStudy__video--square-big{max-width:1080px;max-height:1080px;aspect-ratio:1080 / 1080}@media(max-width:768px){.caseStudy__headerTop{flex-direction:column;align-items:flex-start}.caseStudy__section{grid-template-columns:1fr}.caseStudy__sectionGallery{grid-template-columns:repeat(2,minmax(0,1fr))}.resizingGrid{grid-template-columns:1fr;grid-template-rows:auto}.resizingGrid__big,.resizingGrid__smallTop,.resizingGrid__smallBottom{grid-column:auto;grid-row:auto}.resizingGrid img{height:auto}.caseStudy__section--split{flex-direction:column!important}.caseStudy__section--split .caseStudy__sectionText,.caseStudy__section--split .caseStudy__sectionMedia{width:100%;max-width:100%}.twoColumnGrid{grid-template-columns:1fr}.twoColumnGrid__item img{height:auto}}.servicePage{background-color:#282627;color:#f5f5f5;padding:120px 7vw 80px}.serviceHero{margin:0 auto 64px}.serviceHero h1{font-size:65px;font-weight:500;line-height:1.05;letter-spacing:-.03em;margin-bottom:16px}.serviceHero p{font-size:.95rem;line-height:1.6;color:#b6b6b6}.serviceHeaderBadges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.serviceHeaderBadge{background:#ebff7d;padding:6px 12px;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#1f1f1f;border-radius:4px;white-space:nowrap;transition:background-color .25s ease,transform .25s ease}@media(max-width:768px){.serviceHeaderBadges{margin-top:14px}.serviceHeaderBadge{font-size:.63rem;padding:5px 10px}}.servicePage section{margin-top:80px}@media(max-width:768px){.servicePage{padding:96px 6vw 60px}.serviceHero{margin-bottom:48px}}.mediaSlider{width:calc(100% + 200px);position:relative;margin-left:auto}.mediaTrack{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:8px 0}.mediaTrack::-webkit-scrollbar{display:none}.mediaSlide{width:460px;height:660px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.verticalBox{width:460px;height:660px;border-radius:18px;overflow:hidden}.squareBox{width:460px;height:460px;border-radius:18px;overflow:hidden}.horizontalBox{width:460px;height:220px;border-radius:18px;overflow:hidden}.mediaBox img,.mediaBox video{width:100%;height:100%;object-fit:cover}.mediaArrow{position:absolute;top:40%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#000;color:#fff;border:1px solid #303030;display:flex;align-items:center;justify-content:center;cursor:pointer}.mediaArrow.left{left:-18px}.mediaArrow.right{right:100px}.mediaDots{display:flex;justify-content:center;gap:6px;margin-top:16px}.dot{width:6px;height:6px;background:#6d6d6d;border-radius:50%;transition:.2s}.dot.active{width:18px;border-radius:999px;background:#fff}.testimonialsSection{max-width:1200px;margin:0 auto}.testimonialsSection h2{font-size:1.4rem;margin-bottom:24px;letter-spacing:.04em;text-transform:uppercase;color:#f5f5f5}.testimonialsTrack{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;touch-action:pan-y;cursor:grab}.testimonialsTrack.isDragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.testimonialsTrack.isDragging .testimonialCard,.testimonialsTrack.isDragging img,.testimonialsTrack.isDragging p,.testimonialsTrack.isDragging h3{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.testimonialsTrack.isDragging{scroll-behavior:auto}.testimonialCard{min-width:320px;max-width:360px;border-radius:18px;padding:24px;border:1px solid #daFF0140;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}.testimonialCard .quote{color:#d7ff00;font-size:42px;font-weight:600}.testimonialCard .text{font-size:.94rem;line-height:1.6;margin-bottom:16px;color:#e5e5e5}.testimonialCard .author{font-size:.9rem;font-weight:600;color:#d7ff00}.testimonialCard .role{font-size:.8rem;color:#a0a0a0}.brandLogo{width:30%;filter:brightness(0) invert(1)}.testimonialsTrack::-webkit-scrollbar{height:4px}.testimonialsTrack::-webkit-scrollbar-track{background:transparent}.testimonialsTrack::-webkit-scrollbar-thumb{background:#333;border-radius:999px}@media(max-width:768px){.testimonialsSection h2{font-size:1.1rem}.testimonialCard{min-width:280px;padding:20px}}.whyStudio{background:#2b2b2b00;padding:64px 20px}.whyStudio__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.whyStudio__hero{position:relative;display:grid;place-items:center;margin-bottom:28px;isolation:isolate}.whyStudio__title{position:absolute;inset:0;z-index:1;display:grid;place-items:center;font-size:clamp(3.5rem,8vw,6rem);font-weight:800;letter-spacing:-.05em;color:#f2f2f2;margin:0}.whyStudio__image{position:relative;z-index:3;width:min(1000px,100%);background:#282627}.whyStudio__badgesLayer{position:absolute;inset:0;z-index:5;pointer-events:none}.whyStudio__badge{position:absolute;padding:10px 18px;border-radius:999px;background:#282627;border:1px solid #FFFEF6;color:#daff01;font-weight:700;font-size:clamp(.95rem,1.4vw,1.3rem);white-space:nowrap}.badge--reliable{left:3%;top:50%;transform:translateY(-50%)}.badge--fast{left:50%;top:16%;transform:translate(-50%,-50%)}.badge--affordable{left:50%;top:92%;transform:translate(-50%,-50%)}.badge--ai{right:6%;top:92%;transform:translateY(-50%)}.whyStudio__bottom{display:flex;align-items:center;justify-content:center;gap:28px}.whyStudio__copy{max-width:420px;color:#ffffffbf;font-size:16px;line-height:1.5}.whyStudio__copy p{margin:0}.whyStudio__divider{width:1px;height:52px;background:#fff3}.whyStudio__cta{padding:14px 34px;border-radius:999px;border:1px solid #d7ff00;color:#d7ff00;text-decoration:none;font-weight:600}.whyStudio__Text{display:flex;align-items:center;justify-content:center;text-align:center;color:#c2c4b4}@media(max-width:768px){.whyStudio__bottom{flex-direction:column;align-items:flex-start}.whyStudio__divider{display:none}.badge--reliable{left:2%}.badge--ai{right:2%}}.servicesList{max-width:1200px;margin:96px auto 0;text-align:center}.servicesList__eyebrow{font-size:18px;letter-spacing:.16em;font-weight:500;text-transform:none;color:#daff01;margin-bottom:28px}.servicesList__cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px}.servicesList__item{font-size:37px;line-height:1.3;text-decoration:none;color:#f5f5f5;white-space:nowrap;transition:color .2s ease,text-decoration-color .2s ease}.servicesList__item.is-highlight{color:#daff01}.servicesList__item:hover{text-decoration:underline}@media(max-width:768px){.servicesList{margin-top:72px}.servicesList__cloud{justify-content:flex-start}.servicesList__item{font-size:1.1rem}}.faqSection{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:30px}.faqSection__Container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px}.faqSection__Title-Container,.faqSection__faqContainer{width:50%}.faqSection h2{color:#fffef6;font-size:28px;margin-bottom:24px;letter-spacing:.04em;font-weight:300}.faqItem{padding-top:16px;border-top:1px solid #93A2FD}.faqItem h3{font-size:18px;font-weight:400;margin-bottom:8px;color:#fffef6}.faqItem p{font-size:.9rem;line-height:1.6;color:#fffef6}.finalText-Container h2{font-size:120px;font-weight:500;line-height:1.2;letter-spacing:-.03em;color:#f5f5f5;text-align:center}.finalText{margin-top:32px}@media(max-width:768px){.finalText{font-size:1.4rem}}.threeUp{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.threeUp__viewport{width:100%;max-width:1100px;overflow:hidden;margin:0 auto;display:flex;justify-content:center}.threeUp__track{display:flex;align-items:center;gap:32px;justify-content:center;will-change:transform}.threeUp__slide{flex:0 0 auto;width:260px;max-width:280px;aspect-ratio:9 / 18;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .75s cubic-bezier(.22,1,.36,1),filter .6s ease-out,opacity .6s ease-out;will-change:transform,opacity}.threeUp__media{width:100%;height:100%;object-fit:cover;display:block;transition:transform .75s cubic-bezier(.22,1,.36,1)}.threeUp__slide.is-center{transform:scale(1.06);filter:brightness(1);opacity:1;z-index:2}.threeUp__slide.is-center .threeUp__media{transform:scale(1.02)}.threeUp__slide.is-side{transform:scale(.9);filter:brightness(.35);opacity:.55;z-index:1}.threeUp__slide.is-edge{opacity:0;transform:scale(.85)}.threeUp__controls{display:flex;align-items:center;gap:16px}.threeUp__arrow{border-radius:999px;border:1px solid rgba(255,255,255,.35);background:transparent;padding:6px 14px;font-size:20px;line-height:1;cursor:pointer;color:#fff;transition:background .2s ease,transform .2s ease}.threeUp__arrow:hover{background:#ffffff14;transform:translateY(-1px)}.threeUp__dots{display:flex;align-items:center;gap:8px}.threeUp__dot{width:8px;height:8px;border-radius:999px;border:none;background:#ffffff40;cursor:pointer;padding:0;transition:width .2s ease,background .2s ease,opacity .2s ease}.threeUp__dot--active{width:20px;background:#fff;opacity:1}@media(max-width:768px){.threeUp__track{gap:16px}.threeUp__slide{width:55vw;max-width:none}.threeUp__slide.is-edge{display:none}}@media(max-width:576px){.threeUp__slide{width:70vw}.threeUp__slide.is-side{opacity:.25;filter:brightness(.25)}}.twoUp{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.twoUp__viewport{width:100%;max-width:1200px;margin:0 auto;height:60vw;max-height:520px;overflow:hidden;display:flex;align-items:center;justify-content:center;touch-action:pan-y}.twoUp__track{display:flex;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1)}.twoUp__slide{flex:0 0 100%;height:100%;display:flex;justify-content:center;align-items:flex-end;gap:32px}.twoUp__media{border-radius:24px;overflow:hidden;display:block;object-fit:cover}.twoUp__media--wide,.twoUp__media--vertical{height:100%;width:auto;object-fit:cover}.twoUp__controls{display:flex;align-items:center;gap:16px}.twoUp__arrow{border-radius:999px;border:1px solid rgba(255,255,255,.35);background:transparent;padding:6px 14px;font-size:20px;line-height:1;cursor:pointer;color:#fff;transition:background .2s ease,transform .2s ease}.twoUp__arrow:hover{background:#ffffff14;transform:translateY(-1px)}.twoUp__dots{display:flex;align-items:center;gap:8px}.twoUp__dot{width:8px;height:8px;border-radius:999px;border:none;background:#ffffff40;cursor:pointer;padding:0;transition:width .2s ease,background .2s ease,opacity .2s ease}.twoUp__dot--active{width:20px;background:#fff;opacity:1}@media(max-width:992px){.twoUp__slide{gap:20px}}@media(max-width:768px){.twoUp__slide{flex-direction:column;align-items:center;justify-content:center}.twoUp__media--wide{width:90%;height:auto}.twoUp__media--vertical{width:55%;height:auto}}@media(max-width:576px){.twoUp__media--wide{display:none}.twoUp__media--vertical{width:80%;height:auto}}.oneUpSlider{width:100%;display:flex;flex-direction:column;gap:14px}.oneUpSlider__frame{position:relative;width:100%;border-radius:18px;overflow:hidden;background:#ffffff0a}.oneUpSlider__media{width:100%;aspect-ratio:16 / 9;display:grid;place-items:center}.oneUpSlider__img,.oneUpSlider__video{width:100%;height:100%;object-fit:cover;display:block}.oneUpSlider__empty{width:100%;aspect-ratio:16 / 9}.oneUpSlider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#00000059;color:#fff;font-size:26px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:transform .18s ease,background .18s ease;-webkit-user-select:none;user-select:none}.oneUpSlider__arrow:hover{background:#0000008c;transform:translateY(-50%) scale(1.04)}.oneUpSlider__arrow--left{left:14px}.oneUpSlider__arrow--right{right:14px}.oneUpSlider__dots{display:flex;justify-content:center;gap:10px}.oneUpSlider__dot{width:7px;height:7px;border-radius:999px;border:0;background:#ffffff59;cursor:pointer;transition:transform .18s ease,background .18s ease}.oneUpSlider__dot.is-active{background:#ffffffe6;transform:scale(1.25)}.contact__Container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:120px}.contact__Title-Container h2{color:#fff;text-align:center;font-size:72px;font-weight:500}.contact__Title-Container span{color:#daff01}.contact__Title-Container p{color:#d9d9d9;text-align:center;font-size:20px;font-weight:300}.servicesPage{padding-top:120px;display:flex;flex-direction:column;gap:100px}.servicesHero__title{color:#daff01;text-align:center;font-size:20px;font-weight:500;line-height:normal}.servicesHero__subtitle{color:#fffef6;text-align:center;font-size:48px;font-weight:300;line-height:1.2;max-width:980px;margin:0 auto}.servicesGrid{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:90px;gap:18px}.serviceCard--square{grid-column:span 1;grid-row:span 4}.serviceCard--vertical{grid-column:span 1;grid-row:span 8}.serviceCard--horizontal{grid-column:span 2;grid-row:span 4}.serviceCard--horizontal .serviceCard__excerpt{max-width:50%}.serviceCard{position:relative;display:block;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.12);transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease}.serviceCard:hover{transform:translateY(-4px);box-shadow:0 18px 40px #00000059}.serviceCard__bg{position:absolute;inset:0;z-index:0;overflow:hidden}.serviceCard__bgImg,.serviceCard__bgVideo{width:100%;height:100%;display:block;object-fit:cover}.serviceCard__bgOverlay{position:absolute;inset:0;z-index:1;background:linear-gradient(160deg,#0000009e,#00000038)}.serviceCard__inner{position:relative;z-index:2;height:100%;padding:22px 22px 20px;display:flex;flex-direction:column;justify-content:space-between;gap:18px}.serviceCard__inner-top{display:flex;flex-direction:column;gap:10px}.serviceCard__serviceLabel{font-size:32px;font-weight:400;line-height:1.05;letter-spacing:-.2px;max-width:95%}.serviceCard__excerpt{font-size:14px;font-weight:300;line-height:1.4;max-width:95%;opacity:.92}.serviceCard__cta{width:fit-content;padding:8px 16px;border-radius:999px;background-color:transparent;border:1px solid rgba(255,255,255,.9);color:#fff;font-size:12px;font-weight:400;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.serviceCard:hover .serviceCard__cta{border-color:#daff01;color:#1a1a1a;background:#daff01}.serviceCard__bgVideo::-webkit-media-controls{display:none!important}.contactCTA{width:100%;padding:100px 20px;text-align:center;background:transparent;display:flex;flex-direction:column;align-items:center;gap:22px}.contactCTA__badge{background:#daff01;color:#1a1a1a;padding:6px 18px;border-radius:4px;font-size:16px;font-weight:500;letter-spacing:.5px}.contactCTA__title{font-size:80px;font-weight:600;color:#fff;margin:0}.contactCTA__bottom{margin-top:18px;display:flex;align-items:center;gap:28px}.contactCTA__text{text-align:left;font-size:16px;line-height:1.5;color:#d2d2d2;max-width:280px}.contactCTA__divider{width:1px;height:46px;background:#ffffff4d}.contactCTA__button{padding:12px 24px;border-radius:30px;border:1px solid #daff01;color:#daff01;font-size:20px;font-weight:500;text-decoration:none;transition:all .25s ease}.contactCTA__button:hover{background:#daff01;color:#1a1a1a}@media(max-width:1024px){.servicesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.serviceCard--horizontal{grid-column:span 2}.servicesHero__subtitle{font-size:40px}}@media(max-width:768px){.servicesGrid{grid-template-columns:1fr;grid-auto-rows:90px;gap:14px}.serviceCard--square,.serviceCard--vertical,.serviceCard--horizontal{grid-column:span 1}.serviceCard--square,.serviceCard--horizontal{grid-row:span 4}.serviceCard--vertical{grid-row:span 5}.servicesHero__subtitle{font-size:34px}.serviceCard--horizontal .serviceCard__excerpt{max-width:90%}.contactCTA__bottom{flex-direction:column;gap:16px}.contactCTA__divider{display:none}.contactCTA__text{text-align:center}.contactCTA__title{font-size:48px}}
