@import "https://fonts.googleapis.com/css2?family=Kanit:wght@800&family=Syne:wght@800&family=JetBrains+Mono:wght@800&display=swap";
.Hero-module__GFXveW__heroContainer{justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__GFXveW__bgVideo{object-fit:cover;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__GFXveW__heroContent{color:#f5f5f5;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.6rem;display:flex;position:relative}.Hero-module__GFXveW__container{text-align:center;max-width:1436px;margin:0 auto;padding:0 1rem}.Hero-module__GFXveW__title,.Hero-module__GFXveW__title1{font-size:clamp(2rem,6vw,4rem)}.Hero-module__GFXveW__title{color:#fff;margin-bottom:.5rem;font-family:Public Sans,sans-serif;font-weight:800;line-height:1.1}.Hero-module__GFXveW__title1{background:linear-gradient(to right, var(--theme-accent), var(--theme-accent));-webkit-text-fill-color:transparent;white-space:nowrap;border-right:3px solid var(--theme-accent);-webkit-background-clip:text;background-clip:text;width:0;margin-bottom:1.5rem;font-family:Public Sans,sans-serif;font-weight:800;line-height:1.2;animation:3s steps(23,end) infinite alternate Hero-module__GFXveW__typewriter,.8s step-end infinite Hero-module__GFXveW__blink;display:inline-block;overflow:hidden}@keyframes Hero-module__GFXveW__typewriter{0%{width:0}to{width:23ch}}@keyframes Hero-module__GFXveW__blink{50%{border-color:#0000}}.Hero-module__GFXveW__btnGroup{justify-content:center;align-items:center;gap:30px;margin-top:40px;display:flex}.Hero-module__GFXveW__btnPrimary{color:#000;background-color:#fff;border:2px solid #fff;border-radius:8px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:all .3s;text-decoration:none!important}.Hero-module__GFXveW__btnSecondary{border:2px solid var(--theme-accent);box-shadow:0 0 15px var(--theme-accent-glow);color:#fff;border-radius:8px;padding:10px 24px;font-size:.95rem;transition:all .3s;text-decoration:none!important}.Hero-module__GFXveW__btnSecondary:hover,.Hero-module__GFXveW__aboutbtn:hover{box-shadow:0 0 15px var(--theme-accent);background:rgba(var(--theme-accent-rgb), .1)}.Hero-module__GFXveW__curveWrapper{pointer-events:none;z-index:8;width:100%;height:450px;position:absolute;bottom:-1px;left:0;overflow:hidden}.Hero-module__GFXveW__curve{border-top:3px solid rgba(var(--theme-accent-rgb), .9);width:140%;height:650px;box-shadow:0 0 40px rgba(var(--theme-accent-rgb), .25), 0 0 100px rgba(var(--theme-accent-rgb), .15);transform-origin:top;will-change:transform;background:radial-gradient(circle,#02081e,#00030f);border-radius:50% 50% 0 0;position:absolute;bottom:-320px;left:50%;transform:translate(-50%)}.Hero-module__GFXveW__curve:before{content:"";border-radius:inherit;background:radial-gradient(circle, rgba(var(--theme-accent-rgb), .2), transparent 70%);filter:blur(60px);z-index:-1;position:absolute;inset:-40px}.Hero-module__GFXveW__aboutSection{background-color:#000;width:100%;padding:100px 0 8rem}.Hero-module__GFXveW__imageWrapper{justify-content:flex-start;align-items:center;display:flex}.Hero-module__GFXveW__aboutTitle h2{text-align:left;margin-bottom:25px;font-family:Kanit,sans-serif;font-size:2.8rem}.Hero-module__GFXveW__gradienttext{background:linear-gradient(to right, var(--theme-accent), var(--theme-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__GFXveW__aboutTitle p{color:#e0e0e0;text-align:left;margin:0;font-size:1.3rem;line-height:1.5}.Hero-module__GFXveW__mainImage{object-fit:cover;border-radius:20px;width:86%;height:auto;animation:10s linear infinite Hero-module__GFXveW__spin;display:block;position:relative;top:-1rem;left:4rem}@keyframes Hero-module__GFXveW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__GFXveW__aboutbtn{color:#fff;cursor:pointer;box-shadow:0 0 15px var(--theme-accent-glow);background:0 0;border:1px solid #fff;border-radius:10px;margin-top:2rem;margin-bottom:3rem;padding:12px 40px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__GFXveW__aboutbtn:hover{color:#fff;background:#000}.Hero-module__GFXveW__statsGrid{flex-wrap:wrap;gap:40px;margin-top:20px;display:flex}.Hero-module__GFXveW__statItem{flex-direction:column;align-items:flex-start;gap:6px;min-width:120px;display:flex}.Hero-module__GFXveW__statNumber{background:linear-gradient(#fff 30%,#9ea3ae 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1;display:block}.Hero-module__GFXveW__statLabel{color:#b0b3b8;font-size:1rem}.Hero-module__GFXveW__carouselSection{background-color:#000;border-top:1px solid #ffffff1a;width:100%;padding:40px 0;position:relative;overflow:hidden}.Hero-module__GFXveW__carouselOverlayLeft,.Hero-module__GFXveW__carouselOverlayRight{z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.Hero-module__GFXveW__carouselOverlayLeft{background:linear-gradient(90deg,#000,#0000);left:0}.Hero-module__GFXveW__carouselOverlayRight{background:linear-gradient(270deg,#000,#0000);right:0}.Hero-module__GFXveW__carouselTrack{width:max-content;animation:30s linear infinite Hero-module__GFXveW__scroll;display:flex}.Hero-module__GFXveW__carouselTrack:hover{animation-play-state:paused}.Hero-module__GFXveW__logoSlide{border-right:1px solid #ffffff1a;justify-content:center;align-items:center;width:250px;padding:0 40px;display:flex}.Hero-module__GFXveW__logoImage{filter:grayscale();width:220px;height:60px;transition:all .3s}.Hero-module__GFXveW__logoImage:hover{filter:grayscale(0%);opacity:1}@keyframes Hero-module__GFXveW__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width:430px) and (max-width:735px){.Hero-module__GFXveW__heroContainer{height:auto!important;min-height:50vh!important;padding:60px 0!important}.Hero-module__GFXveW__heroContent{padding:40px 15px!important;font-size:1.1rem!important}.Hero-module__GFXveW__container{padding:0 20px!important}.Hero-module__GFXveW__title{letter-spacing:-.03em!important;text-shadow:0 0 24px #ffffff29!important;font-size:2.5rem!important;line-height:1.12!important}.Hero-module__GFXveW__title1{white-space:normal!important;letter-spacing:-.03em!important;white-space:normal!important;border-right:2px solid var(--theme-accent)!important;width:auto!important;text-shadow:0 0 30px rgba(var(--theme-accent-rgb), .16)!important;border-right:none!important;font-size:2.45rem!important;line-height:1.12!important;animation:none!important}.Hero-module__GFXveW__btnGroup{width:100%;max-width:520px;margin-left:auto;margin-right:auto;flex-direction:row!important;gap:12px!important;margin-top:30px!important}.Hero-module__GFXveW__btnPrimary,.Hero-module__GFXveW__btnSecondary{text-align:center;white-space:nowrap!important;width:calc(50% - 6px)!important;min-width:0!important;padding:12px 10px!important;font-size:.92rem!important}.Hero-module__GFXveW__curveWrapper{height:180px!important}.Hero-module__GFXveW__curve{width:100%;max-width:100%;width:170%!important;height:350px!important;bottom:-220px!important}.Hero-module__GFXveW__aboutSection{padding:84px 0 60px!important}:is(.Hero-module__GFXveW__aboutSection .row,.Hero-module__GFXveW__aboutSection [class*=col-]){width:100%!important;max-width:100%!important;padding:0 20px!important}.Hero-module__GFXveW__textSide{text-align:center!important;padding-right:0!important}.Hero-module__GFXveW__aboutTitle{max-width:31rem!important;margin:0 auto!important}.Hero-module__GFXveW__aboutTitle h2{text-align:center!important;text-wrap:balance!important;margin-bottom:18px!important;font-size:2rem!important;line-height:1.2!important}.Hero-module__GFXveW__aboutTitle p{text-align:center!important;text-wrap:pretty!important;max-width:24rem!important;margin:0 auto!important;font-size:1rem!important;line-height:1.7!important}.Hero-module__GFXveW__imageWrapper{justify-content:center!important;margin-top:40px!important}.Hero-module__GFXveW__mainImage{width:65%!important;top:0!important;left:0!important}.Hero-module__GFXveW__aboutbtn{width:min(100%,24rem)!important;margin:2rem auto 2.75rem!important;padding:15px 30px!important;font-size:.95rem!important;display:block!important}.Hero-module__GFXveW__statsGrid{text-align:center;grid-template-columns:repeat(2,1fr)!important;gap:30px 24px!important;width:100%!important;margin-top:0!important;display:grid!important}.Hero-module__GFXveW__statItem{min-height:auto!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:0!important}.Hero-module__GFXveW__statNumber{font-size:2.95rem!important;line-height:1!important}.Hero-module__GFXveW__statLabel{color:#b8bcc6!important;letter-spacing:.02em!important;white-space:nowrap!important;font-size:.92rem!important}.Hero-module__GFXveW__carouselSection{padding:25px 0!important}.Hero-module__GFXveW__carouselOverlayLeft,.Hero-module__GFXveW__carouselOverlayRight{width:60px!important}.Hero-module__GFXveW__logoSlide{width:160px!important;padding:0 20px!important}.Hero-module__GFXveW__logoImage{width:auto!important;height:35px!important}}@media (max-width:429px){.Hero-module__GFXveW__btnGroup{flex-direction:row;gap:10px}}@media (min-width:320px) and (max-width:400px){.Hero-module__GFXveW__heroContainer{background-color:#010d12!important;flex-direction:column!important;height:auto!important;min-height:75vh!important;display:flex!important}.Hero-module__GFXveW__heroContent{box-sizing:border-box!important;background:linear-gradient(#010d1247 0%,#010d121f 100%)!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;min-height:80vh!important;padding:68px 16px 57px!important;display:flex!important}.Hero-module__GFXveW__container{position:relative;top:2rem;width:100%!important;padding:0!important}.Hero-module__GFXveW__title{letter-spacing:-.04em!important;text-shadow:0 0 22px #ffffff24!important;margin-bottom:8px!important;font-size:2.85rem!important;font-weight:800!important;line-height:1.08!important}.Hero-module__GFXveW__title1{border-right:2px solid var(--theme-accent)!important;white-space:normal!important;letter-spacing:-.04em!important;width:auto!important;max-width:100%!important;text-shadow:0 0 26px rgba(var(--theme-accent-rgb), .16)!important;border-right:none!important;margin-bottom:24px!important;font-size:2.35rem!important;font-weight:800!important;line-height:1.1!important;animation:none!important;display:inline-block!important;overflow:visible!important}.Hero-module__GFXveW__subtitle{color:#d1d5db!important;max-width:100%!important;margin-bottom:0!important;font-size:.85rem!important;line-height:1.4!important}.Hero-module__GFXveW__btnGroup{flex-direction:row!important;gap:10px!important;width:100%!important;margin-top:32px!important}.Hero-module__GFXveW__btnPrimary,.Hero-module__GFXveW__btnSecondary{text-align:center!important;box-sizing:border-box!important;white-space:nowrap!important;width:calc(50% - 5px)!important;padding:10px 8px!important;font-size:.88rem!important}.Hero-module__GFXveW__curveWrapper{height:120px!important;bottom:-1px!important;overflow:hidden!important}.Hero-module__GFXveW__curve{border-top-width:2px!important;width:160%!important;height:400px!important;bottom:-290px!important}.Hero-module__GFXveW__aboutSection{padding:92px 14px 40px!important}.Hero-module__GFXveW__textSide{text-align:center!important;padding-right:0!important}.Hero-module__GFXveW__aboutTitle{max-width:31rem!important;margin:0 auto!important}.Hero-module__GFXveW__aboutTitle h2{text-align:center!important;text-wrap:balance!important;margin-bottom:18px!important;font-size:1.8rem!important;line-height:1.22!important}.Hero-module__GFXveW__aboutTitle p{text-align:center!important;text-wrap:pretty!important;max-width:24rem!important;margin:0 auto!important;font-size:.95rem!important;line-height:1.68!important}.Hero-module__GFXveW__aboutbtn{text-align:center;width:min(100%,24rem)!important;margin:2rem auto 3rem!important;padding:15px 20px!important;display:block!important}.Hero-module__GFXveW__statsGrid{text-align:center;grid-template-columns:1fr 1fr!important;gap:30px 24px!important;width:100%!important;margin-top:0!important;display:grid!important}.Hero-module__GFXveW__statItem{min-height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:0!important}.Hero-module__GFXveW__statNumber{font-size:2.95rem!important;line-height:1!important}.Hero-module__GFXveW__statLabel{color:#b8bcc6!important;letter-spacing:.02em!important;white-space:nowrap!important;font-size:.92rem!important}.Hero-module__GFXveW__imageWrapper{margin-top:20px;justify-content:center!important;width:100%!important}.Hero-module__GFXveW__mainImage{width:75%!important;top:0!important;left:0!important}.Hero-module__GFXveW__carouselSection{padding:24px 0!important}.Hero-module__GFXveW__carouselOverlayLeft,.Hero-module__GFXveW__carouselOverlayRight{width:60px!important}.Hero-module__GFXveW__logoSlide{width:110px!important;padding:0 20px!important}.Hero-module__GFXveW__logoImage{width:auto!important;height:36px!important}}@media (min-width:1000px){.Hero-module__GFXveW__aboutSection{padding:5rem 0}.Hero-module__GFXveW__aboutTitle h2{margin-bottom:1rem}.Hero-module__GFXveW__aboutbtn{margin-top:1.5rem;margin-bottom:2.5rem}.Hero-module__GFXveW__statsGrid{gap:2rem;margin-top:2rem}.Hero-module__GFXveW__carouselSection{padding:3rem 0}}@media (min-width:736px) and (max-width:999px){.Hero-module__GFXveW__heroContent{padding-top:6rem;padding-bottom:3rem}.Hero-module__GFXveW__title,.Hero-module__GFXveW__title1{font-size:clamp(2.2rem,5vw,3.2rem)}.Hero-module__GFXveW__title1{white-space:normal!important;border-right:none!important;width:auto!important;animation:none!important;overflow:visible!important}.Hero-module__GFXveW__btnGroup{flex-wrap:nowrap;gap:16px}.Hero-module__GFXveW__aboutSection{padding:80px 24px}.Hero-module__GFXveW__textSide{padding-right:0!important}.Hero-module__GFXveW__aboutTitle h2{font-size:2.2rem}.Hero-module__GFXveW__mainImage{width:75%;margin-inline:auto;top:0!important;left:0!important}.Hero-module__GFXveW__statsGrid{gap:28px}.Hero-module__GFXveW__curveWrapper{height:220px}}@media (max-width:768px){.Hero-module__GFXveW__heroContent{padding-top:5rem;padding-bottom:2rem}.Hero-module__GFXveW__title1{white-space:normal!important;border-right:none!important;width:auto!important;animation:none!important;overflow:visible!important}.Hero-module__GFXveW__btnGroup{flex-wrap:nowrap;gap:14px}.Hero-module__GFXveW__btnPrimary,.Hero-module__GFXveW__btnSecondary{text-align:center;white-space:nowrap;width:min(50%,240px)}.Hero-module__GFXveW__mainImage{margin-inline:auto;top:0!important;left:0!important}}@media (max-width:480px){.Hero-module__GFXveW__btnPrimary,.Hero-module__GFXveW__btnSecondary{width:calc(50% - 5px)}}@media (max-width:735px){.Hero-module__GFXveW__aboutSection{padding:92px 14px 40px!important}:is(.Hero-module__GFXveW__aboutSection .row,.Hero-module__GFXveW__aboutSection [class*=col-]){width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important}.Hero-module__GFXveW__textSide{text-align:center!important;padding-right:0!important}.Hero-module__GFXveW__aboutTitle{text-align:center!important;width:100%!important;max-width:31rem!important;margin:0 auto!important}.Hero-module__GFXveW__aboutTitle h2{text-align:center!important;text-wrap:balance!important;margin-bottom:18px!important;font-size:clamp(1.9rem,7vw,2.3rem)!important;line-height:1.18!important}.Hero-module__GFXveW__aboutTitle p{text-align:center!important;text-wrap:pretty!important;max-width:24rem!important;margin:0 auto!important;font-size:1rem!important;line-height:1.68!important}.Hero-module__GFXveW__aboutbtn{text-align:center!important;width:min(100%,24rem)!important;margin:2rem auto 3rem!important;padding:15px 20px!important;display:block!important}.Hero-module__GFXveW__statsGrid{text-align:center!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important;margin-top:0!important;display:grid!important}.Hero-module__GFXveW__statItem{min-height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:0!important;display:flex!important}.Hero-module__GFXveW__statNumber{font-size:2.95rem!important;line-height:1!important}.Hero-module__GFXveW__statLabel{color:#b8bcc6!important;white-space:nowrap!important;text-align:center!important;font-size:.92rem!important}}.Hero-module__GFXveW__aboutSection{padding-top:var(--section-space)!important;padding-bottom:var(--section-space)!important}.Hero-module__GFXveW__carouselSection{padding-top:var(--section-space-compact)!important;padding-bottom:var(--section-space-compact)!important}.Hero-module__GFXveW__heroContainer{isolation:isolate;background:#020508;min-height:min(900px,92svh)!important}.Hero-module__GFXveW__heroContainer:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(180deg, #00000047 0%, #0000007a 58%, #020508 100%), radial-gradient(circle at 50% 36%, rgba(var(--theme-accent-rgb), .12), transparent 46%);position:absolute;inset:0}.Hero-module__GFXveW__heroContainer .Hero-module__GFXveW__bgVideo{z-index:0;opacity:.72;filter:saturate(.82)contrast(1.08)}.Hero-module__GFXveW__heroContent{z-index:2;min-height:inherit;padding-block:clamp(9rem,12vw,12rem) clamp(5rem,8vw,8rem)!important}.Hero-module__GFXveW__heroContent .Hero-module__GFXveW__container{max-width:1040px!important;padding-inline:0!important}.Hero-module__GFXveW__title{text-shadow:0 10px 40px #00000073;max-width:940px;margin:0 auto 1rem!important}.Hero-module__GFXveW__title1{white-space:normal;letter-spacing:-.035em;text-wrap:balance;border:0;max-width:860px;animation:none;overflow:visible;width:auto!important;margin:0 auto 1.5rem!important;font-size:clamp(1.55rem,3vw,2.65rem)!important;line-height:1.15!important}.Hero-module__GFXveW__subtitle{color:#b7c2cc;text-wrap:balance;max-width:760px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.75;margin:0 auto!important}.Hero-module__GFXveW__btnGroup{gap:14px;margin-top:2rem}.Hero-module__GFXveW__btnPrimary,.Hero-module__GFXveW__btnSecondary,.Hero-module__GFXveW__aboutbtn{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:13px 25px;font-size:.94rem;font-weight:700;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.Hero-module__GFXveW__btnPrimary{color:#fff;border-color:var(--theme-primary);background:linear-gradient(135deg, var(--theme-primary), var(--theme-accent));box-shadow:0 12px 30px rgba(var(--theme-accent-rgb), .18)}.Hero-module__GFXveW__btnSecondary,.Hero-module__GFXveW__aboutbtn{box-shadow:none;background:#070f16b8;border:1px solid #fff3}.Hero-module__GFXveW__btnPrimary:hover,.Hero-module__GFXveW__btnSecondary:hover,.Hero-module__GFXveW__aboutbtn:hover{transform:translateY(-2px)}.Hero-module__GFXveW__btnSecondary:hover,.Hero-module__GFXveW__aboutbtn:hover{border-color:rgba(var(--theme-accent-rgb), .65);background:rgba(var(--theme-accent-rgb), .1);box-shadow:0 12px 28px rgba(var(--theme-accent-rgb), .12)}.Hero-module__GFXveW__aboutSection{isolation:isolate;background:radial-gradient(circle at 78% 42%, rgba(var(--theme-accent-rgb), .08), transparent 34%), #030609;position:relative}.Hero-module__GFXveW__aboutSection:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.Hero-module__GFXveW__contentWrapper{background:linear-gradient(145deg,#09141deb,#03080cd1);border:1px solid #ffffff14;border-radius:28px;box-shadow:0 28px 80px #0000004d;padding:clamp(2rem,4vw,4.5rem)!important}.Hero-module__GFXveW__textSide{padding-right:clamp(1.5rem,4vw,4.5rem)!important}.Hero-module__GFXveW__aboutTitle h2{text-wrap:balance;margin:0 0 1.25rem;font-family:inherit!important}.Hero-module__GFXveW__aboutTitle p{color:#b8c2cc;max-width:620px;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.75}.Hero-module__GFXveW__aboutbtn{margin:1.75rem 0 2.25rem}.Hero-module__GFXveW__statsGrid{border-top:1px solid #ffffff17;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;margin:0;padding-top:1.5rem;display:grid}.Hero-module__GFXveW__statItem{border-left:1px solid #ffffff14;gap:7px;min-width:0;padding-inline:1.1rem}.Hero-module__GFXveW__statItem:first-child{border-left:0;padding-left:0}.Hero-module__GFXveW__statNumber{font-size:clamp(2rem,3vw,2.75rem)}.Hero-module__GFXveW__statLabel{color:#8997a4;letter-spacing:.02em;font-size:.84rem}.Hero-module__GFXveW__imageWrapper{justify-content:center}.Hero-module__GFXveW__mainImage{width:min(100%,610px);filter:drop-shadow(0 28px 60px rgba(var(--theme-accent-rgb), .12));border-radius:50%;animation-duration:42s;top:0;left:0}.Hero-module__GFXveW__carouselSection{background:#020406;border-block:1px solid #ffffff12}.Hero-module__GFXveW__logoSlide{border-color:#ffffff0f;width:220px;padding-inline:34px}.Hero-module__GFXveW__logoImage{object-fit:contain;opacity:.58;filter:grayscale()brightness(1.15);width:170px;height:48px}.Hero-module__GFXveW__logoImage:hover{opacity:.9}@media (max-width:999px){.Hero-module__GFXveW__heroContainer{min-height:min(760px,82svh)!important;padding:0!important}.Hero-module__GFXveW__heroContent{padding:8.5rem var(--page-gutter) 5rem!important}.Hero-module__GFXveW__contentWrapper{padding:2rem!important}.Hero-module__GFXveW__textSide{padding:0!important}.Hero-module__GFXveW__aboutTitle h2,.Hero-module__GFXveW__aboutTitle p{margin-inline:auto;text-align:center!important}.Hero-module__GFXveW__aboutbtn{margin-inline:auto}.Hero-module__GFXveW__textSide{flex-direction:column;align-items:center;display:flex}.Hero-module__GFXveW__statsGrid{max-width:640px;margin-inline:auto}.Hero-module__GFXveW__imageWrapper{margin-top:2.5rem}.Hero-module__GFXveW__mainImage{width:min(100%,540px)!important}}@media (max-width:600px){.Hero-module__GFXveW__heroContainer{min-height:720px!important}.Hero-module__GFXveW__heroContent{padding:8rem 16px 4rem!important}.Hero-module__GFXveW__title1{font-size:clamp(1.35rem,7vw,1.85rem)!important}.Hero-module__GFXveW__subtitle{font-size:.98rem!important;line-height:1.65!important}.Hero-module__GFXveW__btnGroup{flex-direction:column;width:100%;max-width:340px;margin-inline:auto}.Hero-module__GFXveW__btnPrimary,.Hero-module__GFXveW__btnSecondary{width:100%}.Hero-module__GFXveW__contentWrapper{border-radius:20px;padding:1.5rem 1rem!important}.Hero-module__GFXveW__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.5rem 0!important}.Hero-module__GFXveW__statItem,.Hero-module__GFXveW__statItem:first-child{border-left:1px solid #ffffff14!important;padding:0 .75rem!important}.Hero-module__GFXveW__statItem:nth-child(odd){border-left:0!important}.Hero-module__GFXveW__statNumber{font-size:2.25rem!important}.Hero-module__GFXveW__logoSlide{width:170px;padding-inline:26px}.Hero-module__GFXveW__logoImage{width:130px;height:40px}}@media (prefers-reduced-motion:reduce){.Hero-module__GFXveW__mainImage,.Hero-module__GFXveW__carouselTrack{animation:none!important}}.Hero-module__GFXveW__statNumber{font-variant-numeric:tabular-nums lining-nums;letter-spacing:-.035em;white-space:nowrap;min-width:3ch}.Hero-module__GFXveW__orbitGraphic{aspect-ratio:1;isolation:isolate;width:min(100%,600px);filter:drop-shadow(0 28px 60px rgba(var(--theme-accent-rgb), .12));margin-inline:auto;position:relative}.Hero-module__GFXveW__orbitGraphic:before{content:"";z-index:-1;background:radial-gradient(circle, rgba(var(--theme-accent-rgb), .09), transparent 68%);filter:blur(20px);border-radius:50%;position:absolute;inset:15%}.Hero-module__GFXveW__orbitRing{border:1px solid #b8ccdc33;border-radius:50%;position:absolute;box-shadow:inset 0 0 18px #ffffff04}.Hero-module__GFXveW__orbitRingOuter{inset:8%}.Hero-module__GFXveW__orbitRingMiddle{inset:21%}.Hero-module__GFXveW__orbitRingInner{inset:34%}.Hero-module__GFXveW__orbitNodes{transform-origin:50%;animation:42s linear infinite Hero-module__GFXveW__orbitSpin;position:absolute;inset:0}.Hero-module__GFXveW__orbitLogo{aspect-ratio:1;width:clamp(44px,6vw,60px);position:absolute;transform:translate(-50%,-50%)}.Hero-module__GFXveW__orbitLogoInner{width:100%;height:100%;box-shadow:0 12px 30px #00000057, 0 0 20px rgba(var(--theme-accent-rgb), .08);background:#f7fafcf5;border:1px solid #ffffff2e;border-radius:50%;place-items:center;padding:13%;animation:42s linear infinite Hero-module__GFXveW__orbitCounterSpin;display:grid;overflow:hidden}.Hero-module__GFXveW__orbitLogoInner img{object-fit:contain;width:100%;height:100%;display:block}.Hero-module__GFXveW__orbitLogo1{top:8%;left:50%}.Hero-module__GFXveW__orbitLogo2{top:37.02%;left:89.94%}.Hero-module__GFXveW__orbitLogo3{top:83.98%;left:74.69%}.Hero-module__GFXveW__orbitLogo4{top:83.98%;left:25.31%}.Hero-module__GFXveW__orbitLogo5{top:37.02%;left:10.06%}.Hero-module__GFXveW__orbitLogo6{top:26.54%;left:67.05%}.Hero-module__GFXveW__orbitLogo7{top:58.96%;left:77.58%}.Hero-module__GFXveW__orbitLogo8{top:79%;left:50%}.Hero-module__GFXveW__orbitLogo9{top:58.96%;left:22.42%}.Hero-module__GFXveW__orbitLogo10{top:26.54%;left:32.95%}.Hero-module__GFXveW__orbitCore{aspect-ratio:1;background:radial-gradient(circle at 50% 38%, rgba(var(--theme-accent-rgb), .22), transparent 58%), #0a141c;color:#f4fbff;border:1px solid #fff3;border-radius:50%;place-items:center;width:clamp(74px,10vw,92px);padding:0;display:grid;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #ffffff09,0 20px 45px #0000006b}.Hero-module__GFXveW__orbitCore svg{color:#fff;width:54%;height:54%;filter:drop-shadow(0 0 14px rgba(var(--theme-accent-rgb), .55));display:block}@keyframes Hero-module__GFXveW__orbitSpin{to{transform:rotate(360deg)}}@keyframes Hero-module__GFXveW__orbitCounterSpin{to{transform:rotate(-360deg)}}@media (max-width:600px){.Hero-module__GFXveW__orbitGraphic{width:min(100%,430px)}.Hero-module__GFXveW__orbitLogo{width:clamp(38px,12vw,52px)}.Hero-module__GFXveW__orbitCore{width:clamp(64px,18vw,78px)}}@media (prefers-reduced-motion:reduce){.Hero-module__GFXveW__orbitNodes,.Hero-module__GFXveW__orbitLogoInner{animation:none!important}}.Hero-module__GFXveW__statsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.Hero-module__GFXveW__statsGrid .Hero-module__GFXveW__statItem,.Hero-module__GFXveW__statsGrid .Hero-module__GFXveW__statItem:first-child{text-align:center;justify-content:flex-start;align-items:center;padding-inline:clamp(.5rem,1vw,1rem)}@media (max-width:600px){.Hero-module__GFXveW__aboutSection{scroll-margin-top:72px;padding:5.25rem 10px 2.5rem!important}.Hero-module__GFXveW__aboutContainer{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.Hero-module__GFXveW__contentWrapper{border-radius:20px;width:100%;margin:0!important;padding:1.5rem 1rem 1.25rem!important}.Hero-module__GFXveW__aboutTitle h2{letter-spacing:-.025em;max-width:17rem;margin:0 auto 1rem!important;font-size:clamp(1.75rem,8.5vw,2.1rem)!important;line-height:1.12!important}.Hero-module__GFXveW__aboutTitle p{max-width:27rem!important;font-size:.93rem!important;line-height:1.58!important}.Hero-module__GFXveW__aboutbtn{border-radius:999px;width:100%!important;margin:1.6rem auto 2rem!important;padding:.85rem 1rem!important}.Hero-module__GFXveW__statsGrid{padding-top:1.25rem;gap:10px!important}.Hero-module__GFXveW__statsGrid .Hero-module__GFXveW__statItem,.Hero-module__GFXveW__statsGrid .Hero-module__GFXveW__statItem:first-child,.Hero-module__GFXveW__statsGrid .Hero-module__GFXveW__statItem:nth-child(odd){background:#ffffff06!important;border:1px solid #ffffff13!important;border-radius:14px!important;min-height:88px!important;padding:.85rem .4rem!important}.Hero-module__GFXveW__statNumber{min-width:0;font-size:clamp(1.9rem,10vw,2.25rem)!important}.Hero-module__GFXveW__statLabel{font-size:.78rem!important}.Hero-module__GFXveW__imageWrapper{width:100%!important;margin-top:2rem!important;padding:0!important}.Hero-module__GFXveW__orbitGraphic{width:min(100%,300px)}.Hero-module__GFXveW__orbitLogo{width:clamp(38px,12vw,46px)}.Hero-module__GFXveW__orbitCore{width:clamp(60px,19vw,70px)}}@media (max-width:360px){.Hero-module__GFXveW__aboutSection{padding-inline:8px!important}.Hero-module__GFXveW__contentWrapper{padding-inline:.85rem!important}.Hero-module__GFXveW__orbitGraphic{width:min(100%,276px)}}
.Services-module__XOIT6q__wrapper{width:100%;background-color:#000!important}.Services-module__XOIT6q__servicesSection{margin:0;padding:0;position:relative;background-color:#000!important}.Services-module__XOIT6q__heading{text-align:center;color:#fff;font-weight:700}.Services-module__XOIT6q__subheading1{margin-top:2rem;margin-bottom:0}.Services-module__XOIT6q__servicesIntro{z-index:2;position:relative}.Services-module__XOIT6q__gradientText{background:linear-gradient(to right, var(--theme-accent), var(--theme-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Services-module__XOIT6q__container{width:100%}.Services-module__XOIT6q__card{text-align:center;background:#1a1a1a;border:1px solid #fee2e2;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0;transition:all .3s ease-in-out;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Services-module__XOIT6q__card:hover{border-color:var(--theme-accent);box-shadow:0 10px 30px rgba(var(--theme-accent-rgb), .2);background:linear-gradient(145deg, rgba(var(--theme-accent-rgb), .05), rgba(var(--theme-accent-rgb), .05));transform:translateY(-10px)}.Services-module__XOIT6q__cardInner{padding:0 30px 30px}.Services-module__XOIT6q__cardimg{object-fit:contain;border-radius:16px 16px 0 0;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative;bottom:1rem;overflow:hidden}.Services-module__XOIT6q__icon{opacity:.8;object-fit:contain;width:100%;padding:0;overflow:hidden}.Services-module__XOIT6q__cardTitle{color:#f8f9fb;margin-top:1rem;font-weight:700}.Services-module__XOIT6q__cardDesc{color:#cfd1d3;line-height:1.4}.Services-module__XOIT6q__btn{color:#94a3b8;background-color:#0000;border:2px solid #fff;margin-top:1rem;font-weight:600;text-decoration:none}.Services-module__XOIT6q__btn:hover{border:2px solid var(--theme-accent);box-shadow:0 0 5px var(--theme-accent), 0 0 15px rgba(var(--theme-accent-rgb), .5), inset 0 0 5px rgba(var(--theme-accent-rgb), .2)}.Services-module__XOIT6q__Casesection1{background-color:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Services-module__XOIT6q__Casestudies{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__XOIT6q__caseback{object-fit:cover}.Services-module__XOIT6q__section{color:#fff;background-color:#000;grid-template-columns:1fr 1fr;justify-content:center;align-items:center;gap:90px;padding:3.5rem 10% 4rem;display:flex}.Services-module__XOIT6q__gradienttext{background:linear-gradient(to right, var(--theme-accent), var(--theme-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Services-module__XOIT6q__sec1{z-index:2;text-align:center;padding:4rem 10% 1.5rem;position:relative}.Services-module__XOIT6q__heading{letter-spacing:-.5px;color:#f5f5f5;font-size:3rem;font-weight:700;line-height:1.2}.Services-module__XOIT6q__subheading{color:#c8c6c6;max-width:700px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.Services-module__XOIT6q__portsec{width:min(100%,1440px);margin:0 auto;padding:2rem}@keyframes Services-module__XOIT6q__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Services-module__XOIT6q__topnav{justify-content:center;gap:20px;margin:0;display:flex}.Services-module__XOIT6q__navBtn{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50px;padding:14px 43px;font-weight:600;transition:all .3s}.Services-module__XOIT6q__navBtn:hover{color:#fff;border-color:rgba(var(--theme-accent-rgb), .5)}.Services-module__XOIT6q__activeNav{background:rgba(var(--theme-accent-rgb), .1);border-color:var(--theme-accent);color:#fff;box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .2);font-size:20px}.Services-module__XOIT6q__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));justify-content:center;gap:30px;margin-top:3rem;animation:.5s ease-in-out Services-module__XOIT6q__fadeIn;display:grid}.Services-module__XOIT6q__portfolioCard{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.Services-module__XOIT6q__portfolioCard:hover{border-color:var(--theme-accent);transform:translateY(-10px);box-shadow:0 20px 40px #0006}.Services-module__XOIT6q__portfolioImageWrapper{width:100%;height:250px;position:relative;overflow:hidden}.Services-module__XOIT6q__portfolioImage{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Services-module__XOIT6q__portfolioOverlay{opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Services-module__XOIT6q__portfolioCard:hover .Services-module__XOIT6q__portfolioOverlay{opacity:1}.Services-module__XOIT6q__portfolioBtn{background:var(--theme-accent);color:#000;cursor:pointer;border:none;border-radius:30px;padding:10px 20px;font-weight:700;transition:all .4s;transform:translateY(20px)}.Services-module__XOIT6q__portfolioCard:hover .Services-module__XOIT6q__portfolioBtn{transform:translateY(0)}.Services-module__XOIT6q__portfolioInfo{text-align:center;padding:20px}.Services-module__XOIT6q__portfolioTitle{color:#fff;margin:0;font-size:1.2rem}.Services-module__XOIT6q__caseSection{background-color:#000;width:100%;padding:4rem 10%;overflow-x:hidden}.Services-module__XOIT6q__caseSection .Services-module__XOIT6q__container{max-width:1440px;margin:0 auto}.Services-module__XOIT6q__caseHeader{text-align:center;flex-direction:column;align-items:center;max-width:900px;margin:0 auto 2.5rem;display:flex}.Services-module__XOIT6q__caseGrid{grid-template-columns:repeat(auto-fit,minmax(320px,380px));justify-content:center;gap:1.5rem;display:grid}.Services-module__XOIT6q__caseGridItem{display:flex}.Services-module__XOIT6q__subheading{color:#cfd1d3;text-align:center;font-weight:500}.Services-module__XOIT6q__caseCard{background:#0d0e12;border:.5px solid #555658;border-radius:16px;flex-direction:column;height:100%;padding:0 0 20px;transition:all .3s ease-in-out;display:flex}.Services-module__XOIT6q__caseCard:hover{border-color:var(--theme-accent);box-shadow:0 10px 30px rgba(var(--theme-accent-rgb), .2);background:linear-gradient(145deg, rgba(var(--theme-accent-rgb), .05), rgba(var(--theme-accent-rgb), .05));transform:translateY(-10px)}.Services-module__XOIT6q__caseImageHeader{background:#000;border-radius:16px 16px 0 0;justify-content:center;align-items:center;height:240px;display:flex;overflow:hidden}.Services-module__XOIT6q__cardGraphic{object-fit:cover;width:100%;height:100%;padding:0}.Services-module__XOIT6q__caseContent{text-align:left;flex-direction:column;flex-grow:1;padding:24px;display:flex}.Services-module__XOIT6q__caseTag{color:#fff;margin-bottom:8px;font-weight:400}.Services-module__XOIT6q__caseTitle{color:#fff;margin-bottom:16px;font-weight:600;line-height:1.4}.Services-module__XOIT6q__caseServices{color:#9ea3ae;flex-grow:1;margin-bottom:32px;line-height:1.6}.Services-module__XOIT6q__caseBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;align-self:flex-start;width:fit-content;padding:12px 24px;font-weight:700;transition:background .2s}.Services-module__XOIT6q__caseBtn:hover{background:#e2e2e2}.Services-module__XOIT6q__uiSection{background-color:#000;padding:4rem 10%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Services-module__XOIT6q__container1{flex-direction:column;max-width:1368px;margin:0 auto;display:flex}.Services-module__XOIT6q__header{text-align:center;max-width:911px;margin:0 auto 2.5rem}.Services-module__XOIT6q__dashboardContainer{width:100%;display:flex}.Services-module__XOIT6q__detailsPanelWrap{flex:1.3}.Services-module__XOIT6q__detailsPanel{cursor:pointer;background:linear-gradient(135deg, rgba(var(--theme-accent-rgb), .18), rgba(var(--theme-accent-rgb), .16), rgba(var(--theme-accent-rgb), .14)), #010d12;border:1px solid gray;border-radius:24px;flex-direction:column;justify-content:flex-start;transition:all .7s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.Services-module__XOIT6q__detailsPanel:hover{box-shadow:0 10px 30px rgba(var(--theme-accent-rgb), .2);border:2px solid #fff;transform:translateY(-10px)}.Services-module__XOIT6q__activeTag{background:linear-gradient(90deg, var(--theme-secondary), var(--theme-primary), var(--theme-accent));color:#000;border-color:#0000;font-weight:600}.Services-module__XOIT6q__tagDescriptionBox{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:0 0;border:2px solid #f1ecec34;border-radius:18px;padding:1.5rem}.Services-module__XOIT6q__tagDescription{color:#d7d7d7;font-size:1rem;line-height:1.8}.Services-module__XOIT6q__tagsContainer{flex-wrap:wrap;gap:.75rem;display:flex}.Services-module__XOIT6q__tagPill{color:#cbc8d4;cursor:default;background:#ffffff0d;border:1px solid #f2f2f214;border-radius:50px;padding:.65rem 1.4rem;font-size:.95rem;transition:all .25s}.Services-module__XOIT6q__tagPill:hover{color:#fff;background:#ffffff1f;border-color:#fff3;transform:translateY(-1px)}.Services-module__XOIT6q__gridPanel{display:grid}.Services-module__XOIT6q__gridCard{cursor:pointer;color:#969699;background:#ffffff03;border:1px solid #ffffff05;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.Services-module__XOIT6q__gridCard:hover{color:#fff;background:#ffffff08;border-color:#0000}.Services-module__XOIT6q__gridCardActive{color:#fff;background:linear-gradient(145deg,#161226,#0d0a17);position:relative;box-shadow:0 10px 30px #0006}.Services-module__XOIT6q__gridCardActive:before{content:"";background:linear-gradient(135deg, var(--theme-secondary) 0%, var(--theme-accent) 100%);-webkit-mask-composite:xor;pointer-events:none;border-radius:20px;padding:1.5px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Services-module__XOIT6q__gridCard:hover:before,.Services-module__XOIT6q__gridCard:hover:after{content:"";background:linear-gradient(90deg, var(--theme-secondary), var(--theme-accent));opacity:1;pointer-events:none;width:100%;height:2px;position:absolute;left:0}.Services-module__XOIT6q__gridCard:hover:before{top:0}.Services-module__XOIT6q__gridCard:hover:after{bottom:0}.Services-module__XOIT6q__cardIcon{justify-content:center;align-items:center;font-size:1.5rem;transition:transform .3s;display:flex}.Services-module__XOIT6q__iconElement{object-fit:contain;filter:brightness(.7)sepia()hue-rotate(230deg)saturate(1.5);transition:all .3s}.Services-module__XOIT6q__gridCard:hover .Services-module__XOIT6q__cardIcon{transform:scale(1.08)}.Services-module__XOIT6q__cardTitle1{text-align:center;letter-spacing:-.1px;font-weight:500;line-height:1.4}.Services-module__XOIT6q__mobileAccordionContent{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),opacity .25s ease-out;display:grid;overflow:hidden}.Services-module__XOIT6q__mobileContentOpen{opacity:1;grid-template-rows:1fr}.Services-module__XOIT6q__processSection{background:#000;padding:4rem 10%;overflow:hidden}.Services-module__XOIT6q__processContainer{max-width:1380px;margin:0 auto;display:flex}.Services-module__XOIT6q__mobileProcessAccordion{display:none}.Services-module__XOIT6q__processCard{cursor:pointer;background:#eeebe6;border-radius:24px;transition:all .7s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__XOIT6q__processCard:hover{box-shadow:0 10px 30px rgba(var(--theme-accent-rgb), .2);background:linear-gradient(145deg, rgba(var(--theme-accent-rgb), .05), rgba(var(--theme-accent-rgb), .05));border:2px solid #fff;transform:translateY(-10px)}.Services-module__XOIT6q__processActive{background:#1a1a1a}.Services-module__XOIT6q__processActive:hover{border:2px solid #fff}.Services-module__XOIT6q__processCardContent{opacity:0;visibility:hidden;flex-direction:column;transition:opacity .3s;display:flex}.Services-module__XOIT6q__processActive .Services-module__XOIT6q__processCardContent{opacity:1;visibility:visible;transition-delay:.3s}.Services-module__XOIT6q__stepNumber{color:#fff;font-weight:700}.Services-module__XOIT6q__stepTitle{color:#f5f5f5;line-height:1.1}.Services-module__XOIT6q__stepDesc{color:#bbb;line-height:1.6}.Services-module__XOIT6q__verticalLabel{align-items:center;gap:12px;width:100%;transition:opacity .3s;display:flex;position:absolute}.Services-module__XOIT6q__processActive .Services-module__XOIT6q__verticalLabel{opacity:0;pointer-events:none}.Services-module__XOIT6q__stepNumberSmall{font-weight:700}.Services-module__XOIT6q__verticalTitle{white-space:nowrap;color:#000;letter-spacing:1px;font-weight:600}.Services-module__XOIT6q__processCard:hover .Services-module__XOIT6q__stepNumberSmall{color:#fff}.Services-module__XOIT6q__processCard:hover .Services-module__XOIT6q__verticalTitle{color:#f5f5f5}.Services-module__XOIT6q__mobileProcessActiveCard{background:#1a1a1a;border:1px solid #ffffff14;border-radius:24px;margin-bottom:14px;padding:24px 20px}.Services-module__XOIT6q__mobileProcessNumber{color:var(--theme-accent);margin-bottom:10px;font-size:1rem;font-weight:700;display:inline-block}.Services-module__XOIT6q__mobileProcessTitle{color:#fff;margin:0 0 10px;font-size:1.35rem;line-height:1.2}.Services-module__XOIT6q__mobileProcessDesc{color:#cbd5e1;margin:0;font-size:.95rem;line-height:1.6}.Services-module__XOIT6q__mobileProcessList{flex-direction:column;gap:10px;display:flex}.Services-module__XOIT6q__mobileProcessItem{color:#111827;text-align:left;background:#eeebe6;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;align-items:stretch;width:100%;padding:16px 18px;display:flex}.Services-module__XOIT6q__mobileProcessItemActive{border-color:rgba(var(--theme-accent-rgb), .4);box-shadow:0 0 0 1px rgba(var(--theme-accent-rgb), .2) inset;color:#fff;background:#1a1a1a}.Services-module__XOIT6q__mobileProcessRow{align-items:center;gap:14px;display:flex}.Services-module__XOIT6q__mobileProcessItemNumber{flex:none;font-size:1rem;font-weight:700}.Services-module__XOIT6q__mobileProcessItemTitle{font-weight:600;line-height:1.35}.Services-module__XOIT6q__mobileProcessInlineContent{border-top:1px solid #ffffff1f;margin-top:18px;padding-top:18px}@media (min-width:1000px){.Services-module__XOIT6q__servicesSection{flex-direction:column;justify-content:flex-start;align-items:center;gap:1.5rem;height:auto;padding:1.75rem 0 4rem;display:flex}.Services-module__XOIT6q__servicesIntro{text-align:center;width:min(100%,980px);margin:0 auto}.Services-module__XOIT6q__heading{margin-bottom:25px;font-size:3rem}.Services-module__XOIT6q__subheading1{color:#cfd1d3;max-width:860px;margin:0 auto;font-size:1.2rem}.Services-module__XOIT6q__scrollContainer{flex-direction:column;justify-content:center;width:100%;height:auto;display:flex;position:relative;top:auto;overflow:hidden}.Services-module__XOIT6q__scrollContainer::-webkit-scrollbar{display:none}.Services-module__XOIT6q__scrollContainer[data-dragging=true]{cursor:grabbing}.Services-module__XOIT6q__scrollContainer[data-dragging=true] *{-webkit-user-select:none;user-select:none}.Services-module__XOIT6q__container{width:max-content;min-width:100%}.Services-module__XOIT6q__scrollTrack{will-change:auto;gap:34px;width:max-content;padding:20px 28px 18px;display:flex}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card{scroll-snap-align:center;flex:0 0 500px;width:500px}.Services-module__XOIT6q__cardTitle{font-size:2rem}.Services-module__XOIT6q__cardDesc{font-size:1.2rem}.Services-module__XOIT6q__btn{width:10rem;padding:1rem .5rem;font-size:1.2rem}.Services-module__XOIT6q__portfolios{padding:5rem 10% 0}.Services-module__XOIT6q__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(280px,320px));justify-content:center;gap:30px;margin-top:3rem;display:grid}.Services-module__XOIT6q__portsec{padding:3rem}.Services-module__XOIT6q__portfolios .Services-module__XOIT6q__subheading{margin-bottom:2.5rem;font-size:20px}.Services-module__XOIT6q__topnav{gap:20px}.Services-module__XOIT6q__navBtn{padding:14px 43px}.Services-module__XOIT6q__activeNav{font-size:20px}.Services-module__XOIT6q__portfolioImageWrapper{height:250px}.Services-module__XOIT6q__portfolioTitle{font-size:1.2rem}.Services-module__XOIT6q__portfolioInfo{padding:20px}.Services-module__XOIT6q__caseSection{padding:5rem 10%}.Services-module__XOIT6q__caseHeader{margin-bottom:40px}.Services-module__XOIT6q__caseGrid{grid-template-columns:repeat(auto-fit,minmax(320px,380px));gap:24px}.Services-module__XOIT6q__subheading{margin-bottom:3rem;font-size:20px}.Services-module__XOIT6q__caseImageHeader{width:100%;height:220px}.Services-module__XOIT6q__caseContent{padding:32px}.Services-module__XOIT6q__caseTag{font-size:1.5rem}.Services-module__XOIT6q__caseTitle{font-size:1.6rem}.Services-module__XOIT6q__caseServices{font-size:1rem}.Services-module__XOIT6q__uiSection{padding:5rem 10%}.Services-module__XOIT6q__panelTitle{color:#f5f5f5;margin-bottom:3rem;font-size:2.8rem}.Services-module__XOIT6q__dashboardContainer{gap:1.5rem;min-height:500px}.Services-module__XOIT6q__detailsPanel{flex:1.3;padding:4rem 3rem}.Services-module__XOIT6q__tagDescriptionBox{min-height:120px;margin-top:3.5rem}.Services-module__XOIT6q__gridPanel{flex:1;grid-template-columns:repeat(3,1fr);gap:.85rem}.Services-module__XOIT6q__gridCard{gap:1rem;padding:1.5rem 1rem}.Services-module__XOIT6q__processSection{padding:5rem 10%}.Services-module__XOIT6q__processContainer{gap:15px;height:500px}.Services-module__XOIT6q__processCard{flex:0 0 70px}.Services-module__XOIT6q__processActive{flex:1}.Services-module__XOIT6q__processCardContent{min-width:500px;padding:50px}.Services-module__XOIT6q__stepNumber{margin-bottom:40px;font-size:1.8rem}.Services-module__XOIT6q__stepTitle{margin-bottom:25px;font-size:2.8rem}.Services-module__XOIT6q__stepDesc{max-width:85%;font-size:1.2rem}.Services-module__XOIT6q__verticalLabel{flex-direction:column;gap:40px;top:40px;left:50%;transform:translate(-50%)}.Services-module__XOIT6q__stepNumberSmall{font-size:1.2rem}.Services-module__XOIT6q__verticalTitle{writing-mode:vertical-rl;font-size:1.3rem;transform:rotate(180deg)}.Services-module__XOIT6q__testimonialSection{padding:90px 0}.Services-module__XOIT6q__card{width:530px}}@media (min-width:430px) and (max-width:735px){.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__portfolios,.Services-module__XOIT6q__caseSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection{height:auto!important;padding:40px 20px!important}.Services-module__XOIT6q__processSection{padding-bottom:20px!important}.Services-module__XOIT6q__heading{text-align:center;margin-bottom:20px!important;font-size:2rem!important}.Services-module__XOIT6q__subheading,.Services-module__XOIT6q__subheading1,.Services-module__XOIT6q__portfolios .Services-module__XOIT6q__subheading{margin-bottom:2rem!important;padding:0 10px!important;font-size:1rem!important}.Services-module__XOIT6q__servicesSection{box-sizing:border-box;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;gap:18px!important;width:100%!important;height:auto!important;min-height:auto!important;padding:120px 0 24px!important;display:flex!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__heading,.Services-module__XOIT6q__servicesIntro .Services-module__XOIT6q__subheading1{box-sizing:border-box;text-align:center!important;width:100%!important;max-width:90%!important;margin-left:auto!important;margin-right:auto!important;position:relative!important;left:0!important;transform:none!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__heading{margin-bottom:10px!important;font-size:2rem!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__subheading1{color:#cfd1d3;margin-top:22px!important;margin-bottom:0!important;font-size:1rem!important;line-height:1.5!important}.Services-module__XOIT6q__scrollContainer{flex:none!important;width:100%!important;height:auto!important;margin-top:12px!important;position:relative!important;overflow:hidden!important}.Services-module__XOIT6q__scrollContainer::-webkit-scrollbar{display:none}.Services-module__XOIT6q__scrollTrack{will-change:transform!important;flex-direction:row!important;gap:18px!important;width:max-content!important;padding:0 20px 28px!important;display:flex!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card{flex:none!important;width:min(84vw,360px)!important;min-width:min(84vw,360px)!important;max-width:min(84vw,360px)!important;height:auto!important;margin:0!important}.Services-module__XOIT6q__cardInner{padding:8px 18px 24px!important}.Services-module__XOIT6q__cardTitle{margin-top:.5rem!important;font-size:1.4rem!important}.Services-module__XOIT6q__cardDesc{font-size:.95rem!important}.Services-module__XOIT6q__btn{width:8rem!important;padding:.6rem .5rem!important;font-size:1rem!important}.Services-module__XOIT6q__portfolioGrid{grid-template-columns:1fr!important;gap:20px!important;margin-top:30px!important}.Services-module__XOIT6q__portfolioCard{margin-top:27px}.Services-module__XOIT6q__portfolioInfo{padding:11px}.Services-module__XOIT6q__portfolioTitle{font-size:20px}.Services-module__XOIT6q__portsec{padding:20px!important}.Services-module__XOIT6q__sec1{padding:18px 20px 12px!important}.Services-module__XOIT6q__topnav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.Services-module__XOIT6q__navBtn{justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;padding:10px 8px!important;font-size:.82rem!important;line-height:1.2!important;display:flex!important}.Services-module__XOIT6q__activeNav{font-size:.95rem!important}.Services-module__XOIT6q__portfolioImageWrapper{height:180px!important}.Services-module__XOIT6q__caseSection{padding-bottom:24px!important}.Services-module__XOIT6q__caseHeader{text-align:center;margin-bottom:20px!important;display:block!important}:is(.Services-module__XOIT6q__caseSection .row,.Services-module__XOIT6q__caseSection [class*=col-]){width:100%!important;max-width:100%!important}.Services-module__XOIT6q__caseCard{width:100%!important;height:auto!important}.Services-module__XOIT6q__caseImageHeader{width:100%!important;height:180px!important}.Services-module__XOIT6q__caseContent{padding:20px!important}.Services-module__XOIT6q__caseTag{font-size:1.1rem!important}.Services-module__XOIT6q__caseTitle{font-size:1.3rem!important}.Services-module__XOIT6q__caseServices{margin-bottom:20px!important}.Services-module__XOIT6q__dashboardContainer{flex-direction:column!important;gap:16px!important;min-height:auto!important}.Services-module__XOIT6q__detailsPanel{flex:none!important;width:100%!important;padding:30px 20px!important}.Services-module__XOIT6q__panelTitle{color:#f5f5f5;text-align:center;margin-bottom:1.5rem!important;font-size:1.8rem!important}.Services-module__XOIT6q__tagDescriptionBox{margin-top:2rem!important;padding:1rem!important}.Services-module__XOIT6q__gridPanel{flex:none!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;width:100%!important}.Services-module__XOIT6q__gridCard{padding:1.2rem 1rem!important}.Services-module__XOIT6q__processContainer{flex-direction:column!important;gap:12px!important;height:auto!important}.Services-module__XOIT6q__processCard{min-height:60px;flex-direction:column!important;flex:none!important;width:100%!important;height:30px!important}.Services-module__XOIT6q__processActive{background:#1a1a1a!important;height:auto!important}.Services-module__XOIT6q__processCardContent{width:100%!important;min-width:100%!important;padding:24px!important}.Services-module__XOIT6q__stepNumber{margin-bottom:15px!important;font-size:1.3rem!important}.Services-module__XOIT6q__stepTitle{margin-bottom:15px!important;font-size:1.8rem!important}.Services-module__XOIT6q__stepDesc{max-width:100%!important;font-size:1rem!important}.Services-module__XOIT6q__verticalLabel{justify-content:space-between;flex-direction:row!important;align-items:center!important;gap:0!important;width:100%!important;padding:18px 20px!important;position:relative!important;top:0!important;left:0!important;transform:none!important}.Services-module__XOIT6q__verticalTitle{writing-mode:horizontal-tb!important;white-space:normal!important;font-size:1.1rem!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}.Services-module__XOIT6q__stepNumberSmall{font-size:1.1rem!important;position:static!important;top:auto!important}.Services-module__XOIT6q__testimonialSection{padding:40px 20px}.Services-module__XOIT6q__card{width:320px}}@media (max-width:429px){.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__portfolios,.Services-module__XOIT6q__caseSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__portfolioGrid,.Services-module__XOIT6q__grid,.Services-module__XOIT6q__gallery,.Services-module__XOIT6q__content,.Services-module__XOIT6q__card,.Services-module__XOIT6q__portfolioCard,.Services-module__XOIT6q__caseCard,.Services-module__XOIT6q__detailsPanel,.Services-module__XOIT6q__processCard,.Services-module__XOIT6q__faqCard,.Services-module__XOIT6q__testimonialSection,.Services-module__XOIT6q__ctaCard,.Services-module__XOIT6q__hero,.Services-module__XOIT6q__section{box-sizing:border-box!important;width:100%!important;max-width:420px!important;margin-left:auto!important;margin-right:auto!important;padding-left:16px!important;padding-right:16px!important}.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__portfolios,.Services-module__XOIT6q__caseSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__testimonialSection,.Services-module__XOIT6q__portfolioGrid,.Services-module__XOIT6q__grid,.Services-module__XOIT6q__gallery,.Services-module__XOIT6q__cardsGrid,.Services-module__XOIT6q__contentGrid,.Services-module__XOIT6q__dashboardContainer,.Services-module__XOIT6q__processContainer{grid-template-columns:1fr!important;gap:18px!important;display:grid!important}.Services-module__XOIT6q__heading,.Services-module__XOIT6q__subheading,.Services-module__XOIT6q__subheading1,.Services-module__XOIT6q__portfolioTitle,.Services-module__XOIT6q__caseTitle,.Services-module__XOIT6q__cardTitle,.Services-module__XOIT6q__stepTitle,.Services-module__XOIT6q__sectionHeading,.Services-module__XOIT6q__cardDescription,.Services-module__XOIT6q__ctaHeading{font-size:clamp(1rem,4vw,1.8rem)!important;line-height:1.35!important}:is(img,.Services-module__XOIT6q__mainImage,.Services-module__XOIT6q__portfolioImage,.Services-module__XOIT6q__staticImage,.Services-module__XOIT6q__cardImage,.Services-module__XOIT6q__heroImage,.Services-module__XOIT6q__logoImage,.Services-module__XOIT6q__brandLogo,.Services-module__XOIT6q__curve){width:100%!important;max-width:100%!important;height:auto!important}.Services-module__XOIT6q__btn,.Services-module__XOIT6q__btnPrimary,.Services-module__XOIT6q__btnSecondary,.Services-module__XOIT6q__contactBtn,.Services-module__XOIT6q__caseBtn,.Services-module__XOIT6q__submitBtn,.Services-module__XOIT6q__talkExpertBtn{width:100%!important;max-width:420px!important}}@media (min-width:401px) and (max-width:429px){.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__section,.Services-module__XOIT6q__caseSection{height:auto!important;min-height:auto!important;padding:38px 14px!important}.Services-module__XOIT6q__processSection{padding-bottom:16px!important}.Services-module__XOIT6q__header{margin-bottom:24px!important;padding:0!important}.Services-module__XOIT6q__scrollContainer{height:auto!important;overflow:hidden!important}.Services-module__XOIT6q__scrollTrack{flex-direction:row!important;gap:16px!important;width:max-content!important;padding:0 14px 20px!important;display:flex!important}.Services-module__XOIT6q__card{border-radius:14px!important;flex:none!important;width:min(82vw,340px)!important;min-width:min(82vw,340px)!important;max-width:min(82vw,340px)!important;height:auto!important;margin:0!important}.Services-module__XOIT6q__cardimg{width:100%!important;height:180px!important;bottom:0!important}.Services-module__XOIT6q__cardInner{padding:22px 16px 24px!important}.Services-module__XOIT6q__cardTitle{margin-top:0!important;font-size:1.25rem!important}.Services-module__XOIT6q__cardDesc{font-size:.9rem!important}.Services-module__XOIT6q__btn{width:100%!important;margin-top:15px!important;padding:12px!important}.Services-module__XOIT6q__container1{padding:0!important}.Services-module__XOIT6q__dashboardContainer{flex-direction:column!important;align-items:stretch!important;gap:20px!important}.Services-module__XOIT6q__detailsPanelWrap{z-index:3!important;position:sticky!important;top:96px!important}.Services-module__XOIT6q__detailsPanel{width:100%!important;padding:22px 16px!important}.Services-module__XOIT6q__panelTitle{text-align:center!important;color:#fff!important;margin-bottom:14px!important;font-size:1.4rem!important}.Services-module__XOIT6q__tagsContainer{justify-content:center!important;gap:8px!important}.Services-module__XOIT6q__tagPill{padding:7px 12px!important;font-size:.82rem!important}.Services-module__XOIT6q__tagDescriptionBox{margin-top:16px!important;padding:14px!important}.Services-module__XOIT6q__tagDescription{font-size:.9rem!important;line-height:1.55!important}.Services-module__XOIT6q__portsec{border-radius:24px!important;padding:16px!important;overflow:hidden!important}.Services-module__XOIT6q__sec1{padding:12px 14px 10px!important}.Services-module__XOIT6q__topnav{grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:stretch!important;gap:8px!important;width:100%!important;display:grid!important}.Services-module__XOIT6q__navBtn{text-align:center!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;padding:10px 8px!important;font-size:.84rem!important;line-height:1.2!important;display:flex!important}.Services-module__XOIT6q__gridPanel{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important}.Services-module__XOIT6q__gridCard{border-radius:16px!important;gap:8px!important;min-height:118px!important;padding:16px 10px!important}.Services-module__XOIT6q__cardIcon{margin-bottom:0!important}.Services-module__XOIT6q__cardIcon img,.Services-module__XOIT6q__iconElement{width:34px!important;height:34px!important}.Services-module__XOIT6q__cardTitle1{text-align:center!important;font-size:.88rem!important;line-height:1.3!important}}@media (min-width:736px) and (max-width:999px){.Services-module__XOIT6q__servicesSection{flex-direction:column!important;justify-content:flex-start!important;gap:24px!important;height:auto!important;min-height:auto!important;padding:116px 0 28px!important;display:flex!important}.Services-module__XOIT6q__scrollContainer{width:100%!important;height:auto!important;margin-top:12px!important;position:relative!important;overflow:hidden!important}.Services-module__XOIT6q__scrollContainer::-webkit-scrollbar{display:none}.Services-module__XOIT6q__scrollTrack{will-change:transform!important;flex-direction:row!important;gap:24px!important;width:max-content!important;padding:0 24px 28px!important;display:flex!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card{width:min(70vw,420px)!important;min-width:min(70vw,420px)!important;max-width:min(70vw,420px)!important;height:auto!important;margin:0!important}.Services-module__XOIT6q__dashboardContainer{flex-direction:column!important;align-items:stretch!important;gap:24px!important}.Services-module__XOIT6q__detailsPanelWrap{z-index:3!important;position:sticky!important;top:104px!important}.Services-module__XOIT6q__testimonialSection{padding:60px 30px}.Services-module__XOIT6q__card{width:440px}.Services-module__XOIT6q__caseImageHeader{width:100%;height:200px}.Services-module__XOIT6q__processContainer{flex-direction:column;height:auto}.Services-module__XOIT6q__verticalLabel{flex-direction:row;position:relative}.Services-module__XOIT6q__verticalTitle{writing-mode:horizontal-tb}}@media (min-width:320px) and (max-width:400px){.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__section,.Services-module__XOIT6q__caseSection{height:auto!important;min-height:auto!important;padding:36px 14px!important}.Services-module__XOIT6q__servicesSection{flex-direction:column!important;justify-content:flex-start!important;gap:16px!important;height:auto!important;min-height:auto!important;padding:110px 0 20px!important;display:flex!important}.Services-module__XOIT6q__processSection{padding-bottom:14px!important}.Services-module__XOIT6q__heading{text-align:center!important;margin-bottom:12px!important;font-size:1.85rem!important;line-height:1.25!important}.Services-module__XOIT6q__subheading,.Services-module__XOIT6q__subheading1,.Services-module__XOIT6q__subheading{text-align:center!important;max-width:100%!important;margin-top:8px!important;margin-bottom:0!important;font-size:.9rem!important;line-height:1.5!important}.Services-module__XOIT6q__header{margin-bottom:22px!important;padding:0!important}.Services-module__XOIT6q__scrollContainer{flex:none!important;height:auto!important;margin-top:10px!important;overflow:hidden!important}.Services-module__XOIT6q__scrollTrack{flex-direction:row!important;gap:16px!important;width:max-content!important;padding:0 14px 20px!important;display:flex!important}.Services-module__XOIT6q__card{border-radius:14px!important;flex:none!important;width:min(84vw,320px)!important;min-width:min(84vw,320px)!important;max-width:min(84vw,320px)!important;height:auto!important;margin:0!important}.Services-module__XOIT6q__cardimg{width:100%!important;height:180px!important;bottom:0!important}.Services-module__XOIT6q__cardInner{padding:22px 16px 24px!important}.Services-module__XOIT6q__cardTitle{margin-top:0!important;font-size:1.25rem!important}.Services-module__XOIT6q__cardDesc{font-size:.9rem!important}.Services-module__XOIT6q__btn{width:100%!important;margin-top:15px!important;padding:12px!important}.Services-module__XOIT6q__container1{padding:0!important}.Services-module__XOIT6q__dashboardContainer{flex-direction:column!important;align-items:stretch!important;gap:24px!important}.Services-module__XOIT6q__detailsPanelWrap{z-index:3!important;position:sticky!important;top:92px!important}.Services-module__XOIT6q__detailsPanel{width:100%!important;padding:20px 14px!important}.Services-module__XOIT6q__panelTitle{text-align:center;color:#fff;margin-bottom:12px;font-size:1.3rem!important}.Services-module__XOIT6q__tagsContainer{justify-content:center!important;gap:6px!important}.Services-module__XOIT6q__tagPill{padding:6px 12px!important;font-size:.8rem!important}.Services-module__XOIT6q__tagDescriptionBox{margin-top:15px!important;padding:12px!important}.Services-module__XOIT6q__tagDescription{font-size:.88rem!important;line-height:1.5!important}.Services-module__XOIT6q__gridPanel{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;width:100%!important}.Services-module__XOIT6q__gridCard{border-radius:12px!important;min-height:95px!important;padding:14px 8px!important}.Services-module__XOIT6q__cardIcon{margin-bottom:4px!important;font-size:1rem!important}.Services-module__XOIT6q__cardIcon img{width:32px!important;height:32px!important}.Services-module__XOIT6q__cardTitle1{font-size:.8rem!important}.Services-module__XOIT6q__processContainer{flex-direction:column!important;gap:12px!important;height:auto!important;display:flex!important}.Services-module__XOIT6q__processCard{cursor:pointer;transition:all .3s;background:#f4f3f0!important;border-radius:20px!important;flex-direction:column!important;flex:none!important;width:100%!important;height:auto!important;min-height:54px!important;display:flex!important;overflow:hidden!important}.Services-module__XOIT6q__processCard .Services-module__XOIT6q__processCardContent{display:none!important}.Services-module__XOIT6q__verticalLabel{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:16px!important;width:100%!important;padding:16px 20px!important;display:flex!important}.Services-module__XOIT6q__stepNumberSmall{color:#000!important;font-size:1.1rem!important;font-weight:700!important}.Services-module__XOIT6q__verticalTitle{color:#000!important;white-space:normal!important;flex:auto!important;font-size:1.1rem!important;font-weight:600!important;line-height:1.35!important}.Services-module__XOIT6q__processActive{background:#1a1a1a!important}.Services-module__XOIT6q__processActive .Services-module__XOIT6q__verticalLabel{display:none!important}.Services-module__XOIT6q__processActive .Services-module__XOIT6q__processCardContent{flex-direction:column!important;width:100%!important;padding:24px!important;display:flex!important}.Services-module__XOIT6q__stepNumber{color:#fff!important;margin-bottom:12px!important;font-size:1.3rem!important;display:block!important}.Services-module__XOIT6q__stepTitle{color:#fff!important;margin-bottom:12px!important;font-size:24px!important}.Services-module__XOIT6q__stepDesc{color:#ccc!important;max-width:100%!important;font-size:14px!important;line-height:1.5!important}.Services-module__XOIT6q__sec1{padding:12px 14px 10px!important}.Services-module__XOIT6q__portsec{border-radius:24px!important;padding:16px!important}.Services-module__XOIT6q__topnav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.Services-module__XOIT6q__navBtn{text-align:center!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;padding:10px 6px!important;font-size:.78rem!important;line-height:1.15!important;display:flex!important}.Services-module__XOIT6q__activeNav{font-size:.85rem!important}.Services-module__XOIT6q__portfolioGrid{grid-template-columns:1fr!important;gap:20px!important;margin-top:30px!important;padding:0!important}.Services-module__XOIT6q__portfolioCard{padding:0!important}.Services-module__XOIT6q__portfolioImageWrapper{height:167px!important}.Services-module__XOIT6q__portfolioInfo{padding:12px!important}.Services-module__XOIT6q__portfolioTitle{font-size:1.05rem!important}.Services-module__XOIT6q__caseCard{padding-bottom:1px!important;padding-left:0!important;padding-right:0!important}.Services-module__XOIT6q__caseImageHeader{height:180px!important}.Services-module__XOIT6q__caseContent{padding:16px!important}.Services-module__XOIT6q__caseTag{font-size:.95rem!important}.Services-module__XOIT6q__caseTitle{margin-bottom:8px!important;font-size:1.1rem!important}.Services-module__XOIT6q__caseServices{margin-bottom:20px!important;font-size:.85rem!important}.Services-module__XOIT6q__caseBtn{width:100%!important;padding:12px!important}.Services-module__XOIT6q__caseHeader{margin-bottom:2rem}}@media (min-width:1000px){.Services-module__XOIT6q__servicesSection{height:auto}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__heading{margin-bottom:1rem}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__subheading1{margin-top:1rem}.Services-module__XOIT6q__scrollContainer{justify-content:center;height:auto}.Services-module__XOIT6q__scrollTrack{padding:20px 50px 12px}.Services-module__XOIT6q__caseHeader{margin-bottom:2.5rem}.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection{padding-top:1rem;padding-bottom:4rem}.Services-module__XOIT6q__panelTitle{margin-bottom:2rem;color:#fff!important}.Services-module__XOIT6q__detailsPanel{padding:3.25rem 2.75rem}.Services-module__XOIT6q__tagDescriptionBox{margin-top:2.5rem}.Services-module__XOIT6q__processContainer{height:460px}.Services-module__XOIT6q__processCardContent{padding:42px}.Services-module__XOIT6q__stepNumber{margin-bottom:1.5rem}.Services-module__XOIT6q__stepTitle{margin-bottom:1rem}}@media (max-width:768px){.Services-module__XOIT6q__mobileProcessAccordion{width:100%;max-width:720px;margin:0 auto 28px;display:block}.Services-module__XOIT6q__processContainer{display:none!important}}@media (min-width:1000px){.Services-module__XOIT6q__sec1{padding:var(--section-space) 10% 0!important}.Services-module__XOIT6q__section{padding:0 10% var(--section-space)!important}.Services-module__XOIT6q__portsec{padding:var(--section-split-gap) 2rem 0!important}.Services-module__XOIT6q__sec1 .Services-module__XOIT6q__subheading{margin-bottom:0!important}.Services-module__XOIT6q__portfolioGrid{margin-top:var(--section-heading-gap)!important}.Services-module__XOIT6q__caseSection{padding-top:var(--section-space)!important;padding-bottom:var(--section-space)!important}.Services-module__XOIT6q__caseHeader{margin-bottom:var(--section-heading-gap)!important}}@media (max-width:999px){.Services-module__XOIT6q__sec1{padding:var(--section-space) 14px 0!important}.Services-module__XOIT6q__section{padding:0 14px var(--section-space)!important}.Services-module__XOIT6q__portsec{padding:var(--section-split-gap) 12px 12px!important}.Services-module__XOIT6q__sec1 .Services-module__XOIT6q__subheading{margin-bottom:0!important}.Services-module__XOIT6q__portfolioGrid{margin-top:var(--section-heading-gap)!important}.Services-module__XOIT6q__caseSection{padding-top:var(--section-space)!important;padding-bottom:var(--section-space)!important}.Services-module__XOIT6q__caseHeader{margin-bottom:var(--section-heading-gap)!important}}.Services-module__XOIT6q__wrapper{--home-surface:#080c10;--home-surface-raised:#0b1117;--home-border:#ffffff17;--home-border-strong:rgba(var(--theme-accent-rgb), .42);--home-copy:#aab6c1;background:#030507!important}.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__Casesection1,.Services-module__XOIT6q__section,.Services-module__XOIT6q__caseSection{border-top:1px solid #ffffff0e;position:relative}.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__caseSection{background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .055), transparent 32%), #030507!important}.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__Casesection1,.Services-module__XOIT6q__section{background:#060a0e!important}.Services-module__XOIT6q__servicesIntro,.Services-module__XOIT6q__header,.Services-module__XOIT6q__sec1,.Services-module__XOIT6q__caseHeader{text-align:center}.Services-module__XOIT6q__servicesIntro .Services-module__XOIT6q__heading,.Services-module__XOIT6q__header .Services-module__XOIT6q__heading,.Services-module__XOIT6q__sec1 .Services-module__XOIT6q__heading,.Services-module__XOIT6q__caseHeader .Services-module__XOIT6q__heading{margin:0!important}.Services-module__XOIT6q__subheading1,.Services-module__XOIT6q__subheading{text-wrap:balance;max-width:780px;color:var(--home-copy)!important;margin:1rem auto 0!important;font-size:clamp(1rem,1.25vw,1.1rem)!important;font-weight:400!important;line-height:1.7!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card,.Services-module__XOIT6q__detailsPanel,.Services-module__XOIT6q__gridCard,.Services-module__XOIT6q__processCard,.Services-module__XOIT6q__portfolioCard,.Services-module__XOIT6q__caseCard{border:1px solid var(--home-border);background:linear-gradient(145deg,#0d141bf5,#060a0efa);box-shadow:0 18px 50px #0003}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card:hover,.Services-module__XOIT6q__detailsPanel:hover,.Services-module__XOIT6q__portfolioCard:hover,.Services-module__XOIT6q__caseCard:hover{border:1px solid var(--home-border-strong);box-shadow:0 22px 55px #00000047, 0 0 28px rgba(var(--theme-accent-rgb), .08);background:linear-gradient(145deg,#0d1820fa,#060c11fa);transform:translateY(-4px)}.Services-module__XOIT6q__cardimg,.Services-module__XOIT6q__caseImageHeader,.Services-module__XOIT6q__portfolioImageWrapper{background:#05080b}.Services-module__XOIT6q__cardimg{aspect-ratio:16/9;border-radius:20px 20px 0 0;bottom:0}.Services-module__XOIT6q__icon{object-fit:cover;opacity:.78;filter:saturate(.8)contrast(1.04);height:100%;transition:transform .5s,opacity .3s}.Services-module__XOIT6q__card:hover .Services-module__XOIT6q__icon{opacity:.9;transform:scale(1.035)}.Services-module__XOIT6q__cardInner{width:100%;padding:1.6rem 1.75rem 1.75rem}.Services-module__XOIT6q__cardTitle{margin:0;line-height:1.25;font-size:1.45rem!important}.Services-module__XOIT6q__cardDesc{color:var(--home-copy);margin:.8rem 0 0;line-height:1.65;font-size:1rem!important}.Services-module__XOIT6q__btn,.Services-module__XOIT6q__portfolioBtn,.Services-module__XOIT6q__caseBtn{border:1px solid rgba(var(--theme-accent-rgb), .45);background:rgba(var(--theme-accent-rgb), .09);color:#f5f8fa;border-radius:999px;width:fit-content;min-height:44px;margin-top:1.35rem;padding:11px 21px;font-weight:700;transition:transform .18s,background .18s,border-color .18s;font-size:.9rem!important}.Services-module__XOIT6q__btn:hover,.Services-module__XOIT6q__portfolioBtn:hover,.Services-module__XOIT6q__caseBtn:hover{border-color:var(--theme-accent);background:rgba(var(--theme-accent-rgb), .17);box-shadow:none;transform:translateY(-2px)}.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__caseSection{padding-block:var(--section-space)!important}.Services-module__XOIT6q__header,.Services-module__XOIT6q__caseHeader{margin-bottom:var(--section-heading-gap)!important}.Services-module__XOIT6q__dashboardContainer{grid-template-columns:minmax(0,1.25fr) minmax(400px,.9fr);min-height:480px;display:grid;gap:1rem!important}.Services-module__XOIT6q__detailsPanelWrap{min-width:0;display:flex}.Services-module__XOIT6q__detailsPanel{cursor:default;border-radius:22px;width:100%;transition-duration:.22s;padding:clamp(2rem,3.2vw,3.5rem)!important}.Services-module__XOIT6q__detailsPanel:hover{transform:none}.Services-module__XOIT6q__panelTitle{letter-spacing:-.035em;line-height:1.12;color:#f4f7f9!important;margin:0 0 2rem!important;font-size:clamp(2rem,3.5vw,2.8rem)!important}.Services-module__XOIT6q__tagsContainer{gap:.65rem}.Services-module__XOIT6q__tagPill{border-color:var(--home-border);color:#aebbc6;background:#ffffff09;padding:.65rem 1.1rem}.Services-module__XOIT6q__activeTag{border-color:rgba(var(--theme-accent-rgb), .55);background:rgba(var(--theme-accent-rgb), .13);color:#fff}.Services-module__XOIT6q__tagDescriptionBox{border:1px solid var(--home-border);background:#00000029;border-radius:16px;min-height:128px;padding:1.4rem;margin-top:2.25rem!important}.Services-module__XOIT6q__tagDescription{color:#b8c3cd;line-height:1.75}.Services-module__XOIT6q__gridPanel{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem!important}.Services-module__XOIT6q__gridCard{color:#8896a2;border-radius:18px;min-height:145px;padding:1rem}.Services-module__XOIT6q__gridCard:hover{border-color:rgba(var(--theme-accent-rgb), .24);background:rgba(var(--theme-accent-rgb), .055);color:#dce4ea}.Services-module__XOIT6q__gridCard:hover:before,.Services-module__XOIT6q__gridCard:hover:after{display:none}.Services-module__XOIT6q__gridCardActive{border-color:rgba(var(--theme-accent-rgb), .62);color:#fff;box-shadow:inset 0 0 0 1px rgba(var(--theme-accent-rgb), .1), 0 12px 34px #00000038;background:linear-gradient(145deg,#0a2637fa,#06121bfa)}.Services-module__XOIT6q__gridCardActive:before{display:none}.Services-module__XOIT6q__iconElement,.Services-module__XOIT6q__gridCardActive .Services-module__XOIT6q__iconElement{filter:brightness(0)saturate()invert(49%)sepia(91%)saturate(1144%)hue-rotate(158deg)brightness(91%)contrast(87%)}.Services-module__XOIT6q__gridCardActive .Services-module__XOIT6q__iconElement{filter:brightness(0) saturate(100%) invert(67%) sepia(62%) saturate(3295%) hue-rotate(160deg) brightness(99%) contrast(92%) drop-shadow(0 0 8px rgba(var(--theme-accent-rgb), .28))}.Services-module__XOIT6q__cardTitle1{color:inherit;font-size:.9rem;font-weight:650}.Services-module__XOIT6q__processContainer{gap:.75rem!important;height:450px!important}.Services-module__XOIT6q__processCard{color:#e8edf1;background:linear-gradient(#0b1116,#070a0e);border-radius:18px;flex:0 0 72px;transition:flex .6s cubic-bezier(.4,0,.2,1),transform .18s,border-color .18s}.Services-module__XOIT6q__processCard:hover{border:1px solid rgba(var(--theme-accent-rgb), .3);background:linear-gradient(#0d161d,#080d12);transform:translateY(-3px);box-shadow:0 18px 42px #0000003d}.Services-module__XOIT6q__processActive,.Services-module__XOIT6q__processActive:hover{border:1px solid rgba(var(--theme-accent-rgb), .38);background:radial-gradient(circle at 12% 10%, rgba(var(--theme-accent-rgb), .16), transparent 38%), linear-gradient(145deg, #0a151c, #060a0e);flex:1}.Services-module__XOIT6q__processCardContent{min-width:500px;padding:clamp(2.5rem,4vw,3.5rem)!important}.Services-module__XOIT6q__stepNumber,.Services-module__XOIT6q__stepNumberSmall{color:var(--theme-accent)!important}.Services-module__XOIT6q__stepTitle{color:#f5f7f9;letter-spacing:-.035em;margin-bottom:1rem!important;font-size:clamp(2rem,3.5vw,2.8rem)!important}.Services-module__XOIT6q__stepDesc{color:#aeb9c3;max-width:700px;font-size:1.05rem!important}.Services-module__XOIT6q__verticalTitle,.Services-module__XOIT6q__processCard:hover .Services-module__XOIT6q__verticalTitle{color:#a8b3bd;letter-spacing:.01em}.Services-module__XOIT6q__Casesection1{padding-top:var(--section-space)!important}.Services-module__XOIT6q__sec1{padding:0!important}.Services-module__XOIT6q__section{display:block;padding-block:0 var(--section-space)!important}.Services-module__XOIT6q__portsec{padding:var(--section-heading-gap) 0 0!important}.Services-module__XOIT6q__topnav{flex-wrap:wrap;gap:10px}.Services-module__XOIT6q__navBtn{border-color:var(--home-border);color:#8f9ba6;min-width:132px;padding:11px 22px;font-size:.9rem}.Services-module__XOIT6q__activeNav{border-color:rgba(var(--theme-accent-rgb), .62);background:rgba(var(--theme-accent-rgb), .1);color:#fff;box-shadow:0 10px 28px rgba(var(--theme-accent-rgb), .1);font-size:.9rem}.Services-module__XOIT6q__portfolioGrid{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:1.25rem;width:min(100%,1240px);margin:2.25rem auto 0!important}.Services-module__XOIT6q__portfolioCard{border-radius:18px;transition-duration:.22s}.Services-module__XOIT6q__Casesection1{padding-bottom:clamp(1.5rem,3vw,2.5rem)!important}.Services-module__XOIT6q__Casesection1+.Services-module__XOIT6q__section .Services-module__XOIT6q__portsec{padding-top:clamp(1.5rem,3vw,2.25rem)!important}.Services-module__XOIT6q__portfolioImageWrapper{aspect-ratio:4/3;height:auto!important}.Services-module__XOIT6q__portfolioCard:hover .Services-module__XOIT6q__portfolioImage{transform:scale(1.035)}.Services-module__XOIT6q__portfolioOverlay{background:linear-gradient(#02080c1f,#02080cd1)}.Services-module__XOIT6q__portfolioBtn{margin:0}.Services-module__XOIT6q__portfolioInfo{justify-content:center;align-items:center;min-height:70px;padding:1.25rem;display:flex}.Services-module__XOIT6q__portfolioTitle{font-size:1.1rem;line-height:1.35}.Services-module__XOIT6q__caseGrid{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:1.25rem}.Services-module__XOIT6q__caseCard{border-radius:18px;width:100%;padding-bottom:0;overflow:hidden}.Services-module__XOIT6q__caseImageHeader{aspect-ratio:16/9;border-radius:0;height:auto!important}.Services-module__XOIT6q__caseContent{padding:1.6rem!important}.Services-module__XOIT6q__caseTag{color:#7fb9d4;letter-spacing:.02em;margin:0 0 .6rem;font-weight:650;font-size:.86rem!important}.Services-module__XOIT6q__caseTitle{margin-bottom:.8rem;line-height:1.35;font-size:1.35rem!important}.Services-module__XOIT6q__caseServices{color:var(--home-copy);margin-bottom:0;font-size:.95rem}.Services-module__XOIT6q__caseBtn{align-self:flex-start}@media (min-width:1000px){.Services-module__XOIT6q__servicesSection{padding-block:var(--section-space)!important;gap:var(--section-heading-gap)!important}.Services-module__XOIT6q__scrollContainer{overflow:hidden}.Services-module__XOIT6q__scrollTrack{gap:1.25rem;padding:0 var(--content-inset) 1rem!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card{border-radius:20px;flex:0 0 430px;justify-content:flex-start;width:430px}}@media (max-width:999px){.Services-module__XOIT6q__servicesSection,.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__caseSection{padding-block:var(--section-space)!important}.Services-module__XOIT6q__servicesSection{padding-inline:var(--page-gutter)!important;gap:var(--section-heading-gap)!important}.Services-module__XOIT6q__scrollContainer{width:100%!important;height:auto!important;overflow:hidden!important}.Services-module__XOIT6q__scrollContainer .Services-module__XOIT6q__container{width:max-content!important;min-width:100%!important}.Services-module__XOIT6q__scrollTrack{width:max-content!important;padding:0 var(--page-gutter,16px) 1rem!important;will-change:transform!important;flex-direction:row!important;gap:1rem!important;display:flex!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card{border-radius:18px;flex:none!important;width:80vw!important;min-width:280px!important;max-width:380px!important}.Services-module__XOIT6q__cardInner{padding:1.35rem!important}.Services-module__XOIT6q__cardTitle{font-size:1.25rem!important}.Services-module__XOIT6q__uiSection,.Services-module__XOIT6q__processSection,.Services-module__XOIT6q__caseSection,.Services-module__XOIT6q__Casesection1,.Services-module__XOIT6q__section{padding-inline:var(--page-gutter)!important}.Services-module__XOIT6q__dashboardContainer{grid-template-columns:1fr;min-height:0}.Services-module__XOIT6q__detailsPanel{min-height:340px;padding:2rem!important}.Services-module__XOIT6q__gridPanel{grid-template-columns:repeat(3,minmax(0,1fr))!important}.Services-module__XOIT6q__gridCard{min-height:118px!important;padding:.9rem!important}.Services-module__XOIT6q__mobileProcessAccordion{width:100%;max-width:820px;margin:0 auto!important;display:block!important}.Services-module__XOIT6q__processContainer{display:none!important}.Services-module__XOIT6q__mobileProcessItem,.Services-module__XOIT6q__mobileProcessItemActive{border:1px solid var(--home-border)!important;color:#dfe5e9!important;background:linear-gradient(145deg,#0b1116,#060a0e)!important;border-radius:16px!important;min-height:64px!important;padding:1rem 1.1rem!important}.Services-module__XOIT6q__mobileProcessItemActive{border-color:rgba(var(--theme-accent-rgb), .45)!important;background:linear-gradient(145deg,#0a2331fa,#070d12)!important}.Services-module__XOIT6q__mobileProcessItemNumber{color:var(--theme-accent)}.Services-module__XOIT6q__portfolioGrid,.Services-module__XOIT6q__caseGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:700px){.Services-module__XOIT6q__scrollTrack{width:max-content!important;padding:0 var(--page-gutter,14px) 1rem!important;will-change:transform!important;flex-direction:row!important;gap:.85rem!important;display:flex!important}.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card{width:82vw!important;min-width:260px!important;max-width:340px!important}.Services-module__XOIT6q__portfolioGrid,.Services-module__XOIT6q__caseGrid{grid-template-columns:1fr!important}.Services-module__XOIT6q__gridPanel{grid-template-columns:repeat(2,minmax(0,1fr))!important}.Services-module__XOIT6q__detailsPanel{min-height:0;padding:1.5rem!important}.Services-module__XOIT6q__panelTitle{margin-bottom:1.35rem!important;font-size:1.75rem!important}.Services-module__XOIT6q__tagDescriptionBox{min-height:0;margin-top:1.35rem!important}.Services-module__XOIT6q__topnav{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.Services-module__XOIT6q__navBtn,.Services-module__XOIT6q__activeNav{min-width:0;width:100%!important;padding:10px 6px!important;font-size:.78rem!important}.Services-module__XOIT6q__portfolioGrid{width:min(100%,430px)}.Services-module__XOIT6q__portfolioImageWrapper{aspect-ratio:16/10}.Services-module__XOIT6q__caseContent{padding:1.35rem!important}}@media (prefers-reduced-motion:reduce){.Services-module__XOIT6q__servicesSection .Services-module__XOIT6q__card,.Services-module__XOIT6q__portfolioCard,.Services-module__XOIT6q__caseCard,.Services-module__XOIT6q__processCard,.Services-module__XOIT6q__portfolioImage,.Services-module__XOIT6q__icon{transition:none!important}}
.Testimonials-module__glRcZq__testimonialSection{background-color:#000;padding:90px 0;overflow:hidden}.Testimonials-module__glRcZq__heading{text-align:center;color:#fff;margin-bottom:20px;font-size:2.5rem;font-weight:800}.Testimonials-module__glRcZq__subheading3{text-align:center;color:#f5f5f5;margin-bottom:50px;font-size:25px}.Testimonials-module__glRcZq__highlight{background:linear-gradient(to right, var(--theme-accent), var(--theme-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Testimonials-module__glRcZq__sliderWrapper{margin-bottom:25px;display:flex}.Testimonials-module__glRcZq__track{width:max-content;display:flex}.Testimonials-module__glRcZq__track:hover{animation-play-state:paused}.Testimonials-module__glRcZq__animateLeft{animation:50s linear infinite Testimonials-module__glRcZq__scrollLeft}.Testimonials-module__glRcZq__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff05;border:2px solid #ffffff12;border-radius:24px;flex-direction:column;justify-content:space-between;width:530px;margin:0 12px;padding:30px;transition:all .3s;display:flex}.Testimonials-module__glRcZq__card:hover{background:#ffffff0a;border-color:#fef6f633}.Testimonials-module__glRcZq__quote{color:#b0b0b0;margin-bottom:30px;font-size:1.5rem;line-height:1.6}.Testimonials-module__glRcZq__footer{border-top:1px solid #1a1a1a;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Testimonials-module__glRcZq__profile{align-items:center;gap:12px;display:flex}.Testimonials-module__glRcZq__avatar img{object-fit:cover;border-radius:50%}.Testimonials-module__glRcZq__name{color:#fff;margin:0;font-size:.95rem}.Testimonials-module__glRcZq__role{color:#666;margin:0;font-size:.8rem}.Testimonials-module__glRcZq__brandLogo{height:50px}@keyframes Testimonials-module__glRcZq__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.Testimonials-module__glRcZq__contactCtaContainer{justify-content:center;align-items:center;min-height:550px;margin-top:10px;padding:120px 0 0;display:flex;position:relative}.Testimonials-module__glRcZq__videoWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Testimonials-module__glRcZq__bgVideo{object-fit:cover;width:100%;height:100%}.Testimonials-module__glRcZq__videoOverlay{z-index:1;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.Testimonials-module__glRcZq__topFade{z-index:2;background:linear-gradient(#02070d,#0000);width:100%;height:30%;position:absolute;top:0;left:0}.Testimonials-module__glRcZq__bottomFade{z-index:2;background:linear-gradient(#0000,#02070d);width:100%;height:30%;position:absolute;bottom:0;left:0}.Testimonials-module__glRcZq__ctaCard{z-index:10;background-color:#000;background-image:linear-gradient(#000, #000), linear-gradient(to right, var(--theme-primary), var(--theme-accent));width:100%;max-width:1360px;height:50vh;box-shadow:0 0 30px rgba(var(--theme-accent-rgb), .15), 0 0 60px rgba(var(--theme-accent-rgb), .1), inset 0 0 10px rgba(var(--theme-accent-rgb), .05);background-origin:border-box;background-clip:padding-box,border-box;border:1px solid #0000;border-radius:16px;margin-bottom:60px;padding:80px 150px;position:relative}.Testimonials-module__glRcZq__ctaContent{text-align:center}.Testimonials-module__glRcZq__ctaHeading{color:#fff;letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2rem,5vw,3.2rem);font-weight:700}.Testimonials-module__glRcZq__ctaSubtext{color:#94a3b8;max-width:600px;margin:0 auto 40px;font-size:1.15rem;line-height:1.6}.Testimonials-module__glRcZq__buttonGroup{justify-content:center;gap:16px;display:flex}.Testimonials-module__glRcZq__btnPrimary{color:#000;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:12px 32px;font-weight:600;transition:all .2s}.Testimonials-module__glRcZq__btnSecondary{background:linear-gradient(#000, #000) padding-box, linear-gradient(to right, var(--theme-secondary), var(--theme-accent)) border-box;color:#fff;box-shadow:0 0 15px var(--theme-accent-glow);cursor:pointer;border:2px solid #0000;border-radius:8px;padding:12px 32px;font-weight:600;transition:all .3s}.Testimonials-module__glRcZq__btnSecondary:hover{box-shadow:0 0 5px var(--theme-accent), 0 0 15px rgba(var(--theme-accent-rgb), .5), inset 0 0 5px rgba(var(--theme-accent-rgb), .2)}.Testimonials-module__glRcZq__faqWrapper{border-top:1px solid #ffffff0d;width:100%;padding:90px 150px}.Testimonials-module__glRcZq__faqInfo{position:sticky;top:120px}.Testimonials-module__glRcZq__heading{color:#fff;margin-bottom:20px;font-size:3rem;line-height:1.2}.Testimonials-module__glRcZq__subheading8{color:#f5f5f5;text-align:center;margin-bottom:3rem;font-size:20px;line-height:1.6}.Testimonials-module__glRcZq__faqList{flex-direction:column;gap:16px;display:flex}.Testimonials-module__glRcZq__faqCard{cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.Testimonials-module__glRcZq__faqCard:hover,.Testimonials-module__glRcZq__faqActive{background-image:linear-gradient(#000, #000), linear-gradient(to right, var(--theme-primary), var(--theme-accent));box-shadow:0 0 30px rgba(var(--theme-accent-rgb), .15), 0 0 60px rgba(var(--theme-accent-rgb), .1), inset 0 0 10px rgba(var(--theme-accent-rgb), .05);background-origin:border-box;background-clip:padding-box,border-box;border:1px solid #0000}.Testimonials-module__glRcZq__faqTrigger{color:#eee;justify-content:space-between;align-items:center;padding:24px 30px;font-size:1.15rem;font-weight:500;display:flex}.Testimonials-module__glRcZq__faqActive .Testimonials-module__glRcZq__faqTrigger{color:#f5f5f5}.Testimonials-module__glRcZq__iconShape{background:#666;width:14px;height:2px;transition:transform .4s,background .4s;position:relative}.Testimonials-module__glRcZq__iconShape:before{content:"";background:#666;width:2px;height:14px;transition:opacity .3s,background .3s;position:absolute;top:-6px;left:6px}.Testimonials-module__glRcZq__faqActive .Testimonials-module__glRcZq__iconShape{background:#d4af37;transform:rotate(180deg)}.Testimonials-module__glRcZq__faqActive .Testimonials-module__glRcZq__iconShape:before{opacity:0;background:#d4af37}.Testimonials-module__glRcZq__faqBody{transition:max-height .4s cubic-bezier(.4,0,.2,1)}.Testimonials-module__glRcZq__faqContentText p{color:#aaa;margin:0;font-size:1rem;line-height:1.7}@media (min-width:430px) and (max-width:735px){.Testimonials-module__glRcZq__testimonialSection,.Testimonials-module__glRcZq__faqWrapper{padding:40px 20px!important}.Testimonials-module__glRcZq__heading{font-size:2rem!important}.Testimonials-module__glRcZq__subheading3,.Testimonials-module__glRcZq__subheading8{margin-bottom:30px!important;font-size:1.1rem!important}.Testimonials-module__glRcZq__quote{margin-bottom:20px;font-size:1.1rem;line-height:1.4}.Testimonials-module__glRcZq__card{width:320px!important;margin:0 8px!important;padding:20px!important}.Testimonials-module__glRcZq__brandLogo{height:35px}.Testimonials-module__glRcZq__contactCtaContainer{min-height:auto!important;padding:60px 15px 0!important}.Testimonials-module__glRcZq__ctaCard{height:auto!important;margin-bottom:30px!important;padding:40px 20px!important}.Testimonials-module__glRcZq__ctaHeading{font-size:1.8rem!important}.Testimonials-module__glRcZq__ctaSubtext{margin-bottom:25px;font-size:1rem}.Testimonials-module__glRcZq__buttonGroup{flex-direction:column;gap:12px;width:100%;max-width:300px;margin:0 auto}.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary{text-align:center;width:100%;padding:12px 24px!important}.Testimonials-module__glRcZq__faqInfo{position:relative!important;top:0!important}.Testimonials-module__glRcZq__faqTrigger{font-size:1rem;padding:16px 20px!important}.Testimonials-module__glRcZq__faqContentText{padding:0 20px 16px!important}.Testimonials-module__glRcZq__faqContentText p{font-size:.9rem!important}}@media (max-width:429px){.Testimonials-module__glRcZq__testimonialSection,.Testimonials-module__glRcZq__faqWrapper,.Testimonials-module__glRcZq__contactCtaContainer,.Testimonials-module__glRcZq__ctaCard,.Testimonials-module__glRcZq__buttonGroup,.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary,.Testimonials-module__glRcZq__faqTrigger,.Testimonials-module__glRcZq__faqContentText,.Testimonials-module__glRcZq__card,.Testimonials-module__glRcZq__profile,.Testimonials-module__glRcZq__imageWrapper,.Testimonials-module__glRcZq__logoSlide{box-sizing:border-box!important;width:100%!important;max-width:420px!important;margin-left:auto!important;margin-right:auto!important;padding-left:16px!important;padding-right:16px!important}.Testimonials-module__glRcZq__testimonialSection,.Testimonials-module__glRcZq__faqWrapper,.Testimonials-module__glRcZq__buttonGroup{grid-template-columns:1fr!important;gap:16px!important;display:grid!important}.Testimonials-module__glRcZq__heading,.Testimonials-module__glRcZq__subheading3,.Testimonials-module__glRcZq__subheading8,.Testimonials-module__glRcZq__quote,.Testimonials-module__glRcZq__ctaHeading,.Testimonials-module__glRcZq__ctaSubtext,.Testimonials-module__glRcZq__faqTrigger{font-size:clamp(.95rem,4vw,1.6rem)!important;line-height:1.4!important}:is(img,.Testimonials-module__glRcZq__heroImage,.Testimonials-module__glRcZq__brandLogo,.Testimonials-module__glRcZq__logoImage,.Testimonials-module__glRcZq__bgVideo,.Testimonials-module__glRcZq__videoWrapper){width:100%!important;max-width:100%!important;height:auto!important}.Testimonials-module__glRcZq__ctaCard{height:auto!important;padding:30px 16px!important}.Testimonials-module__glRcZq__buttonGroup{width:100%!important}}@media (min-width:401px) and (max-width:429px){.Testimonials-module__glRcZq__testimonialSection{flex-direction:column!important;width:100%!important;padding:48px 0 28px!important;display:flex!important}.Testimonials-module__glRcZq__container{flex-direction:column!important;width:100%!important;margin:0 auto!important;padding:0!important;display:flex!important}.Testimonials-module__glRcZq__heading{margin-bottom:12px!important;padding:0 16px!important;font-size:1.95rem!important;line-height:1.24!important}.Testimonials-module__glRcZq__subheading3,.Testimonials-module__glRcZq__subheading8{text-align:center!important;margin-bottom:32px!important;padding:0 16px!important;font-size:1rem!important;line-height:1.55!important}.Testimonials-module__glRcZq__sliderWrapper{width:100%!important;margin-bottom:18px!important;padding:0!important;display:flex!important;overflow:hidden!important}.Testimonials-module__glRcZq__track{will-change:transform!important;width:max-content!important;padding-inline:14px!important}.Testimonials-module__glRcZq__card{box-sizing:border-box!important;border-radius:16px!important;flex:none!important;width:min(86vw,332px)!important;max-width:min(86vw,332px)!important;margin:0 8px!important;padding:22px!important}.Testimonials-module__glRcZq__quote{margin-bottom:18px!important;font-size:1rem!important;line-height:1.52!important}.Testimonials-module__glRcZq__footer{padding-top:14px!important}.Testimonials-module__glRcZq__name{font-size:.9rem!important}.Testimonials-module__glRcZq__role{font-size:.77rem!important}.Testimonials-module__glRcZq__brandLogo{width:auto!important;height:30px!important}.Testimonials-module__glRcZq__contactCtaContainer{box-sizing:border-box!important;justify-content:center!important;width:100%!important;min-height:auto!important;margin-top:12px!important;padding:40px 14px 0!important;display:flex!important}.Testimonials-module__glRcZq__videoWrapper,.Testimonials-module__glRcZq__bgVideo{border-radius:16px!important}.Testimonials-module__glRcZq__ctaCard{box-sizing:border-box!important;border-radius:16px!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;margin-bottom:28px!important;padding:40px 18px!important;top:0!important}.Testimonials-module__glRcZq__ctaHeading{margin-bottom:12px!important;font-size:1.7rem!important;line-height:1.28!important}.Testimonials-module__glRcZq__ctaSubtext{margin-bottom:22px!important;padding:0!important;font-size:.95rem!important;line-height:1.55!important}.Testimonials-module__glRcZq__buttonGroup{flex-direction:column!important;gap:12px!important;width:100%!important;max-width:100%!important;padding:0!important;display:flex!important}.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary{text-align:center!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:12px 0!important;font-size:.95rem!important;display:block!important}.Testimonials-module__glRcZq__faqWrapper{box-sizing:border-box!important;flex-direction:column!important;width:100%!important;padding:40px 14px 20px!important;display:flex!important}.Testimonials-module__glRcZq__faqInfo{width:100%!important;position:relative!important;top:0!important}.Testimonials-module__glRcZq__faqTrigger{box-sizing:border-box!important;gap:10px!important;width:100%!important;max-width:100%!important;padding:16px!important;font-size:.98rem!important;line-height:1.42!important}.Testimonials-module__glRcZq__faqContentText{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:0 16px 16px!important}.Testimonials-module__glRcZq__faqContentText p{font-size:.9rem!important;line-height:1.62!important}}@media (min-width:320px) and (max-width:400px){.Testimonials-module__glRcZq__testimonialSection{flex-direction:column!important;width:100%!important;padding:50px 0 30px!important;display:flex!important}.Testimonials-module__glRcZq__container{flex-direction:column!important;width:100%!important;margin:0 auto!important;padding:0!important;display:flex!important}.Testimonials-module__glRcZq__heading{margin-bottom:12px!important;padding:0 16px!important;font-size:1.85rem!important;line-height:1.25!important}.Testimonials-module__glRcZq__subheading3,.Testimonials-module__glRcZq__subheading8{text-align:center!important;margin-bottom:35px!important;padding:0 16px!important;font-size:.95rem!important;line-height:1.5!important}.Testimonials-module__glRcZq__sliderWrapper{width:100%!important;margin-bottom:20px!important;padding:0!important;display:flex!important}.Testimonials-module__glRcZq__card{box-sizing:border-box!important;border-radius:16px!important;width:285px!important;max-width:285px!important;margin:0 8px!important;padding:20px!important}.Testimonials-module__glRcZq__quote{margin-bottom:18px!important;font-size:.98rem!important;line-height:1.5!important}.Testimonials-module__glRcZq__footer{padding-top:14px!important}.Testimonials-module__glRcZq__name{font-size:.88rem!important}.Testimonials-module__glRcZq__role{font-size:.75rem!important}.Testimonials-module__glRcZq__brandLogo{width:auto!important;height:28px!important}.Testimonials-module__glRcZq__contactCtaContainer{box-sizing:border-box!important;width:100%!important;min-height:auto!important;margin-top:15px!important;padding:40px 14px 0!important;display:flex!important}.Testimonials-module__glRcZq__videoWrapper,.Testimonials-module__glRcZq__bgVideo{border-radius:16px!important}.Testimonials-module__glRcZq__ctaCard{box-sizing:border-box!important;border-radius:16px!important;width:100%!important;max-width:100%!important;height:auto!important;margin-bottom:30px!important;padding:40px 16px!important;top:0!important}.Testimonials-module__glRcZq__ctaHeading{margin-bottom:12px!important;font-size:1.55rem!important;line-height:1.3!important}.Testimonials-module__glRcZq__ctaSubtext{margin-bottom:24px!important;padding:0!important;font-size:.92rem!important;line-height:1.5!important}.Testimonials-module__glRcZq__buttonGroup{flex-direction:column!important;gap:12px!important;width:100%!important;max-width:100%!important;padding:0!important;display:flex!important}.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary{text-align:center!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:12px 0!important;font-size:.95rem!important;display:block!important}.Testimonials-module__glRcZq__faqWrapper{box-sizing:border-box!important;flex-direction:column!important;width:100%!important;padding:40px 14px 20px!important;display:flex!important}.Testimonials-module__glRcZq__faqInfo{width:100%!important;position:relative!important;top:0!important}.Testimonials-module__glRcZq__faqTrigger{box-sizing:border-box!important;gap:10px!important;width:100%!important;max-width:100%!important;padding:16px!important;font-size:.95rem!important;line-height:1.4!important}.Testimonials-module__glRcZq__faqContentText{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:0 16px 16px!important}.Testimonials-module__glRcZq__faqContentText p{font-size:.88rem!important;line-height:1.6!important}}@media (min-width:1000px){.Testimonials-module__glRcZq__testimonialSection{padding:5rem 0}.Testimonials-module__glRcZq__subheading3{margin-bottom:3rem}.Testimonials-module__glRcZq__contactCtaContainer{min-height:520px;margin-top:0;padding-top:5rem}.Testimonials-module__glRcZq__ctaCard{height:auto;min-height:420px;margin-bottom:40px;padding:56px 120px}.Testimonials-module__glRcZq__faqWrapper{padding:5rem 10%}.Testimonials-module__glRcZq__subheading8{margin-bottom:2.5rem}}@media (max-width:999px){.Testimonials-module__glRcZq__servicesSection{height:auto!important;padding:60px 24px 40px!important}.Testimonials-module__glRcZq__scrollContainer{height:auto!important;position:relative!important;overflow:visible!important}.Testimonials-module__glRcZq__scrollTrack{will-change:auto!important;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))!important;gap:24px!important;width:100%!important;padding:0!important;display:grid!important;transform:none!important}.Testimonials-module__glRcZq__servicesSection .Testimonials-module__glRcZq__card{flex:none!important;width:100%!important;height:auto!important}.Testimonials-module__glRcZq__portfolios,.Testimonials-module__glRcZq__caseSection,.Testimonials-module__glRcZq__uiSection,.Testimonials-module__glRcZq__processSection{padding:50px 24px!important}.Testimonials-module__glRcZq__portfolioGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))!important}.Testimonials-module__glRcZq__dashboardContainer{flex-direction:column!important;min-height:auto!important}.Testimonials-module__glRcZq__gridPanel{grid-template-columns:repeat(2,minmax(0,1fr))!important}.Testimonials-module__glRcZq__processContainer{flex-direction:column!important;height:auto!important}.Testimonials-module__glRcZq__processCard{flex:none!important;width:100%!important;height:auto!important;min-height:54px!important}.Testimonials-module__glRcZq__verticalLabel{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:16px!important;padding:16px 20px!important;position:relative!important;top:0!important;left:0!important;transform:none!important}.Testimonials-module__glRcZq__verticalTitle{writing-mode:horizontal-tb!important;white-space:normal!important;position:static!important;top:auto!important;left:auto!important;transform:none!important}.Testimonials-module__glRcZq__stepNumberSmall{position:static!important;top:auto!important}.Testimonials-module__glRcZq__processCardContent{width:100%!important;min-width:0!important;padding:24px!important}.Testimonials-module__glRcZq__caseImageHeader{width:100%!important;height:200px!important}}@media (min-width:736px) and (max-width:999px){.Testimonials-module__glRcZq__testimonialSection,.Testimonials-module__glRcZq__faqWrapper{padding:60px 24px}.Testimonials-module__glRcZq__contactCtaContainer{padding:60px 24px 0}.Testimonials-module__glRcZq__ctaCard{padding:48px 40px!important}}@media (max-width:768px){.Testimonials-module__glRcZq__sliderWrapper{padding-bottom:8px;overflow:hidden}.Testimonials-module__glRcZq__track{will-change:transform;width:max-content;padding-inline:16px}.Testimonials-module__glRcZq__card{flex:none;width:min(85vw,340px)!important}.Testimonials-module__glRcZq__ctaCard{height:auto!important;min-height:0!important;padding:32px 20px!important}.Testimonials-module__glRcZq__buttonGroup{flex-wrap:wrap}}@media (max-width:480px){.Testimonials-module__glRcZq__card{width:min(88vw,320px)!important}}.Testimonials-module__glRcZq__testimonialSection,.Testimonials-module__glRcZq__faqWrapper{padding-top:var(--section-space)!important;padding-bottom:var(--section-space)!important}.Testimonials-module__glRcZq__subheading3,.Testimonials-module__glRcZq__subheading8{margin-bottom:var(--section-heading-gap)!important}.Testimonials-module__glRcZq__contactCtaContainer{min-height:auto;padding-top:var(--section-space)}.Testimonials-module__glRcZq__ctaCard{height:auto;min-height:360px;padding-top:var(--section-space);padding-bottom:var(--section-space);margin-bottom:0}@media (max-width:768px){.Testimonials-module__glRcZq__ctaCard{min-height:auto;padding:var(--section-space) 20px!important}}.Testimonials-module__glRcZq__testimonialSection{--home-surface:#080c10;--home-border:#ffffff17;background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .055), transparent 30%), #030507;border-top:1px solid #ffffff0e;position:relative;padding:var(--section-space) 0 0!important}.Testimonials-module__glRcZq__testimonialSection .Testimonials-module__glRcZq__heading{margin:0 auto!important}.Testimonials-module__glRcZq__subheading3,.Testimonials-module__glRcZq__subheading8{max-width:780px;padding-inline:var(--page-gutter);text-align:center;text-wrap:balance;font-weight:400;margin:1rem auto var(--section-heading-gap)!important;color:#aab6c1!important;font-size:clamp(1rem,1.25vw,1.1rem)!important;line-height:1.7!important}.Testimonials-module__glRcZq__sliderWrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);margin:0!important}.Testimonials-module__glRcZq__track{gap:.4rem;padding-block:.5rem 1rem}.Testimonials-module__glRcZq__animateLeft{animation-duration:64s}.Testimonials-module__glRcZq__card{border:1px solid var(--home-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#0d141bf5,#060a0efa);border-radius:18px;width:clamp(360px,30vw,450px);min-height:310px;margin:0 .45rem;padding:1.75rem;box-shadow:0 18px 50px #0003}.Testimonials-module__glRcZq__card:hover{border-color:rgba(var(--theme-accent-rgb), .34);box-shadow:0 20px 50px #00000042, 0 0 24px rgba(var(--theme-accent-rgb), .07);background:linear-gradient(145deg,#0d1820fa,#060c11fa);transform:translateY(-3px)}.Testimonials-module__glRcZq__quote{color:#b8c2cb;margin:0 0 1.75rem;font-size:clamp(1.05rem,1.35vw,1.18rem);line-height:1.7}.Testimonials-module__glRcZq__footer{border-color:var(--home-border);padding-top:1.25rem}.Testimonials-module__glRcZq__name{color:#f2f5f7;font-size:.9rem}.Testimonials-module__glRcZq__role{color:#778590;margin-top:.25rem;font-size:.78rem}.Testimonials-module__glRcZq__brandLogo{border:1px solid var(--home-border);object-fit:contain;background:#eef2f4;border-radius:50%;width:44px;height:44px;padding:3px}.Testimonials-module__glRcZq__contactCtaContainer{min-height:0;overflow:hidden;padding:var(--section-space) 0!important}.Testimonials-module__glRcZq__videoWrapper:after{content:"";z-index:2;background:linear-gradient(#030507 0%,#03050761 35% 65%,#030507 100%),#00070c3d;position:absolute;inset:0}.Testimonials-module__glRcZq__contactCtaContainer .Testimonials-module__glRcZq__bgVideo{opacity:.52;filter:saturate(.75)contrast(1.08)}.Testimonials-module__glRcZq__ctaCard.Testimonials-module__glRcZq__ctaCard.Testimonials-module__glRcZq__ctaCard{border:1px solid rgba(var(--theme-accent-rgb), .36);background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .11), transparent 42%), #03070af2;box-shadow:0 28px 80px #00000057, 0 0 36px rgba(var(--theme-accent-rgb), .08);background-clip:border-box;border-radius:24px;justify-content:center;align-items:center;display:flex;width:calc(100% - var(--content-inset) - var(--content-inset))!important;max-width:1240px!important;height:auto!important;min-height:330px!important;margin:0 auto!important;padding:clamp(3rem,5vw,5rem) clamp(1.5rem,6vw,6rem)!important}.Testimonials-module__glRcZq__ctaContent{width:100%}.Testimonials-module__glRcZq__ctaHeading{max-width:980px;margin:0 auto 1rem}.Testimonials-module__glRcZq__ctaSubtext{color:#aab6c1;text-wrap:balance;max-width:680px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.7}.Testimonials-module__glRcZq__buttonGroup{gap:12px}.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:12px 24px;font-size:.92rem;font-weight:700;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.Testimonials-module__glRcZq__btnPrimary{border:1px solid var(--theme-primary);background:linear-gradient(135deg, var(--theme-primary), var(--theme-accent));color:#fff;box-shadow:0 12px 28px rgba(var(--theme-accent-rgb), .15)}.Testimonials-module__glRcZq__btnSecondary{box-shadow:none;background:#060c11c7;border:1px solid #ffffff2b}.Testimonials-module__glRcZq__btnPrimary:hover,.Testimonials-module__glRcZq__btnSecondary:hover{transform:translateY(-2px)}.Testimonials-module__glRcZq__btnSecondary:hover{border-color:rgba(var(--theme-accent-rgb), .55);background:rgba(var(--theme-accent-rgb), .1);box-shadow:none}.Testimonials-module__glRcZq__faqWrapper{background:#05090c;border-top:1px solid #ffffff0e;padding-block:var(--section-space)!important}.Testimonials-module__glRcZq__faqGrid{display:block}.Testimonials-module__glRcZq__faqInfo{text-align:center;max-width:980px;margin:0 auto;position:static}.Testimonials-module__glRcZq__faqInfo .Testimonials-module__glRcZq__heading{margin:0!important}.Testimonials-module__glRcZq__faqList{gap:12px;width:min(100%,1120px);margin:0 auto}.Testimonials-module__glRcZq__faqCard{border:1px solid var(--home-border);box-shadow:none;background:linear-gradient(145deg,#0a1015f2,#05090cfa);border-radius:16px}.Testimonials-module__glRcZq__faqCard:hover,.Testimonials-module__glRcZq__faqActive{border:1px solid rgba(var(--theme-accent-rgb), .32);background:linear-gradient(145deg,#0a161dfa,#050b0ffa);box-shadow:0 16px 44px #0003}.Testimonials-module__glRcZq__faqTrigger{color:#e7ecef;min-height:72px;padding:1.25rem 1.5rem;font-size:1rem;font-weight:650}.Testimonials-module__glRcZq__iconShape,.Testimonials-module__glRcZq__iconShape:before,.Testimonials-module__glRcZq__faqActive .Testimonials-module__glRcZq__iconShape,.Testimonials-module__glRcZq__faqActive .Testimonials-module__glRcZq__iconShape:before{background:var(--theme-accent)}.Testimonials-module__glRcZq__faqContentText{padding:0 1.5rem 1.35rem}.Testimonials-module__glRcZq__faqContentText p{color:#aab6c1;line-height:1.75}@media (max-width:768px){.Testimonials-module__glRcZq__testimonialSection{padding-top:var(--section-space)!important}.Testimonials-module__glRcZq__sliderWrapper{-webkit-mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000);mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)}.Testimonials-module__glRcZq__card{min-height:290px;width:min(84vw,350px)!important;max-width:none!important;margin:0 .35rem!important;padding:1.35rem!important}.Testimonials-module__glRcZq__quote{font-size:1rem!important;line-height:1.65!important}.Testimonials-module__glRcZq__contactCtaContainer{padding:var(--section-space) 0!important}.Testimonials-module__glRcZq__ctaCard.Testimonials-module__glRcZq__ctaCard.Testimonials-module__glRcZq__ctaCard{border-radius:20px;width:calc(100% - var(--page-gutter) - var(--page-gutter))!important;min-height:0!important;padding:2.75rem 1.25rem!important}.Testimonials-module__glRcZq__ctaSubtext{font-size:.98rem}.Testimonials-module__glRcZq__buttonGroup{flex-direction:column;width:100%!important;max-width:340px!important;margin-inline:auto!important;padding:0!important;display:flex!important}.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary{width:100%!important;max-width:none!important}.Testimonials-module__glRcZq__faqWrapper{padding-block:var(--section-space)!important;padding-inline:var(--page-gutter)!important;display:block!important}.Testimonials-module__glRcZq__faqTrigger{min-height:64px;padding:1rem!important;font-size:.95rem!important;line-height:1.45!important}.Testimonials-module__glRcZq__faqContentText{padding:0 1rem 1rem!important}}@media (prefers-reduced-motion:reduce){.Testimonials-module__glRcZq__animateLeft{animation-play-state:paused!important}.Testimonials-module__glRcZq__card,.Testimonials-module__glRcZq__btnPrimary,.Testimonials-module__glRcZq__btnSecondary{transition:none!important}}
