.Header-module__Af2_WG__header{z-index:100;height:var(--header-height);color:#fff;-webkit-backdrop-filter:blur(12px);background:#050d220d;border-bottom:1px solid #ffffff14;align-items:center;transition:background-color .3s,border-color .3s,color .3s;display:flex;position:fixed;inset:0 0 auto}.Header-module__Af2_WG__solid{border-bottom-color:var(--color-border);color:var(--color-text);-webkit-backdrop-filter:none;background:#fff}.Header-module__Af2_WG__solid .Header-module__Af2_WG__burger{color:#000}.Header-module__Af2_WG__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;width:100%;padding-inline:clamp(1.5rem,3vw,3rem);display:grid}.Header-module__Af2_WG__logo{justify-self:start;align-items:center;display:inline-flex}.Header-module__Af2_WG__logoImg{width:auto;height:50px;transition:filter .3s}.Header-module__Af2_WG__solid .Header-module__Af2_WG__logoImg{filter:none}.Header-module__Af2_WG__logoMark{background:var(--color-blue);color:#fff;border-radius:8px;place-items:center;width:2.1rem;height:2.1rem;font-size:1.2rem;font-weight:700;display:grid}.Header-module__Af2_WG__logoText{letter-spacing:-.02em;color:inherit;font-size:1.4rem;font-weight:700}.Header-module__Af2_WG__dot{color:var(--color-accent)}.Header-module__Af2_WG__nav{height:var(--header-height);justify-self:center;align-items:center;display:flex}.Header-module__Af2_WG__navList{align-items:stretch;height:100%;margin:0;padding:0;list-style:none;display:flex}.Header-module__Af2_WG__right{justify-self:end;align-items:center;gap:1.25rem;display:flex}.Header-module__Af2_WG__contactButtonIcon,.Header-module__Af2_WG__contactRipple{display:none}.Header-module__Af2_WG__burger{cursor:pointer;width:1.75rem;height:1.75rem;color:inherit;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:0;display:flex}.Header-module__Af2_WG__burger span{background:currentColor;border-radius:2px;width:26px;height:2px;transition:background-color .2s;display:block}.Header-module__Af2_WG__burger:hover span{background:var(--color-accent)}.Header-module__Af2_WG__backdrop{z-index:110;opacity:0;visibility:hidden;background:#0a153073;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.Header-module__Af2_WG__backdropOpen{opacity:1;visibility:visible}.Header-module__Af2_WG__panel{z-index:120;border-right:1px solid var(--color-border);width:400px;max-width:85vw;height:100dvh;transition:transform .35s var(--ease-door);background:#fff;flex-direction:column;gap:1.75rem;padding:1.75rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:24px 0 60px #0a15302e}.Header-module__Af2_WG__panelOpen{transform:translate(0)}.Header-module__Af2_WG__panelContact{flex-direction:column;gap:.5rem;display:flex}.Header-module__Af2_WG__panelNav{flex-direction:column;display:flex}.Header-module__Af2_WG__panelLink{color:var(--color-text);padding:.15rem 0;font-size:1.05rem;font-weight:500;transition:color .2s,padding-left .2s}.Header-module__Af2_WG__panelLink:hover{color:var(--color-accent);padding-left:.4rem}.Header-module__Af2_WG__panelSection{flex-direction:column;gap:.75rem;display:flex}.Header-module__Af2_WG__panelHeading{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.Header-module__Af2_WG__contactList{flex-direction:column;gap:.1rem;list-style:none;display:flex}.Header-module__Af2_WG__contactList a{color:var(--color-text);font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__Af2_WG__contactList a:hover{color:var(--color-accent)}.Header-module__Af2_WG__social{gap:.5rem;display:flex}.Header-module__Af2_WG__socialLink{border:1px solid var(--color-border);width:2.3rem;height:2.3rem;color:var(--color-text);border-radius:50%;place-items:center;font-size:.85rem;font-weight:700;transition:border-color .2s,color .2s;display:grid}.Header-module__Af2_WG__socialLink:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (max-width:1024px){.Header-module__Af2_WG__nav{display:none}.Header-module__Af2_WG__inner{grid-template-columns:1fr auto}.Header-module__Af2_WG__contactButton{isolation:isolate;width:2.5rem;height:2.5rem;position:relative;overflow:visible;background:var(--color-accent)!important;border:0!important;border-radius:0!important;padding:0!important}.Header-module__Af2_WG__contactButton:hover{background:var(--color-accent)!important;color:#fff!important}.Header-module__Af2_WG__contactButtonText{display:none}.Header-module__Af2_WG__contactButtonIcon{fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.4px;z-index:2;width:1.5rem;height:1.5rem;display:block;position:relative}.Header-module__Af2_WG__contactRipple{border:1px solid var(--color-accent);opacity:0;pointer-events:none;z-index:-1;animation:2.4s ease-out infinite Header-module__Af2_WG__contactSquareRipple;display:block;position:absolute;inset:0}.Header-module__Af2_WG__rippleTwo{animation-delay:.22s}.Header-module__Af2_WG__rippleThree{animation-delay:.44s}}@keyframes Header-module__Af2_WG__contactSquareRipple{0%,18%{opacity:0;transform:scale(1)}22%{opacity:.65}58%,to{opacity:0;transform:scale(1.75)}}@media (prefers-reduced-motion:reduce){.Header-module__Af2_WG__contactRipple{animation:none}}@media (max-width:560px){.Header-module__Af2_WG__inner{padding-inline:var(--page-gutter);gap:.75rem}.Header-module__Af2_WG__logoImg{max-width:170px;height:40px}.Header-module__Af2_WG__right{gap:.75rem}.Header-module__Af2_WG__panel{width:min(22rem,100%);max-width:100vw;padding:1.25rem}}
.NavDropdown-module__ZCWR5W__item{align-items:center;list-style:none;display:flex;position:relative}.NavDropdown-module__ZCWR5W__link{color:inherit;cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:.3rem;padding:.55rem .9rem;font-size:1rem;font-weight:500;transition:color .2s;display:inline-flex}.NavDropdown-module__ZCWR5W__link:hover{color:var(--color-accent)}.NavDropdown-module__ZCWR5W__chevron{flex-shrink:0;width:14px;height:14px;transition:transform .2s}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__chevron{transform:rotate(180deg)}.NavDropdown-module__ZCWR5W__panel{border:1px solid var(--color-border);z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#fff;padding:40px 48px;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 20px 64px #0a153024}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.NavDropdown-module__ZCWR5W__cols3{gap:0;display:flex}.NavDropdown-module__ZCWR5W__col{border-left:1px solid var(--color-border);flex:1;min-width:200px;max-width:320px;padding:0 56px}.NavDropdown-module__ZCWR5W__col:first-child{border-left:none;padding-left:0}.NavDropdown-module__ZCWR5W__col:last-child{padding-right:0}.NavDropdown-module__ZCWR5W__panelProcess{border:1px solid var(--color-border);background:#fff;border-top:none;flex-direction:row;align-items:stretch;gap:0;min-width:900px;padding:3rem;display:flex;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 20px 64px #0a153024}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelProcess{transform:translate(-50%)translateY(0)}.NavDropdown-module__ZCWR5W__processLeft{flex-direction:column;flex-shrink:0;justify-content:space-between;width:30%;padding-right:3rem;display:flex}.NavDropdown-module__ZCWR5W__processTagline{color:var(--color-text);font-size:1.5rem;font-weight:300;line-height:1.2}.NavDropdown-module__ZCWR5W__processCtaLink{background:var(--color-accent);color:#fff;border-radius:var(--radius-button);border:2px solid var(--color-accent);align-items:center;gap:.5rem;width:fit-content;margin-top:2rem;padding:.2rem 1.25rem;font-size:1rem;font-weight:400;text-decoration:none;transition:opacity .2s;display:inline-flex}.NavDropdown-module__ZCWR5W__processCtaLink:hover{opacity:.88;color:var(--color-accent);border:2px solid var(--color-accent);background:#fff}.NavDropdown-module__ZCWR5W__processCards{flex:1;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.NavDropdown-module__ZCWR5W__processCard{color:#fff;flex-direction:column;justify-content:flex-end;min-height:15rem;text-decoration:none;transition:filter .2s;display:flex;position:relative;overflow:hidden}.NavDropdown-module__ZCWR5W__processCard:hover{filter:brightness(1.08)}.NavDropdown-module__ZCWR5W__processCardImg{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.NavDropdown-module__ZCWR5W__processCardLabel{z-index:1;-webkit-backdrop-filter:blur(16px)saturate(180%);color:#fff;background:#0a153073;border-top:1px solid #ffffff2e;padding:1.5rem;font-size:1rem;font-weight:400;line-height:1.3;position:relative}.NavDropdown-module__ZCWR5W__panelAppliedAI{left:calc(50% + 21rem);transform:translate(-50%)translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelAppliedAI{transform:translate(-50%)translateY(0)}.NavDropdown-module__ZCWR5W__panelServices{left:-15rem;transform:translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelServices{transform:translateY(0)}.NavDropdown-module__ZCWR5W__panelServices .NavDropdown-module__ZCWR5W__col:nth-child(2){border-left:none}.NavDropdown-module__ZCWR5W__panelAbout{align-items:flex-start;gap:0;display:flex;left:auto;right:-41rem;transform:translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelAbout{transform:translateY(0)}.NavDropdown-module__ZCWR5W__aboutLinks{border-right:1px solid var(--color-border);flex-shrink:0;min-width:260px;max-width:320px;padding-right:60px}.NavDropdown-module__ZCWR5W__aboutNumbers{flex:1;min-width:420px;padding-left:60px}.NavDropdown-module__ZCWR5W__numbersGrid{grid-template-columns:1fr 1fr;gap:20px 40px;margin-top:14px;display:grid}.NavDropdown-module__ZCWR5W__numberVal{color:var(--color-text);font-size:1.5rem;font-weight:500;line-height:1.1}.NavDropdown-module__ZCWR5W__numberLabel{color:var(--color-text-muted);margin-top:3px;font-size:.82rem;line-height:1.35}.NavDropdown-module__ZCWR5W__panelInsights{gap:0;display:flex;left:auto;right:-37rem;transform:translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelInsights{transform:translateY(0)}.NavDropdown-module__ZCWR5W__insightsLinks{flex-shrink:0;min-width:220px;padding-right:60px}.NavDropdown-module__ZCWR5W__articleCard{border-left:1px solid var(--color-border);min-width:400px;max-width:500px;padding-left:60px}.NavDropdown-module__ZCWR5W__articleTitle{color:var(--color-text);margin-bottom:10px;font-size:1rem;font-weight:500;line-height:1.5}.NavDropdown-module__ZCWR5W__articleMeta{color:var(--color-text-muted);align-items:center;gap:8px;font-size:.82rem;display:flex}.NavDropdown-module__ZCWR5W__colTitle{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;font-size:.72rem;font-weight:600}.NavDropdown-module__ZCWR5W__colLinks{flex-direction:column;gap:0;display:flex}.NavDropdown-module__ZCWR5W__colLink{color:var(--color-text);white-space:nowrap;padding:6px 0;font-size:1rem;font-weight:400;transition:color .15s,padding-left .15s;display:block}.NavDropdown-module__ZCWR5W__colLink:hover{color:var(--color-accent);padding-left:6px}.NavDropdown-module__ZCWR5W__colLinkLocked{color:var(--color-text);white-space:nowrap;cursor:default;pointer-events:none;padding:6px 0;font-size:1rem;font-weight:400;display:block}.NavDropdown-module__ZCWR5W__allLink{color:var(--color-accent);align-items:center;gap:6px;margin-top:5.5rem;font-size:1.25rem;font-weight:500;transition:gap .15s;display:inline-flex}.NavDropdown-module__ZCWR5W__allLink:hover{gap:10px}.NavDropdown-module__ZCWR5W__allLink:after{content:"→"}@media (max-width:900px){.NavDropdown-module__ZCWR5W__panel{display:none}}
.ContactModal-module__UgeCMa__overlay{z-index:9999;animation:.2s ContactModal-module__UgeCMa__overlayIn;position:fixed;inset:0;overflow:hidden auto}@keyframes ContactModal-module__UgeCMa__overlayIn{0%{opacity:0}to{opacity:1}}.ContactModal-module__UgeCMa__backdrop{background:#000c;position:fixed;inset:0}.ContactModal-module__UgeCMa__wrapper{z-index:1;justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex;position:relative}.ContactModal-module__UgeCMa__modal{background:#fff;width:100%;max-width:1420px;animation:.25s ContactModal-module__UgeCMa__modalIn;display:flex;position:relative;overflow:hidden}@keyframes ContactModal-module__UgeCMa__modalIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContactModal-module__UgeCMa__modal:before{content:"";z-index:0;pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='367' height='449' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='-43' cy='39' r='170' fill='%233CC4E5' fill-opacity='.12'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='820' height='820' x='-453' y='-371' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3780_17120' stdDeviation='120'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");width:340px;height:340px;position:absolute;top:0;left:0}.ContactModal-module__UgeCMa__closeBtn{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:32px;right:32px}.ContactModal-module__UgeCMa__closeBtn:hover svg path{stroke:var(--color-accent)}.ContactModal-module__UgeCMa__left{z-index:1;width:100%;padding:52px 120px 150px;position:relative}.ContactModal-module__UgeCMa__brand{align-items:center;gap:.5rem;display:flex}.ContactModal-module__UgeCMa__brandLogo{width:auto;height:62px}.ContactModal-module__UgeCMa__logoMark{background:var(--color-blue);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.1rem;font-weight:700;display:inline-flex}.ContactModal-module__UgeCMa__logoText{color:var(--color-text);letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.ContactModal-module__UgeCMa__dot{color:var(--color-accent)}.ContactModal-module__UgeCMa__emailDesc{color:var(--color-text);margin-top:40px;margin-bottom:16px;font-size:1rem;line-height:1.55}.ContactModal-module__UgeCMa__emailDesc a{color:var(--color-accent);font-weight:600}.ContactModal-module__UgeCMa__form{flex-direction:column;align-items:flex-end;margin-top:44px;display:flex}.ContactModal-module__UgeCMa__field{justify-content:flex-end;align-items:baseline;width:100%;margin-bottom:20px;display:flex}.ContactModal-module__UgeCMa__fieldTextarea{align-items:flex-start}.ContactModal-module__UgeCMa__fieldLabel{color:var(--color-text);text-align:right;white-space:nowrap;flex-shrink:0;margin-right:20px;font-size:16px;font-weight:400;line-height:22px}.ContactModal-module__UgeCMa__field input,.ContactModal-module__UgeCMa__field textarea{width:632px;min-width:0;max-width:632px;color:var(--color-text);font:inherit;resize:vertical;background:0 0;border:none;border-bottom:1px solid #899fb6;padding:4px 0 10px;font-size:1rem}.ContactModal-module__UgeCMa__field input::placeholder,.ContactModal-module__UgeCMa__field textarea::placeholder{color:#5e6d8e}.ContactModal-module__UgeCMa__field input:focus,.ContactModal-module__UgeCMa__field textarea:focus{border-bottom-color:var(--color-blue);outline:none}.ContactModal-module__UgeCMa__privacy{color:#899fb6;text-align:left;width:100%;max-width:632px;margin-top:16px;margin-bottom:20px;font-size:.875rem;line-height:1.55}.ContactModal-module__UgeCMa__privacy a{color:var(--color-accent)}.ContactModal-module__UgeCMa__formBottom{justify-content:space-between;align-items:center;width:100%;max-width:632px;display:flex}.ContactModal-module__UgeCMa__attach{color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.ContactModal-module__UgeCMa__attach:hover{text-decoration:none}.ContactModal-module__UgeCMa__sendBtn{border-radius:var(--radius-button);background:var(--color-accent);border:none;border:2px solid var(--color-accent);color:#fff;cursor:pointer;padding:.4rem 1.25rem;font-size:1rem;font-weight:700;transition:background .25s}.ContactModal-module__UgeCMa__sendBtn:hover{color:var(--color-accent);background:#fff}.ContactModal-module__UgeCMa__manager{border-top:1px solid #101e4d1f;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:632px;margin-top:2rem;padding-top:2rem;display:flex}.ContactModal-module__UgeCMa__managerInfo{align-items:center;gap:.9rem;display:flex}.ContactModal-module__UgeCMa__avatar{object-fit:cover;border-radius:50%;width:56px;height:56px}.ContactModal-module__UgeCMa__managerName{color:var(--color-text);font-size:1rem;font-weight:600}.ContactModal-module__UgeCMa__managerRole{color:#899fb6;font-size:.875rem}.ContactModal-module__UgeCMa__bookBtn{border:2px solid var(--color-accent);border-radius:var(--radius-button);color:#fff;background:var(--color-accent);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.4rem 1.25rem;font-size:1rem;font-weight:700;transition:background .25s,color .25s;display:inline-flex}.ContactModal-module__UgeCMa__bookBtn:hover{color:var(--color-accent);background:#fff}.ContactModal-module__UgeCMa__success{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:701px;margin:auto;display:flex}.ContactModal-module__UgeCMa__successIcon{margin-bottom:1.5rem}.ContactModal-module__UgeCMa__successTitle{color:var(--color-text);margin-bottom:1rem;font-size:3.5rem;font-weight:400;line-height:62px}.ContactModal-module__UgeCMa__successSub{color:var(--color-text);margin-bottom:2rem;font-size:1.375rem;line-height:36px}.ContactModal-module__UgeCMa__successLink{color:var(--color-accent);font-weight:400}.ContactModal-module__UgeCMa__successFooter{background:linear-gradient(135deg,#127aff0f 0%,#ff415c0a 100%);border-top:1px solid #101e4d1a;width:calc(100% + 240px);margin:0 -120px;padding:32px}.ContactModal-module__UgeCMa__successFooterText{color:var(--color-text);margin-bottom:1rem;font-size:1.125rem}.ContactModal-module__UgeCMa__successFooterNav{justify-content:center;gap:1rem;list-style:none;display:flex}.ContactModal-module__UgeCMa__successFooterNav a{color:var(--color-accent);font-weight:600}.ContactModal-module__UgeCMa__right{background:var(--color-accent-dark);flex-direction:column;flex:0 0 415px;padding:52px 32px 48px;display:flex;overflow-y:auto}.ContactModal-module__UgeCMa__rightHeading{letter-spacing:.1em;color:var(--color-text-muted);text-align:center;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.ContactModal-module__UgeCMa__clientLogos{flex-direction:column;display:flex}.ContactModal-module__UgeCMa__clientLogoRow{justify-content:center;align-items:center;height:80px;display:flex}.ContactModal-module__UgeCMa__clientLogo{filter:brightness(0)invert();opacity:1;object-fit:contain;max-height:62px}.ContactModal-module__UgeCMa__divider{border:none;border-top:1px solid #ffffff1a;margin:.75rem 0}.ContactModal-module__UgeCMa__badgeGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:auto;display:grid}.ContactModal-module__UgeCMa__badgeWrap{justify-content:center;align-items:center;display:flex}.ContactModal-module__UgeCMa__badge{object-fit:contain;filter:brightness(0)invert();opacity:1;width:auto;max-height:90px}@media screen and (min-width:1200px) and (max-width:1600px){.ContactModal-module__UgeCMa__left{max-width:760px;margin:0 auto;padding:48px 0 54px}.ContactModal-module__UgeCMa__form{margin-top:32px}.ContactModal-module__UgeCMa__field input,.ContactModal-module__UgeCMa__field textarea{width:626px;max-width:626px}.ContactModal-module__UgeCMa__privacy,.ContactModal-module__UgeCMa__formBottom,.ContactModal-module__UgeCMa__manager{max-width:626px}}@media (max-width:1199px){.ContactModal-module__UgeCMa__modal{flex-direction:column}.ContactModal-module__UgeCMa__right{display:none}.ContactModal-module__UgeCMa__left{padding:72px 24px 101px}.ContactModal-module__UgeCMa__form{align-items:flex-start;margin-top:40px}.ContactModal-module__UgeCMa__field{flex-direction:column;justify-content:flex-start}.ContactModal-module__UgeCMa__fieldLabel{text-align:left;margin-bottom:4px;margin-right:0}.ContactModal-module__UgeCMa__field input,.ContactModal-module__UgeCMa__field textarea{max-width:100%;min-width:unset;width:100%}.ContactModal-module__UgeCMa__privacy,.ContactModal-module__UgeCMa__formBottom,.ContactModal-module__UgeCMa__manager{max-width:100%}.ContactModal-module__UgeCMa__formBottom{flex-wrap:wrap;gap:1rem}.ContactModal-module__UgeCMa__manager{flex-wrap:wrap}.ContactModal-module__UgeCMa__successFooter{width:calc(100% + 48px);margin:0 -24px}}@media (max-width:768px){.ContactModal-module__UgeCMa__closeBtn{top:16px;right:16px}.ContactModal-module__UgeCMa__sendBtn{min-width:174px;max-width:174px}.ContactModal-module__UgeCMa__successTitle{font-size:2rem;line-height:35px}.ContactModal-module__UgeCMa__successSub{font-size:1rem;line-height:26px}.ContactModal-module__UgeCMa__wrapper{padding:0}.ContactModal-module__UgeCMa__modal{min-height:100vh}}
.ESDHero-module__ZPdYlq__section{width:100%;font-family:var(--font-inter-tight), sans-serif;padding-top:50px;position:relative;overflow:hidden}@media screen and (max-width:768px){.ESDHero-module__ZPdYlq__section{padding-top:88px}}@media screen and (min-width:1024px) and (max-width:1680px){.ESDHero-module__ZPdYlq__section{padding-top:160px}}.ESDHero-module__ZPdYlq__bgWrapper{z-index:0;position:absolute;inset:0}.ESDHero-module__ZPdYlq__bgSvg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.ESDHero-module__ZPdYlq__heroWrapper{z-index:1;width:100%;padding:clamp(4.5rem,6vw,6rem) 0 clamp(3rem,4vw,4rem);position:relative}@media (max-width:768px){.ESDHero-module__ZPdYlq__heroWrapper{padding-top:40px;padding-bottom:72px}}@media (max-width:420px){.ESDHero-module__ZPdYlq__heroWrapper{padding-top:40px;padding-bottom:56px}}.ESDHero-module__ZPdYlq__container{max-width:min(100%,1470px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDHero-module__ZPdYlq__content{position:relative}.ESDHero-module__ZPdYlq__breadcrumbs{text-align:left;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:0;margin-bottom:24px;display:flex}.ESDHero-module__ZPdYlq__breadcrumbs a{color:#fff;font-family:var(--font-inter-tight), sans-serif;padding-right:24px;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;position:relative}.ESDHero-module__ZPdYlq__breadcrumbs a:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' d='m6 4 4 4-4 4'/%3E%3C/svg%3E");width:16px;height:16px;margin:auto 0;position:absolute;top:0;bottom:0;right:0}.ESDHero-module__ZPdYlq__breadcrumbs a:hover{color:#3cc4e5}.ESDHero-module__ZPdYlq__breadcrumbs span{color:#899fb6;font-family:var(--font-inter-tight), sans-serif;font-size:14px;font-weight:400;line-height:20px}.ESDHero-module__ZPdYlq__title{color:#fff;font-family:var(--font-inter-tight), sans-serif;max-width:980px;margin:0 0 1.5rem;font-size:clamp(2.5rem,4.2vw,4rem);font-weight:400;line-height:1.2}@media (max-width:768px){.ESDHero-module__ZPdYlq__title{font-size:clamp(2rem,10vw,2.5rem);line-height:1.2}}.ESDHero-module__ZPdYlq__description{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;max-width:900px;margin:0 0 clamp(1.75rem,3vw,2.25rem);font-size:clamp(1.125rem,1.45vw,1.375rem);font-weight:400;line-height:1.62}@media (max-width:768px){.ESDHero-module__ZPdYlq__description{font-size:16px;line-height:26px}}.ESDHero-module__ZPdYlq__ctaRow{flex-wrap:wrap;align-items:center;gap:clamp(2.5rem,4vw,4.5rem);display:flex}@media (max-width:768px){.ESDHero-module__ZPdYlq__ctaRow{flex-direction:column;align-items:flex-start;gap:24px}}.ESDHero-module__ZPdYlq__ctaButton{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent);border-radius:var(--radius-button);font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;justify-content:center;align-items:center;padding:.4rem 1.25rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s;display:inline-flex}.ESDHero-module__ZPdYlq__ctaButton:hover{color:var(--color-accent);background:0 0}.ESDHero-module__ZPdYlq__ratings{flex-direction:column;gap:4px;display:flex}.ESDHero-module__ZPdYlq__ratingsLabel{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;margin:0;font-size:1rem;font-weight:400;line-height:1.35}.ESDHero-module__ZPdYlq__ratingsBadge{align-items:center;gap:4px;display:flex}.ESDHero-module__ZPdYlq__ratingsScore{color:#ffab00;font-family:var(--font-inter-tight), sans-serif;padding-left:2px;font-size:16px;font-weight:600;line-height:1}
.CSHero-module__ZvGUnW__hero{width:100%;font-family:var(--font-inter-tight), sans-serif;padding-top:50px;position:relative;overflow:hidden}@media screen and (max-width:768px){.CSHero-module__ZvGUnW__hero{padding-top:88px}}@media screen and (min-width:1024px) and (max-width:1680px){.CSHero-module__ZvGUnW__hero{padding-top:160px}}.CSHero-module__ZvGUnW__bgWrapper{z-index:0;position:absolute;inset:0}.CSHero-module__ZvGUnW__desktopImage{width:100%;height:100%;display:block}@media (max-width:768px){.CSHero-module__ZvGUnW__desktopImage{display:none}}.CSHero-module__ZvGUnW__mobileImage{width:100%;height:100%;display:none}@media (max-width:768px){.CSHero-module__ZvGUnW__mobileImage{display:block}}.CSHero-module__ZvGUnW__bgSvg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.CSHero-module__ZvGUnW__heroWrapper{z-index:1;width:100%;padding:clamp(4.5rem,6vw,6rem) 0 clamp(3rem,4vw,4rem);position:relative}@media (max-width:768px){.CSHero-module__ZvGUnW__heroWrapper{padding-top:40px;padding-bottom:72px}}@media (max-width:420px){.CSHero-module__ZvGUnW__heroWrapper{padding-top:40px;padding-bottom:56px}}.CSHero-module__ZvGUnW__container{max-width:min(100%,1470px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.CSHero-module__ZvGUnW__content{position:relative}.CSHero-module__ZvGUnW__breadcrumbs{flex-wrap:wrap;align-items:center;gap:0;margin-bottom:24px;display:flex}.CSHero-module__ZvGUnW__breadcrumbs a{color:#fff;font-family:var(--font-inter-tight), sans-serif;padding-right:24px;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;position:relative}.CSHero-module__ZvGUnW__breadcrumbs a:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' d='m6 4 4 4-4 4'/%3E%3C/svg%3E");width:16px;height:16px;margin:auto 0;position:absolute;top:0;bottom:0;right:0}.CSHero-module__ZvGUnW__breadcrumbs a:hover{color:#3cc4e5}.CSHero-module__ZvGUnW__breadcrumbs span{color:#899fb6;font-family:var(--font-inter-tight), sans-serif;font-size:14px;font-weight:400;line-height:20px}.CSHero-module__ZvGUnW__title{color:#fff;font-family:var(--font-inter-tight), sans-serif;max-width:980px;margin:0 0 1.5rem;font-size:clamp(2.5rem,4.2vw,4rem);font-weight:400;line-height:1.2}@media (max-width:768px){.CSHero-module__ZvGUnW__title{font-size:clamp(2rem,10vw,2.5rem);line-height:1.2}}.CSHero-module__ZvGUnW__description{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;max-width:900px;margin:0 0 clamp(1.75rem,3vw,2.25rem);font-size:clamp(1.125rem,1.45vw,1.375rem);font-weight:400;line-height:1.62}@media (max-width:768px){.CSHero-module__ZvGUnW__description{font-size:16px;line-height:26px}}.CSHero-module__ZvGUnW__points{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(2rem,4vw,4rem);width:100%;margin-bottom:clamp(2.5rem,4vw,3.5rem);display:grid}.CSHero-module__ZvGUnW__pointsCol{flex-direction:column;gap:.875rem;display:flex}.CSHero-module__ZvGUnW__pointsCol p{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;margin:0;padding-left:2rem;font-size:clamp(1.05rem,1.45vw,1.375rem);font-weight:400;line-height:1.35;position:relative}.CSHero-module__ZvGUnW__pointsCol p:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%233CC4E5' stroke-linecap='square' stroke-width='1.5' d='m13.5 4-7 7-3-3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;top:.2em;left:0}@media (max-width:768px){.CSHero-module__ZvGUnW__points{grid-template-columns:1fr;gap:24px}.CSHero-module__ZvGUnW__pointsCol{border-bottom:1px solid #ffffff26;padding-bottom:16px}.CSHero-module__ZvGUnW__pointsCol:last-child{border-bottom:none;padding-bottom:0}}.CSHero-module__ZvGUnW__ctaRow{flex-wrap:wrap;align-items:center;gap:clamp(2.5rem,4vw,4.5rem);display:flex}.CSHero-module__ZvGUnW__ctaButton{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent);border-radius:var(--radius-button);font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;justify-content:center;align-items:center;padding:.4rem 1.25rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s;display:inline-flex}.CSHero-module__ZvGUnW__ctaButton:hover{color:var(--color-accent);background:0 0}.CSHero-module__ZvGUnW__ratings{flex-direction:column;gap:4px;display:flex}.CSHero-module__ZvGUnW__ratingsLabel{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;margin:0;font-size:1rem;font-weight:400;line-height:1.35}.CSHero-module__ZvGUnW__ratingsBadge{align-items:center;gap:4px;display:flex}.CSHero-module__ZvGUnW__ratingsScore{color:#ffab00;font-family:var(--font-inter-tight), sans-serif;padding-left:2px;font-size:16px;font-weight:600;line-height:1}@media (max-width:768px){.CSHero-module__ZvGUnW__ctaRow{flex-direction:column;align-items:flex-start;gap:24px}}
.AboutNavHeroBackground-module__TTNZQW__background{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.AboutNavHeroBackground-module__TTNZQW__desktop,.AboutNavHeroBackground-module__TTNZQW__mobile{width:100%;height:100%;display:block}.AboutNavHeroBackground-module__TTNZQW__mobile{display:none}@media (max-width:768px){.AboutNavHeroBackground-module__TTNZQW__desktop{display:none}.AboutNavHeroBackground-module__TTNZQW__mobile{display:block}}
.AdlcArticleLayout-module__3YftYW__articleContent{grid-template-columns:100%;gap:1.5rem;max-width:1772px;margin:0 auto;display:grid}.AdlcArticleLayout-module__3YftYW__articleBody{min-width:0;overflow:hidden}:is(.AdlcArticleLayout-module__3YftYW__articleBody section[id],.AdlcArticleLayout-module__3YftYW__articleBody div[id]){scroll-margin-top:calc(var(--header-height) + 2rem)}.AdlcArticleLayout-module__3YftYW__navigation{min-width:0;display:none}@media (min-width:1366px){.AdlcArticleLayout-module__3YftYW__articleContent{grid-template-columns:minmax(200px,1420px) minmax(220px,16.242%);align-items:stretch;padding-right:1.5rem}.AdlcArticleLayout-module__3YftYW__navigation{padding-top:2.5rem;display:block}}.AdlcArticleLayout-module__3YftYW__navigationCard{max-height:calc(100vh - var(--header-height) - 4rem);top:calc(var(--header-height) + 2rem);background:#fff;border:1px solid #e6eff7;padding:1.75rem clamp(.9375rem,1.6vw,1.875rem) 2rem;position:sticky;overflow-y:auto}.AdlcArticleLayout-module__3YftYW__navigationCard h2{color:#000;margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;line-height:1.55}.AdlcArticleLayout-module__3YftYW__navigationCard nav{flex-direction:column;gap:1rem;display:flex}.AdlcArticleLayout-module__3YftYW__navigationCard a{color:#124;font-size:.875rem;line-height:1.45;text-decoration:none;transition:color .2s}.AdlcArticleLayout-module__3YftYW__navigationCard a:hover,.AdlcArticleLayout-module__3YftYW__navigationCard .AdlcArticleLayout-module__3YftYW__active{color:var(--color-accent)}.AdlcArticleLayout-module__3YftYW__navigationCard .AdlcArticleLayout-module__3YftYW__active{font-weight:700}@media (min-width:1024px) and (max-width:1680px){.AdlcArticleLayout-module__3YftYW__articleContent{max-width:100%}}
.CaseCards-module__YIPDWW__section{z-index:4;background:var(--color-bg);padding:90px 0;position:relative}.CaseCards-module__YIPDWW__heading{color:var(--color-text);margin-bottom:2.5rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:300}.CaseCards-module__YIPDWW__heading span{color:var(--color-accent-dark)}.CaseCards-module__YIPDWW__cards{gap:1.25rem;min-height:560px;display:flex}.CaseCards-module__YIPDWW__card{color:#fff;cursor:pointer;border-radius:20px;flex:0 0 110px;min-height:560px;transition:flex .6s;position:relative;overflow:hidden}.CaseCards-module__YIPDWW__active{cursor:default;flex:auto}.CaseCards-module__YIPDWW__banner{object-fit:cover}.CaseCards-module__YIPDWW__mask{background:linear-gradient(#050a181a,#050a188c);transition:background .6s;position:absolute;inset:0}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__mask{background:linear-gradient(105deg,#050a18e6 0%,#050a18a6 38%,#050a1826 70%),linear-gradient(#0000 55%,#050a18bf)}.CaseCards-module__YIPDWW__name{z-index:2;transform-origin:100% 0;white-space:nowrap;font-size:1.05rem;font-weight:600;line-height:1.2;transition:transform .6s cubic-bezier(.4,.2,.4,1),top .6s,right .6s,opacity .35s;position:absolute;top:30px;right:30px}.CaseCards-module__YIPDWW__card:not(.CaseCards-module__YIPDWW__active) .CaseCards-module__YIPDWW__name{right:40%;transform:rotate(90deg)translate(100%)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__name{font-size:1.1rem;transform:rotate(0)}.CaseCards-module__YIPDWW__arrow{z-index:2;border:1px solid var(--color-accent);border-radius:50%;place-items:center;width:2.2rem;height:2.2rem;font-size:.95rem;transition:opacity .3s;display:grid;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__arrow{opacity:0;pointer-events:none}.CaseCards-module__YIPDWW__arrow:hover{background:var(--color-accent);color:var(--color-text)}.CaseCards-module__YIPDWW__body{z-index:1;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;max-width:620px;height:100%;padding:2.5rem 2.5rem 0;transition:opacity .35s .15s,transform .6s;display:flex;position:absolute;top:0;left:0;transform:translate(40px)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__body{opacity:1;pointer-events:auto;transform:translate(0)}.CaseCards-module__YIPDWW__title{margin-bottom:1rem;font-size:clamp(1.6rem,2.6vw,2.6rem);font-weight:300;line-height:1.1}.CaseCards-module__YIPDWW__text{color:#dbe3f1;max-width:460px;margin-bottom:1.75rem;line-height:1.55}.CaseCards-module__YIPDWW__viewMore{border-radius:var(--radius-button);border:1px solid var(--color-accent);color:#fff;align-self:flex-start;align-items:center;gap:.5rem;padding:.3rem 1.25rem;font-weight:600;transition:background-color .25s,color .25s;display:inline-flex}.CaseCards-module__YIPDWW__viewMore:hover{background:var(--color-accent);color:var(--color-text)}.CaseCards-module__YIPDWW__meta{z-index:1;opacity:0;pointer-events:none;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:2rem 2.5rem;transition:opacity .35s .2s,transform .6s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translate(40px)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__meta{opacity:1;pointer-events:auto;transform:translate(0)}.CaseCards-module__YIPDWW__tags{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 0;max-width:640px;list-style:none;display:grid}.CaseCards-module__YIPDWW__tags li{color:#fff;border-left:1px solid #ffffff40;padding:.2rem 1.5rem;font-size:.95rem;font-weight:500}.CaseCards-module__YIPDWW__tags li:nth-child(3n+1){border-left:none;padding-left:0}.CaseCards-module__YIPDWW__stats{flex-direction:column;flex:1;gap:.6rem;max-width:640px;list-style:none;display:flex}.CaseCards-module__YIPDWW__stats li{padding-left:1.6rem;font-weight:600;position:relative}.CaseCards-module__YIPDWW__stats li:before{content:"";border-left:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent);width:.7rem;height:.4rem;position:absolute;top:.4em;left:0;transform:rotate(-45deg)}.CaseCards-module__YIPDWW__nav{flex:none;gap:.6rem;display:flex}.CaseCards-module__YIPDWW__nav button{border:1px solid var(--color-accent);color:#fff;cursor:pointer;background:0 0;border-radius:50%;width:2.6rem;height:2.6rem;font-size:1.1rem;transition:background-color .2s,color .2s}.CaseCards-module__YIPDWW__nav button:hover{background:var(--color-accent);color:var(--color-text)}@media (min-width:768px) and (max-width:1024px){.CaseCards-module__YIPDWW__cards{touch-action:pan-y;min-height:560px;overflow:hidden}.CaseCards-module__YIPDWW__card{display:none}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active,.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__tabletNext{display:block}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active{flex:auto;min-width:0}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slideNext{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromRight}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slidePrev{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromLeft}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__tabletNext{flex:0 0 110px}}@media (max-width:767px){.CaseCards-module__YIPDWW__section{padding:72px 0}.CaseCards-module__YIPDWW__cards{touch-action:pan-y;min-height:0;display:block}.CaseCards-module__YIPDWW__card{flex:none;width:100%}.CaseCards-module__YIPDWW__card:not(.CaseCards-module__YIPDWW__active){display:none}.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slideNext{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromRight}.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slidePrev{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromLeft}.CaseCards-module__YIPDWW__active{min-height:540px}.CaseCards-module__YIPDWW__name{top:1.5rem;left:1.5rem;right:auto;transform:rotate(0)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__name{left:1.5rem;right:auto}.CaseCards-module__YIPDWW__body{justify-content:center;padding:4rem 1.5rem 5.5rem}.CaseCards-module__YIPDWW__meta{flex-direction:row;justify-content:flex-start;align-items:center;padding:1.5rem}.CaseCards-module__YIPDWW__tags,.CaseCards-module__YIPDWW__stats{display:none}.CaseCards-module__YIPDWW__nav{margin:0}}@keyframes CaseCards-module__YIPDWW__caseSlideFromRight{0%{opacity:0;transform:translate(18%)}to{opacity:1;transform:translate(0)}}@keyframes CaseCards-module__YIPDWW__caseSlideFromLeft{0%{opacity:0;transform:translate(-18%)}to{opacity:1;transform:translate(0)}}@media (max-width:520px){.CaseCards-module__YIPDWW__active{min-height:540px}.CaseCards-module__YIPDWW__body{padding-inline:var(--page-gutter)}.CaseCards-module__YIPDWW__meta{padding:var(--page-gutter)}.CaseCards-module__YIPDWW__title{font-size:clamp(1.65rem,8vw,2.25rem)}.CaseCards-module__YIPDWW__text{margin-bottom:1.25rem;font-size:.95rem}.CaseCards-module__YIPDWW__viewMore{padding-inline:1rem}}
.TeamReviewSlider-module__OQhYYq__section{background:#fff;padding:clamp(4.5rem,7vw,6rem) 0}.TeamReviewSlider-module__OQhYYq__container{max-width:1230px;margin:0 auto;padding-inline:clamp(1.25rem,4vw,3.75rem)}.TeamReviewSlider-module__OQhYYq__sectionTitle{color:#02102c;text-align:center;letter-spacing:normal;font-size:56px;font-weight:400;line-height:62px;font-family:var(--font-inter-tight), sans-serif;margin-bottom:64px}.TeamReviewSlider-module__OQhYYq__accent{color:#3cc4e5}.TeamReviewSlider-module__OQhYYq__swiper{width:100%}.TeamReviewSlider-module__OQhYYq__slide{background:linear-gradient(110deg,#ffeef1b8 0%,#fffffff0 48%,#e8f5ffc7 100%);flex-direction:row-reverse;align-items:flex-start;gap:clamp(2rem,5vw,4.5rem);min-height:380px;padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,5vw,4.5rem);display:flex}.TeamReviewSlider-module__OQhYYq__rightContent{width:220px;max-width:220px;font-family:var(--font-inter-tight), sans-serif;flex-shrink:0}.TeamReviewSlider-module__OQhYYq__authorMedia{margin-bottom:16px}.TeamReviewSlider-module__OQhYYq__authorPhoto{object-fit:cover;border-radius:0;width:72px;height:72px;display:block}.TeamReviewSlider-module__OQhYYq__authorLogo{object-fit:contain;width:auto;max-width:172px;max-height:72px;display:block}.TeamReviewSlider-module__OQhYYq__authorName{color:#124;font-size:22px;font-weight:400;line-height:36px;font-family:var(--font-inter-tight), sans-serif;margin:0}.TeamReviewSlider-module__OQhYYq__authorPosition{color:#5e6d8e;font-size:14px;line-height:20px;font-family:var(--font-inter-tight), sans-serif;margin:4px 0 0}.TeamReviewSlider-module__OQhYYq__leftContent{flex:1;padding-left:72px;position:relative}.TeamReviewSlider-module__OQhYYq__quoteIcon{justify-content:flex-start;align-items:flex-start;width:48px;height:48px;display:flex;position:absolute;top:-4px;left:0}.TeamReviewSlider-module__OQhYYq__quoteIcon svg{width:52px;height:52px}.TeamReviewSlider-module__OQhYYq__quoteIcon path{fill:#124;fill-opacity:1}.TeamReviewSlider-module__OQhYYq__quoteText{color:#124;font-size:22px;font-style:italic;font-weight:400;line-height:36px;font-family:var(--font-inter-tight), sans-serif;margin:0}.TeamReviewSlider-module__OQhYYq__bottomNav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:40px;padding:0 72px;display:flex}.TeamReviewSlider-module__OQhYYq__navButtons{align-items:center;gap:12px;display:flex}.TeamReviewSlider-module__OQhYYq__navBtn{cursor:pointer;color:#3cc4e5;background:0 0;border:0;justify-content:center;align-items:center;width:48px;height:24px;padding:0;transition:color .2s;display:flex}.TeamReviewSlider-module__OQhYYq__navBtn:hover{color:#127aff}.TeamReviewSlider-module__OQhYYq__navBtn:disabled{color:#b8c7d8;cursor:default;opacity:.55}.TeamReviewSlider-module__OQhYYq__testimonialsLink{color:#3cc4e5;font-size:15px;font-weight:600;font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;align-items:center;text-decoration:none;display:inline-flex}.TeamReviewSlider-module__OQhYYq__linkArrow{width:17px;padding-left:6px;padding-right:17px;font-size:1em;line-height:1;display:inline-block;position:relative}.TeamReviewSlider-module__OQhYYq__linkArrow:before,.TeamReviewSlider-module__OQhYYq__linkArrow:after{content:"";background:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.59L3.59 5L0 1.41L1 .5L5.5 5L1 9.5L0 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E") 50%/cover no-repeat;width:6px;height:.5em;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.TeamReviewSlider-module__OQhYYq__linkArrow:after{opacity:0}.TeamReviewSlider-module__OQhYYq__testimonialsLink:hover .TeamReviewSlider-module__OQhYYq__linkArrow:before{animation:1s linear infinite TeamReviewSlider-module__OQhYYq__reviewArrowBefore;right:6px}.TeamReviewSlider-module__OQhYYq__testimonialsLink:hover .TeamReviewSlider-module__OQhYYq__linkArrow:after{animation:1s linear infinite TeamReviewSlider-module__OQhYYq__reviewArrowAfter;right:6px}@keyframes TeamReviewSlider-module__OQhYYq__reviewArrowBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes TeamReviewSlider-module__OQhYYq__reviewArrowAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:768px){.TeamReviewSlider-module__OQhYYq__section{padding:72px 0}.TeamReviewSlider-module__OQhYYq__slide{flex-direction:column-reverse;gap:24px;min-height:0;padding:40px 24px}.TeamReviewSlider-module__OQhYYq__rightContent{max-width:100%}.TeamReviewSlider-module__OQhYYq__leftContent{padding-left:48px}.TeamReviewSlider-module__OQhYYq__quoteText{font-size:16px;line-height:26px}.TeamReviewSlider-module__OQhYYq__bottomNav{padding:0 24px}}
.ARHero-module__0_Bpnq__section{padding-top:calc(var(--header-height) + 80px);background:var(--color-blue-dark);color:#fff;padding-bottom:80px;position:relative;overflow:hidden}.ARHero-module__0_Bpnq__section:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 20% 40%,#127aff47 0%,#0000 70%),radial-gradient(60% 50% at 80% 60%,#3cc4e52e 0%,#0000 70%);position:absolute;inset:0}.ARHero-module__0_Bpnq__inner{z-index:1;position:relative}.ARHero-module__0_Bpnq__breadcrumb{color:#ffffff73;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.85rem;display:flex}.ARHero-module__0_Bpnq__breadcrumb a{color:#ffffff73;transition:color .2s}.ARHero-module__0_Bpnq__breadcrumb a:hover{color:#ffffffe6}.ARHero-module__0_Bpnq__breadcrumb span{color:#ffffff40}.ARHero-module__0_Bpnq__title{letter-spacing:-.02em;color:#fff;max-width:860px;margin:0 0 1.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:300;line-height:1.2}.ARHero-module__0_Bpnq__title span{color:var(--color-blue)}.ARHero-module__0_Bpnq__desc{color:#ffffffb3;max-width:620px;margin:0 0 2.5rem;font-size:clamp(1rem,1.4vw,1.25rem);font-weight:400;line-height:1.64}.ARHero-module__0_Bpnq__points{gap:0;margin-bottom:2.5rem;display:flex}.ARHero-module__0_Bpnq__point{text-align:left;border-right:1px solid #ffffff1a;flex:0 0 33.333%;align-items:flex-start;gap:.75rem;max-width:33.333%;padding:0 2rem;display:flex}.ARHero-module__0_Bpnq__point:first-child{padding-left:0}.ARHero-module__0_Bpnq__point:last-child{border-right:none;padding-right:0}.ARHero-module__0_Bpnq__checkIcon{width:22px;height:22px;color:var(--color-accent);flex-shrink:0;margin-top:4px}.ARHero-module__0_Bpnq__pointText{color:#fff;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;line-height:1.55}.ARHero-module__0_Bpnq__buttons{flex-wrap:wrap;gap:1.25rem;display:flex}@media (max-width:768px){.ARHero-module__0_Bpnq__section{padding-top:calc(var(--header-height) + 48px);padding-bottom:64px}.ARHero-module__0_Bpnq__title{font-size:clamp(2rem,10vw,2.4rem)}.ARHero-module__0_Bpnq__points{flex-direction:column;gap:1.25rem;margin-bottom:2rem}.ARHero-module__0_Bpnq__point{border-right:none;flex:none;max-width:100%;padding:0}.ARHero-module__0_Bpnq__buttons{gap:1rem}}@media (max-width:420px){.ARHero-module__0_Bpnq__buttons{width:100%}.ARHero-module__0_Bpnq__buttons .btn{width:100%}}
.EngagementHero-module__xI9bJW__hero{width:100%;padding-top:50px;position:relative;overflow:hidden}@media screen and (max-width:768px){.EngagementHero-module__xI9bJW__hero{padding-top:88px}}@media screen and (min-width:1024px) and (max-width:1680px){.EngagementHero-module__xI9bJW__hero{padding-top:160px}}.EngagementHero-module__xI9bJW__bgWrapper{z-index:0;position:absolute;inset:0}.EngagementHero-module__xI9bJW__desktopImage{width:100%;height:100%;display:block}@media (max-width:768px){.EngagementHero-module__xI9bJW__desktopImage{display:none}}.EngagementHero-module__xI9bJW__mobileImage{width:100%;height:100%;display:none}@media (max-width:768px){.EngagementHero-module__xI9bJW__mobileImage{display:block}}.EngagementHero-module__xI9bJW__bgSvg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.EngagementHero-module__xI9bJW__heroWrapper{z-index:1;width:100%;padding:clamp(6rem,7vw,7rem) 0 clamp(6rem,9vw,8.5rem);position:relative}@media (max-width:768px){.EngagementHero-module__xI9bJW__heroWrapper{padding-top:40px;padding-bottom:72px}}.EngagementHero-module__xI9bJW__container{max-width:min(100%,1504px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.EngagementHero-module__xI9bJW__content{position:relative}.EngagementHero-module__xI9bJW__breadcrumbs{flex-wrap:wrap;align-items:center;gap:0;margin-bottom:24px;display:flex}.EngagementHero-module__xI9bJW__breadcrumbs a{color:#fff;padding-right:24px;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;position:relative}.EngagementHero-module__xI9bJW__breadcrumbs a:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' d='m6 4 4 4-4 4'/%3E%3C/svg%3E");width:16px;height:16px;margin:auto 0;position:absolute;top:0;bottom:0;right:0}.EngagementHero-module__xI9bJW__breadcrumbs a:hover{color:var(--color-accent)}.EngagementHero-module__xI9bJW__breadcrumbs span{color:#899fb6;font-size:14px;font-weight:400;line-height:20px}.EngagementHero-module__xI9bJW__title{color:#fff;text-align:center;margin:0 0 24px;font-size:clamp(2.5rem,4.2vw,4rem);font-weight:400;line-height:1.2}@media (max-width:768px){.EngagementHero-module__xI9bJW__title{text-align:left;font-size:clamp(2rem,10vw,2.5rem);line-height:1.2}.EngagementHero-module__xI9bJW__description{text-align:left}}@media (max-width:420px){.EngagementHero-module__xI9bJW__heroWrapper{padding-top:40px;padding-bottom:56px}}.EngagementHero-module__xI9bJW__description{text-align:center;max-width:1200px;margin:0 auto}.EngagementHero-module__xI9bJW__description p{color:#c8d5e8;margin:0;font-size:clamp(1rem,1.45vw,1.375rem);font-weight:400;line-height:36px}@media (max-width:768px){.EngagementHero-module__xI9bJW__description p{font-size:16px;line-height:26px}}
.ESDIndustries-module__iZGLvW__section{background:#fff;padding:2rem 0 clamp(4.5rem,6vw,7rem)}.ESDIndustries-module__iZGLvW__container{max-width:75rem;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDIndustries-module__iZGLvW__title{font-family:var(--font-inter-tight), sans-serif;color:#000;text-align:center;letter-spacing:-.01em;margin:0 0 clamp(2.5rem,4vw,4rem);font-size:clamp(2.25rem,3.5vw,3.5rem);font-weight:400;line-height:1.15}.ESDIndustries-module__iZGLvW__accent{color:var(--color-accent)}.ESDIndustries-module__iZGLvW__grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}@media (max-width:1024px){.ESDIndustries-module__iZGLvW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ESDIndustries-module__iZGLvW__grid{grid-template-columns:1fr}}.ESDIndustries-module__iZGLvW__card{border:none;flex-direction:column;min-height:24.625rem;padding:1.5rem 1.25rem 1.75rem;transition:background .25s;display:flex}.ESDIndustries-module__iZGLvW__card:hover{background:linear-gradient(110deg,#3cc4e524,#127aff12)}.ESDIndustries-module__iZGLvW__icon{object-fit:contain;width:56px;height:56px;margin-bottom:1.25rem}.ESDIndustries-module__iZGLvW__cardTitle{font-family:var(--font-inter-tight), sans-serif;color:#000;margin:0 0 .75rem;font-size:clamp(1.5rem,1.8vw,1.875rem);font-weight:400;line-height:1.3;transition:color .25s}.ESDIndustries-module__iZGLvW__cardDesc{font-family:var(--font-inter-tight), sans-serif;color:#172b4d;flex:1;margin:0 0 1rem;font-size:clamp(1rem,1.2vw,1.1875rem);line-height:1.48}.ESDIndustries-module__iZGLvW__cardLink{font-family:var(--font-inter-tight), sans-serif;color:var(--color-accent);align-items:center;margin-top:auto;font-size:1.0625rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex}.ESDIndustries-module__iZGLvW__cardLink:hover{color:var(--color-accent-dark)}.ESDIndustries-module__iZGLvW__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.ESDIndustries-module__iZGLvW__linkArrow:before,.ESDIndustries-module__iZGLvW__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ESDIndustries-module__iZGLvW__linkArrow:after{opacity:0}.ESDIndustries-module__iZGLvW__cardLink:hover .ESDIndustries-module__iZGLvW__linkArrow:before{animation:1s linear infinite ESDIndustries-module__iZGLvW__bounceBefore;right:6px}.ESDIndustries-module__iZGLvW__cardLink:hover .ESDIndustries-module__iZGLvW__linkArrow:after{animation:1s linear infinite ESDIndustries-module__iZGLvW__bounceAfter;right:6px}@keyframes ESDIndustries-module__iZGLvW__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes ESDIndustries-module__iZGLvW__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:768px){.ESDIndustries-module__iZGLvW__card{min-height:0;padding:28px 20px}}
.ARFoundation-module__KUytwq__section{background:var(--color-bg);padding:96px 0}.ARFoundation-module__KUytwq__title{letter-spacing:-.02em;color:var(--color-text);text-align:center;max-width:700px;margin:0 auto 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.ARFoundation-module__KUytwq__title span{color:var(--color-blue)}.ARFoundation-module__KUytwq__desc{color:var(--color-text-muted);text-align:center;max-width:760px;margin:0 auto 4rem;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;line-height:1.7}.ARFoundation-module__KUytwq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.ARFoundation-module__KUytwq__card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px;padding:2rem}.ARFoundation-module__KUytwq__icon{margin-bottom:1.25rem}.ARFoundation-module__KUytwq__cardTitle{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.ARFoundation-module__KUytwq__cardDesc{color:var(--color-text-muted);font-size:1rem;line-height:1.65}@media (max-width:768px){.ARFoundation-module__KUytwq__section{padding:72px 0}.ARFoundation-module__KUytwq__grid{grid-template-columns:1fr}}
.CSLogos-module__hAuoyq__section{font-family:var(--font-inter-tight), sans-serif;background:#fff;border-top:1px solid #e6eff7;border-bottom:1px solid #e6eff7;padding:32px 0}.CSLogos-module__hAuoyq__overflow{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.CSLogos-module__hAuoyq__marquee{width:max-content;animation:20s linear infinite CSLogos-module__hAuoyq__marquee;display:flex}.CSLogos-module__hAuoyq__marquee:hover{animation-play-state:paused}.CSLogos-module__hAuoyq__item{opacity:.7;flex:none;justify-content:center;align-items:center;height:38px;padding:0 40px;transition:opacity .2s,filter .2s;display:flex}.CSLogos-module__hAuoyq__item:hover{opacity:1}.CSLogos-module__hAuoyq__logo{object-fit:contain;filter:grayscale();width:auto;height:38px;transition:filter .2s}.CSLogos-module__hAuoyq__item:hover .CSLogos-module__hAuoyq__logo{filter:none}@keyframes CSLogos-module__hAuoyq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.CSLogos-module__hAuoyq__marquee{flex-wrap:wrap;justify-content:center;width:auto;animation:none}}
.EngagementLogos-module__AcqLLq__section{background:#fff;border-top:1px solid #e6eff7;padding:clamp(1.5rem,2.5vw,2rem) 0}.EngagementLogos-module__AcqLLq__overflow{overflow:hidden}.EngagementLogos-module__AcqLLq__marquee{width:max-content;animation:40s linear infinite EngagementLogos-module__AcqLLq__marquee;display:flex}.EngagementLogos-module__AcqLLq__marquee:hover{animation-play-state:paused}.EngagementLogos-module__AcqLLq__item{opacity:.7;flex:none;justify-content:center;align-items:center;height:clamp(2rem,2.5vw,2.375rem);padding:0 clamp(1.5rem,3vw,2.5rem);transition:opacity .2s,filter .2s;display:flex}.EngagementLogos-module__AcqLLq__item:hover{opacity:1}.EngagementLogos-module__AcqLLq__logo{object-fit:contain;filter:grayscale();width:auto;height:clamp(2rem,2.5vw,2.375rem);transition:filter .2s}.EngagementLogos-module__AcqLLq__item:hover .EngagementLogos-module__AcqLLq__logo{filter:none}@keyframes EngagementLogos-module__AcqLLq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.EngagementLogos-module__AcqLLq__marquee{flex-wrap:wrap;justify-content:center;width:auto;animation:none}}
.ESDStandards-module__q0H-Da__section{background:#f7f9fe;padding:1.5rem 0 clamp(4rem,6vw,6rem);position:relative}.ESDStandards-module__q0H-Da__container{max-width:1200px;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDStandards-module__q0H-Da__heading{font-family:var(--font-inter-tight), sans-serif;color:#02102c;text-align:center;letter-spacing:-.01em;margin:0 0 clamp(2.5rem,4vw,4rem);font-size:clamp(2.25rem,3.5vw,3.5rem);font-weight:400;line-height:1.15}.ESDStandards-module__q0H-Da__accent{color:#3cc4e5}.ESDStandards-module__q0H-Da__row{grid-template-columns:minmax(0,33.75rem) minmax(0,32.125rem);justify-content:center;align-items:start;gap:clamp(3rem,5.25vw,6.25rem);display:grid}@media (max-width:768px){.ESDStandards-module__q0H-Da__row{grid-template-columns:1fr}}.ESDStandards-module__q0H-Da__desc{font-family:var(--font-inter-tight), sans-serif;color:#172b4d;margin:0 0 1.5rem;font-size:clamp(1.125rem,1.35vw,1.375rem);line-height:1.65}.ESDStandards-module__q0H-Da__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.ESDStandards-module__q0H-Da__list li{font-family:var(--font-inter-tight), sans-serif;color:#02102c;padding-left:2rem;font-size:clamp(1.125rem,1.35vw,1.375rem);font-weight:400;line-height:1.6;position:relative}.ESDStandards-module__q0H-Da__list li:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23127AFF' stroke-linecap='square' stroke-width='1.5' d='m20.25 6.75-10.5 10.5L4.5 12'/%3E%3C/svg%3E") 50%/contain no-repeat;width:1.5rem;height:1.5rem;position:absolute;top:.22em;left:0}.ESDStandards-module__q0H-Da__right{justify-content:center;display:flex}.ESDStandards-module__q0H-Da__imgWrap{width:100%;position:relative;overflow:hidden}.ESDStandards-module__q0H-Da__imgWrap:after{content:"";pointer-events:none;background:linear-gradient(110deg,#3cc4e52b,#127aff1f);position:absolute;inset:0}.ESDStandards-module__q0H-Da__img{object-fit:cover;width:100%;height:100%;display:block}
.AIHero-module__LbezSq__section{padding-top:calc(var(--header-height) + 80px);background:var(--color-blue-dark);color:#fff;padding-bottom:80px;position:relative;overflow:hidden}.AIHero-module__LbezSq__section:before{content:"";pointer-events:none;background:radial-gradient(70% 60% at 20% 40%,#127aff47 0%,#0000 70%),radial-gradient(60% 50% at 80% 60%,#3cc4e52e 0%,#0000 70%);position:absolute;inset:0}.AIHero-module__LbezSq__inner{z-index:1;position:relative}.AIHero-module__LbezSq__breadcrumb{color:#ffffff73;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:.85rem;display:flex}.AIHero-module__LbezSq__breadcrumb a{color:#ffffff73;transition:color .2s}.AIHero-module__LbezSq__breadcrumb a:hover{color:#ffffffe6}.AIHero-module__LbezSq__breadcrumb span{color:#ffffff40}.AIHero-module__LbezSq__title{letter-spacing:-.02em;color:#fff;max-width:860px;margin:0 0 1.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:300;line-height:1.2}.AIHero-module__LbezSq__title span{color:var(--color-blue)}.AIHero-module__LbezSq__desc{color:#ffffffb3;max-width:580px;margin:0 0 2.5rem;font-size:clamp(1rem,1.4vw,1.25rem);font-weight:400;line-height:1.64}.AIHero-module__LbezSq__points{gap:0;margin-bottom:2.5rem;display:flex}.AIHero-module__LbezSq__point{text-align:left;border-right:1px solid #ffffff1a;flex:0 0 33.333%;align-items:flex-start;gap:.75rem;max-width:33.333%;padding:0 2rem;display:flex}.AIHero-module__LbezSq__point:first-child{padding-left:0}.AIHero-module__LbezSq__point:last-child{border-right:none;padding-right:0}.AIHero-module__LbezSq__checkIcon{width:22px;height:22px;color:var(--color-accent);flex-shrink:0;margin-top:4px}.AIHero-module__LbezSq__pointText{color:#fff;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;line-height:1.55}.AIHero-module__LbezSq__buttons{flex-wrap:wrap;gap:1.25rem;display:flex}@media (max-width:768px){.AIHero-module__LbezSq__section{padding-top:calc(var(--header-height) + 48px);padding-bottom:64px}.AIHero-module__LbezSq__title{font-size:clamp(2rem,10vw,2.4rem)}.AIHero-module__LbezSq__points{flex-direction:column;gap:1.25rem;margin-bottom:2rem}.AIHero-module__LbezSq__point{border-right:none;flex:none;max-width:100%;padding:0}.AIHero-module__LbezSq__buttons{gap:1rem}}@media (max-width:420px){.AIHero-module__LbezSq__buttons{width:100%}.AIHero-module__LbezSq__buttons .btn{width:100%}}
.ARQuiz-module___v5WTq__section{background:var(--color-bg);padding:96px 0}.ARQuiz-module___v5WTq__inner{align-items:flex-start;gap:4rem;display:flex}.ARQuiz-module___v5WTq__left{flex:0 0 33%;max-width:33%}.ARQuiz-module___v5WTq__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-blue);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.ARQuiz-module___v5WTq__title{letter-spacing:-.02em;color:var(--color-text);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;line-height:1.25}.ARQuiz-module___v5WTq__title span{color:var(--color-blue)}.ARQuiz-module___v5WTq__right{flex:1}.ARQuiz-module___v5WTq__card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px;padding:2rem 2.5rem}.ARQuiz-module___v5WTq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ARQuiz-module___v5WTq__cardLabel{color:var(--color-text-muted);font-size:.875rem;font-weight:600}.ARQuiz-module___v5WTq__progress{color:var(--color-blue);font-size:.875rem;font-weight:500}.ARQuiz-module___v5WTq__question{color:var(--color-text);margin-bottom:1.5rem;font-size:1.125rem;font-weight:500;line-height:1.55}.ARQuiz-module___v5WTq__options{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.ARQuiz-module___v5WTq__option{border:1px solid var(--color-border);cursor:pointer;border-radius:4px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;transition:border-color .2s,background .2s;display:flex}.ARQuiz-module___v5WTq__option:hover{border-color:var(--color-blue);background:#127aff0a}.ARQuiz-module___v5WTq__optionSelected{border-color:var(--color-blue);background:#127aff0f}.ARQuiz-module___v5WTq__radio{accent-color:var(--color-blue);flex-shrink:0;width:16px;height:16px;margin-top:2px}.ARQuiz-module___v5WTq__optionText{color:var(--color-text);font-size:.975rem;line-height:1.5}.ARQuiz-module___v5WTq__nextBtn{width:100%}.ARQuiz-module___v5WTq__nextBtn:disabled{opacity:.5;cursor:not-allowed}.ARQuiz-module___v5WTq__result{text-align:center;padding:1rem 0}.ARQuiz-module___v5WTq__resultLabel{color:var(--color-blue);margin-bottom:1rem;font-size:1.75rem;font-weight:600}.ARQuiz-module___v5WTq__resultDesc{color:var(--color-text-muted);max-width:480px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.7}@media (max-width:900px){.ARQuiz-module___v5WTq__inner{flex-direction:column;gap:2.5rem}.ARQuiz-module___v5WTq__left{flex:none;max-width:100%}}@media (max-width:768px){.ARQuiz-module___v5WTq__section{padding:72px 0}.ARQuiz-module___v5WTq__card{padding:1.5rem}}@media (max-width:420px){.ARQuiz-module___v5WTq__card{padding:1.25rem}.ARQuiz-module___v5WTq__cardHeader{align-items:flex-start;gap:.75rem}.ARQuiz-module___v5WTq__option{padding-inline:.75rem}}
.CSServicesBlock-module__Ozkquq__section{font-family:var(--font-inter-tight), sans-serif;background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.CSServicesBlock-module__Ozkquq__section{padding:56px 0}}.CSServicesBlock-module__Ozkquq__container{max-width:min(100%,1200px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.CSServicesBlock-module__Ozkquq__heading{font-family:var(--font-inter-tight), sans-serif;color:#02102c;text-align:center;margin:0 0 clamp(2.5rem,4vw,4rem);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}@media (max-width:768px){.CSServicesBlock-module__Ozkquq__heading{margin-bottom:32px}}.CSServicesBlock-module__Ozkquq__accent{color:#3cc4e5}.CSServicesBlock-module__Ozkquq__grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}@media (max-width:1024px){.CSServicesBlock-module__Ozkquq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.CSServicesBlock-module__Ozkquq__grid{grid-template-columns:1fr}}.CSServicesBlock-module__Ozkquq__card{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:40px 36px;transition:background .25s;display:flex}.CSServicesBlock-module__Ozkquq__card:hover{background:#3cc4e50f}.CSServicesBlock-module__Ozkquq__iconWrap{flex-shrink:0;width:72px;height:72px;margin-bottom:24px}.CSServicesBlock-module__Ozkquq__icon{object-fit:contain;width:72px;height:72px}.CSServicesBlock-module__Ozkquq__cardTitle{font-family:var(--font-inter-tight), sans-serif;color:#02102c;margin:0 0 16px;font-size:clamp(1.25rem,2vw,1.625rem);font-weight:500;line-height:1.3;transition:color .25s}.CSServicesBlock-module__Ozkquq__card:hover .CSServicesBlock-module__Ozkquq__cardTitle{color:#3cc4e5}.CSServicesBlock-module__Ozkquq__cardDesc{font-family:var(--font-inter-tight), sans-serif;color:#4a5f7a;flex:1;margin:0 0 28px;font-size:clamp(1rem,1.2vw,1.125rem);font-weight:400;line-height:1.7}.CSServicesBlock-module__Ozkquq__cardLink{font-family:var(--font-inter-tight), sans-serif;color:#3cc4e5;align-items:center;margin-top:auto;font-size:1rem;font-weight:600;line-height:22px;text-decoration:none;transition:color .25s;display:inline-flex}.CSServicesBlock-module__Ozkquq__card:hover .CSServicesBlock-module__Ozkquq__cardLink{color:#3cc4e5}.CSServicesBlock-module__Ozkquq__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.CSServicesBlock-module__Ozkquq__linkArrow:before,.CSServicesBlock-module__Ozkquq__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.CSServicesBlock-module__Ozkquq__linkArrow:after{opacity:0}.CSServicesBlock-module__Ozkquq__card:hover .CSServicesBlock-module__Ozkquq__linkArrow:before{animation:1s linear infinite CSServicesBlock-module__Ozkquq__bounceBefore;right:6px}.CSServicesBlock-module__Ozkquq__card:hover .CSServicesBlock-module__Ozkquq__linkArrow:after{animation:1s linear infinite CSServicesBlock-module__Ozkquq__bounceAfter;right:6px}@keyframes CSServicesBlock-module__Ozkquq__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes CSServicesBlock-module__Ozkquq__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}
.AchievementsBlock-module__Viybja__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.AchievementsBlock-module__Viybja__section{padding:6rem 0 4rem}}.AchievementsBlock-module__Viybja__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.AchievementsBlock-module__Viybja__row{align-items:center;gap:clamp(2rem,4vw,3rem);display:flex}@media (max-width:768px){.AchievementsBlock-module__Viybja__row{flex-direction:column;align-items:flex-start;gap:0}}.AchievementsBlock-module__Viybja__left{flex:0 0 50%;max-width:50%}@media (max-width:768px){.AchievementsBlock-module__Viybja__left{flex:none;width:100%;max-width:100%}}.AchievementsBlock-module__Viybja__heading{font-family:var(--font-inter-tight), sans-serif;color:var(--color-text);margin:0;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:400;line-height:1.2}.AchievementsBlock-module__Viybja__right{flex:1}@media (max-width:768px){.AchievementsBlock-module__Viybja__right{width:100%;margin-top:1.75rem}}.AchievementsBlock-module__Viybja__grid{grid-template-columns:1fr 1fr 1fr;gap:clamp(2rem,3vw,2.5rem) clamp(1rem,2vw,1.5rem);display:grid}@media (max-width:768px){.AchievementsBlock-module__Viybja__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}}.AchievementsBlock-module__Viybja__item{flex-direction:column;display:flex}.AchievementsBlock-module__Viybja__number{font-family:var(--font-inter-tight), sans-serif;color:var(--color-text);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1}.AchievementsBlock-module__Viybja__label{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;margin-top:8px;font-size:clamp(.875rem,1.1vw,1rem);line-height:1.4}@media (max-width:768px){.AchievementsBlock-module__Viybja__heading{max-width:20rem;font-size:2rem;line-height:1.12}.AchievementsBlock-module__Viybja__number{font-size:2rem}.AchievementsBlock-module__Viybja__label{margin-top:.375rem;font-size:.875rem}}
.ESDDownloadCTA2-module__d48BzG__section{background:linear-gradient(75deg,#127aff30 0 9%,#0000 9% 21%,#127aff1a 21% 29%,#0000 29% 100%),linear-gradient(160deg,#0000 0 76%,#127aff24 76% 91%,#0000 91% 100%),linear-gradient(110deg,#0d3470 0%,#031633 55%,#0c326d 100%);padding:5.5rem 0 4rem;position:relative;overflow:hidden}.ESDDownloadCTA2-module__d48BzG__section:before{content:none}.ESDDownloadCTA2-module__d48BzG__container{z-index:1;max-width:1264px;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem);position:relative}.ESDDownloadCTA2-module__d48BzG__row{grid-template-columns:2fr 1fr;align-items:center;gap:3rem;display:grid}@media (max-width:768px){.ESDDownloadCTA2-module__d48BzG__row{grid-template-columns:1fr;gap:2rem}}.ESDDownloadCTA2-module__d48BzG__title{font-family:var(--font-inter-tight), sans-serif;color:#fff;letter-spacing:-.01em;margin:0 0 1rem;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:400;line-height:1.2}.ESDDownloadCTA2-module__d48BzG__desc{font-family:var(--font-inter-tight), sans-serif;color:#ffffffbf;margin:0;font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.6}.ESDDownloadCTA2-module__d48BzG__btnCol{justify-content:center;align-items:center;display:flex}.ESDDownloadCTA2-module__d48BzG__btn{font-family:var(--font-inter-tight), sans-serif;color:#fff;border-radius:var(--radius-button,4px);background:#3cc4e5;justify-content:center;align-items:center;gap:.5rem;width:17.125rem;max-width:100%;min-height:3.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.ESDDownloadCTA2-module__d48BzG__btn:hover{background:#2aa8c9}
.AIDualRisks-module__E5OwkW__section{background:#fff;padding:96px 0}.AIDualRisks-module__E5OwkW__title{letter-spacing:-.02em;text-align:center;color:var(--color-text);margin-bottom:4rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.AIDualRisks-module__E5OwkW__title span{color:var(--color-accent)}.AIDualRisks-module__E5OwkW__desc{text-align:center;color:var(--color-text-muted);max-width:860px;margin:-2.5rem auto 4rem;font-size:clamp(1rem,1.4vw,1.375rem);font-weight:400;line-height:1.64}.AIDualRisks-module__E5OwkW__grid{gap:0;display:flex}.AIDualRisks-module__E5OwkW__col{flex:0 0 50%;max-width:50%;padding:0 1rem}.AIDualRisks-module__E5OwkW__card{height:100%;padding:2.5rem}.AIDualRisks-module__E5OwkW__cardIcon{width:56px;height:56px;margin-bottom:1.5rem;display:block}.AIDualRisks-module__E5OwkW__cardTitle{color:var(--color-text);margin-bottom:1rem;font-size:clamp(1.1rem,1.8vw,1.75rem);font-weight:400;line-height:1.3}.AIDualRisks-module__E5OwkW__cardBody{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:clamp(.9rem,1.1vw,1.125rem);font-weight:400;line-height:1.75}.AIDualRisks-module__E5OwkW__cardHow{padding-top:1.25rem}.AIDualRisks-module__E5OwkW__cardHowLabel{color:var(--color-text);margin-bottom:.6rem;font-size:.95rem;font-weight:700;display:block}.AIDualRisks-module__E5OwkW__cardHowText{color:var(--color-text-muted);font-size:clamp(.9rem,1.1vw,1.125rem);font-weight:400;line-height:1.75}.AIDualRisks-module__E5OwkW__ctaBanner{background:var(--color-accent-dark);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:2.5rem 3rem;display:flex}.AIDualRisks-module__E5OwkW__ctaText h3{margin-bottom:.35rem;font-size:1.5rem;font-weight:600}.AIDualRisks-module__E5OwkW__ctaText p{color:#fff9;font-size:1rem}@media (max-width:768px){.AIDualRisks-module__E5OwkW__section{padding:64px 0}.AIDualRisks-module__E5OwkW__grid{flex-direction:column}.AIDualRisks-module__E5OwkW__col{flex:none;max-width:100%;padding:0 0 1rem}.AIDualRisks-module__E5OwkW__ctaBanner{flex-direction:column;padding:2rem}}
.ARStakeholders-module__leV2fW__section{background:var(--color-blue-dark);padding:96px 0;position:relative;overflow:hidden}.ARStakeholders-module__leV2fW__section:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 10%,#127aff38 0%,#0000 65%),radial-gradient(50% 70% at 90%,#3cc4e51f 0%,#0000 65%);position:absolute;inset:0}.ARStakeholders-module__leV2fW__title{letter-spacing:-.02em;color:#fff;text-align:center;z-index:1;max-width:700px;margin:0 auto 4rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2;position:relative}.ARStakeholders-module__leV2fW__title span{color:var(--color-blue)}.ARStakeholders-module__leV2fW__grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid;position:relative}.ARStakeholders-module__leV2fW__card{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:2rem}.ARStakeholders-module__leV2fW__icon{color:var(--color-blue);margin-bottom:1.25rem}.ARStakeholders-module__leV2fW__cardTitle{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.ARStakeholders-module__leV2fW__cardDesc{color:#ffffffa6;font-size:1rem;line-height:1.65}@media (max-width:768px){.ARStakeholders-module__leV2fW__section{padding:72px 0}.ARStakeholders-module__leV2fW__grid{grid-template-columns:1fr}}
.ComplianceBadges-module__TfhG0a__section{font-family:var(--font-inter-tight), sans-serif;background:#fff;padding:64px 0}.ComplianceBadges-module__TfhG0a__container{max-width:min(100%,1200px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ComplianceBadges-module__TfhG0a__row{flex-flow:wrap;justify-content:center;align-items:center;gap:clamp(2.5rem,4vw,4rem);display:flex}@media (max-width:640px){.ComplianceBadges-module__TfhG0a__row{gap:24px}.ComplianceBadges-module__TfhG0a__badgeWrap{flex:0 0 calc(33.333% - 16px);justify-content:center;align-items:center;display:flex}}.ComplianceBadges-module__TfhG0a__badgeWrap{flex-shrink:0;justify-content:center;align-items:center;display:flex}.ComplianceBadges-module__TfhG0a__badge{object-fit:contain;width:auto;max-width:100%;height:64px}
.WhyModelMatters-module__VCuAaW__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.WhyModelMatters-module__VCuAaW__section{padding:72px 0}.WhyModelMatters-module__VCuAaW__title,.WhyModelMatters-module__VCuAaW__description{text-align:left}}.WhyModelMatters-module__VCuAaW__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.WhyModelMatters-module__VCuAaW__title{font-family:var(--font-inter-tight), sans-serif;color:#124;text-align:center;margin-bottom:clamp(1.5rem,2.5vw,2rem);font-size:clamp(2.5rem,4.5vw,4.5rem);font-weight:400;line-height:1.2}.WhyModelMatters-module__VCuAaW__accent{color:#3cc4e5}.WhyModelMatters-module__VCuAaW__description{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;text-align:center;font-size:clamp(1rem,1.4vw,1.375rem);line-height:1.7}.WhyModelMatters-module__VCuAaW__description p{margin:0 0 24px}.WhyModelMatters-module__VCuAaW__description p:last-child{margin-bottom:0}
.ESDApproach-module__xs57AG__section{background:#fff;padding:clamp(4rem,6vw,6rem) 0}.ESDApproach-module__xs57AG__container{max-width:1200px;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDApproach-module__xs57AG__title{font-family:var(--font-inter-tight), sans-serif;color:#02102c;letter-spacing:-.01em;margin:0 0 1.25rem;font-size:clamp(2.25rem,3.5vw,3.5rem);font-weight:400;line-height:1.15}.ESDApproach-module__xs57AG__accent{color:#3cc4e5}.ESDApproach-module__xs57AG__desc{font-family:var(--font-inter-tight), sans-serif;color:#172b4d;max-width:100%;margin:0 0 clamp(2rem,4vw,3.5rem);font-size:clamp(1.125rem,1.35vw,1.375rem);line-height:1.65}.ESDApproach-module__xs57AG__tabsWrap{grid-template-columns:minmax(0,1fr) 23.75rem;align-items:start;gap:3rem;display:grid}.ESDApproach-module__xs57AG__menu{background:#eaf3ff;border-right:1px solid #e6eff7;flex-direction:column;padding-top:1rem;display:flex}.ESDApproach-module__xs57AG__menuItem{font-family:var(--font-inter-tight), sans-serif;color:#64748b;text-align:left;cursor:pointer;background:0 0;border:none;border-right:2px solid #0000;min-height:4.75rem;margin-right:-1px;padding:1.25rem 2rem;font-size:clamp(1rem,1.15vw,1.125rem);font-weight:400;line-height:1.4;transition:color .2s,border-color .2s}.ESDApproach-module__xs57AG__menuItem:hover{color:#02102c}.ESDApproach-module__xs57AG__menuItemActive{color:#fff;background:#127aff;border-right-color:#127aff;font-weight:600}.ESDApproach-module__xs57AG__content{min-height:200px;position:relative}.ESDApproach-module__xs57AG__panel{flex-direction:column;display:none}.ESDApproach-module__xs57AG__panelActive{display:flex}.ESDApproach-module__xs57AG__panelTitle{font-family:var(--font-inter-tight), sans-serif;color:#02102c;margin:0 0 1rem;font-size:clamp(1.75rem,2.25vw,2.375rem);font-weight:400;line-height:1.3}.ESDApproach-module__xs57AG__panelDesc{font-family:var(--font-inter-tight), sans-serif;color:#172b4d;margin:0;font-size:clamp(1rem,1.15vw,1.125rem);line-height:1.65}.ESDApproach-module__xs57AG__panelBtn{font-family:var(--font-inter-tight), sans-serif;color:#fff;border-radius:var(--radius-button,4px);background:#3cc4e5;justify-content:center;align-self:flex-start;align-items:center;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.ESDApproach-module__xs57AG__panelBtn:hover{background:#2aa8c9}.ESDApproach-module__xs57AG__mobileAccordion{display:none}.ESDApproach-module__xs57AG__details{border-bottom:1px solid #e6eff7}.ESDApproach-module__xs57AG__summary{font-family:var(--font-inter-tight), sans-serif;color:#02102c;cursor:pointer;padding:1rem 2rem 1rem 0;font-size:1rem;font-weight:500;list-style:none;position:relative}.ESDApproach-module__xs57AG__summary::-webkit-details-marker{display:none}.ESDApproach-module__xs57AG__summary:after{content:"+";color:#3cc4e5;font-size:1.25rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}details[open] .ESDApproach-module__xs57AG__summary:after{transform:translateY(-50%)rotate(45deg)}.ESDApproach-module__xs57AG__detailContent{padding:0 0 1.5rem}@media (max-width:900px){.ESDApproach-module__xs57AG__tabsWrap{display:none}.ESDApproach-module__xs57AG__mobileAccordion{display:block}}
.AIWhyFails-module__LE9YEG__section{background:var(--color-bg);padding:96px 0}.AIWhyFails-module__LE9YEG__title{letter-spacing:-.02em;color:var(--color-text);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.AIWhyFails-module__LE9YEG__title span{color:var(--color-accent)}.AIWhyFails-module__LE9YEG__desc{color:var(--color-text-muted);max-width:760px;margin-bottom:4rem;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;line-height:1.75}.AIWhyFails-module__LE9YEG__tabs{align-items:flex-start;gap:64px;display:flex}.AIWhyFails-module__LE9YEG__menu{background:linear-gradient(105.87deg,#127aff12 3%,#127aff26 96%);flex-shrink:0;width:100%;max-width:380px}.AIWhyFails-module__LE9YEG__menuItem{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #127aff1f;padding:24px 32px;font-size:1.125rem;font-weight:500;line-height:1.55;transition:background .18s,color .18s;display:block}.AIWhyFails-module__LE9YEG__menuItem:last-child{border-bottom:none}.AIWhyFails-module__LE9YEG__menuItem:hover{background:#127aff1f}.AIWhyFails-module__LE9YEG__menuItemActive{color:#fff;background:var(--color-accent)!important}.AIWhyFails-module__LE9YEG__content{flex:1;max-width:680px}.AIWhyFails-module__LE9YEG__contentTitle{color:var(--color-text);margin-bottom:1.25rem;font-size:clamp(1.2rem,1.8vw,1.75rem);font-weight:400;line-height:1.3}.AIWhyFails-module__LE9YEG__contentBody{color:var(--color-text-muted);margin-bottom:2rem;font-size:clamp(.95rem,1.1vw,1.125rem);font-weight:400;line-height:1.75}.AIWhyFails-module__LE9YEG__contentReality{background:var(--color-blue-dark);color:#fff;padding:2rem}.AIWhyFails-module__LE9YEG__realityLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:block}.AIWhyFails-module__LE9YEG__realityText{color:#fffc;font-size:clamp(.9rem,1.1vw,1.05rem);font-weight:400;line-height:1.75}.AIWhyFails-module__LE9YEG__mobileAccordion{display:none}.AIWhyFails-module__LE9YEG__details{border-bottom:1px solid var(--color-border)}.AIWhyFails-module__LE9YEG__details:first-child{border-top:1px solid var(--color-border)}.AIWhyFails-module__LE9YEG__summary{color:var(--color-text);cursor:pointer;background:linear-gradient(105.87deg,#127aff0d 0%,#127aff1a 100%);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.AIWhyFails-module__LE9YEG__summary::-webkit-details-marker{display:none}.AIWhyFails-module__LE9YEG__summaryChevron{width:18px;height:18px;color:var(--color-accent);flex-shrink:0;transition:transform .2s}.AIWhyFails-module__LE9YEG__details[open] .AIWhyFails-module__LE9YEG__summary{background:var(--color-accent);color:#fff}.AIWhyFails-module__LE9YEG__details[open] .AIWhyFails-module__LE9YEG__summaryChevron{color:#fff;transform:rotate(180deg)}.AIWhyFails-module__LE9YEG__accordionContent{padding:1.5rem}.AIWhyFails-module__LE9YEG__accordionBody{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.75}.AIWhyFails-module__LE9YEG__accordionReality{background:var(--color-blue-dark);padding:1.25rem 1.5rem}@media (max-width:1024px){.AIWhyFails-module__LE9YEG__tabs{display:none}.AIWhyFails-module__LE9YEG__mobileAccordion{display:block}.AIWhyFails-module__LE9YEG__section{padding:64px 0}}
.ARWhatsInit-module__l4yVoq__section{background:var(--color-bg);padding:96px 0}.ARWhatsInit-module__l4yVoq__title{letter-spacing:-.02em;color:var(--color-text);text-align:center;max-width:700px;margin:0 auto 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.ARWhatsInit-module__l4yVoq__title span{color:var(--color-blue)}.ARWhatsInit-module__l4yVoq__desc{color:var(--color-text-muted);text-align:center;max-width:700px;margin:0 auto 4rem;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;line-height:1.7}.ARWhatsInit-module__l4yVoq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.ARWhatsInit-module__l4yVoq__card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:4px;padding:2rem}.ARWhatsInit-module__l4yVoq__icon{margin-bottom:1.25rem}.ARWhatsInit-module__l4yVoq__cardTitle{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.ARWhatsInit-module__l4yVoq__cardDesc{color:var(--color-text-muted);font-size:1rem;line-height:1.7}@media (max-width:768px){.ARWhatsInit-module__l4yVoq__section{padding:72px 0}.ARWhatsInit-module__l4yVoq__grid{grid-template-columns:1fr}}
.DeliveryModels-module__AxBejq__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}.DeliveryModels-module__AxBejq__container{max-width:min(100%,1200px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.DeliveryModels-module__AxBejq__heading{font-family:var(--font-inter-tight), sans-serif;color:#124;text-align:center;margin:0 0 clamp(2.5rem,4vw,3.5rem);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.DeliveryModels-module__AxBejq__accent{color:var(--color-accent)}.DeliveryModels-module__AxBejq__cards{gap:clamp(2rem,4vw,3rem);display:flex}@media (max-width:768px){.DeliveryModels-module__AxBejq__cards{flex-direction:column;gap:2rem}}.DeliveryModels-module__AxBejq__card{box-shadow:none;background:0 0;border:none;border-radius:0;flex:1;padding:0}.DeliveryModels-module__AxBejq__cardTitle{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0 0 16px;font-size:clamp(1.25rem,2vw,1.625rem);font-weight:600;line-height:1.3}.DeliveryModels-module__AxBejq__cardDesc{font-family:var(--font-inter-tight), sans-serif;color:#4a5f7a;margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.7}
.OurServicesBlock-module__7-uMBW__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.OurServicesBlock-module__7-uMBW__section{padding:72px 0}}.OurServicesBlock-module__7-uMBW__container{text-align:center;width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.OurServicesBlock-module__7-uMBW__title{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0 0 24px;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:400;line-height:1.2}.OurServicesBlock-module__7-uMBW__intro{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;text-align:center;max-width:53.75rem;margin:0 auto clamp(2.5rem,4vw,3.5rem);font-size:clamp(1rem,1.4vw,1.375rem);line-height:1.6}@media (max-width:768px){.OurServicesBlock-module__7-uMBW__intro{margin-bottom:40px}.OurServicesBlock-module__7-uMBW__title,.OurServicesBlock-module__7-uMBW__intro,.OurServicesBlock-module__7-uMBW__content,.OurServicesBlock-module__7-uMBW__contentTitle,.OurServicesBlock-module__7-uMBW__contentDesc{text-align:left}.OurServicesBlock-module__7-uMBW__content{margin-inline:auto}}.OurServicesBlock-module__7-uMBW__tabBar{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid #e6eff7;gap:0;margin-bottom:48px;display:flex;overflow-x:auto}.OurServicesBlock-module__7-uMBW__tabBar::-webkit-scrollbar{display:none}@media (max-width:768px){.OurServicesBlock-module__7-uMBW__tabBar{gap:16px;margin-bottom:32px}}.OurServicesBlock-module__7-uMBW__tab{cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex-direction:column;flex:1;align-items:center;gap:12px;margin-bottom:-1px;padding:0 24px 24px;transition:border-color .2s;display:flex}@media (max-width:768px){.OurServicesBlock-module__7-uMBW__tab{padding:0 12px 16px}}.OurServicesBlock-module__7-uMBW__tabActive{border-bottom-color:#3cc4e5}.OurServicesBlock-module__7-uMBW__tabIcon{object-fit:contain;filter:grayscale()opacity(.5);flex-shrink:0;width:56px;height:56px;transition:filter .2s}.OurServicesBlock-module__7-uMBW__tabActive .OurServicesBlock-module__7-uMBW__tabIcon{filter:none}@media (max-width:768px){.OurServicesBlock-module__7-uMBW__tabIcon{width:40px;height:40px}}.OurServicesBlock-module__7-uMBW__tabLabel{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;text-align:center;font-size:15px;font-weight:400;line-height:1.3;transition:color .2s}.OurServicesBlock-module__7-uMBW__tabActive .OurServicesBlock-module__7-uMBW__tabLabel{color:#3cc4e5;font-weight:500}.OurServicesBlock-module__7-uMBW__content{text-align:left;max-width:50rem}.OurServicesBlock-module__7-uMBW__contentTitle{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0 0 20px;font-size:clamp(1.375rem,2vw,1.75rem);font-weight:400;line-height:1.2}.OurServicesBlock-module__7-uMBW__contentDesc{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;margin:0;font-size:clamp(1rem,1.4vw,1.375rem);line-height:1.6}
.ESDQualityPractices-module__qaBQ-G__section{background:#fff;padding:clamp(4rem,6vw,6rem) 0}.ESDQualityPractices-module__qaBQ-G__container{max-width:1200px;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDQualityPractices-module__qaBQ-G__tabsWrap{grid-template-columns:23.75rem minmax(0,1fr);align-items:start;gap:4rem;display:grid}.ESDQualityPractices-module__qaBQ-G__menu{background:#eaf3ff;flex-direction:column;padding-top:1rem;display:flex}.ESDQualityPractices-module__qaBQ-G__menuItem{font-family:var(--font-inter-tight), sans-serif;color:#64748b;text-align:left;cursor:pointer;background:0 0;border:none;min-height:4.75rem;padding:1.25rem 2rem;font-size:clamp(1rem,1.15vw,1.125rem);font-weight:400;line-height:1.4;transition:color .2s,border-color .2s}.ESDQualityPractices-module__qaBQ-G__menuItem:hover{color:#02102c}.ESDQualityPractices-module__qaBQ-G__menuItemActive{color:#fff;background:#127aff;font-weight:600}.ESDQualityPractices-module__qaBQ-G__content{min-height:200px;padding-top:3rem}.ESDQualityPractices-module__qaBQ-G__panel{flex-direction:column;display:none}.ESDQualityPractices-module__qaBQ-G__panelActive{display:flex}.ESDQualityPractices-module__qaBQ-G__panelTitle{font-family:var(--font-inter-tight), sans-serif;color:#02102c;margin:0 0 1rem;font-size:clamp(1.75rem,2.25vw,2.375rem);font-weight:400;line-height:1.3}.ESDQualityPractices-module__qaBQ-G__panelDesc{font-family:var(--font-inter-tight), sans-serif;color:#172b4d;margin:0;font-size:clamp(1rem,1.2vw,1.25rem);line-height:1.5}.ESDQualityPractices-module__qaBQ-G__mobileAccordion{display:none}.ESDQualityPractices-module__qaBQ-G__details{border-bottom:1px solid #d4dde8}.ESDQualityPractices-module__qaBQ-G__summary{font-family:var(--font-inter-tight), sans-serif;color:#02102c;cursor:pointer;padding:1rem 2rem 1rem 0;font-size:1rem;font-weight:500;list-style:none;position:relative}.ESDQualityPractices-module__qaBQ-G__summary::-webkit-details-marker{display:none}.ESDQualityPractices-module__qaBQ-G__summary:after{content:"+";color:#3cc4e5;font-size:1.25rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}details[open] .ESDQualityPractices-module__qaBQ-G__summary:after{transform:translateY(-50%)rotate(45deg)}.ESDQualityPractices-module__qaBQ-G__detailContent{padding:0 0 1.5rem}@media (max-width:900px){.ESDQualityPractices-module__qaBQ-G__tabsWrap{display:none}.ESDQualityPractices-module__qaBQ-G__mobileAccordion{display:block}}
.ProjectSuccess-module__U2oFLa__section{background:#fff;padding:96px 0}.ProjectSuccess-module__U2oFLa__container{max-width:1210px;margin:0 auto;padding:0 24px}.ProjectSuccess-module__U2oFLa__title{color:#02102c;text-align:center;letter-spacing:normal;font-size:56px;font-weight:400;line-height:62px;font-family:var(--font-inter-tight), sans-serif;margin-bottom:64px}.ProjectSuccess-module__U2oFLa__accent{color:#3cc4e5}.ProjectSuccess-module__U2oFLa__grid{grid-template-columns:repeat(3,1fr);gap:56px 64px;display:grid}.ProjectSuccess-module__U2oFLa__card{background:0 0;border:0;padding:0}.ProjectSuccess-module__U2oFLa__icon{object-fit:contain;width:56px;height:56px;margin-bottom:24px;display:block}.ProjectSuccess-module__U2oFLa__cardTitle{color:#02102c;font-size:28px;font-weight:500;line-height:1.4;font-family:var(--font-inter-tight), sans-serif;margin:0 0 12px}.ProjectSuccess-module__U2oFLa__cardDesc{color:#124;font-size:18px;line-height:1.55;font-family:var(--font-inter-tight), sans-serif;margin:0}@media (max-width:1024px){.ProjectSuccess-module__U2oFLa__grid{grid-template-columns:repeat(2,1fr);column-gap:48px}}@media (max-width:768px){.ProjectSuccess-module__U2oFLa__title{margin-bottom:40px;font-size:32px;line-height:35px}.ProjectSuccess-module__U2oFLa__grid{grid-template-columns:repeat(1,1fr);gap:40px}.ProjectSuccess-module__U2oFLa__cardTitle{font-size:22px}.ProjectSuccess-module__U2oFLa__cardDesc{font-size:16px}}
.AIConsultingServices-module__jPA1La__section{background:var(--color-bg);padding:96px 0;position:relative;overflow:hidden}.AIConsultingServices-module__jPA1La__title{letter-spacing:-.02em;color:var(--color-text);text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.AIConsultingServices-module__jPA1La__title span{color:var(--color-accent)}.AIConsultingServices-module__jPA1La__desc{color:var(--color-text-muted);text-align:center;max-width:860px;margin:0 auto 4rem;font-size:clamp(.95rem,1.4vw,1.375rem);font-weight:400;line-height:1.64}.AIConsultingServices-module__jPA1La__grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.AIConsultingServices-module__jPA1La__card{background:var(--color-bg);text-align:left;flex-direction:column;padding:24px 40px 24px 32px;transition:background .3s;display:flex;position:relative}.AIConsultingServices-module__jPA1La__card:nth-child(2n){padding:24px 32px 24px 40px}.AIConsultingServices-module__jPA1La__cardIcon{object-fit:contain;flex-shrink:0;width:56px;height:56px;margin-bottom:24px}.AIConsultingServices-module__jPA1La__cardTitle{color:var(--color-text);margin-bottom:0;font-size:clamp(1.1rem,1.8vw,1.75rem);font-weight:400;line-height:1.3}.AIConsultingServices-module__jPA1La__cardBody{flex:1;margin-top:16px}.AIConsultingServices-module__jPA1La__cardBody p{color:var(--color-text-muted);margin-bottom:.5rem;font-size:clamp(.85rem,1.1vw,1.125rem);line-height:1.75}.AIConsultingServices-module__jPA1La__cardBody ul{margin:.5rem 0 0;padding:0;list-style:none}.AIConsultingServices-module__jPA1La__cardBody li{color:var(--color-text-muted);margin-top:.35rem;padding-left:2rem;font-size:clamp(.85rem,1.1vw,1.125rem);line-height:1.75;position:relative}.AIConsultingServices-module__jPA1La__cardBody li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%233CC4E5' stroke-linecap='square' stroke-width='1.5' d='m20.25 6.75-10.5 10.5L4.5 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:2px;left:0}.AIConsultingServices-module__jPA1La__cardLink{width:fit-content;color:var(--color-accent);align-items:center;gap:.4rem;margin-top:24px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.AIConsultingServices-module__jPA1La__cardLink:hover{text-decoration:underline}@media (max-width:768px){.AIConsultingServices-module__jPA1La__section{padding:64px 0}.AIConsultingServices-module__jPA1La__desc{margin-bottom:2.5rem}.AIConsultingServices-module__jPA1La__grid{grid-template-columns:1fr;gap:0}.AIConsultingServices-module__jPA1La__card,.AIConsultingServices-module__jPA1La__card:nth-child(2n){background:0 0;margin-top:40px;padding:0}.AIConsultingServices-module__jPA1La__cardTitle{font-size:1.25rem;line-height:1.5}.AIConsultingServices-module__jPA1La__cardBody p,.AIConsultingServices-module__jPA1La__cardBody li{font-size:.875rem;line-height:1.55}.AIConsultingServices-module__jPA1La__cardIcon{margin-bottom:16px}}
.ARChecklist-module__1qGbgq__section{background:linear-gradient(120deg, var(--color-blue-dark) 0%, #1a1060 60%, #2d0a4e 100%);padding:72px 0;position:relative;overflow:hidden}.ARChecklist-module__1qGbgq__section:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 15%,#127aff4d 0%,#0000 60%),radial-gradient(50% 70% at 85%,#7828b433 0%,#0000 60%);position:absolute;inset:0}.ARChecklist-module__1qGbgq__inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.ARChecklist-module__1qGbgq__left{flex:1;min-width:260px}.ARChecklist-module__1qGbgq__title{letter-spacing:-.02em;color:#fff;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.625rem);font-weight:300;line-height:1.15}.ARChecklist-module__1qGbgq__desc{color:#ffffffa6;font-size:clamp(1rem,1.4vw,1.25rem);font-weight:400;line-height:1.6}.ARChecklist-module__1qGbgq__right{flex-shrink:0}@media (max-width:640px){.ARChecklist-module__1qGbgq__section{padding:48px 0}.ARChecklist-module__1qGbgq__inner{flex-direction:column;align-items:flex-start}.ARChecklist-module__1qGbgq__left{width:100%;min-width:0}.ARChecklist-module__1qGbgq__right{width:100%}.ARChecklist-module__1qGbgq__right .btn{width:100%}}
.TwoLifecycles-module__7esNTW__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}.TwoLifecycles-module__7esNTW__container{max-width:min(100%,1200px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.TwoLifecycles-module__7esNTW__intro{text-align:center;margin-bottom:clamp(2.5rem,4vw,3.5rem)}.TwoLifecycles-module__7esNTW__heading{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0 0 clamp(1.25rem,2vw,1.75rem);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.TwoLifecycles-module__7esNTW__accent{color:var(--color-accent)}.TwoLifecycles-module__7esNTW__desc{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;max-width:860px;margin:0 auto 12px;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.7}.TwoLifecycles-module__7esNTW__desc:last-child{margin-bottom:0}.TwoLifecycles-module__7esNTW__cards{gap:0;display:flex}@media (max-width:768px){.TwoLifecycles-module__7esNTW__cards{flex-direction:column;gap:1.5rem}}.TwoLifecycles-module__7esNTW__card{box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;flex-direction:column;flex:1;padding:40px 36px;text-decoration:none;transition:background .25s;display:flex}.TwoLifecycles-module__7esNTW__card:hover{background:#3cc4e50f}.TwoLifecycles-module__7esNTW__iconWrap{flex-shrink:0;width:72px;height:72px;margin-bottom:24px}.TwoLifecycles-module__7esNTW__cardTitle{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0 0 16px;font-size:clamp(1.25rem,2vw,1.625rem);font-weight:600;line-height:1.3;transition:color .25s}.TwoLifecycles-module__7esNTW__card:hover .TwoLifecycles-module__7esNTW__cardTitle{color:var(--color-accent)}.TwoLifecycles-module__7esNTW__cardDesc{font-family:var(--font-inter-tight), sans-serif;color:#4a5f7a;flex:1;margin:0 0 28px;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.7}.TwoLifecycles-module__7esNTW__cardLink{font-family:var(--font-inter-tight), sans-serif;color:var(--color-accent);align-items:center;margin-top:auto;font-size:1rem;font-weight:600;transition:color .25s;display:inline-flex}.TwoLifecycles-module__7esNTW__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.TwoLifecycles-module__7esNTW__linkArrow:before,.TwoLifecycles-module__7esNTW__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.TwoLifecycles-module__7esNTW__linkArrow:after{opacity:0}.TwoLifecycles-module__7esNTW__card:hover .TwoLifecycles-module__7esNTW__linkArrow:before{animation:1s linear infinite TwoLifecycles-module__7esNTW__bounceBefore;right:6px}.TwoLifecycles-module__7esNTW__card:hover .TwoLifecycles-module__7esNTW__linkArrow:after{animation:1s linear infinite TwoLifecycles-module__7esNTW__bounceAfter;right:6px}@keyframes TwoLifecycles-module__7esNTW__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes TwoLifecycles-module__7esNTW__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}
.ModelsBlock-module__Ly5YLa__section{padding:clamp(4.5rem,7vw,7.5rem) 0}@media (max-width:768px){.ModelsBlock-module__Ly5YLa__section{padding:72px 0}}.ModelsBlock-module__Ly5YLa__white{background:#fff}.ModelsBlock-module__Ly5YLa__light{background:#f7f9fe}.ModelsBlock-module__Ly5YLa__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.ModelsBlock-module__Ly5YLa__blue{color:var(--color-accent)}.ModelsBlock-module__Ly5YLa__title{color:#000;text-align:center;margin:0 0 32px;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}@media (max-width:768px){.ModelsBlock-module__Ly5YLa__title{margin-bottom:24px;font-size:32px;line-height:35px}}.ModelsBlock-module__Ly5YLa__description{max-width:56.25rem;margin-bottom:clamp(3rem,5vw,4.5rem);margin-left:auto;margin-right:auto}.ModelsBlock-module__Ly5YLa__description p{color:var(--color-text-muted);text-align:center;margin:0;font-size:clamp(1rem,1.4vw,1.375rem);font-weight:400;line-height:1.64}@media (max-width:768px){.ModelsBlock-module__Ly5YLa__description p{font-size:16px;line-height:26px}.ModelsBlock-module__Ly5YLa__description{margin-bottom:40px}.ModelsBlock-module__Ly5YLa__title,.ModelsBlock-module__Ly5YLa__description,.ModelsBlock-module__Ly5YLa__col,.ModelsBlock-module__Ly5YLa__colTitle,.ModelsBlock-module__Ly5YLa__colContent{text-align:left}.ModelsBlock-module__Ly5YLa__col{align-items:flex-start}.ModelsBlock-module__Ly5YLa__icon{margin-inline:0}.ModelsBlock-module__Ly5YLa__col[aria-hidden=true]{display:none}}.ModelsBlock-module__Ly5YLa__cols{grid-template-columns:repeat(3,1fr);gap:clamp(2.5rem,4vw,3.5rem) clamp(2rem,4vw,3rem);display:grid}.ModelsBlock-module__Ly5YLa__colsTwoCol{grid-template-columns:repeat(2,1fr);gap:clamp(2.5rem,4vw,3.5rem) clamp(2rem,4vw,3rem);display:grid}@media (max-width:992px){.ModelsBlock-module__Ly5YLa__cols,.ModelsBlock-module__Ly5YLa__colsTwoCol{grid-template-columns:1fr;gap:40px}}.ModelsBlock-module__Ly5YLa__col{flex-direction:column;display:flex}.ModelsBlock-module__Ly5YLa__colLink{cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.ModelsBlock-module__Ly5YLa__colLink:hover .ModelsBlock-module__Ly5YLa__cta{color:var(--color-blue)}.ModelsBlock-module__Ly5YLa__icon{width:56px;height:56px;margin-bottom:32px}.ModelsBlock-module__Ly5YLa__icon img{object-fit:contain;width:100%;height:100%}.ModelsBlock-module__Ly5YLa__colTitle{color:#000;margin:0 0 16px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.3}@media (max-width:768px){.ModelsBlock-module__Ly5YLa__colTitle{font-size:20px}}.ModelsBlock-module__Ly5YLa__colContent{flex:1}.ModelsBlock-module__Ly5YLa__colContent p{color:var(--color-text-muted);margin:0;font-size:clamp(1rem,1.25vw,1.125rem);font-weight:400;line-height:30px}.ModelsBlock-module__Ly5YLa__colContent ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.ModelsBlock-module__Ly5YLa__colContent ul li{color:var(--color-text-muted);padding-left:20px;font-size:16px;font-weight:400;line-height:24px;position:relative}.ModelsBlock-module__Ly5YLa__colContent ul li:before{content:"–";color:var(--color-blue);position:absolute;left:0}.ModelsBlock-module__Ly5YLa__colContent ul li strong{color:var(--color-text);font-weight:600}.ModelsBlock-module__Ly5YLa__cta{color:var(--color-text);align-items:center;gap:8px;margin-top:24px;padding-right:20px;font-size:16px;font-weight:600;line-height:22px;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}.ModelsBlock-module__Ly5YLa__ctaArrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%230a1530' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;transition:background-image .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ModelsBlock-module__Ly5YLa__colLink:hover .ModelsBlock-module__Ly5YLa__ctaArrow{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%23127aff' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E")}
.ESDTechStack-module__cuCVeq__section{background:#fff;padding:clamp(4rem,6vw,6rem) 0}.ESDTechStack-module__cuCVeq__container{max-width:1284px;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDTechStack-module__cuCVeq__title{font-family:var(--font-inter-tight), sans-serif;color:#124;letter-spacing:-.035em;margin:0 0 1.5rem;font-size:clamp(2.5rem,3.65vw,3.5rem);font-weight:400;line-height:1.1}.ESDTechStack-module__cuCVeq__accent{color:#3cc4e5}.ESDTechStack-module__cuCVeq__desc{font-family:var(--font-inter-tight), sans-serif;color:#02102ca6;max-width:900px;margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.65}.ESDTechStack-module__cuCVeq__rows{padding-top:clamp(3rem,5vw,5rem)}.ESDTechStack-module__cuCVeq__row{border-top:1px solid #39466340;grid-template-columns:205px minmax(0,1fr);align-items:center;gap:40px 60px;width:100%;padding:32px 0;display:grid}.ESDTechStack-module__cuCVeq__row:last-child{border-bottom:1px solid #39466340}.ESDTechStack-module__cuCVeq__rowTitle{font-family:var(--font-inter-tight), sans-serif;color:#172033;font-size:1.125rem;font-weight:400;line-height:1.45}.ESDTechStack-module__cuCVeq__logos{flex-wrap:wrap;align-items:center;gap:28px 50px;display:flex}.ESDTechStack-module__cuCVeq__logo{justify-content:flex-start;align-items:center;display:flex}.ESDTechStack-module__cuCVeq__logoImg{object-fit:contain;width:auto;max-width:145px;height:56px}@media (max-width:1024px){.ESDTechStack-module__cuCVeq__row{grid-template-columns:160px minmax(0,1fr);gap:24px 32px}}@media (max-width:768px){.ESDTechStack-module__cuCVeq__row{grid-template-columns:1fr;gap:1.25rem;padding:2rem 0}.ESDTechStack-module__cuCVeq__logos{gap:20px 32px}.ESDTechStack-module__cuCVeq__logoImg{max-width:110px;height:44px}}
.DownloadCTA-module__Loi8NG__section{background:#fff;padding:48px 0}.DownloadCTA-module__Loi8NG__container{max-width:1468px;margin:0 auto;padding:0 24px}.DownloadCTA-module__Loi8NG__row{background:linear-gradient(135deg,#0000 48%,#3cc4e529 49%,#0000 72%),linear-gradient(45deg,#127aff47 0%,#0000 42%),linear-gradient(110deg,#071a3d 0%,#0b2d68 58%,#127aff 100%);justify-content:space-between;align-items:center;gap:40px;min-height:270px;padding:56px 112px;display:flex;overflow:hidden}.DownloadCTA-module__Loi8NG__left{flex:0 0 60%}.DownloadCTA-module__Loi8NG__left h2{font-family:var(--font-inter-tight), sans-serif;color:#fff;letter-spacing:normal;margin-top:0;margin-bottom:16px;font-size:38px;font-weight:400;line-height:1.25}.DownloadCTA-module__Loi8NG__left p{font-family:var(--font-inter-tight), sans-serif;color:#ffffffeb;margin:0;font-size:22px;font-weight:400;line-height:1.6}.DownloadCTA-module__Loi8NG__right{flex-shrink:0}.DownloadCTA-module__Loi8NG__btn{border:2px solid var(--color-bg);color:var(--color-bg);font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;background:0 0;border-radius:30px;align-items:center;padding:.4rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.DownloadCTA-module__Loi8NG__btn:hover{background:var(--color-accent);border:2px solid var(--color-accent);color:#fff}@media (min-width:768px) and (max-width:1024px){.DownloadCTA-module__Loi8NG__container{padding-inline:0}.DownloadCTA-module__Loi8NG__row{gap:clamp(1.5rem,4vw,2.5rem);min-height:0;padding:clamp(2rem,5vw,3rem)}.DownloadCTA-module__Loi8NG__left{flex:auto}.DownloadCTA-module__Loi8NG__left h2{font-size:clamp(1.5rem,3.5vw,2rem)}.DownloadCTA-module__Loi8NG__left p{font-size:clamp(1rem,2.2vw,1.125rem)}.DownloadCTA-module__Loi8NG__right{margin-left:auto}}@media (max-width:767px){.DownloadCTA-module__Loi8NG__section{padding:32px 0}.DownloadCTA-module__Loi8NG__row{flex-direction:column;align-items:flex-start;min-height:0;padding:40px 24px}.DownloadCTA-module__Loi8NG__left{flex:unset;width:100%}.DownloadCTA-module__Loi8NG__left h2{font-size:32px;line-height:35px}.DownloadCTA-module__Loi8NG__left p{font-size:18px}.DownloadCTA-module__Loi8NG__right{align-self:center}}
.AITalkExperts-module__9bzdJG__section{background:var(--color-accent-dark);padding:72px 0;position:relative;overflow:hidden}.AITalkExperts-module__9bzdJG__section:before{content:"";pointer-events:none;position:absolute;inset:0}.AITalkExperts-module__9bzdJG__inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex;position:relative}.AITalkExperts-module__9bzdJG__left{flex:1;min-width:260px}.AITalkExperts-module__9bzdJG__title{letter-spacing:-.02em;color:#fff;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.625rem);font-weight:300;line-height:1.15}.AITalkExperts-module__9bzdJG__desc{color:#ffffffa6;font-size:clamp(1rem,1.4vw,1.25rem);font-weight:400;line-height:1.6}.AITalkExperts-module__9bzdJG__right{flex-shrink:0}@media (max-width:640px){.AITalkExperts-module__9bzdJG__section{padding:48px 0}.AITalkExperts-module__9bzdJG__inner{flex-direction:column;align-items:flex-start}.AITalkExperts-module__9bzdJG__left{width:100%;min-width:0}.AITalkExperts-module__9bzdJG__right{width:100%}.AITalkExperts-module__9bzdJG__right .btn{width:100%}}
.ARArchitecture-module__4L-JJW__section{background:var(--color-bg);padding:96px 0}.ARArchitecture-module__4L-JJW__title{letter-spacing:-.02em;color:var(--color-text);text-align:center;max-width:700px;margin:0 auto 4rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.ARArchitecture-module__4L-JJW__title span{color:var(--color-blue)}.ARArchitecture-module__4L-JJW__cols{grid-template-columns:1fr 1px 1fr;gap:3rem;display:grid}.ARArchitecture-module__4L-JJW__divider{background:var(--color-border);width:1px}.ARArchitecture-module__4L-JJW__colTitle{color:var(--color-text);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.ARArchitecture-module__4L-JJW__list{flex-direction:column;gap:.75rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.ARArchitecture-module__4L-JJW__item{color:var(--color-text-muted);padding-left:2rem;font-size:1rem;line-height:1.6;position:relative}.ARArchitecture-module__4L-JJW__item:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23127AFF' stroke-linecap='square' stroke-width='1.5' d='m20.25 6.75-10.5 10.5L4.5 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:0;left:0}.ARArchitecture-module__4L-JJW__colDesc{color:var(--color-text-muted);font-size:1rem;line-height:1.7}@media (max-width:768px){.ARArchitecture-module__4L-JJW__section{padding:72px 0}.ARArchitecture-module__4L-JJW__cols{grid-template-columns:1fr;gap:2rem}.ARArchitecture-module__4L-JJW__divider{display:none}}
.CSAchievementsBlock-module__kwhFiG__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.CSAchievementsBlock-module__kwhFiG__section{padding:6rem 0 4rem}}.CSAchievementsBlock-module__kwhFiG__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.CSAchievementsBlock-module__kwhFiG__row{align-items:center;gap:clamp(2rem,4vw,3rem);display:flex}@media (max-width:768px){.CSAchievementsBlock-module__kwhFiG__row{flex-direction:column;align-items:flex-start;gap:0}}.CSAchievementsBlock-module__kwhFiG__left{flex:0 0 50%;max-width:50%}@media (max-width:768px){.CSAchievementsBlock-module__kwhFiG__left{flex:none;width:100%;max-width:100%}}.CSAchievementsBlock-module__kwhFiG__heading{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:400;line-height:1.2}.CSAchievementsBlock-module__kwhFiG__accent{color:var(--color-accent)}.CSAchievementsBlock-module__kwhFiG__right{flex:1}@media (max-width:768px){.CSAchievementsBlock-module__kwhFiG__right{width:100%;margin-top:1.75rem}}.CSAchievementsBlock-module__kwhFiG__grid{grid-template-columns:1fr 1fr 1fr;gap:clamp(2rem,3vw,2.5rem) clamp(1rem,2vw,1.5rem);display:grid}@media (max-width:768px){.CSAchievementsBlock-module__kwhFiG__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}}.CSAchievementsBlock-module__kwhFiG__item{flex-direction:column;display:flex}.CSAchievementsBlock-module__kwhFiG__number{font-family:var(--font-inter-tight), sans-serif;color:#124;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1}.CSAchievementsBlock-module__kwhFiG__label{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;margin-top:8px;font-size:clamp(.875rem,1.1vw,1rem);line-height:1.4}@media (max-width:768px){.CSAchievementsBlock-module__kwhFiG__heading{max-width:20rem;font-size:2rem;line-height:1.12}.CSAchievementsBlock-module__kwhFiG__number{font-size:2rem}.CSAchievementsBlock-module__kwhFiG__label{margin-top:.375rem;font-size:.875rem}}
.ComparisonTable-module__PVLm4q__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.ComparisonTable-module__PVLm4q__section{padding:72px 0}.ComparisonTable-module__PVLm4q__title,.ComparisonTable-module__PVLm4q__description{text-align:left}}.ComparisonTable-module__PVLm4q__container{text-align:center;width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.ComparisonTable-module__PVLm4q__title{color:#124;margin-bottom:20px;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:400}.ComparisonTable-module__PVLm4q__description{color:#5e6d8e;text-align:center;max-width:53.75rem;margin:0 auto clamp(2.5rem,4vw,3.5rem);font-size:clamp(1rem,1.4vw,1.375rem);line-height:1.65}.ComparisonTable-module__PVLm4q__tableWrapper{-webkit-overflow-scrolling:touch;text-align:left;overflow-x:auto}.ComparisonTable-module__PVLm4q__table{border-collapse:collapse;border:1px solid #d8e4f0;width:100%;font-size:17px}.ComparisonTable-module__PVLm4q__table th{text-align:left;color:#124;white-space:nowrap;background:#f0f5fb;border:1px solid #d8e4f0;padding:clamp(.875rem,1.5vw,1.125rem) clamp(.875rem,1.7vw,1.25rem);font-size:16px;font-weight:600}.ComparisonTable-module__PVLm4q__table td{color:#5e6d8e;vertical-align:top;border:1px solid #d8e4f0;padding:clamp(.875rem,1.5vw,1.125rem) clamp(.875rem,1.7vw,1.25rem);line-height:1.5}.ComparisonTable-module__PVLm4q__table tbody tr:nth-child(2n) td{background:#f7f9fc}.ComparisonTable-module__PVLm4q__table td:first-child{color:#124;white-space:nowrap;font-weight:400}
.AdlcLogos-module__-HVW6W__section{font-family:var(--font-inter-tight);padding:80px 0 48px}.AdlcLogos-module__-HVW6W__inner{width:100%}.AdlcLogos-module__-HVW6W__logosWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px 56px;display:flex}@media screen and (max-width:768px){.AdlcLogos-module__-HVW6W__section{padding:3rem 0 2.25rem}.AdlcLogos-module__-HVW6W__inner{padding-inline:1.5rem}.AdlcLogos-module__-HVW6W__logosWrapper{gap:1.5rem 2rem;max-width:18.125rem;margin:0 auto}.AdlcLogos-module__-HVW6W__logoImage{max-width:90px;height:26px}}.AdlcLogos-module__-HVW6W__logoItem{justify-content:center;align-items:center;display:flex}.AdlcLogos-module__-HVW6W__logoImage{object-fit:contain;filter:grayscale()opacity(.6);width:auto;height:38px;transition:filter .25s;display:block}.AdlcLogos-module__-HVW6W__logoItem:hover .AdlcLogos-module__-HVW6W__logoImage{filter:grayscale(0)opacity()}@media screen and (max-width:768px){.AdlcLogos-module__-HVW6W__logoImage{max-width:90px;height:26px}}
