.Hero-module__ZARIfG__hero{width:100%;height:100vh;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroImg{object-fit:cover;object-position:center}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(110deg,#0a1412eb 0%,#0a1412bf 35%,#0a141266 65%,#0a141226 100%);position:absolute;inset:0}.Hero-module__ZARIfG__heroContent{z-index:10;flex-direction:column;padding:32px 64px;display:flex;position:absolute;top:32px;left:24px;right:24px}.Hero-module__ZARIfG__heroText{color:#fff;max-width:75%;margin-top:128px}.Hero-module__ZARIfG__heroTag{border-radius:var(--btn-radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.08em;background:#ffffff14;border:1px solid #ffffff1f;padding:8px 16px;font-size:12px;display:inline-block}.Hero-module__ZARIfG__heroContent h1{letter-spacing:-.03em;margin:24px 0;font-size:clamp(3rem,6vw,6rem);font-weight:700;line-height:1.05}.Hero-module__ZARIfG__heroContent p{color:#ffffffe0;max-width:720px;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.8}.Hero-module__ZARIfG__heroActions{gap:16px;margin-top:32px;display:flex}@media (max-width:768px){.Hero-module__ZARIfG__heroContent{padding:1.5rem}.Hero-module__ZARIfG__heroActions{flex-direction:column;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{width:fit-content}}
.NavigationBar-module__ljN2oW__navWrapper{justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex;position:absolute;top:0;left:0}.NavigationBar-module__ljN2oW__logo{color:var(--secondary);letter-spacing:-.03em;font-size:56px;font-weight:600}.NavigationBar-module__ljN2oW__navLinks{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-md);background:#ffffffe0;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;display:flex}.NavigationBar-module__ljN2oW__navItem{position:relative}.NavigationBar-module__ljN2oW__navLink{color:var(--text-secondary);border-radius:999px;align-items:center;gap:6px;padding:10px 16px;font-size:16px;font-weight:500;transition:all .25s;display:flex;position:relative}.NavigationBar-module__ljN2oW__navLink svg{width:16px;height:16px;transition:transform .25s}.NavigationBar-module__ljN2oW__navLink:hover{background:var(--surface);color:var(--primary)}.NavigationBar-module__ljN2oW__navLink:hover svg{transform:rotate(180deg)}.NavigationBar-module__ljN2oW__navLinkActive{background:var(--primary-light);color:var(--primary)}.NavigationBar-module__ljN2oW__navLinkActive:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(120deg,#0000,#0f766e14,#0000);animation:1s forwards NavigationBar-module__ljN2oW__activeGlow;position:absolute;inset:0}.NavigationBar-module__ljN2oW__megaMenu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border);width:620px;box-shadow:var(--shadow-md);background:#fffffff7;border-radius:20px;padding:14px;animation:.25s NavigationBar-module__ljN2oW__fadeIn;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%)}.NavigationBar-module__ljN2oW__megaMenu:before{content:"";border-left:1px solid var(--border);border-top:1px solid var(--border);background:#fff;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.NavigationBar-module__ljN2oW__megaGrid{grid-template-columns:1fr;gap:14px;display:grid}.NavigationBar-module__ljN2oW__megaColumn{flex-direction:column;gap:6px;display:flex}.NavigationBar-module__ljN2oW__megaItem{border-radius:14px;padding:12px 14px;text-decoration:none;transition:all .25s}.NavigationBar-module__ljN2oW__megaItem:hover{background:var(--surface-muted);transform:translateY(-2px)}.NavigationBar-module__ljN2oW__megaTitle{color:var(--text-primary);font-size:14px;font-weight:600}.NavigationBar-module__ljN2oW__socialLinks{align-items:center;gap:12px;display:flex}.NavigationBar-module__ljN2oW__socialLinks a{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.NavigationBar-module__ljN2oW__socialLinks svg{width:18px;height:18px;transition:transform .25s}.NavigationBar-module__ljN2oW__socialLinks a:hover{background:var(--secondary);color:var(--text-primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.NavigationBar-module__ljN2oW__socialLinks a:hover svg{transform:scale(1.08)}.NavigationBar-module__ljN2oW__socialLinks a:active{transform:scale(.96)}@keyframes NavigationBar-module__ljN2oW__activeGlow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes NavigationBar-module__ljN2oW__fadeIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media screen and (max-width:765px){.NavigationBar-module__ljN2oW__navLinks,.NavigationBar-module__ljN2oW__ctas{display:none}}@media screen and (min-width:765px){.NavigationBar-module__ljN2oW__mobileNavigationIcon{display:none}}
.Button-module__8RiFmG__button{border-radius:var(--btn-radius);cursor:pointer;box-shadow:var(--shadow-sm);border:none;outline:none;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.Button-module__8RiFmG__button:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.Button-module__8RiFmG__sm{padding:.45rem .95rem;font-size:.85rem}.Button-module__8RiFmG__md{padding:.8rem 1.4rem;font-size:.95rem}.Button-module__8RiFmG__lg{padding:1rem 1.8rem;font-size:1rem}.Button-module__8RiFmG__default{background:var(--primary);color:#fff;border:1px solid #0000}.Button-module__8RiFmG__default:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Button-module__8RiFmG__secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:none;background:#ffffff14;border:1px solid #ffffff2e}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:#ffffff24;transform:translateY(-2px)}.Button-module__8RiFmG__outline{border:1px solid var(--border);color:var(--text-primary);background-color:#0000}.Button-module__8RiFmG__outline:hover:not(:disabled){background-color:var(--surface-muted);border-color:var(--primary)}.Button-module__8RiFmG__ghost{color:var(--primary);box-shadow:none;background-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--hover-overlay)}.Button-module__8RiFmG__destructive{background-color:var(--error);color:#fff}.Button-module__8RiFmG__destructive:hover:not(:disabled){filter:brightness(.95)}.Button-module__8RiFmG__button:active:not(:disabled){transform:scale(.97)}
.Welcome-module__hHVcrG__welcome{background:var(--surface);padding:7rem 4rem 20rem}.Welcome-module__hHVcrG__content{justify-content:space-between;align-items:start;column-gap:8px;display:flex}.Welcome-module__hHVcrG__portrait{width:500px;height:680px}.Welcome-module__hHVcrG__portraitImg{object-fit:contain;object-position:center}.Welcome-module__hHVcrG__right{flex-direction:column;width:100%;min-height:680px;display:flex}.Welcome-module__hHVcrG__description{color:var(--text-primary);margin-top:1.5rem;font-size:clamp(1.95rem,2.15vw,2.2rem);font-weight:600;line-height:1.55}.Welcome-module__hHVcrG__manifesto{flex-direction:column;gap:1.5rem;margin-top:2.5rem;padding-left:1rem;display:flex;position:relative}.Welcome-module__hHVcrG__manifestoItem{align-items:flex-start;gap:1rem;display:flex;position:relative}.Welcome-module__hHVcrG__manifestoMarker{background:var(--surface);border:2px solid var(--primary);z-index:2;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:6px;position:relative}.Welcome-module__hHVcrG__manifestoItem h4{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);font-size:.95rem;font-weight:700}.Welcome-module__hHVcrG__manifestoItem p{color:var(--text-secondary);margin-top:.35rem;font-size:.95rem;line-height:1.7}.Welcome-module__hHVcrG__manifestoItem:hover .Welcome-module__hHVcrG__manifestoMarker{background:var(--primary);transition:all .25s;transform:scale(1.15)}.Welcome-module__hHVcrG__quoteCard{text-align:left;align-items:flex-start;gap:1.25rem;max-width:520px;margin-top:auto;margin-left:auto;display:flex}.Welcome-module__hHVcrG__quoteIcon{color:var(--primary);flex-shrink:0;margin-top:-2rem;font-size:4rem}.Welcome-module__hHVcrG__quoteLine{background:linear-gradient(to bottom, var(--primary), var(--secondary));border-radius:999px;width:2px;min-height:100px}.Welcome-module__hHVcrG__quoteContent{max-width:460px}.Welcome-module__hHVcrG__quoteContent p{color:var(--text-primary);font-size:1.2rem;font-style:italic;line-height:1.8}.Welcome-module__hHVcrG__quoteContent span{color:var(--text-muted);margin-top:1rem;font-size:.95rem;font-weight:600;display:inline-block}@media (max-width:960px){.Welcome-module__hHVcrG__welcome{padding:5rem 1.5rem}.Welcome-module__hHVcrG__content{grid-template-columns:1fr;gap:3rem}.Welcome-module__hHVcrG__rightSection{grid-template-columns:1fr}.Welcome-module__hHVcrG__portraitCard{min-height:360px}}
.Services-module__dpHhBa__services{background:var(--background);padding:7rem 4rem}.Services-module__dpHhBa__banner{border-radius:var(--card-radius);min-height:440px;box-shadow:var(--shadow-md);background-image:url(/images/law-home-banner.jpg);background-position:50%;background-size:cover;margin-top:-20rem;position:relative;overflow:hidden}.Services-module__dpHhBa__overlay{background:linear-gradient(135deg,#0c3631f2,#0c3631d1,#0c3631b8);position:absolute;inset:0}.Services-module__dpHhBa__bannerContent{z-index:2;flex-direction:column;justify-content:space-between;height:100%;padding:4rem;display:flex;position:relative}.Services-module__dpHhBa__stats{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Services-module__dpHhBa__stat{border:1px solid #ffffff26;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.Services-module__dpHhBa__stat h2{color:#fff;font-size:clamp(2.8rem,4vw,4rem);font-weight:700}.Services-module__dpHhBa__stat span{color:#ffffffd1;margin-top:.5rem;font-size:1.25rem;line-height:1.6}.Services-module__dpHhBa__separator{background:#ffffff26;width:100%;height:1px;margin:3rem 0}.Services-module__dpHhBa__bannerFooter{justify-content:space-between;align-items:center;gap:3rem;display:flex}.Services-module__dpHhBa__footerText{color:#ffffffeb;max-width:560px;font-size:1.25rem;line-height:1.9}.Services-module__dpHhBa__virtualTour{cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;transition:all .3s;display:flex}.Services-module__dpHhBa__playButton{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.15rem;transition:all .3s;display:flex}.Services-module__dpHhBa__virtualTour:hover .Services-module__dpHhBa__playButton{background:var(--secondary);color:var(--text-primary);transform:scale(1.08)}.Services-module__dpHhBa__virtualTourText{flex-direction:column;align-items:flex-start;display:flex}.Services-module__dpHhBa__virtualTourText span{color:#fff;font-size:1rem;font-weight:600}.Services-module__dpHhBa__virtualTourText small{color:#ffffffbf;margin-top:.2rem;font-size:.85rem}.Services-module__dpHhBa__practiceAreas{margin-top:7rem}@media (max-width:1024px){.Services-module__dpHhBa__services{padding:5rem 1.5rem}.Services-module__dpHhBa__bannerContent{padding:2.5rem}.Services-module__dpHhBa__stats{grid-template-columns:repeat(2,1fr);gap:2rem}.Services-module__dpHhBa__bannerFooter{flex-direction:column;align-items:flex-start}.Services-module__dpHhBa__serviceCard{flex-basis:320px}}@media (max-width:768px){.Services-module__dpHhBa__stats{grid-template-columns:1fr}.Services-module__dpHhBa__banner{border-radius:24px}.Services-module__dpHhBa__practiceAreas{margin-top:4rem}.Services-module__dpHhBa__serviceCard{flex-basis:280px}}
.PracticeAreasFeature-module__wcQJaq__feature{width:100%;margin-top:4rem}.PracticeAreasFeature-module__wcQJaq__featured{grid-template-columns:minmax(0,1.05fr) minmax(400px,.95fr);align-items:stretch;column-gap:5rem;min-height:520px;padding:0 1rem;display:grid}.PracticeAreasFeature-module__wcQJaq__featuredContent{flex-direction:column;justify-content:center;padding:3rem 0;animation:.6s .25s both PracticeAreasFeature-module__wcQJaq__featureContentIn;display:flex}.PracticeAreasFeature-module__wcQJaq__imageWrapper{background:var(--surface);border-radius:28px;min-height:520px;animation:.7s .35s both PracticeAreasFeature-module__wcQJaq__featureImageIn;position:relative;overflow:hidden}.PracticeAreasFeature-module__wcQJaq__imageWrapper:hover .PracticeAreasFeature-module__wcQJaq__image{transform:scale(1.025)}.PracticeAreasFeature-module__wcQJaq__image{object-fit:cover;object-position:center;transition:transform .7s}@keyframes PracticeAreasFeature-module__wcQJaq__featureContentIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes PracticeAreasFeature-module__wcQJaq__featureImageIn{0%{opacity:0;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.PracticeAreasFeature-module__wcQJaq__number{letter-spacing:.2em;color:var(--primary);margin-bottom:1.25rem;font-size:.8rem;font-weight:700;display:block}.PracticeAreasFeature-module__wcQJaq__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.PracticeAreasFeature-module__wcQJaq__featuredContent h3{letter-spacing:-.035em;max-width:650px;color:var(--text-primary);margin:0;font-size:clamp(2.8rem,5vw,4.6rem);font-weight:600;line-height:1.05}.PracticeAreasFeature-module__wcQJaq__featuredContent p{max-width:620px;color:var(--text-secondary);margin-top:1.75rem;font-size:1rem;line-height:1.9}.PracticeAreasFeature-module__wcQJaq__explore{width:fit-content;color:var(--text-primary);align-items:center;gap:.65rem;margin-top:2.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .25s;display:inline-flex}.PracticeAreasFeature-module__wcQJaq__explore svg{font-size:1.1rem;transition:transform .25s,color .25s}.PracticeAreasFeature-module__wcQJaq__explore:hover{color:var(--primary)}.PracticeAreasFeature-module__wcQJaq__explore:hover svg{color:var(--primary);transform:translate(3px,-3px)}.PracticeAreasFeature-module__wcQJaq__index{border-top:1px solid var(--border);margin-top:4rem}.PracticeAreasFeature-module__wcQJaq__indexItem{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;color:var(--text-secondary);background:0 0;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;column-gap:1.5rem;padding:1.25rem 0;transition:color .25s,padding .25s;display:grid;position:relative}.PracticeAreasFeature-module__wcQJaq__indexNumber{letter-spacing:.16em;color:var(--text-muted);font-size:.75rem;font-weight:700;transition:color .25s}.PracticeAreasFeature-module__wcQJaq__indexTitle{color:inherit;font-size:1rem;font-weight:500;line-height:1.5;transition:color .25s,transform .25s}.PracticeAreasFeature-module__wcQJaq__indexArrow{color:var(--text-muted);opacity:0;font-size:1.1rem;transition:opacity .25s,transform .25s,color .25s;transform:translate(-4px,4px)}.PracticeAreasFeature-module__wcQJaq__indexItem:hover{color:var(--text-primary)}.PracticeAreasFeature-module__wcQJaq__indexItem:hover .PracticeAreasFeature-module__wcQJaq__indexNumber{color:var(--primary)}.PracticeAreasFeature-module__wcQJaq__indexItem:hover .PracticeAreasFeature-module__wcQJaq__indexArrow{opacity:1;color:var(--primary);transform:translate(0)}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active{color:var(--text-primary);padding-left:.5rem}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active .PracticeAreasFeature-module__wcQJaq__indexNumber{color:var(--primary)}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active .PracticeAreasFeature-module__wcQJaq__indexTitle{font-weight:600}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active .PracticeAreasFeature-module__wcQJaq__indexArrow{opacity:1;color:var(--primary);transform:translate(0)}.PracticeAreasFeature-module__wcQJaq__indexItem:before{content:"";background:var(--primary);width:0;height:2px;transition:width .35s;position:absolute;bottom:-1px;left:0}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active:before{width:120px}@media (max-width:700px){.PracticeAreasFeature-module__wcQJaq__indexItem{grid-template-columns:45px minmax(0,1fr) auto;column-gap:1rem;padding:1rem 0}.PracticeAreasFeature-module__wcQJaq__indexTitle{font-size:.95rem}.PracticeAreasFeature-module__wcQJaq__indexArrow{opacity:1;transform:none}}@media (max-width:1000px){.PracticeAreasFeature-module__wcQJaq__featured{grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);column-gap:3rem;min-height:480px}.PracticeAreasFeature-module__wcQJaq__imageWrapper{min-height:480px}.PracticeAreasFeature-module__wcQJaq__featuredContent h3{font-size:clamp(2.5rem,5vw,3.5rem)}}@media (max-width:760px){.PracticeAreasFeature-module__wcQJaq__feature{margin-top:3rem}.PracticeAreasFeature-module__wcQJaq__featured{flex-direction:column;gap:2.5rem;min-height:auto;padding:0;display:flex}.PracticeAreasFeature-module__wcQJaq__featuredContent{padding:0;animation-delay:.15s}.PracticeAreasFeature-module__wcQJaq__featuredContent h3{max-width:100%;font-size:clamp(2.5rem,11vw,3.5rem);line-height:1.05}.PracticeAreasFeature-module__wcQJaq__featuredContent p{max-width:100%;margin-top:1.5rem;font-size:.95rem;line-height:1.8}.PracticeAreasFeature-module__wcQJaq__explore{margin-top:2rem}.PracticeAreasFeature-module__wcQJaq__imageWrapper{border-radius:22px;width:100%;height:360px;min-height:360px;animation-delay:.25s}.PracticeAreasFeature-module__wcQJaq__index{margin-top:3rem}.PracticeAreasFeature-module__wcQJaq__indexItem{grid-template-columns:38px minmax(0,1fr) auto;column-gap:.75rem;padding:1.1rem 0}.PracticeAreasFeature-module__wcQJaq__indexNumber{font-size:.7rem}.PracticeAreasFeature-module__wcQJaq__indexTitle{font-size:.9rem;line-height:1.4}.PracticeAreasFeature-module__wcQJaq__indexArrow{opacity:1;font-size:1rem;transform:none}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active{padding-left:.25rem}.PracticeAreasFeature-module__wcQJaq__indexItem:before{width:0}.PracticeAreasFeature-module__wcQJaq__indexItem.PracticeAreasFeature-module__wcQJaq__active:before{width:70px}}@media (max-width:420px){.PracticeAreasFeature-module__wcQJaq__featuredContent h3{font-size:2.4rem}.PracticeAreasFeature-module__wcQJaq__number{margin-bottom:1rem}.PracticeAreasFeature-module__wcQJaq__eyebrow{margin-bottom:.75rem;font-size:.7rem}.PracticeAreasFeature-module__wcQJaq__imageWrapper{border-radius:18px;height:300px;min-height:300px}.PracticeAreasFeature-module__wcQJaq__indexItem{grid-template-columns:32px minmax(0,1fr) auto;column-gap:.6rem}.PracticeAreasFeature-module__wcQJaq__indexTitle{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.PracticeAreasFeature-module__wcQJaq__featuredContent,.PracticeAreasFeature-module__wcQJaq__imageWrapper{animation:none}.PracticeAreasFeature-module__wcQJaq__image,.PracticeAreasFeature-module__wcQJaq__explore,.PracticeAreasFeature-module__wcQJaq__explore svg,.PracticeAreasFeature-module__wcQJaq__indexItem,.PracticeAreasFeature-module__wcQJaq__indexTitle,.PracticeAreasFeature-module__wcQJaq__indexArrow{transition:none}}
.PageHeader-module__HZea0q__header{max-width:760px}.PageHeader-module__HZea0q__center{text-align:center;margin:2rem auto}.PageHeader-module__HZea0q__left{text-align:left;margin:2rem 0 4.5rem}.PageHeader-module__HZea0q__kicker{letter-spacing:.22em;text-transform:uppercase;color:var(--primary);font-size:.82rem;font-weight:600;display:inline-block;position:relative}.PageHeader-module__HZea0q__header h2{letter-spacing:-.05em;color:var(--text-primary);text-wrap:balance;margin-top:1rem;font-size:clamp(2.8rem,5vw,4.6rem);line-height:1.08}.PageHeader-module__HZea0q__header p{color:var(--text-secondary);text-wrap:pretty;margin-top:1.5rem;font-size:1.1rem;line-height:1.9}.PageHeader-module__HZea0q__center p{margin-left:auto;margin-right:auto}
.Testimonials-module__ItA9Ha__testimonials{padding:7rem 4rem}.Testimonials-module__ItA9Ha__featuredTestimonial{width:100%;margin-top:6rem}.Testimonials-module__ItA9Ha__quoteContent{align-items:flex-start;width:100%;display:flex}.Testimonials-module__ItA9Ha__quoteIcon{width:3.25rem;height:3.25rem;color:var(--brand-primary);flex:none;margin-top:-.45rem;margin-right:1.5rem}.Testimonials-module__ItA9Ha__quote{width:100%;color:var(--text-primary);flex:1;margin:0;font-size:clamp(1.95rem,2.15vw,2.2rem);font-weight:600;line-height:1.55}.Testimonials-module__ItA9Ha__author{align-items:center;gap:.875rem;margin-top:3rem;margin-left:4.75rem;display:flex}.Testimonials-module__ItA9Ha__authorImage{background:var(--surface-secondary);border-radius:50%;flex:0 0 3.25rem;width:3.25rem;height:3.25rem;overflow:hidden}.Testimonials-module__ItA9Ha__authorImage img{object-fit:cover;width:100%;height:100%;display:block}.Testimonials-module__ItA9Ha__authorInfo{flex-direction:column;gap:.3rem;display:flex}.Testimonials-module__ItA9Ha__authorName,.Testimonials-module__ItA9Ha__authorRole{margin:0}.Testimonials-module__ItA9Ha__authorName{color:var(--text-primary);font-size:.9375rem;font-weight:600;line-height:1.2}.Testimonials-module__ItA9Ha__authorRole{color:var(--text-muted);font-size:.8125rem;line-height:1.2}.Testimonials-module__ItA9Ha__testimonialNav{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;width:100%;margin-top:6rem;display:grid}.Testimonials-module__ItA9Ha__testimonialCard{border:1px solid var(--border);background:var(--surface-primary);width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;border-radius:.75rem;align-items:center;gap:.875rem;padding:.875rem;transition:border-color .18s,background-color .18s,transform .18s;display:flex;position:relative;overflow:hidden}.Testimonials-module__ItA9Ha__testimonialCard:hover{border-color:var(--border-secondary);background:var(--surface-secondary);transform:translateY(-2px)}.Testimonials-module__ItA9Ha__testimonialCard.Testimonials-module__ItA9Ha__active{border-color:var(--border-secondary);background:var(--surface-secondary)}.Testimonials-module__ItA9Ha__testimonialCard.Testimonials-module__ItA9Ha__active:after{content:"";background:var(--brand-primary);transform-origin:0;height:2px;animation:.25s ease-out Testimonials-module__ItA9Ha__testimonialIndicator;position:absolute;bottom:0;left:0;right:0}@keyframes Testimonials-module__ItA9Ha__testimonialIndicator{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.Testimonials-module__ItA9Ha__thumbnail{background:var(--surface-secondary);border-radius:.5rem;flex:0 0 3rem;width:3rem;height:3rem;overflow:hidden}.Testimonials-module__ItA9Ha__thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.Testimonials-module__ItA9Ha__cardInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.Testimonials-module__ItA9Ha__cardName,.Testimonials-module__ItA9Ha__cardCompany{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Testimonials-module__ItA9Ha__cardName{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1.2}.Testimonials-module__ItA9Ha__cardCompany{color:var(--text-muted);font-size:.75rem;line-height:1.2}@media (max-width:900px){.Testimonials-module__ItA9Ha__testimonials{padding:6rem 3rem}.Testimonials-module__ItA9Ha__featuredTestimonial{margin-top:5rem}.Testimonials-module__ItA9Ha__quote{font-size:clamp(2.25rem,6vw,3.75rem)}.Testimonials-module__ItA9Ha__testimonialNav{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:5rem}}@media (max-width:640px){.Testimonials-module__ItA9Ha__testimonials{padding:5rem 1.25rem}.Testimonials-module__ItA9Ha__featuredTestimonial{margin-top:4rem}.Testimonials-module__ItA9Ha__quoteContent{display:block}.Testimonials-module__ItA9Ha__quoteIcon{width:2.25rem;height:2.25rem;margin-top:0;margin-bottom:1rem;margin-right:0}.Testimonials-module__ItA9Ha__quote{letter-spacing:-.04em;font-size:clamp(2rem,9vw,2.75rem);line-height:1.08}.Testimonials-module__ItA9Ha__author{margin-top:2rem;margin-left:0}.Testimonials-module__ItA9Ha__testimonialNav{scrollbar-width:none;gap:.625rem;margin-top:4rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Testimonials-module__ItA9Ha__testimonialNav::-webkit-scrollbar{display:none}.Testimonials-module__ItA9Ha__testimonialCard{width:13rem;min-width:13rem}}
.Team-module__EqCvfq__team{background:var(--surface);padding:7rem 4rem}.Team-module__EqCvfq__members{flex-direction:column;gap:7rem;margin-top:3rem;display:flex}.Team-module__EqCvfq__member{grid-template-columns:420px 1fr;align-items:center;gap:5rem;display:grid}.Team-module__EqCvfq__reverse{grid-template-columns:1fr 420px}.Team-module__EqCvfq__reverse .Team-module__EqCvfq__imageSide{order:2}.Team-module__EqCvfq__reverse .Team-module__EqCvfq__content{order:1}.Team-module__EqCvfq__imageSide{height:520px;position:relative}.Team-module__EqCvfq__imageAccent{z-index:1;border:2px solid #c2ad822e;border-radius:34px;width:100%;height:100%;position:absolute;top:22px;left:22px}.Team-module__EqCvfq__imageAccent:before{content:"";border-top:2px solid var(--secondary);border-left:2px solid var(--secondary);opacity:.4;width:36px;height:36px;position:absolute;top:28px;left:28px}.Team-module__EqCvfq__reverse .Team-module__EqCvfq__imageAccent{left:auto;right:22px}.Team-module__EqCvfq__reverse .Team-module__EqCvfq__imageAccent:before{border-left:none;border-right:2px solid var(--secondary);left:auto;right:28px}.Team-module__EqCvfq__imageCard{width:100%;height:100%;box-shadow:var(--shadow-md);z-index:5;background:#fff;border-radius:34px;position:relative;overflow:hidden}.Team-module__EqCvfq__imageCard:after{content:"";pointer-events:none;background:linear-gradient(#0000,#12544a2e);height:45%;position:absolute;bottom:0;left:0;right:0}.Team-module__EqCvfq__image{object-fit:contain;object-position:bottom center;transition:transform .5s}.Team-module__EqCvfq__member:hover .Team-module__EqCvfq__image{transform:scale(1.03)}.Team-module__EqCvfq__role{letter-spacing:.18em;text-transform:uppercase;color:var(--primary);align-items:center;gap:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.Team-module__EqCvfq__role:after{content:"";background:var(--primary);opacity:.5;width:48px;height:1px}.Team-module__EqCvfq__content h3{color:var(--text-primary);margin-top:1rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1.1}.Team-module__EqCvfq__intro{color:var(--text-secondary);margin-top:1.5rem;font-size:1.08rem;line-height:1.9}.Team-module__EqCvfq__meta{flex-wrap:wrap;gap:1.5rem;margin-top:2rem;display:flex}.Team-module__EqCvfq__metaItem{color:var(--text-secondary);align-items:center;gap:.75rem;display:flex}.Team-module__EqCvfq__metaItem svg{color:var(--primary);font-size:1.2rem}.Team-module__EqCvfq__specialties{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.Team-module__EqCvfq__specialty{background:var(--surface-muted);color:var(--text-primary);border-radius:999px;padding:.7rem 1.1rem;font-size:.9rem;transition:all .25s}.Team-module__EqCvfq__specialty:hover{background:var(--primary-light);color:var(--primary);transform:translateY(-2px)}.Team-module__EqCvfq__content button{margin-top:2.5rem}.Team-module__EqCvfq__profileLink{color:var(--primary);align-items:center;gap:.75rem;margin-top:2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex;position:relative}.Team-module__EqCvfq__profileLink span{position:relative}.Team-module__EqCvfq__profileLink span:after{content:"";transform-origin:0;background:currentColor;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-5px;left:0;transform:scaleX(0)}.Team-module__EqCvfq__profileLink svg{transition:transform .3s}.Team-module__EqCvfq__profileLink:hover{color:var(--secondary)}.Team-module__EqCvfq__profileLink:hover span:after{transform:scaleX(1)}.Team-module__EqCvfq__profileLink:hover svg{transform:translate(4px,-4px)}@media (max-width:1100px){.Team-module__EqCvfq__member,.Team-module__EqCvfq__reverse{grid-template-columns:1fr;gap:3rem}.Team-module__EqCvfq__reverse .Team-module__EqCvfq__imageSide,.Team-module__EqCvfq__reverse .Team-module__EqCvfq__content{order:initial}.Team-module__EqCvfq__imageSide{max-width:460px;margin:auto}}@media (max-width:768px){.Team-module__EqCvfq__team{padding:5rem 1.5rem}.Team-module__EqCvfq__members{gap:5rem}.Team-module__EqCvfq__imageSide{height:420px}.Team-module__EqCvfq__content h3{font-size:2.5rem}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.Process-module__RmMdVa__process{background:var(--surface);padding:7rem 4rem}.Process-module__RmMdVa__process>*+*{margin-top:4rem}.Process-module__RmMdVa__timeline{grid-template-columns:repeat(3,1fr);column-gap:2rem;display:grid;position:relative}.Process-module__RmMdVa__track{background:var(--border);height:1px;position:absolute;top:6px;left:0;right:0}.Process-module__RmMdVa__progress{background:var(--primary);height:100%;transition:width .5s}.Process-module__RmMdVa__timelineItem{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.65rem;display:flex;position:relative}.Process-module__RmMdVa__dot{background:var(--background);border:2px solid var(--border);z-index:2;border-radius:50%;width:13px;height:13px;transition:all .3s;position:relative}.Process-module__RmMdVa__number{letter-spacing:.18em;color:var(--text-muted);font-size:.8rem;font-weight:700;transition:color .3s}.Process-module__RmMdVa__label{max-width:180px;color:var(--text-secondary);font-size:.95rem;font-weight:500;line-height:1.5;transition:color .3s}.Process-module__RmMdVa__active .Process-module__RmMdVa__dot{background:var(--primary);border-color:var(--primary)}.Process-module__RmMdVa__active .Process-module__RmMdVa__number{color:var(--primary)}.Process-module__RmMdVa__active .Process-module__RmMdVa__label,.Process-module__RmMdVa__timelineItem:hover .Process-module__RmMdVa__label{color:var(--text-primary)}.Process-module__RmMdVa__timelineItem:hover .Process-module__RmMdVa__dot{border-color:var(--primary)}.Process-module__RmMdVa__cardWrapper{position:relative}.Process-module__RmMdVa__card{background:var(--background);box-shadow:none;border:1px solid #0000000f;border-radius:28px;flex-direction:column;padding:4rem;display:flex}.Process-module__RmMdVa__cardStep{letter-spacing:.22em;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem;font-size:.8rem;font-weight:700;display:inline-block}.Process-module__RmMdVa__cardIcon{background:var(--surface);border:1px solid var(--border);width:64px;height:64px;color:var(--primary);border-radius:18px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.6rem;display:flex}.Process-module__RmMdVa__card h3{max-width:650px;color:var(--text-primary);font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.15}.Process-module__RmMdVa__card p{max-width:700px;color:var(--text-secondary);margin-top:1.5rem;font-size:1.05rem;line-height:2}.Process-module__RmMdVa__cardFooter{justify-content:flex-end;margin-top:3rem;display:flex}.Process-module__RmMdVa__cardLink{color:var(--primary);align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.Process-module__RmMdVa__cardLink svg{transition:transform .25s}.Process-module__RmMdVa__cardLink:hover svg{transform:translate(4px)}.Process-module__RmMdVa__swiper{overflow:visible}.Process-module__RmMdVa__swiper-slide{height:auto}@media (max-width:900px){.Process-module__RmMdVa__process{padding:5rem 1.5rem}.Process-module__RmMdVa__timeline{grid-template-columns:1fr;row-gap:2rem}.Process-module__RmMdVa__track{display:none}.Process-module__RmMdVa__card{padding:2.5rem}.Process-module__RmMdVa__card h3{font-size:2rem}}
