.Header-module__arFiJq__header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 1px 3px #00000014}.Header-module__arFiJq__headerContent{justify-content:space-between;align-items:center;max-width:1323px;margin:0 auto;padding:12px 40px;display:flex}.Header-module__arFiJq__logo{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.Header-module__arFiJq__logo img{object-fit:contain;width:auto;height:31px}.Header-module__arFiJq__tab{align-items:center;font-size:15px;display:flex}.Header-module__arFiJq__mainNav{align-items:center;gap:30px;list-style:none;display:flex}.Header-module__arFiJq__mainNav>a{color:#000;font-weight:400;font-family:var(--font-inter), sans-serif;padding:8px 0;line-height:1.4;text-decoration:none;transition:color .2s}.Header-module__arFiJq__mainNav>a:hover{color:var(--primary-blue)}.Header-module__arFiJq__navItem{align-items:center;font-size:15px;display:flex;position:relative}.Header-module__arFiJq__navItem>a{cursor:pointer;color:#000;font-size:15px;font-weight:400;font-family:var(--font-inter), sans-serif;align-items:center;gap:4px;padding:8px 0;line-height:1.4;text-decoration:none;transition:color .2s;display:flex}.Header-module__arFiJq__navItem:hover>a{color:var(--primary-blue);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px}.Header-module__arFiJq__navChevron{color:currentColor;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;transition:transform .3s;display:inline-flex}.Header-module__arFiJq__chevronOpen{transform:rotate(180deg)}.Header-module__arFiJq__navDropdown{visibility:hidden;opacity:0;pointer-events:none;z-index:2000;background:#fff;border:1px solid #00000012;border-radius:12px;min-width:230px;padding:6px 0;transition:opacity .2s,transform .2s,visibility 0s .2s;position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 8px 32px #00000021}.Header-module__arFiJq__dropdownOpen{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s,transform .2s,visibility;transform:translate(-50%)translateY(0)}.Header-module__arFiJq__navDropdown a{white-space:nowrap;align-items:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:400;text-decoration:none;transition:color .15s,background .15s;display:flex;position:relative;color:#222!important}.Header-module__arFiJq__navDropdown a span:first-child{position:relative}.Header-module__arFiJq__navDropdown a span:first-child:after{content:"";background:var(--primary-blue);border-radius:2px;width:0;height:1.5px;transition:width .2s;position:absolute;bottom:-1px;left:0}.Header-module__arFiJq__navDropdown a:hover{background:#f0f5ff;color:var(--primary-blue)!important}.Header-module__arFiJq__navDropdown a:hover span:first-child:after{width:100%}@keyframes Header-module__arFiJq__flashBlink{0%,to{opacity:1}50%{opacity:0}}.Header-module__arFiJq__flashDot{background:#ed1566;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite Header-module__arFiJq__flashBlink;display:inline-block}.Header-module__arFiJq__loginBtn{background:var(--primary-blue);white-space:nowrap;border-radius:999px;flex-shrink:0;align-self:center;align-items:center;height:38px;margin-left:24px;padding:10px 32px;font-size:13px;font-weight:500;transition:background-color .2s;display:inline-flex;color:#fff!important}.Header-module__arFiJq__loginBtn:hover{background:var(--primary-blue-hover);color:#fff!important}.Header-module__arFiJq__userMenuWrap{margin-left:24px;position:relative}.Header-module__arFiJq__userIconButton{width:38px;height:38px;color:var(--primary-blue);cursor:pointer;background:#f5f9ff;border:1px solid #0244bb33;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:inline-flex}.Header-module__arFiJq__userIconButton:hover{background:#eaf2ff;border-color:#0244bb59}.Header-module__arFiJq__userMenu{visibility:hidden;opacity:0;pointer-events:none;z-index:2100;background:#fff;border:1px solid #00000014;border-radius:10px;min-width:168px;padding:8px;transition:opacity .18s,transform .18s,visibility 0s .18s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(6px);box-shadow:0 10px 24px #0000001f}.Header-module__arFiJq__userMenuOpen{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .18s,transform .18s,visibility;transform:translateY(0)}.Header-module__arFiJq__userMenuItem,.Header-module__arFiJq__userMenuItemButton{text-align:left;width:100%;font-family:var(--font-inter), sans-serif;color:#1d2a3a;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:block}.Header-module__arFiJq__userMenuItem:hover,.Header-module__arFiJq__userMenuItemButton:hover{color:var(--primary-blue);background:#f0f5ff}.Header-module__arFiJq__mobileMenuToggle{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;display:none}.Header-module__arFiJq__mobileMenu{z-index:999;background:#fff;padding:8px 24px 32px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;inset:60px 0 0;overflow-y:auto;transform:translate(100%)}.Header-module__arFiJq__mobileMenu.Header-module__arFiJq__open{display:block;transform:translate(0)}@keyframes Header-module__arFiJq__menuItemSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__arFiJq__menuItem{opacity:0;border-bottom:1px solid #f0f0f0;padding:0;transform:translateY(10px)}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem{animation:.35s forwards Header-module__arFiJq__menuItemSlideIn}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:first-child{animation-delay:50ms}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(2){animation-delay:.1s}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(3){animation-delay:.15s}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(4){animation-delay:.2s}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(5){animation-delay:.25s}.Header-module__arFiJq__open .Header-module__arFiJq__mobileLoginWrap{opacity:0;animation:.35s .3s forwards Header-module__arFiJq__menuItemSlideIn}.Header-module__arFiJq__menuItem>a,.Header-module__arFiJq__menuItem>button{color:#111;width:100%;font-size:16px;font-weight:500;font-family:var(--font-inter), sans-serif;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:16px 0;text-decoration:none;transition:color .15s;display:flex}.Header-module__arFiJq__menuItem>a:active,.Header-module__arFiJq__menuItem>button:active{color:var(--primary-blue)}.Header-module__arFiJq__mobileChevron{color:#999;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .3s;display:inline-flex}@keyframes Header-module__arFiJq__submenuSlideIn{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}.Header-module__arFiJq__submenu{max-height:0;margin:0;padding-bottom:0;padding-left:0;list-style:none;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.Header-module__arFiJq__submenuOpen{max-height:500px;padding-bottom:8px}.Header-module__arFiJq__submenu li{opacity:0;border-left:2px solid #e0e0e0;margin-left:4px;padding:12px 0 12px 16px;transition:border-color .15s;transform:translate(-14px)}.Header-module__arFiJq__submenuOpen li{animation:.3s forwards Header-module__arFiJq__submenuSlideIn}.Header-module__arFiJq__submenuOpen li:first-child{animation-delay:40ms}.Header-module__arFiJq__submenuOpen li:nth-child(2){animation-delay:80ms}.Header-module__arFiJq__submenuOpen li:nth-child(3){animation-delay:.12s}.Header-module__arFiJq__submenuOpen li:nth-child(4){animation-delay:.16s}.Header-module__arFiJq__submenuOpen li:nth-child(5){animation-delay:.2s}.Header-module__arFiJq__submenuOpen li:nth-child(6){animation-delay:.24s}.Header-module__arFiJq__submenu li:hover{border-left-color:var(--primary-blue)}.Header-module__arFiJq__submenu a{color:#444;font-size:15px;font-weight:400;font-family:var(--font-inter), sans-serif;text-decoration:none;transition:color .15s}.Header-module__arFiJq__submenu a:hover{color:var(--primary-blue)}.Header-module__arFiJq__mobileLoginWrap{padding:24px 0 8px}.Header-module__arFiJq__mobileLoginBtn{background:var(--primary-blue);width:100%;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex;color:#fff!important}.Header-module__arFiJq__mobileLoginBtn:hover{background:var(--primary-blue-hover)}.Header-module__arFiJq__mobileLogoutBtn{color:#17243a;width:100%;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#fff;border:1px solid #00000024;border-radius:999px;justify-content:center;align-items:center;margin-top:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:border-color .2s,background-color .2s;display:flex}.Header-module__arFiJq__mobileLogoutBtn:hover{background:#f7f9fc;border-color:#17243a3d}@media (max-width:1024px){.Header-module__arFiJq__headerContent{padding:12px 24px}.Header-module__arFiJq__mainNav{gap:18px}.Header-module__arFiJq__loginBtn{margin-left:16px;padding:9px 24px;font-size:12px}.Header-module__arFiJq__userMenuWrap{margin-left:16px}}@media (max-width:768px){.Header-module__arFiJq__headerContent{padding:10px 16px}.Header-module__arFiJq__logo img{height:22px}.Header-module__arFiJq__desktopNav,.Header-module__arFiJq__loginBtn,.Header-module__arFiJq__userMenuWrap{display:none!important}.Header-module__arFiJq__mobileMenuToggle{display:flex}}
.Footer-module__rnk_JG__footer{color:#4e4f4f;content-visibility:auto;contain-intrinsic-size:auto 400px;background:#e7f6fe;padding:0}.Footer-module__rnk_JG__footerContent{max-width:1920px;margin:0 auto;padding:64px 64px 40px}.Footer-module__rnk_JG__footerMain{grid-template-columns:1.8fr 1fr 1fr .85fr 1.05fr;align-items:start;gap:16px;padding-bottom:32px;display:grid}.Footer-module__rnk_JG__footerLogoCol{align-items:flex-start;padding-top:2px;display:flex}.Footer-module__rnk_JG__footerLogoImg{object-fit:contain;object-position:left center;mix-blend-mode:multiply;width:100%;max-width:252px;height:auto;display:block}.Footer-module__rnk_JG__footerCol a,.Footer-module__rnk_JG__footerCol p{color:#4e4f4f;font-size:16px;font-weight:400;line-height:1.5;font-family:var(--font-inter), sans-serif;letter-spacing:normal;margin-bottom:8px;text-decoration:none;display:block}.Footer-module__rnk_JG__footerHeading{color:#000;letter-spacing:.8px;font-size:16px;font-family:var(--font-inter), sans-serif;margin-bottom:14px;line-height:normal;font-weight:800!important}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn){width:fit-content;transition:color .2s;display:block;position:relative}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn):after{content:"";background-color:#0b3385;width:0;height:1px;transition:width .3s;position:absolute;bottom:2px;left:0}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn):hover{color:#0b3385}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn):hover:after{width:100%}.Footer-module__rnk_JG__faqLink{width:fit-content;margin-top:8px;display:block!important}.Footer-module__rnk_JG__bookBtn{background:var(--primary-blue);width:100%;min-height:44px;font-size:14px;font-weight:600;font-family:var(--font-inter), sans-serif;white-space:nowrap;text-align:center;border-radius:999px;justify-content:center;align-items:center;margin-top:14px;padding:11px 20px;text-decoration:none;transition:background-color .3s;display:flex;color:#fff!important}.Footer-module__rnk_JG__bookBtn:hover{background:var(--primary-blue-hover);color:#fff!important}.Footer-module__rnk_JG__footerBottom{border-top:1px solid #b0b0b0;justify-content:space-between;align-items:center;padding:16px 0 0;display:flex}.Footer-module__rnk_JG__copyright{color:#595959;font-size:14px;font-weight:400;font-family:var(--font-inter), sans-serif;letter-spacing:normal;line-height:normal}.Footer-module__rnk_JG__socialIcons{gap:8px;display:flex}.Footer-module__rnk_JG__socialIcon{background:#000;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.Footer-module__rnk_JG__socialIcon:hover{background:#333}.Footer-module__rnk_JG__socialIcon svg{fill:#fff;width:16px;height:16px}@media (max-width:1024px){.Footer-module__rnk_JG__footerContent{padding:40px 32px 28px}.Footer-module__rnk_JG__footerMain{grid-template-columns:1fr 1fr 1fr;gap:24px}.Footer-module__rnk_JG__footerLogoImg{max-width:260px}}@media (max-width:768px){.Footer-module__rnk_JG__footerContent{padding:28px 24px 24px}.Footer-module__rnk_JG__footerLogoCol{justify-content:flex-start;margin-bottom:12px}.Footer-module__rnk_JG__footerLogoImg{max-width:200px}.Footer-module__rnk_JG__footerMain{grid-template-columns:1fr 1fr;gap:0}.Footer-module__rnk_JG__footerLogoCol{grid-column:1/-1}.Footer-module__rnk_JG__footerCol{flex-direction:column;gap:16px;padding:12px 0;display:flex}.Footer-module__rnk_JG__footerHeading{letter-spacing:.3px;margin-bottom:0;font-size:16px}.Footer-module__rnk_JG__footerCol a,.Footer-module__rnk_JG__footerCol p{margin-bottom:0;font-size:15px;line-height:1.45}.Footer-module__rnk_JG__bookBtn{width:100%;min-height:42px;margin-top:0;padding:10px 20px;font-size:14px}.Footer-module__rnk_JG__footerBottom{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-top:12px;padding-top:20px}.Footer-module__rnk_JG__copyright{font-size:13px}.Footer-module__rnk_JG__socialIcons{justify-content:center}}
.PFHero-module__vV87aW__hero{align-items:center;width:100%;min-height:580px;display:flex;position:relative;overflow:hidden}.PFHero-module__vV87aW__heroBgImage{z-index:0;position:absolute;inset:0}.PFHero-module__vV87aW__heroBgImage img{object-fit:cover;object-position:right center;width:100%;height:100%}.PFHero-module__vV87aW__heroOverlay{z-index:1;background:linear-gradient(90deg,#ffffffe6 0%,#ffffffd1 52.98%,#fff0 100%);position:absolute;inset:0}.PFHero-module__vV87aW__heroInner{z-index:2;width:100%;padding:40px 40px 48px 72px;position:relative}.PFHero-module__vV87aW__heroContent{flex-direction:column;gap:14px;max-width:680px;display:flex}.PFHero-module__vV87aW__heroSubtitle{color:#4d5559;font-size:16px;line-height:1.4;font-family:var(--font-inter), sans-serif;max-width:720px}.PFHero-module__vV87aW__heroFees{color:#4d5559;font-size:12px;line-height:1.4;font-family:var(--font-inter), sans-serif;max-width:500px;font-weight:400}.PFHero-module__vV87aW__heroTitle{color:#000;font-size:33px;font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;max-width:680px;margin:8px 0}.PFHero-module__vV87aW__heroTitleFirstLine,.PFHero-module__vV87aW__heroTitleSecondLine{display:block}.PFHero-module__vV87aW__heroTitleFirstLine{white-space:nowrap}.PFHero-module__vV87aW__heroCallout{color:#565656;font-size:16px;line-height:1.2;font-family:var(--font-inter), sans-serif;font-weight:400}.PFHero-module__vV87aW__heroCallout strong{color:#000;font-weight:700}.PFHero-module__vV87aW__ctaButton{background:var(--primary-blue);color:#fff;text-align:center;width:fit-content;min-height:50px;font-size:17px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;margin-top:16px;padding:14px 44px;text-decoration:none;transition:background-color .25s;display:inline-flex}.PFHero-module__vV87aW__ctaButton:hover{background:var(--primary-blue-hover)}.PFHero-module__vV87aW__statsRow{flex-wrap:wrap;align-items:center;gap:40px;margin-top:16px;display:flex}.PFHero-module__vV87aW__statItem{align-items:center;gap:8px;display:flex}.PFHero-module__vV87aW__statIcon{font-size:18px;line-height:1}.PFHero-module__vV87aW__statContent{flex-direction:column;gap:2px;display:flex}.PFHero-module__vV87aW__statValue{color:#000;font-size:15px;font-weight:700;font-family:var(--font-inter), sans-serif}.PFHero-module__vV87aW__statLabel{color:#4d5559;font-size:12px;font-family:var(--font-inter), sans-serif}@media (max-width:768px){.PFHero-module__vV87aW__heroContent{max-width:100%}.PFHero-module__vV87aW__heroInner{padding:40px 20px}.PFHero-module__vV87aW__heroTitle{font-size:26px}.PFHero-module__vV87aW__heroTitleFirstLine{white-space:normal}.PFHero-module__vV87aW__heroCallout{font-size:18px}.PFHero-module__vV87aW__heroOverlay{background:linear-gradient(90deg,#fffffff2 0%,#ffffffbf 52.98%,#ffffff4d 100%)}.PFHero-module__vV87aW__ctaButton{border-radius:999px;width:fit-content;padding:14px 36px;font-size:15px}}@media (max-width:480px){.PFHero-module__vV87aW__hero{min-height:420px}.PFHero-module__vV87aW__heroInner{padding:32px 16px}.PFHero-module__vV87aW__heroTitle{font-size:23px}.PFHero-module__vV87aW__heroCallout{font-size:15px}.PFHero-module__vV87aW__heroSubtitle{font-size:14px}}
.PFPainStatement-module__emIqkG__section{background:#fff;justify-content:center;align-items:center;padding:clamp(100px,10vw,140px) clamp(16px,4vw,40px);display:flex;position:relative;overflow:hidden}.PFPainStatement-module__emIqkG__leafDecor{pointer-events:none;opacity:1.2;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);z-index:0;width:220px;height:auto;transition:transform .3s ease-out;position:absolute;top:-30px;left:1260px;transform:rotate(-15deg)}.PFPainStatement-module__emIqkG__section:hover .PFPainStatement-module__emIqkG__leafDecor{transform:rotate(-15deg)translateY(-12px)translate(-10px)scale(1.05)}.PFPainStatement-module__emIqkG__inner{text-align:center;z-index:1;max-width:960px;position:relative}.PFPainStatement-module__emIqkG__text{color:#000;font-size:clamp(16px,1.4vw,20px);font-style:italic;line-height:1.75;font-family:var(--font-inria-serif), "Georgia", serif;margin:0}
.PanIndiaPresence-module__pqCifG__panIndia{background-color:#f8f9fa;width:100%;padding:56px 0;position:relative;overflow:hidden}.PanIndiaPresence-module__pqCifG__content{z-index:1;max-width:100%;margin:0 auto;padding:0 40px;position:relative}.PanIndiaPresence-module__pqCifG__header{text-align:center;margin-bottom:34px}.PanIndiaPresence-module__pqCifG__header h2{color:#000;font-size:clamp(20px,3.5vw,33px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:14px}.PanIndiaPresence-module__pqCifG__description{color:#5a6164;max-width:1080px;font-size:16px;line-height:1.5;font-family:var(--font-inter), sans-serif;margin:0 auto}.PanIndiaPresence-module__pqCifG__expertHeader{text-align:center;margin-bottom:64px}.PanIndiaPresence-module__pqCifG__expertHeader h2{color:#000;font-size:clamp(22px,3.8vw,36px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:20px}.PanIndiaPresence-module__pqCifG__highlight{color:var(--primary-blue)}.PanIndiaPresence-module__pqCifG__expertDescription{color:#5a6164;max-width:800px;font-size:16px;line-height:1.5;font-family:var(--font-inter), sans-serif;margin:0 auto 32px}.PanIndiaPresence-module__pqCifG__expertBadges{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.PanIndiaPresence-module__pqCifG__expertBadge{color:#000;font-size:16px;font-weight:600;font-family:var(--font-inter), sans-serif;align-items:center;gap:8px;display:flex}.PanIndiaPresence-module__pqCifG__expertBadge svg{color:var(--primary-blue);flex-shrink:0}.PanIndiaPresence-module__pqCifG__citiesScroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:18px;max-width:100%;margin-bottom:36px;padding:0 2px 12px;display:flex;overflow-x:auto}.PanIndiaPresence-module__pqCifG__citiesScroll::-webkit-scrollbar{height:0;display:none}.PanIndiaPresence-module__pqCifG__cityCard{text-align:center;scroll-snap-align:start;box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;width:min(84vw,340px);min-width:min(84vw,340px);max-width:340px;padding:32px 20px;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.PanIndiaPresence-module__pqCifG__cityImageWrapper{border-radius:16px;width:138px;height:104px;margin:0 auto 18px;overflow:hidden}.PanIndiaPresence-module__pqCifG__cityImageWrapper img{object-fit:cover;width:100%;height:100%;display:block}.PanIndiaPresence-module__pqCifG__cityCard h3{color:#000;font-size:24px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:12px}.PanIndiaPresence-module__pqCifG__quote{color:#000;font-size:16px;line-height:1.5;font-family:var(--font-inter), sans-serif;flex-grow:1;margin-bottom:12px;margin-left:20px;margin-right:20px;font-style:italic;font-weight:400}.PanIndiaPresence-module__pqCifG__author{color:#000;font-size:14px;font-family:var(--font-inter), sans-serif;text-align:center;margin-top:auto;margin-left:20px;font-style:italic;font-weight:700}.PanIndiaPresence-module__pqCifG__capabilitiesGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.PanIndiaPresence-module__pqCifG__capabilityCard{text-align:left;background:#fff;border-radius:16px;padding:36px 44px;box-shadow:0 2px 12px #00000014}.PanIndiaPresence-module__pqCifG__capIcon{width:49px;height:49px;margin-bottom:20px}.PanIndiaPresence-module__pqCifG__capIcon img{object-fit:contain;width:100%;height:100%}.PanIndiaPresence-module__pqCifG__capabilityCard h3{color:#000;font-size:20px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:16px;line-height:1.4}.PanIndiaPresence-module__pqCifG__capabilityCard ul{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.PanIndiaPresence-module__pqCifG__capabilityCard li{color:#4d5559;font-size:14px;line-height:1.5;font-family:var(--font-inter), sans-serif;padding-left:16px;position:relative}.PanIndiaPresence-module__pqCifG__capabilityCard li:before{content:"•";color:var(--primary-blue);font-weight:700;position:absolute;left:0}@media (max-width:1200px){.PanIndiaPresence-module__pqCifG__capabilitiesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PanIndiaPresence-module__pqCifG__panIndia{padding:44px 0}.PanIndiaPresence-module__pqCifG__content{padding:0 20px}.PanIndiaPresence-module__pqCifG__citiesScroll{gap:16px}.PanIndiaPresence-module__pqCifG__cityCard{padding:24px 16px}.PanIndiaPresence-module__pqCifG__cityImageWrapper{width:180px;height:136px}.PanIndiaPresence-module__pqCifG__capabilitiesGrid{grid-template-columns:1fr}}
.SupportedBy-module__1rOw3q__section{background:#fff;width:100%;padding:36px 50px 22px}.SupportedBy-module__1rOw3q__heading{text-align:center;font-family:var(--font-inter), sans-serif;color:#5f5f5f;letter-spacing:.5em;text-transform:uppercase;margin-bottom:14px;font-size:16px;font-weight:400;line-height:1.2}.SupportedBy-module__1rOw3q__and{text-transform:lowercase;letter-spacing:.25em;font-style:normal}.SupportedBy-module__1rOw3q__divider{background:#3f3f3f;width:100%;height:1px;margin:0 auto}.SupportedBy-module__1rOw3q__logos{justify-content:space-between;align-items:center;gap:18px;width:100%;margin:0 auto;padding:28px 0;display:flex}.SupportedBy-module__1rOw3q__logoWrapper{flex:none;justify-content:center;align-items:center;display:flex}.SupportedBy-module__1rOw3q__logo{object-fit:contain;max-width:100%;height:auto;display:block}.SupportedBy-module__1rOw3q__logoPayU{object-fit:cover;object-position:center;height:88px;width:175px!important}.SupportedBy-module__1rOw3q__logoBharatsure{object-fit:cover;object-position:center;height:64px;width:170px!important}@media (max-width:1440px){.SupportedBy-module__1rOw3q__heading{font-size:15px}.SupportedBy-module__1rOw3q__logos{gap:18px}}@media (max-width:1200px){.SupportedBy-module__1rOw3q__section{padding:34px 32px 22px}.SupportedBy-module__1rOw3q__heading{letter-spacing:.38em;font-size:14px}.SupportedBy-module__1rOw3q__logos{flex-wrap:wrap;justify-content:center;gap:20px 28px;padding:24px 0}.SupportedBy-module__1rOw3q__logoWrapper{flex:0 auto}.SupportedBy-module__1rOw3q__logo{width:clamp(120px,16vw,170px)!important}.SupportedBy-module__1rOw3q__logoPayU{height:80px;width:160px!important}.SupportedBy-module__1rOw3q__logoBharatsure{height:56px;width:150px!important}}@media (max-width:768px){.SupportedBy-module__1rOw3q__section{padding:28px 20px 20px}.SupportedBy-module__1rOw3q__heading{letter-spacing:.34em;margin-bottom:16px;font-size:11px}.SupportedBy-module__1rOw3q__logos{flex-wrap:wrap;justify-content:center;gap:16px 18px;padding:18px 0}.SupportedBy-module__1rOw3q__logoWrapper{flex:none;width:calc(33.33% - 14px)}.SupportedBy-module__1rOw3q__logo{max-width:110px;width:100%!important}.SupportedBy-module__1rOw3q__logoPayU{height:50px;width:100px!important}.SupportedBy-module__1rOw3q__logoBharatsure{height:38px;width:100px!important}}
.AboutHero-module__d9F9Aa__section{justify-content:center;align-items:flex-end;min-height:620px;padding:0 60px 56px;display:flex;position:relative}.AboutHero-module__d9F9Aa__bgImage{object-fit:cover;object-position:center center}.AboutHero-module__d9F9Aa__overlay{pointer-events:none;z-index:1;background:linear-gradient(#050f1e0f 0%,#050f1e6b 65%,#050f1ec7 100%);position:absolute;inset:0}.AboutHero-module__d9F9Aa__inner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:1120px;display:flex;position:relative}.AboutHero-module__d9F9Aa__title{font-family:var(--font-inria-serif), "Georgia", serif;color:#fff;max-width:1080px;margin:0;font-size:3.2rem;font-weight:700;line-height:1.2}.AboutHero-module__d9F9Aa__subtitle{color:#ffffffe0;font-size:1.1rem;line-height:1.6;font-family:var(--font-inter), sans-serif;max-width:760px;margin:0}.AboutHero-module__d9F9Aa__tagline{color:#fffffff2;font-size:1rem;font-weight:600;font-family:var(--font-inter), sans-serif;margin:0}@media (max-width:1024px){.AboutHero-module__d9F9Aa__section{min-height:560px;padding:0 40px 48px}.AboutHero-module__d9F9Aa__title{font-size:2.4rem}}@media (max-width:768px){.AboutHero-module__d9F9Aa__section{min-height:440px;padding:0 20px 32px}.AboutHero-module__d9F9Aa__title{font-size:1.8rem}.AboutHero-module__d9F9Aa__subtitle{font-size:.97rem}}
.WhyTrust-module__gDzbUG__whyTrust{background:linear-gradient(135deg,#e8ebfb 0%,#f0f3ff 100%);padding:80px 40px 0;position:relative;overflow:hidden}.WhyTrust-module__gDzbUG__content{z-index:1;max-width:100%;margin:0 auto;position:relative}.WhyTrust-module__gDzbUG__header{text-align:center;margin-bottom:56px}.WhyTrust-module__gDzbUG__header h2{color:#000;font-size:clamp(24px,5vw,37px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif}.WhyTrust-module__gDzbUG__featuresContainer{background:#fff;border-radius:38px;max-width:1720px;margin:0 auto 20px;padding:16px 0;display:flex;box-shadow:0 8px 32px #0d47a114}.WhyTrust-module__gDzbUG__featureCard{flex:1;padding:24px 32px}.WhyTrust-module__gDzbUG__featureCardWithDivider{border-right:1px solid #000}.WhyTrust-module__gDzbUG__featureCard h3{color:#000;font-size:20px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-height:52px;margin-bottom:10px;line-height:1.2;display:flex}.WhyTrust-module__gDzbUG__featureCard p{color:#4d4d4d;text-align:center;font-size:13px;line-height:1.5;font-family:var(--font-inter), sans-serif}.WhyTrust-module__gDzbUG__disclaimer{color:#5a6164;text-align:center;font-size:12px;font-style:normal;font-family:var(--font-inter), sans-serif;margin-top:24px;margin-bottom:48px}.WhyTrust-module__gDzbUG__testimonialStrip{flex-wrap:wrap;justify-content:center;gap:16px 32px;margin-bottom:40px;display:flex}.WhyTrust-module__gDzbUG__testimonialItem{color:#4d5559;font-size:14px;font-family:var(--font-inter), sans-serif}.WhyTrust-module__gDzbUG__testimonialName{color:#000;font-weight:600}.WhyTrust-module__gDzbUG__testimonialTitle{color:#6e6e6e}.WhyTrust-module__gDzbUG__ctaRow{text-align:center}.WhyTrust-module__gDzbUG__readMoreBtn{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .3s;display:inline-flex}.WhyTrust-module__gDzbUG__readMoreBtn:hover{background:var(--primary-blue-hover)}@media (max-width:1024px){.WhyTrust-module__gDzbUG__whyTrust{padding:80px 24px}}@media (max-width:768px){.WhyTrust-module__gDzbUG__whyTrust{padding:60px 20px 0}.WhyTrust-module__gDzbUG__leafLeft{opacity:.35;width:100px;top:20px;left:-10px}.WhyTrust-module__gDzbUG__leafRight{opacity:.3;width:70px;top:60px;right:-5px}.WhyTrust-module__gDzbUG__featuresContainer{border-radius:24px;flex-direction:column;width:100%;padding:32px 0}.WhyTrust-module__gDzbUG__featureCard{padding:24px 28px}.WhyTrust-module__gDzbUG__featureCardWithDivider{border-bottom:1px solid #00000026;border-right:none}.WhyTrust-module__gDzbUG__header h2{font-size:24px}.WhyTrust-module__gDzbUG__testimonialStrip{flex-direction:column;align-items:center}}@media (max-width:480px){.WhyTrust-module__gDzbUG__whyTrust{padding:48px 16px 0}.WhyTrust-module__gDzbUG__header{margin-bottom:36px}.WhyTrust-module__gDzbUG__featuresContainer{border-radius:18px;padding:20px 0}.WhyTrust-module__gDzbUG__featureCard{padding:18px 20px}.WhyTrust-module__gDzbUG__featureCard h3{font-size:18px}.WhyTrust-module__gDzbUG__readMoreBtn{padding:12px 32px;font-size:15px}}
.Hero-module__VhBLCG__hero{background:#f9fcfc;align-items:flex-start;min-height:clamp(550px,60vw,660px);padding:100px clamp(32px,5vw,80px) 90px;display:flex;position:relative;overflow:hidden}.Hero-module__VhBLCG__heroImageWrapper{z-index:0;width:52%;height:100%;position:absolute;top:0;right:0}.Hero-module__VhBLCG__heroImageWrapper:before{content:"";z-index:1;background:linear-gradient(90deg,#f9fcfc 0%,#f9fcfc8c 22%,#f9fcfc00 50%);position:absolute;inset:0}.Hero-module__VhBLCG__heroInner{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.Hero-module__VhBLCG__heroContent{flex-direction:column;gap:20px;max-width:560px;display:flex}.Hero-module__VhBLCG__eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700;font-family:var(--font-inter), sans-serif;align-items:center;gap:.6rem;display:flex}.Hero-module__VhBLCG__eyebrowDot{background-color:var(--primary-blue,#3b82f6);border-radius:50%;width:6px;height:6px}.Hero-module__VhBLCG__heroh1{font-family:var(--font-inria-serif), "Georgia", serif;color:#111827;letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:clamp(30px,3.8vw,46px);font-weight:700;line-height:1.22}.Hero-module__VhBLCG__bodyPrimary{font-family:var(--font-inter), sans-serif;color:#4d5559;margin:0;font-size:15px;line-height:1.7}.Hero-module__VhBLCG__ctaRow{flex-wrap:wrap;align-items:center;gap:16px;margin-top:20px;display:flex}.Hero-module__VhBLCG__ctaPrimary{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .3s;display:inline-flex}.Hero-module__VhBLCG__ctaPrimary:hover{background:var(--primary-blue-hover)}.Hero-module__VhBLCG__heroImage{object-fit:cover;object-position:center center}.Hero-module__VhBLCG__desktopBreak{display:block}@media (prefers-reduced-motion:reduce){.Hero-module__VhBLCG__ctaPrimary,.Hero-module__VhBLCG__ctaOutline{transition:none}}@media (min-width:1440px){.Hero-module__VhBLCG__hero{padding:110px clamp(60px,8vw,140px) 100px}.Hero-module__VhBLCG__heroContent{max-width:680px}.Hero-module__VhBLCG__heroImageWrapper{width:55%}}@media (max-width:1024px){.Hero-module__VhBLCG__hero{padding:60px 32px}.Hero-module__VhBLCG__heroh1{font-size:36px}}@media (max-width:768px){.Hero-module__VhBLCG__hero{min-height:unset;flex-direction:column;align-items:stretch;padding:36px 20px 0}.Hero-module__VhBLCG__heroInner{order:1;padding:0}.Hero-module__VhBLCG__heroContent{gap:14px;max-width:100%}.Hero-module__VhBLCG__heroImageWrapper{order:2;width:100%;height:260px;margin-top:28px;position:relative;top:auto;right:auto}.Hero-module__VhBLCG__heroImageWrapper:before{background:linear-gradient(#f9fcfcb3 0%,#f9fcfc00 35%)}.Hero-module__VhBLCG__heroh1{font-size:28px;line-height:1.25}.Hero-module__VhBLCG__bodyPrimary,.Hero-module__VhBLCG__bodySecondary{font-size:14px;line-height:1.6}.Hero-module__VhBLCG__ctaRow{gap:12px;margin-top:4px}.Hero-module__VhBLCG__ctaPrimary{min-height:44px;padding:12px 28px;font-size:14px}.Hero-module__VhBLCG__desktopBreak{display:none}}@media (max-width:360px){.Hero-module__VhBLCG__ctaRow{flex-direction:column}.Hero-module__VhBLCG__ctaPrimary{width:100%}}
.FoundersSection-module__KAOjTa__section{background:#faf7f4;padding:80px 60px;position:relative;overflow:hidden}.FoundersSection-module__KAOjTa__leafLeft{opacity:.75;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:220px;height:auto;transition:transform .3s ease-out;position:absolute;top:-30px;left:-30px}.FoundersSection-module__KAOjTa__leafRight{opacity:.75;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:200px;height:auto;transition:transform .3s ease-out;position:absolute;bottom:-40px;right:-40px;transform:scaleX(-1)scaleY(-1)}.FoundersSection-module__KAOjTa__section:hover .FoundersSection-module__KAOjTa__leafLeft{transform:translateY(-12px)translate(-10px)scale(1.05)}.FoundersSection-module__KAOjTa__section:hover .FoundersSection-module__KAOjTa__leafRight{transform:scaleX(-1)scaleY(-1)translateY(12px)translate(10px)scale(1.05)}.FoundersSection-module__KAOjTa__inner{max-width:1240px;margin:0 auto}.FoundersSection-module__KAOjTa__title{font-family:var(--font-inria-serif), "Georgia", serif;text-align:center;color:#1a2a3a;margin:0 0 48px;font-size:2rem;font-weight:700}.FoundersSection-module__KAOjTa__row{grid-template-columns:1fr 1.1fr;align-items:center;gap:0;display:grid}.FoundersSection-module__KAOjTa__imageCol{border-radius:16px;position:relative;overflow:hidden}.FoundersSection-module__KAOjTa__imageCol:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#faf7f4);width:48%;position:absolute;top:0;bottom:0;right:0}.FoundersSection-module__KAOjTa__image{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:460px;display:block}.FoundersSection-module__KAOjTa__textCol{flex-direction:column;gap:20px;padding-left:clamp(12px,1vw,24px);display:flex}.FoundersSection-module__KAOjTa__mono{font-family:var(--font-inter), sans-serif;color:#1a2a3a;margin:0;font-size:clamp(.95rem,1.3vw,1.05rem);font-style:italic;font-weight:400;line-height:1.75}.FoundersSection-module__KAOjTa__body{color:#333;font-size:1rem;line-height:1.75;font-family:var(--font-inter), sans-serif;margin:0}.FoundersSection-module__KAOjTa__ending{word-break:break-word;word-spacing:normal;-webkit-hyphens:auto;hyphens:auto;font-style:normal;font-weight:400}.FoundersSection-module__KAOjTa__highlight{color:#0052cc;font-style:italic;font-weight:600}@media (max-width:1024px){.FoundersSection-module__KAOjTa__section{padding:60px 32px}.FoundersSection-module__KAOjTa__row{grid-template-columns:1fr 1fr;gap:0}.FoundersSection-module__KAOjTa__image{min-height:380px}.FoundersSection-module__KAOjTa__title{font-size:1.75rem}}@media (max-width:768px){.FoundersSection-module__KAOjTa__section{padding:60px 20px}.FoundersSection-module__KAOjTa__row{grid-template-columns:1fr;gap:32px}.FoundersSection-module__KAOjTa__imageCol:after{width:30%}.FoundersSection-module__KAOjTa__image{min-height:300px}.FoundersSection-module__KAOjTa__textCol{padding-left:0}.FoundersSection-module__KAOjTa__title{font-size:1.5rem}}
.WithdrawalHero-module__-MNbFa__hero{background:#fff;border-bottom:1px solid #f0f0f0;padding:90px 40px}.WithdrawalHero-module__-MNbFa__heroInner{align-items:flex-start;gap:72px;min-width:0;max-width:1200px;margin:0 auto;display:flex}.WithdrawalHero-module__-MNbFa__heroContent{flex-direction:column;flex:1 1 0;gap:0;min-width:0;max-width:580px;display:flex}.WithdrawalHero-module__-MNbFa__hero h1{color:#000;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.18;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 20px}.WithdrawalHero-module__-MNbFa__subtitle{color:#4d5559;font-size:clamp(14px,1.15vw,16px);line-height:1.7;font-family:var(--font-inter), sans-serif;max-width:540px;margin:0 0 32px}.WithdrawalHero-module__-MNbFa__ctaRow{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.WithdrawalHero-module__-MNbFa__ctaPrimary{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 36px;text-decoration:none;transition:background-color .25s;display:inline-flex}.WithdrawalHero-module__-MNbFa__ctaPrimary:hover{background:var(--primary-blue-hover)}.WithdrawalHero-module__-MNbFa__consultLink{align-items:center;gap:16px;display:flex}.WithdrawalHero-module__-MNbFa__divider{background:#d0d5dd;flex-shrink:0;width:2px;height:44px}.WithdrawalHero-module__-MNbFa__consultLabel{color:#4d5559;font-size:14px;font-family:var(--font-inter), sans-serif;margin-bottom:2px;display:block}.WithdrawalHero-module__-MNbFa__consultAnchor{color:var(--primary-blue);font-size:15px;font-weight:600;font-family:var(--font-inter), sans-serif;text-decoration:none;transition:color .2s;position:relative}.WithdrawalHero-module__-MNbFa__consultAnchor:hover{color:#000;filter:blur(.3px)}.WithdrawalHero-module__-MNbFa__consultAnchor:after{content:"";background:var(--primary-blue);width:0%;height:2px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.WithdrawalHero-module__-MNbFa__consultAnchor:hover:after{width:100%}.WithdrawalHero-module__-MNbFa__heroImage{flex:420px;justify-content:flex-start;align-items:flex-start;width:100%;min-width:0;max-width:500px;display:flex}.WithdrawalHero-module__-MNbFa__heroImg{object-fit:cover;border-radius:16px;width:100%;height:auto;display:block}.WithdrawalHero-module__-MNbFa__inlineStats{align-items:flex-start;gap:24px;margin-top:32px;display:flex}.WithdrawalHero-module__-MNbFa__inlineStatItem{flex-wrap:wrap;flex:1;align-items:flex-start;gap:6px;min-width:140px;display:flex}.WithdrawalHero-module__-MNbFa__statIcon{color:var(--primary-blue);flex-shrink:0;font-size:16px;line-height:1.3}.WithdrawalHero-module__-MNbFa__statValue{color:#000;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;white-space:nowrap;flex-shrink:0}.WithdrawalHero-module__-MNbFa__statLabel{color:#4d5559;font-size:13px;font-family:var(--font-inter), sans-serif;white-space:nowrap;flex-basis:100%}@media (max-width:900px){.WithdrawalHero-module__-MNbFa__heroInner{flex-direction:column;gap:32px}.WithdrawalHero-module__-MNbFa__heroContent,.WithdrawalHero-module__-MNbFa__heroImage{max-width:100%}}@media (max-width:768px){.WithdrawalHero-module__-MNbFa__hero{padding:40px 20px 48px}.WithdrawalHero-module__-MNbFa__heroInner{flex-direction:column;gap:32px}.WithdrawalHero-module__-MNbFa__heroImage{flex:none;order:-1;width:100%}.WithdrawalHero-module__-MNbFa__subtitle{max-width:100%}.WithdrawalHero-module__-MNbFa__ctaRow{flex-direction:column;align-items:flex-start;gap:16px}.WithdrawalHero-module__-MNbFa__ctaPrimary{text-align:center;width:100%}.WithdrawalHero-module__-MNbFa__inlineStats{gap:20px}}@media (max-width:480px){.WithdrawalHero-module__-MNbFa__hero{padding:32px 16px 40px}.WithdrawalHero-module__-MNbFa__hero h1{margin:0 0 16px;font-size:26px}.WithdrawalHero-module__-MNbFa__subtitle{margin:0 0 24px;font-size:14px;line-height:1.6}.WithdrawalHero-module__-MNbFa__ctaRow{flex-direction:column;align-items:stretch;gap:16px;width:100%}.WithdrawalHero-module__-MNbFa__ctaPrimary{width:100%;padding:13px 24px;font-size:15px}.WithdrawalHero-module__-MNbFa__consultLink{border-left:3px solid var(--primary-blue);flex-direction:column;align-items:flex-start;gap:8px;padding-left:12px}.WithdrawalHero-module__-MNbFa__divider{display:none}.WithdrawalHero-module__-MNbFa__consultLabel{margin-bottom:0;font-size:13px}.WithdrawalHero-module__-MNbFa__consultAnchor{font-size:14px}.WithdrawalHero-module__-MNbFa__inlineStats{flex-flow:wrap;gap:16px;width:100%;margin-top:24px}.WithdrawalHero-module__-MNbFa__inlineStatItem{gap:5px}.WithdrawalHero-module__-MNbFa__statValue,.WithdrawalHero-module__-MNbFa__statLabel{font-size:12px}}
.TrustedBy-module__VJPGEq__trustedBy{background:#f4f5f4;width:100%}.TrustedBy-module__VJPGEq__borderWrap{box-sizing:border-box;border-top:1px solid #444;border-bottom:1px solid #444;width:calc(100% - 32px);max-width:1400px;margin:0 auto;padding:20px clamp(12px,2vw,20px)}.TrustedBy-module__VJPGEq__inner{max-width:1200px;margin:0 auto}.TrustedBy-module__VJPGEq__topRow{align-items:flex-start;gap:36px;padding-top:10px;display:flex}.TrustedBy-module__VJPGEq__label{color:#000;letter-spacing:1.5px;text-transform:uppercase;font-size:20px;font-weight:400;font-family:var(--font-inter), sans-serif;flex-shrink:0;padding-top:8px;line-height:1.4}.TrustedBy-module__VJPGEq__labelBreak{display:block}.TrustedBy-module__VJPGEq__logos{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:18px 28px;min-width:0;display:flex}.TrustedBy-module__VJPGEq__logo{object-fit:contain;flex-shrink:1;max-width:100%;height:auto;max-height:55px}.TrustedBy-module__VJPGEq__logoW65{width:clamp(48px,7vw,65px);height:auto}.TrustedBy-module__VJPGEq__logoW80{width:clamp(56px,8vw,80px);height:auto}.TrustedBy-module__VJPGEq__logoW100{width:clamp(68px,10vw,100px);height:auto}.TrustedBy-module__VJPGEq__logoW150{width:clamp(96px,14vw,150px);height:auto}.TrustedBy-module__VJPGEq__logoReliance{max-height:60px;width:90px!important;height:auto!important}.TrustedBy-module__VJPGEq__tagline{text-align:center;color:#2f2f2f;font-size:18px;font-family:var(--font-inter), sans-serif;margin-top:16px;font-weight:400;line-height:1.4}.TrustedBy-module__VJPGEq__tagline strong{color:#222;font-weight:700}@media (max-width:1024px){.TrustedBy-module__VJPGEq__trustedBy{padding:24px 28px}.TrustedBy-module__VJPGEq__logos{gap:30px}.TrustedBy-module__VJPGEq__logo{max-height:40px}.TrustedBy-module__VJPGEq__logoReliance{height:auto;max-height:45px;width:70px!important}}@media (max-width:768px){.TrustedBy-module__VJPGEq__trustedBy{padding:0}.TrustedBy-module__VJPGEq__borderWrap{margin:0 28px;padding:12px 0}.TrustedBy-module__VJPGEq__topRow{flex-direction:column;align-items:center;gap:8px;padding-top:0}.TrustedBy-module__VJPGEq__label{text-align:center;white-space:normal;letter-spacing:1.5px;padding-top:0;font-size:12px}.TrustedBy-module__VJPGEq__labelBreak{display:block}.TrustedBy-module__VJPGEq__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 14px;padding:0;display:flex}.TrustedBy-module__VJPGEq__logo{object-fit:contain;object-position:center;flex-shrink:1;max-width:min(22vw,84px);height:16px;width:auto!important}.TrustedBy-module__VJPGEq__logoReliance{height:22px}.TrustedBy-module__VJPGEq__tagline{margin-top:8px;font-size:11px}}
.MissionVision-module__-syKlq__section{background:#e8ecf0;padding:72px 60px}.MissionVision-module__-syKlq__inner{max-width:900px;margin:0 auto}.MissionVision-module__-syKlq__title{font-family:var(--font-inria-serif), "Georgia", serif;text-align:center;color:#1a2a3a;margin:0 0 24px;font-size:2rem;font-weight:700}.MissionVision-module__-syKlq__intro{color:#333;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 0 24px}.MissionVision-module__-syKlq__list{flex-direction:column;gap:8px;margin:0 0 28px;padding-left:0;list-style:none;display:flex}.MissionVision-module__-syKlq__list li{color:#333;font-size:.95rem;line-height:1.65;font-family:var(--font-inter), sans-serif;padding-left:28px;position:relative}.MissionVision-module__-syKlq__list li:before{content:"→";color:var(--primary-blue,#2563eb);font-size:1rem;font-weight:700;position:absolute;left:0}.MissionVision-module__-syKlq__closing{color:#333;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0}@media (max-width:768px){.MissionVision-module__-syKlq__section{padding:48px 20px}.MissionVision-module__-syKlq__title{font-size:1.5rem}}
.Hero-module__dGmpaG__heroSection{background-color:#f8f9fa;background-image:url(/hero1.png);background-position:100%;background-repeat:no-repeat;background-size:cover;width:100vw;max-width:100%;padding:2rem 1.5rem 4rem;overflow-x:hidden}.Hero-module__dGmpaG__container{width:100%;max-width:1200px;margin:0 auto}.Hero-module__dGmpaG__mainGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.Hero-module__dGmpaG__mainGrid{grid-template-columns:1.1fr .9fr;gap:4rem}}.Hero-module__dGmpaG__leftColumn{flex-direction:column;display:flex}.Hero-module__dGmpaG__tagList,.Hero-module__dGmpaG__subtitle,.Hero-module__dGmpaG__buttonGroup,.Hero-module__dGmpaG__supportSection,.Hero-module__dGmpaG__card{font-family:system-ui,-apple-system,sans-serif!important}.Hero-module__dGmpaG__tagList{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.Hero-module__dGmpaG__tag{color:#4b5563;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__dGmpaG__tagDot{background-color:#0d6efd;border-radius:50%;width:6px;height:6px}.Hero-module__dGmpaG__title{color:#111827;letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.2;font-family:Playfair Display,Lora,Georgia,serif!important;font-weight:500!important}.Hero-module__dGmpaG__subtitle{color:#4b5563;margin:0 0 3rem;font-size:1rem;line-height:1.6;max-width:100%!important}.Hero-module__dGmpaG__buttonGroup{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__dGmpaG__primaryBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:9999px;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #2563eb33}.Hero-module__dGmpaG__primaryBtn:hover{background-color:#1d4ed8;transform:scale(1.03)translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}.Hero-module__dGmpaG__supportSection{margin-top:1rem}.Hero-module__dGmpaG__supportLabel{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.Hero-module__dGmpaG__supportGrid{white-space:nowrap;flex-wrap:nowrap;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Hero-module__dGmpaG__supportItem{color:#4b5563;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;display:flex}.Hero-module__dGmpaG__checkIcon{color:#64748b;background-color:#0000;border:1.5px solid #64748b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:2px;display:flex}.Hero-module__dGmpaG__card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0f172a0d,0 2px 4px -1px #0f172a08;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s!important}.Hero-module__dGmpaG__card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0f172a14,0 8px 10px -6px #0f172a0a}.Hero-module__dGmpaG__cardHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Hero-module__dGmpaG__cardTitleWrap{align-items:center;gap:.5rem;display:flex}.Hero-module__dGmpaG__greenDot{background-color:#10b981;border-radius:50%;width:8px;height:8px}.Hero-module__dGmpaG__cardTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Hero-module__dGmpaG__workflowList{flex-direction:column;gap:1.5rem;display:flex;position:relative}.Hero-module__dGmpaG__step{z-index:1;gap:1rem;display:flex;position:relative}.Hero-module__dGmpaG__step:not(:last-child):before{content:"";z-index:-1;background-color:#e5e7eb;width:2px;position:absolute;top:32px;bottom:-1.5rem;left:15px}.Hero-module__dGmpaG__stepIcon{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;position:relative}.Hero-module__dGmpaG__stepActive{color:#fff;background-color:#1e3a8a}.Hero-module__dGmpaG__stepPending{color:#6b7280;background-color:#f3f4f6}.Hero-module__dGmpaG__stepContent{flex-grow:1}.Hero-module__dGmpaG__stepTitle{color:#111827;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.Hero-module__dGmpaG__stepDesc{color:#6b7280;margin:0;font-size:.875rem}.Hero-module__dGmpaG__cardFooter{border-top:1px solid #f3f4f6;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;display:flex}.Hero-module__dGmpaG__footerItem{color:#10b981;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.Hero-module__dGmpaG__footerIcon{width:14px;height:14px}@media (max-width:991px){.Hero-module__dGmpaG__heroSection{background-position:top!important;padding:2.5rem 1rem 3rem!important}.Hero-module__dGmpaG__mainGrid{gap:2.5rem!important}}@media (max-width:768px){.Hero-module__dGmpaG__heroSection{background-position:55% 0!important}.Hero-module__dGmpaG__supportGrid{white-space:normal!important;flex-wrap:wrap!important;gap:1rem!important}.Hero-module__dGmpaG__title{font-size:2.1rem!important}.Hero-module__dGmpaG__buttonGroup{margin-bottom:4.5rem!important}.Hero-module__dGmpaG__card{padding:1.5rem!important}.Hero-module__dGmpaG__cardFooter{flex-direction:column!important;align-items:flex-start!important;gap:1.35rem!important}.Hero-module__dGmpaG__tagList{grid-template-columns:auto auto!important;justify-content:start!important;gap:.5rem!important;margin-bottom:1.75rem!important;display:grid!important}.Hero-module__dGmpaG__tag{margin:0!important}}
.AuditTestimonials-module__Ln3Vca__testimonials{background:linear-gradient(135deg,#fafbfc 0%,#f0f4f8 100%);padding:64px 40px 48px}.AuditTestimonials-module__Ln3Vca__content{max-width:1200px;margin:0 auto}.AuditTestimonials-module__Ln3Vca__sectionTitle{color:#000;text-align:center;font-size:36px;font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:52px}.AuditTestimonials-module__Ln3Vca__titleUnderline{text-underline-offset:4px;text-decoration:underline}.AuditTestimonials-module__Ln3Vca__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}.AuditTestimonials-module__Ln3Vca__testimonialCard{background:#f2f2f2;border-radius:16px;flex-direction:column;gap:8px;padding:24px 22px;display:flex;position:relative}.AuditTestimonials-module__Ln3Vca__linkedInBadge{justify-content:center;align-items:center;display:flex;position:absolute;top:14px;left:14px}.AuditTestimonials-module__Ln3Vca__cardHeader{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.AuditTestimonials-module__Ln3Vca__avatar{color:#fff;width:42px;height:42px;font-size:18px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AuditTestimonials-module__Ln3Vca__avatarImg{object-fit:cover;border-radius:50%;width:70px;height:70px}.AuditTestimonials-module__Ln3Vca__cardTop{flex-direction:column;flex:1;gap:2px;display:flex}.AuditTestimonials-module__Ln3Vca__reviewerName{color:#000;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__reviewerMeta{color:#4d5559;font-size:13px;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__reviewDate{color:gray;font-size:12px;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__issueTag{color:#000;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;margin-top:4px}.AuditTestimonials-module__Ln3Vca__reviewText{color:#4d5559;font-size:14px;line-height:1.7;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__readMore{color:var(--primary-blue);font-size:12px;font-weight:600;font-family:var(--font-inter), sans-serif;text-align:center;margin-top:4px;text-decoration:none}.AuditTestimonials-module__Ln3Vca__readMore:hover{text-decoration:underline}.AuditTestimonials-module__Ln3Vca__seeMoreRow{justify-content:center;margin-top:12px;display:flex}.AuditTestimonials-module__Ln3Vca__seeMoreBtn{color:#222;min-height:50px;font-size:16px;font-weight:600;font-family:var(--font-inter), sans-serif;background:#fff;border:2px solid #333;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.AuditTestimonials-module__Ln3Vca__seeMoreBtn:hover{background:#f5f5f5;transform:translateY(-1px)}.AuditTestimonials-module__Ln3Vca__moreSection{background:#fff;border-top:1px solid #eee;padding:72px 40px}.AuditTestimonials-module__Ln3Vca__moreInner{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:800px;margin:0 auto;display:flex}.AuditTestimonials-module__Ln3Vca__moreTitle{color:#000;font-size:28px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;line-height:1.4}.AuditTestimonials-module__Ln3Vca__visitBtn{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .3s;display:inline-flex}.AuditTestimonials-module__Ln3Vca__blueWord{color:var(--primary-blue)}.AuditTestimonials-module__Ln3Vca__visitBtn:hover{background:var(--primary-blue-hover)}@media (max-width:900px){.AuditTestimonials-module__Ln3Vca__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AuditTestimonials-module__Ln3Vca__testimonials{padding:50px 20px 40px}.AuditTestimonials-module__Ln3Vca__moreSection{padding:40px 20px}.AuditTestimonials-module__Ln3Vca__sectionTitle{font-size:28px}.AuditTestimonials-module__Ln3Vca__moreTitle{font-size:20px}.AuditTestimonials-module__Ln3Vca__testimonialsGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:4px 20px 16px;display:flex;overflow-x:auto}.AuditTestimonials-module__Ln3Vca__testimonialsGrid::-webkit-scrollbar{display:none}.AuditTestimonials-module__Ln3Vca__testimonialCard{scroll-snap-align:start;flex:0 0 85%}.AuditTestimonials-module__Ln3Vca__seeMoreBtn{background:var(--primary-blue);color:#fff;border:none}.AuditTestimonials-module__Ln3Vca__seeMoreBtn:hover{background:var(--primary-blue-hover)}}
.Hero-module__GbZKOW__hero{background:#f9fafb;align-items:center;min-height:clamp(620px,62vw,460px);display:flex;position:relative;overflow:hidden}.Hero-module__GbZKOW__heroImageWrapper{z-index:0;width:62%;height:100%;position:absolute;top:0;right:0}.Hero-module__GbZKOW__heroImage{object-fit:cover;object-position:center center}.Hero-module__GbZKOW__heroImageWrapper:before{content:"";z-index:1;background:linear-gradient(90deg,#f9fafb 0%,#f9fafb00 30%);position:absolute;inset:0}.Hero-module__GbZKOW__heroInner{z-index:2;width:100%;max-width:1300px;margin:0 auto;padding:clamp(48px,6vw,80px) clamp(16px,2vw,35px);position:relative}.Hero-module__GbZKOW__heroContent{flex-direction:column;max-width:650px;animation:.8s cubic-bezier(.16,1,.3,1) forwards Hero-module__GbZKOW__fadeUp;display:flex}.Hero-module__GbZKOW__heroh1{color:#111827;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.18;font-family:var(--font-inria-serif), "Georgia", serif;text-wrap:balance;margin:0 0 16px}.Hero-module__GbZKOW__subtitle{color:#4b5563;font-size:clamp(14px,1.15vw,16px);line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 0 45px}.Hero-module__GbZKOW__ctaRow{align-items:center;gap:16px;display:flex}.Hero-module__GbZKOW__ctaPrimary{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 36px;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex}.Hero-module__GbZKOW__ctaPrimary:hover{background:var(--primary-blue-hover);transform:translateY(-3px);box-shadow:0 10px 20px #00000026}@media (max-width:768px){.Hero-module__GbZKOW__hero{min-height:unset;padding-bottom:0}.Hero-module__GbZKOW__heroInner{flex-direction:column;padding:36px 20px 0;display:flex}.Hero-module__GbZKOW__heroContent{max-width:100%}.Hero-module__GbZKOW__heroImageWrapper{width:100%;height:260px;margin-top:24px;position:relative;top:auto;right:auto}.Hero-module__GbZKOW__heroImageWrapper:before{background:linear-gradient(#f9fafbcc 0%,#f9fafb00 40%)}.Hero-module__GbZKOW__heroh1{font-size:28px}.Hero-module__GbZKOW__subtitle{font-size:14px}.Hero-module__GbZKOW__ctaPrimary{justify-content:center;width:100%}}@keyframes Hero-module__GbZKOW__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Statistics-module__u5UXla__statistics{text-align:center;background:#d4e6fc;padding:clamp(56px,7vw,100px) clamp(24px,5vw,60px);position:relative;overflow:hidden}.Statistics-module__u5UXla__statisticsContent{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Statistics-module__u5UXla__statsTitle{color:#000;font-size:clamp(28px,3.2vw,44px);font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 clamp(28px,4vw,48px);line-height:1.2}.Statistics-module__u5UXla__statsSubtitle{color:#575757;font-size:clamp(15px,1.5vw,20px);font-weight:400;font-family:var(--font-inter), sans-serif;margin:0 0 10px}.Statistics-module__u5UXla__statsBanner{color:#475569;font-size:clamp(15px,1.3vw,18px);font-style:italic;line-height:1.7;font-family:var(--font-inria-serif), "Georgia", serif;max-width:1200px;margin:clamp(28px,4vw,48px) auto 0}.Statistics-module__u5UXla__statsGridWrapper{position:relative}.Statistics-module__u5UXla__leafLeft{opacity:.7;pointer-events:none;z-index:0;will-change:transform;mix-blend-mode:multiply;width:280px;height:auto;transition:transform .3s ease-out;position:absolute;top:-320px;left:-220px;transform:translateY(0)}.Statistics-module__u5UXla__leafRight{opacity:.7;pointer-events:none;z-index:0;will-change:transform;mix-blend-mode:multiply;width:280px;height:auto;transition:transform .3s ease-out;position:absolute;top:-320px;right:-220px;transform:translateY(0)}.Statistics-module__u5UXla__inner:hover .Statistics-module__u5UXla__leafLeft{transform:translateY(-15px)translate(-10px)scale(1.05)}.Statistics-module__u5UXla__inner:hover .Statistics-module__u5UXla__leafRight{transform:translateY(-15px)translate(10px)scale(1.05)}.Statistics-module__u5UXla__statsGrid{z-index:1;grid-template-columns:2fr 1fr 1fr;align-items:stretch;gap:18px;display:grid;position:relative}.Statistics-module__u5UXla__statCard{border-radius:2.5px;flex-direction:column;justify-content:flex-end;min-height:200px;display:flex;position:relative;overflow:hidden}.Statistics-module__u5UXla__statTextWrapper{z-index:2;padding:24px 28px 22px;position:relative}.Statistics-module__u5UXla__statCardFirst{text-align:left;background:#e6f5fe}.Statistics-module__u5UXla__statCardFirst .Statistics-module__u5UXla__statValue{color:#111}.Statistics-module__u5UXla__statCardFirst .Statistics-module__u5UXla__statLabel{color:#555}.Statistics-module__u5UXla__statCardOther{text-align:center;background:#eff0ef;justify-content:center}.Statistics-module__u5UXla__statCardOther .Statistics-module__u5UXla__statTextWrapper{padding:32px 24px}.Statistics-module__u5UXla__statCardOther .Statistics-module__u5UXla__statValue{color:#111}.Statistics-module__u5UXla__statCardOther .Statistics-module__u5UXla__statLabel{color:#666}.Statistics-module__u5UXla__statValue{font-size:36px;font-weight:400;line-height:1.1;font-family:var(--font-inter), sans-serif;min-height:1.1em;margin:0 0 8px}.Statistics-module__u5UXla__statLabel{font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;margin:0}.Statistics-module__u5UXla__starsRow{color:#f4b400;letter-spacing:3px;margin:0 0 8px;font-size:clamp(22px,2.5vw,32px);line-height:1}.Statistics-module__u5UXla__starsText{color:#666;font-size:14px;font-weight:700;line-height:1.3;font-family:var(--font-inter), sans-serif;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.Statistics-module__u5UXla__blueLine{z-index:2;background:#3b6fe8;border-radius:0;width:75%;height:6px;position:absolute;bottom:0;left:0}.Statistics-module__u5UXla__chartSvg{z-index:1;opacity:.32;width:76%;height:100%;position:absolute;bottom:0;right:0}@media (max-width:1024px){.Statistics-module__u5UXla__statsGrid{grid-template-columns:repeat(3,1fr)}.Statistics-module__u5UXla__statValue{font-size:28px}.Statistics-module__u5UXla__leafLeft{width:160px;left:-160px}.Statistics-module__u5UXla__leafRight{width:160px;right:-160px}}@media (max-width:768px){.Statistics-module__u5UXla__statsGrid{grid-template-columns:1fr;gap:12px}.Statistics-module__u5UXla__statCard{min-height:120px}.Statistics-module__u5UXla__statCardOther{text-align:left}.Statistics-module__u5UXla__statValue{font-size:30px}.Statistics-module__u5UXla__leafLeft{width:120px;left:-100px}.Statistics-module__u5UXla__leafRight{width:120px;right:-100px}}
.OurValues-module__E_jjma__section{text-align:center;background:#fff;padding:80px 60px;position:relative;overflow:hidden}.OurValues-module__E_jjma__leafRight{opacity:.62;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:170px;height:auto;transition:transform .4s;position:absolute;top:8px;right:8px;transform:rotate(8deg)}.OurValues-module__E_jjma__section:hover .OurValues-module__E_jjma__leafRight{transform:rotate(8deg)translateY(-4px)}.OurValues-module__E_jjma__section>:not(.OurValues-module__E_jjma__leafRight){z-index:1;position:relative}.OurValues-module__E_jjma__title{font-family:var(--font-inria-serif), "Georgia", serif;color:#1a2a3a;margin:0 0 16px;font-size:2rem;font-weight:700}.OurValues-module__E_jjma__subtitle{color:#555;max-width:700px;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 auto 48px}.OurValues-module__E_jjma__grid{flex-wrap:wrap;justify-content:center;gap:48px;max-width:1100px;margin:0 auto 48px;display:flex}.OurValues-module__E_jjma__card{flex-direction:column;flex:0 0 280px;align-items:center;display:flex}.OurValues-module__E_jjma__circle{border-radius:50%;width:250px;height:250px;margin-bottom:24px;overflow:hidden}.OurValues-module__E_jjma__circle img{object-fit:cover;width:100%;height:100%;display:block}.OurValues-module__E_jjma__valueName{font-family:var(--font-inria-serif), "Georgia", serif;color:#1a1a1a;margin:0 0 12px;font-size:1.35rem;font-weight:700}.OurValues-module__E_jjma__valueDesc{color:#555;text-align:center;white-space:pre-line;font-size:.95rem;line-height:1.65;font-family:var(--font-inter), sans-serif}.OurValues-module__E_jjma__quoteBanner{background:#e8ecf0;border-radius:16px;max-width:1120px;margin:0 auto;padding:32px 48px}.OurValues-module__E_jjma__quoteBanner p{color:#1a2a3a;font-size:1.05rem;line-height:1.7;font-family:var(--font-inter), sans-serif;white-space:nowrap;margin:0}.OurValues-module__E_jjma__quoteBanner strong{font-weight:700}@media (max-width:768px){.OurValues-module__E_jjma__section{padding:48px 20px}.OurValues-module__E_jjma__title{font-size:1.5rem}.OurValues-module__E_jjma__circle{width:200px;height:200px}.OurValues-module__E_jjma__quoteBanner{padding:24px 20px}.OurValues-module__E_jjma__quoteBanner p{white-space:normal}}@media (max-width:480px){.OurValues-module__E_jjma__section{padding:40px 16px}.OurValues-module__E_jjma__grid{gap:32px}.OurValues-module__E_jjma__card{flex:0 0 100%}.OurValues-module__E_jjma__circle{width:180px;height:180px}.OurValues-module__E_jjma__title{font-size:1.35rem}.OurValues-module__E_jjma__quoteBanner{padding:20px 16px}.OurValues-module__E_jjma__quoteBanner p{font-size:.9rem}}
.Situation-module__mIaLUG__section{background:#dbeafe;border-top:1px solid #bfdbfe;padding:4.9rem 1.5rem 4.5rem}.Situation-module__mIaLUG__container{max-width:1280px;margin:0 auto}.Situation-module__mIaLUG__header span{color:#9aa9bc;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.85rem;display:block;font:600 .86rem/1 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__header{text-align:center;margin:0 auto 4.7rem;max-width:1100px!important}.Situation-module__mIaLUG__header h2{color:#111827;letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12;font-family:Playfair Display,Lora,Georgia,serif!important;font-weight:500!important}.Situation-module__mIaLUG__header p{color:#4b5563;margin:0 auto;max-width:100%!important;font:400 1.05rem/1.45 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.55rem;max-width:1120px;margin:0 auto;display:grid}.Situation-module__mIaLUG__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-height:256px;padding:1.8rem 1.75rem 1.55rem;display:flex;box-shadow:0 4px 6px -1px #0f172a0d,0 2px 4px -1px #0f172a08;font-family:system-ui,-apple-system,sans-serif!important;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s!important}.Situation-module__mIaLUG__card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0f172a14,0 8px 10px -6px #0f172a0a}.Situation-module__mIaLUG__darkCard{color:#fff;background:#1e3a8a;border-color:#1e3a8a}.Situation-module__mIaLUG__darkCard:hover{border-color:#2563eb}.Situation-module__mIaLUG__number{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.7rem;display:inline-flex;font:600 .95rem/1 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__red{color:#ef3340;background:#fff0f1}.Situation-module__mIaLUG__amber{color:#f59e0b;background:#fff8df}.Situation-module__mIaLUG__slate{color:#4b5563;background:#f3f4f6}.Situation-module__mIaLUG__dark{color:#fff;background:#ffffff26}.Situation-module__mIaLUG__card h3{color:#111827;letter-spacing:0;margin:0 0 .85rem;font-size:1.24rem;line-height:1.34;font-family:system-ui,-apple-system,sans-serif!important;font-weight:600!important}.Situation-module__mIaLUG__darkCard h3{color:#fff}.Situation-module__mIaLUG__card p{color:#4b5563;margin:0;font:400 .95rem/1.5 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__darkCard p{color:#bfdbfe}.Situation-module__mIaLUG__card a{color:#0d6efd;white-space:nowrap;align-items:center;margin-top:auto;padding-top:1.55rem;text-decoration:none;display:inline-flex;font:600 .9rem/1.2 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__darkCard a{color:#fff}.Situation-module__mIaLUG__card a span{margin-left:.25rem}@media (max-width:1050px){.Situation-module__mIaLUG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Situation-module__mIaLUG__section{padding:3.5rem 1rem}.Situation-module__mIaLUG__header{margin-bottom:2.25rem}.Situation-module__mIaLUG__header h2{font-size:1.9rem}.Situation-module__mIaLUG__header p{font-size:1rem}.Situation-module__mIaLUG__grid{grid-template-columns:1fr}}
.PFServiceTypes-module__UVawhG__section{background:linear-gradient(135deg,#f0f4ff 0%,#fff 100%);padding:clamp(56px,6vw,88px) clamp(16px,4vw,48px);position:relative;overflow:hidden}.PFServiceTypes-module__UVawhG__leafTopLeft,.PFServiceTypes-module__UVawhG__leafTopRight{pointer-events:none;opacity:1.3;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);z-index:0;width:240px;height:auto;transition:transform .3s ease-out;position:absolute}.PFServiceTypes-module__UVawhG__leafTopLeft{top:-90px;left:40px;transform:rotate(-15deg)}.PFServiceTypes-module__UVawhG__leafTopRight{top:-90px;right:40px;transform:scaleX(-1)rotate(-15deg)}.PFServiceTypes-module__UVawhG__section:hover .PFServiceTypes-module__UVawhG__leafTopLeft{transform:rotate(-15deg)translateY(-10px)translate(-8px)scale(1.05)}.PFServiceTypes-module__UVawhG__section:hover .PFServiceTypes-module__UVawhG__leafTopRight{transform:scaleX(-1)rotate(-15deg)translateY(-10px)translate(8px)scale(1.05)}.PFServiceTypes-module__UVawhG__inner{z-index:1;max-width:1160px;margin:0 auto;position:relative}.PFServiceTypes-module__UVawhG__header{text-align:center;margin-bottom:48px}.PFServiceTypes-module__UVawhG__header h2{color:#000;font-size:clamp(26px,3vw,40px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:12px}.PFServiceTypes-module__UVawhG__header p{color:#4d5559;font-size:clamp(14px,1.1vw,16px);line-height:1.6;font-family:var(--font-inter), sans-serif;max-width:560px;margin:0 auto}.PFServiceTypes-module__UVawhG__grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.PFServiceTypes-module__UVawhG__cardRoutine{background:linear-gradient(135deg,#f0f4ff 0%,#fff 100%);border:2px solid #d6e4ff;border-radius:20px;padding:36px 32px;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.PFServiceTypes-module__UVawhG__cardRoutine:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#2e61e10a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.PFServiceTypes-module__UVawhG__cardRoutine:hover{border-color:#b3d4ff;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 40px #2e61e126}.PFServiceTypes-module__UVawhG__cardRoutine:hover:before{opacity:1}.PFServiceTypes-module__UVawhG__cardAdvanced{background:linear-gradient(135deg,#fff5f0 0%,#fff 100%);border:2px solid #ffe4d6;border-radius:20px;padding:36px 32px;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.PFServiceTypes-module__UVawhG__cardAdvanced:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ff98000a 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.PFServiceTypes-module__UVawhG__cardAdvanced:hover{border-color:#ffc9a3;transform:translateY(-8px)scale(1.02);box-shadow:0 12px 40px #ff980026}.PFServiceTypes-module__UVawhG__cardAdvanced:hover:before{opacity:1}.PFServiceTypes-module__UVawhG__cardTitle{font-size:20px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;align-items:center;gap:12px;margin-bottom:28px;display:flex}.PFServiceTypes-module__UVawhG__cardRoutine .PFServiceTypes-module__UVawhG__cardTitle,.PFServiceTypes-module__UVawhG__cardAdvanced .PFServiceTypes-module__UVawhG__cardTitle{color:#121f34}.PFServiceTypes-module__UVawhG__cardIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.PFServiceTypes-module__UVawhG__cardRoutine .PFServiceTypes-module__UVawhG__cardIcon{background:#d6e4ff;transition:all .3s}.PFServiceTypes-module__UVawhG__cardRoutine:hover .PFServiceTypes-module__UVawhG__cardIcon{background:#b3d4ff;transform:scale(1.1)}.PFServiceTypes-module__UVawhG__cardAdvanced .PFServiceTypes-module__UVawhG__cardIcon{background:#ffe4d6;transition:all .3s}.PFServiceTypes-module__UVawhG__cardAdvanced:hover .PFServiceTypes-module__UVawhG__cardIcon{background:#ffc9a3;transform:scale(1.1)}.PFServiceTypes-module__UVawhG__itemList{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.PFServiceTypes-module__UVawhG__item{font-size:14px;line-height:1.5;font-family:var(--font-inter), sans-serif;align-items:flex-start;gap:10px;display:flex}.PFServiceTypes-module__UVawhG__cardRoutine .PFServiceTypes-module__UVawhG__item,.PFServiceTypes-module__UVawhG__cardAdvanced .PFServiceTypes-module__UVawhG__item{color:#333}.PFServiceTypes-module__UVawhG__checkIcon{flex-shrink:0;width:20px;height:20px;margin-top:1px}@media (max-width:768px){.PFServiceTypes-module__UVawhG__grid{grid-template-columns:1fr}}
.HomeFAQ-module__5ePzua__section{background:#eef1f4;padding:clamp(48px,6vw,80px) clamp(16px,4vw,40px) 48px}.HomeFAQ-module__5ePzua__content{max-width:900px;margin:0 auto}.HomeFAQ-module__5ePzua__header{text-align:center;margin-bottom:48px}.HomeFAQ-module__5ePzua__header h2{color:#000;font-size:clamp(28px,3.2vw,44px);font-weight:700;line-height:1.3;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:0}.HomeFAQ-module__5ePzua__faqCard{background:#fff;border-radius:20px;padding:32px 48px;overflow:hidden}.HomeFAQ-module__5ePzua__faqList{flex-direction:column;gap:0;display:flex}.HomeFAQ-module__5ePzua__faqItem{border-bottom:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__faqItem:first-child{border-top:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__faqItem:last-child{border-bottom:none}.HomeFAQ-module__5ePzua__faqQuestion{text-align:left;color:#111;width:100%;font-size:16px;font-weight:500;font-family:var(--font-inter), sans-serif;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 8px;transition:color .2s;display:flex}.HomeFAQ-module__5ePzua__faqQuestion:hover,.HomeFAQ-module__5ePzua__open .HomeFAQ-module__5ePzua__faqQuestion{color:var(--primary-blue)}.HomeFAQ-module__5ePzua__chevron{border-bottom:2px solid #999;border-right:2px solid #999;flex-shrink:0;width:9px;height:9px;margin-bottom:0;transition:transform .4s cubic-bezier(.4,0,.2,1),border-color .3s;display:inline-block;transform:rotate(45deg)}.HomeFAQ-module__5ePzua__chevronOpen{border-color:var(--primary-blue);transform:rotate(-135deg)}.HomeFAQ-module__5ePzua__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.HomeFAQ-module__5ePzua__faqAnswerOpen{grid-template-rows:1fr}.HomeFAQ-module__5ePzua__faqAnswerInner{min-height:0;overflow:hidden}.HomeFAQ-module__5ePzua__faqAnswer p{color:#444;font-size:15px;font-weight:400;line-height:1.7;font-family:var(--font-inter), sans-serif;opacity:0;margin-bottom:10px;padding:8px 8px 4px;transition:opacity .35s cubic-bezier(.4,0,.2,1) 50ms,transform .35s cubic-bezier(.4,0,.2,1) 50ms;transform:translateY(-6px)}.HomeFAQ-module__5ePzua__faqAnswerOpen .HomeFAQ-module__5ePzua__faqAnswerInner p{opacity:1;transform:translateY(0)}.HomeFAQ-module__5ePzua__faqAnswer p:last-child{margin-bottom:0;padding-bottom:12px}.HomeFAQ-module__5ePzua__categoryBlock{border-bottom:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__categoryBlock:first-child{border-top:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__categoryToggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 8px;display:flex}.HomeFAQ-module__5ePzua__categoryName{color:#111;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;letter-spacing:.01em;transition:color .2s}.HomeFAQ-module__5ePzua__categoryToggle:hover .HomeFAQ-module__5ePzua__categoryName,.HomeFAQ-module__5ePzua__categoryBlockOpen .HomeFAQ-module__5ePzua__categoryName{color:var(--primary-blue)}.HomeFAQ-module__5ePzua__plusMinus{border:1.5px solid #aaa;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .3s;position:relative}.HomeFAQ-module__5ePzua__plusMinus:before,.HomeFAQ-module__5ePzua__plusMinus:after{content:"";background:#aaa;transition:background .3s,transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;position:absolute;top:50%;left:50%}.HomeFAQ-module__5ePzua__plusMinus:before{width:8px;height:1.5px;transform:translate(-50%,-50%)}.HomeFAQ-module__5ePzua__plusMinus:after{width:1.5px;height:8px;transform:translate(-50%,-50%)}.HomeFAQ-module__5ePzua__plusMinusOpen{border-color:var(--primary-blue)}.HomeFAQ-module__5ePzua__plusMinusOpen:before,.HomeFAQ-module__5ePzua__plusMinusOpen:after{background:var(--primary-blue)}.HomeFAQ-module__5ePzua__plusMinusOpen:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.HomeFAQ-module__5ePzua__categoryContent{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.HomeFAQ-module__5ePzua__categoryContentOpen{grid-template-rows:1fr}.HomeFAQ-module__5ePzua__categoryContent>.HomeFAQ-module__5ePzua__faqList{min-height:0;padding-left:8px;overflow:hidden}@media (max-width:768px){.HomeFAQ-module__5ePzua__header{margin-bottom:32px}.HomeFAQ-module__5ePzua__faqCard{border-radius:16px;padding:20px}.HomeFAQ-module__5ePzua__faqQuestion{gap:12px;padding:16px 4px;font-size:15px}}@media (max-width:480px){.HomeFAQ-module__5ePzua__faqCard{border-radius:12px;padding:16px}}
.Testimonials-module__4DtLnW__section{background:#eeeded;padding:clamp(64px,7vw,96px) clamp(16px,4vw,48px);position:relative}.Testimonials-module__4DtLnW__inner{text-align:center;max-width:1100px;margin:0 auto}.Testimonials-module__4DtLnW__heading{color:#0f1720;font-size:clamp(22px,2.8vw,32px);font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 12px;line-height:1.18}.Testimonials-module__4DtLnW__sub{color:#475569;max-width:760px;font-size:clamp(13px,1.1vw,15px);font-family:var(--font-inter), sans-serif;margin:0 auto 20px;line-height:1.6}.Testimonials-module__4DtLnW__ratingRow{justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.Testimonials-module__4DtLnW__stars{gap:6px;display:inline-flex}.Testimonials-module__4DtLnW__star{display:block}.Testimonials-module__4DtLnW__ratingText{color:#333;font-size:14px;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px;display:grid}.Testimonials-module__4DtLnW__card{height:100%;min-height:275px;box-shadow:none;text-align:center;background:#f4f4f5;border:none;border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:center;padding:32px 24px;transition:all .4s;display:flex;transform:translateY(0)}.Testimonials-module__4DtLnW__card:hover{border-color:#2e61e133;transform:translateY(-6px);box-shadow:0 18px 44px #1f263414}.Testimonials-module__4DtLnW__metaTop{flex-direction:column;align-items:center;gap:4px;margin-bottom:16px;display:flex}.Testimonials-module__4DtLnW__avatarImg{object-fit:cover;border-radius:50%;width:64px;height:64px;margin-bottom:8px}.Testimonials-module__4DtLnW__name{color:#0f172a;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__location{color:#64748b;font-size:13px;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__date{color:#94a3b8;font-size:12px;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__issue{color:#1e293b;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;margin-top:4px}.Testimonials-module__4DtLnW__cardStars{gap:3px;margin-bottom:16px;display:inline-flex}.Testimonials-module__4DtLnW__cardStar{display:block}.Testimonials-module__4DtLnW__quote{color:#475569;font-size:14px;line-height:1.65;font-family:var(--font-inter), sans-serif;margin-top:0;margin-bottom:0}.Testimonials-module__4DtLnW__readMore{color:#2e61e1;cursor:pointer;background:0 0;border:none;margin-top:auto;font-size:13px;font-weight:600;transition:opacity .2s}.Testimonials-module__4DtLnW__readMore:hover{opacity:.8}@media (max-width:980px){.Testimonials-module__4DtLnW__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.Testimonials-module__4DtLnW__section{padding:40px 12px}.Testimonials-module__4DtLnW__ratingRow{gap:8px;margin-bottom:32px}.Testimonials-module__4DtLnW__cards{grid-template-columns:1fr;gap:14px;margin-top:24px}.Testimonials-module__4DtLnW__card{border-radius:14px;padding:24px 16px}.Testimonials-module__4DtLnW__name{font-size:15px}.Testimonials-module__4DtLnW__quote{font-size:13.5px}}@keyframes Testimonials-module__4DtLnW__slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Testimonials-module__4DtLnW__headerGroup{animation:.8s cubic-bezier(.16,1,.3,1) forwards Testimonials-module__4DtLnW__slideUpFade}.Testimonials-module__4DtLnW__cardWrapper{opacity:0;height:100%;animation:.8s cubic-bezier(.16,1,.3,1) forwards Testimonials-module__4DtLnW__slideUpFade}
.ShareProblems-module__ju_LBa__section{background:#fef9ee;padding:clamp(48px,5.5vw,72px) clamp(16px,4vw,48px) clamp(72px,8vw,112px);position:relative;overflow:hidden}.ShareProblems-module__ju_LBa__leafLeft{opacity:.5;pointer-events:none;z-index:-1;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(150px,18vw,250px);height:auto;position:absolute;bottom:-5%;left:-2%;transform:rotate(-15deg)}.ShareProblems-module__ju_LBa__leafTopRight{opacity:.5;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(180px,20vw,280px);height:auto;position:absolute;top:-10%;right:-8%;transform:rotate(20deg)}.ShareProblems-module__ju_LBa__leafTopLeft{opacity:.35;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(140px,16vw,220px);height:auto;position:absolute;top:-10%;left:-8%;transform:rotate(-20deg)scaleX(-1)}.ShareProblems-module__ju_LBa__leafBottomRight{opacity:.35;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(140px,16vw,220px);height:auto;position:absolute;bottom:-6%;right:-3%;transform:rotate(15deg)scaleX(-1)}.ShareProblems-module__ju_LBa__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 5%;position:relative}.ShareProblems-module__ju_LBa__header{text-align:center;max-width:700px;margin:0 auto}.ShareProblems-module__ju_LBa__title{color:#000;text-align:center;font-size:clamp(22px,3.5vw,34px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 auto 12px}.ShareProblems-module__ju_LBa__subtitle{z-index:1;font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;color:#475569;margin:0 auto 56px;position:relative}.ShareProblems-module__ju_LBa__grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.ShareProblems-module__ju_LBa__card{-webkit-backdrop-filter:blur(16px);cursor:default;background:#ffffff40;border:1px solid #fff6;border-radius:16px;flex-direction:column;gap:16px;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 32px #1f268712,inset 0 1px #ffffffe6}.ShareProblems-module__ju_LBa__card:hover{background:#ffffff59;border-color:#fffc;transform:translateY(-6px);box-shadow:0 20px 40px -10px #0284c72e,inset 0 1px #ffffffe6}.ShareProblems-module__ju_LBa__iconWrapper{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;transition:all .3s;display:flex}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconWrapper{transform:scale(1.05)}.ShareProblems-module__ju_LBa__iconWrapper svg{width:20px;height:20px}.ShareProblems-module__ju_LBa__iconRose{color:#e11d48;background-color:#ffe4e6e6}.ShareProblems-module__ju_LBa__iconBlue{color:#4338ca;background-color:#e0e7fff2}.ShareProblems-module__ju_LBa__iconAmber{color:#d97706;background-color:#fef3c7e6}.ShareProblems-module__ju_LBa__iconEmerald{color:#0f766e;background-color:#ccfbf1e6}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconRose{background-color:#ffe4e6}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconBlue{background-color:#e0e7ff}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconAmber{background-color:#fef3c7}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconEmerald{background-color:#ccfbf1}.ShareProblems-module__ju_LBa__cardTitle{font-family:var(--font-inter), sans-serif;color:#102a43;letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:600}.ShareProblems-module__ju_LBa__cardDescription{font-family:var(--font-inter), sans-serif;color:#334e68;margin:0;font-size:.85rem;line-height:1.65}.ShareProblems-module__ju_LBa__bulletList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style-type:none;display:flex}.ShareProblems-module__ju_LBa__bulletItem{color:#486581;padding-left:1.2rem;font-size:.85rem;line-height:1.4;position:relative}.ShareProblems-module__ju_LBa__bulletItem:before{content:"";background-color:#bcccdc;border-radius:50%;width:5px;height:5px;transition:background-color .3s;position:absolute;top:.4rem;left:0}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__bulletItem:before{background-color:#0284c7}@keyframes ShareProblems-module__ju_LBa__gridFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ShareProblems-module__ju_LBa__cardWrapper{opacity:0;height:100%}.ShareProblems-module__ju_LBa__animateIn .ShareProblems-module__ju_LBa__cardWrapper{animation:.7s cubic-bezier(.16,1,.3,1) forwards ShareProblems-module__ju_LBa__gridFadeUp}@media (max-width:1024px){.ShareProblems-module__ju_LBa__section{padding:60px 32px}.ShareProblems-module__ju_LBa__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:900px){.ShareProblems-module__ju_LBa__title{font-size:2rem}}@media (max-width:768px){.ShareProblems-module__ju_LBa__grid{grid-template-columns:1fr;gap:20px}}@media (max-width:600px){.ShareProblems-module__ju_LBa__grid{grid-template-columns:1fr;gap:16px}.ShareProblems-module__ju_LBa__section{padding:40px 16px}.ShareProblems-module__ju_LBa__title{text-wrap:balance;font-size:1.75rem}.ShareProblems-module__ju_LBa__subtitle{margin-bottom:32px}.ShareProblems-module__ju_LBa__container{padding:0}.ShareProblems-module__ju_LBa__card{gap:12px;padding:24px 20px}.ShareProblems-module__ju_LBa__leafLeft{opacity:.3;width:120px;bottom:-8%;left:-15%}.ShareProblems-module__ju_LBa__leafTopRight{opacity:.3;width:130px;top:-8%;right:-15%}.ShareProblems-module__ju_LBa__leafTopLeft,.ShareProblems-module__ju_LBa__leafBottomRight{opacity:.2;width:90px}}
.Testimonials-module__3Z1FKa__testimonials{background:var(--section-gray);content-visibility:auto;contain-intrinsic-size:auto 900px;padding:88px 40px;position:relative;overflow:hidden}.Testimonials-module__3Z1FKa__leafLeft{opacity:.5;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:200px;height:auto;transition:transform .3s ease-out;position:absolute;top:-30px;left:-30px}.Testimonials-module__3Z1FKa__leafRight{opacity:.55;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:220px;height:auto;transition:transform .3s ease-out;position:absolute;bottom:-40px;right:-40px;transform:scaleX(-1)scaleY(-1)}.Testimonials-module__3Z1FKa__testimonials:hover .Testimonials-module__3Z1FKa__leafLeft{transform:translateY(-12px)translate(-10px)scale(1.05)}.Testimonials-module__3Z1FKa__testimonials:hover .Testimonials-module__3Z1FKa__leafRight{transform:scaleX(-1)scaleY(-1)translateY(12px)translate(10px)scale(1.05)}.Testimonials-module__3Z1FKa__titleUnderline{text-underline-offset:4px;color:#0e30c6d6;text-decoration:underline}.Testimonials-module__3Z1FKa__testimonialsContent{text-align:center;max-width:1200px;margin:0 auto}.Testimonials-module__3Z1FKa__sectionLabel{color:#4f4f4f;letter-spacing:2px;text-transform:uppercase;font-size:24px;font-weight:400;font-family:var(--font-inter), sans-serif;margin-bottom:16px}.Testimonials-module__3Z1FKa__testimonialsTitle{text-align:center;color:#000;font-size:40px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:24px;line-height:1.2}.Testimonials-module__3Z1FKa__instruction{text-align:center;color:#555;font-size:15px;font-family:var(--font-inter), sans-serif;margin-bottom:52px;font-weight:400}.Testimonials-module__3Z1FKa__reviewsGrid{column-count:3;column-gap:20px;max-height:980px;overflow:hidden}.Testimonials-module__3Z1FKa__reviewsMasonryWrapper{max-height:720px;position:relative;overflow:hidden}.Testimonials-module__3Z1FKa__reviewCard{break-inside:avoid;cursor:pointer;background:#fff;border-radius:0;margin-bottom:13px;line-height:0;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 2px 12px #00000014}.Testimonials-module__3Z1FKa__reviewCard img{border-radius:0;width:100%;height:auto;display:block}.Testimonials-module__3Z1FKa__reviewCard:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000003d}.Testimonials-module__3Z1FKa__viewAllCenter{z-index:2;justify-content:center;display:flex;position:absolute;bottom:60px;left:0;right:0}.Testimonials-module__3Z1FKa__fadeOverlay{pointer-events:none;background:linear-gradient(to bottom, #f4f4f400 0%, #f4f4f466 30%, #f4f4f4bf 65%, var(--light-blue) 100% );z-index:1;height:220px;position:absolute;bottom:0;left:0;right:0}.Testimonials-module__3Z1FKa__viewAllBtn{color:#2234d2;cursor:pointer;min-height:50px;font-size:16px;font-weight:600;font-family:var(--font-inter), sans-serif;background:#fff;border:2px solid #333;border-radius:999px;justify-content:center;align-items:center;padding:10px 44px;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.Testimonials-module__3Z1FKa__viewAllBtn:hover{background:#f5f5f5;transform:translateY(-1px)}@media (max-width:768px){.Testimonials-module__3Z1FKa__testimonials{padding:60px 0}.Testimonials-module__3Z1FKa__testimonialsContent{padding:0 20px}.Testimonials-module__3Z1FKa__testimonialsTitle{font-size:28px}.Testimonials-module__3Z1FKa__reviewsMasonryWrapper{overflow:visible}.Testimonials-module__3Z1FKa__reviewsGrid{column-count:unset;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;max-height:none;padding:4px 20px 16px;display:flex;overflow:auto hidden}.Testimonials-module__3Z1FKa__reviewsGrid::-webkit-scrollbar{display:none}.Testimonials-module__3Z1FKa__reviewCard{scroll-snap-align:start;border-radius:12px;flex:0 0 80%;margin-bottom:0;box-shadow:0 14px 44px #00000038,0 4px 12px #0000001a}.Testimonials-module__3Z1FKa__reviewCard img{border-radius:12px}.Testimonials-module__3Z1FKa__fadeOverlay{display:none}.Testimonials-module__3Z1FKa__viewAllCenter{margin-top:24px;position:static}.Testimonials-module__3Z1FKa__viewAllBtn{background:var(--primary-blue);color:#fff;border:none}.Testimonials-module__3Z1FKa__viewAllBtn:hover{background:var(--primary-blue-hover)}}@media (max-width:1024px) and (min-width:769px){.Testimonials-module__3Z1FKa__reviewsGrid{column-count:2;max-height:900px}}
.TeamPhoto-module__WAGF3q__section{background:#e8ecf0;padding:64px 60px}.TeamPhoto-module__WAGF3q__title{font-family:var(--font-inria-serif), "Georgia", serif;color:#1a2a3a;text-align:center;margin:0 0 16px;font-size:2rem;font-weight:700}.TeamPhoto-module__WAGF3q__subtitle{color:#444;text-align:center;max-width:800px;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 auto 40px}.TeamPhoto-module__WAGF3q__body{grid-template-columns:1fr 1.15fr;align-items:start;gap:48px;max-width:1100px;margin:0 auto;display:grid}.TeamPhoto-module__WAGF3q__imageWrapper{border-radius:16px;position:sticky;top:80px;overflow:hidden}.TeamPhoto-module__WAGF3q__foundersImg{object-fit:cover;width:100%;height:100%;min-height:420px;max-height:520px;display:block}.TeamPhoto-module__WAGF3q__rightCol{flex-direction:column;gap:24px;display:flex}.TeamPhoto-module__WAGF3q__bios{flex-direction:column;gap:16px;display:flex}.TeamPhoto-module__WAGF3q__bio{background:#fff;border-radius:14px;padding:22px 24px;position:relative}.TeamPhoto-module__WAGF3q__linkedInLink{width:20px;height:20px;color:var(--primary-blue,#2563eb);justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.TeamPhoto-module__WAGF3q__linkedInLink:hover{color:var(--primary-blue-hover,#1d47b8);transform:scale(1.15)}.TeamPhoto-module__WAGF3q__linkedInIcon{width:100%;height:100%}.TeamPhoto-module__WAGF3q__bioName{font-family:var(--font-inria-serif), "Georgia", serif;color:#1a2a3a;margin:0 0 10px;padding-right:28px;font-size:1.15rem;font-weight:700}.TeamPhoto-module__WAGF3q__bioText{color:#444;font-size:.93rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0}.TeamPhoto-module__WAGF3q__founderQuote{color:#333;font-size:.97rem;font-style:italic;line-height:1.7;font-family:var(--font-inter), sans-serif;border-left:3px solid var(--primary-blue,#2563eb);background:#fff;border-radius:0 10px 10px 0;margin:0;padding:16px 20px}@media (max-width:900px){.TeamPhoto-module__WAGF3q__body{grid-template-columns:1fr}.TeamPhoto-module__WAGF3q__section{padding:48px 20px}.TeamPhoto-module__WAGF3q__title{font-size:1.5rem}.TeamPhoto-module__WAGF3q__imageWrapper{position:static}}@media (max-width:768px){.TeamPhoto-module__WAGF3q__section{padding:48px 20px}.TeamPhoto-module__WAGF3q__title{font-size:1.5rem}.TeamPhoto-module__WAGF3q__bios{grid-template-columns:1fr;gap:20px}}
.DocumentsRequired-module__Z1FOba__section{background:#f1f5f9;padding:4.35rem 1.5rem 4.7rem}.DocumentsRequired-module__Z1FOba__container{max-width:1180px;margin:0 auto}.DocumentsRequired-module__Z1FOba__header{text-align:center;margin:0 auto 3.2rem;max-width:1100px!important}.DocumentsRequired-module__Z1FOba__header span{color:#9aa9bc;text-transform:uppercase;letter-spacing:.12em;font:600 .86rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__header h2{color:#111827;letter-spacing:-.01em;margin:0 auto .75rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1;max-width:100%!important;font-family:Playfair Display,Lora,Georgia,serif!important;font-weight:500!important}.DocumentsRequired-module__Z1FOba__header p{color:#4b5563;margin:0 auto;max-width:100%!important;font:400 1.05rem/1.45 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__tabs{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-bottom:2rem;display:flex}.DocumentsRequired-module__Z1FOba__tab,.DocumentsRequired-module__Z1FOba__activeTab{cursor:pointer;border-radius:9999px;min-width:134px;height:42px;padding:0 1.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);font:600 .95rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__tab{color:#4b5563;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0f172a05}.DocumentsRequired-module__Z1FOba__tab:hover{color:#2563eb;background:#fff;border-color:#93c5fd;transform:scale(1.04)translateY(-3px);box-shadow:0 8px 15px -3px #2563eb1f}.DocumentsRequired-module__Z1FOba__activeTab{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb1a}.DocumentsRequired-module__Z1FOba__panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:960px;margin:0 auto;padding:2.55rem 2.55rem 2.4rem;box-shadow:0 10px 15px -3px #0f172a0d,0 4px 6px -2px #0f172a06;font-family:system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__panelTitle{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.DocumentsRequired-module__Z1FOba__panelTitle h3{color:#111827;letter-spacing:0;margin:0;font-size:1.45rem;line-height:1.2;font-family:system-ui,-apple-system,sans-serif!important;font-weight:600!important}.DocumentsRequired-module__Z1FOba__panelTitle span{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.5rem .85rem;font:600 .75rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__documentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;display:grid}.DocumentsRequired-module__Z1FOba__document{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:1rem;min-height:86px;padding:1.25rem 1.25rem 1.15rem;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s;display:flex}.DocumentsRequired-module__Z1FOba__document:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0f172a0a}.DocumentsRequired-module__Z1FOba__check{color:#10b981;background:0 0;border:1.5px solid #10b981;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;font:600 1rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__document h4{color:#111827;letter-spacing:0;margin:0 0 .35rem;font-size:1.08rem;line-height:1.2;font-family:system-ui,-apple-system,sans-serif!important;font-weight:600!important}.DocumentsRequired-module__Z1FOba__document h4 a{color:#2563eb;margin-left:.45rem;text-decoration:none;font:500 .72rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__document h4 a:hover{text-decoration:underline}.DocumentsRequired-module__Z1FOba__document p{color:#4b5563;margin:0;font:400 .92rem/1.38 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__footer{border-top:none;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:0;display:flex}.DocumentsRequired-module__Z1FOba__footer p{color:#4b5563;margin:0;font:400 .98rem/1.3 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__footer button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#2563eb;border:none;border-radius:9999px;padding:.95rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #2563eb33}.DocumentsRequired-module__Z1FOba__footer button:hover{background-color:#1d4ed8;transform:scale(1.03)translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}@media (max-width:800px){.DocumentsRequired-module__Z1FOba__documentGrid{grid-template-columns:1fr}.DocumentsRequired-module__Z1FOba__footer{flex-direction:column;gap:1.25rem;text-align:center!important;align-items:center!important}}@media (max-width:560px){.DocumentsRequired-module__Z1FOba__section{padding:3.5rem 1rem}.DocumentsRequired-module__Z1FOba__header{margin-bottom:2.5rem}.DocumentsRequired-module__Z1FOba__header h2{font-size:1.9rem}.DocumentsRequired-module__Z1FOba__header p{font-size:1rem}.DocumentsRequired-module__Z1FOba__tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:none!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:.5rem!important;margin-left:-1.5rem!important;margin-right:-1.5rem!important;padding-bottom:1rem!important;overflow-x:auto!important}.DocumentsRequired-module__Z1FOba__tabs:before,.DocumentsRequired-module__Z1FOba__tabs:after{content:"";flex:0 0 1rem!important}.DocumentsRequired-module__Z1FOba__tabs::-webkit-scrollbar{height:4px!important;display:block!important}.DocumentsRequired-module__Z1FOba__tabs::-webkit-scrollbar-track{background:0 0!important;margin:0 1.5rem!important}.DocumentsRequired-module__Z1FOba__tabs::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:9999px!important}.DocumentsRequired-module__Z1FOba__tab,.DocumentsRequired-module__Z1FOba__activeTab{white-space:nowrap!important;flex:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:.6rem 1.25rem!important;transform:none!important}.DocumentsRequired-module__Z1FOba__panel{padding:1.5rem}.DocumentsRequired-module__Z1FOba__panelTitle{flex-direction:column;align-items:flex-start}}
.WithdrawalComparison-module__9W_IcW__section{background:#f0f4f8;padding:clamp(48px,6vw,80px) clamp(16px,4vw,40px);position:relative;overflow:hidden}.WithdrawalComparison-module__9W_IcW__leafLeft{opacity:.62;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:170px;height:auto;transition:transform .3s ease-out;position:absolute;top:8px;left:8px;transform:rotate(-8deg)}.WithdrawalComparison-module__9W_IcW__leafRight{opacity:.62;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:170px;height:auto;transition:transform .3s ease-out;position:absolute;bottom:8px;right:8px;transform:rotate(8deg)}.WithdrawalComparison-module__9W_IcW__section:hover .WithdrawalComparison-module__9W_IcW__leafLeft{transform:rotate(-8deg)translateY(-8px)translate(-6px)scale(1.05)}.WithdrawalComparison-module__9W_IcW__section:hover .WithdrawalComparison-module__9W_IcW__leafRight{transform:rotate(8deg)translateY(8px)translate(6px)scale(1.05)}.WithdrawalComparison-module__9W_IcW__inner{text-align:center;z-index:1;max-width:1300px;margin:0 auto;position:relative}.WithdrawalComparison-module__9W_IcW__inner h2{color:#000;font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.3;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 12px}.WithdrawalComparison-module__9W_IcW__subtitle{color:#4d5559;font-size:clamp(14px,1.15vw,16px);line-height:1.6;font-family:var(--font-inter), sans-serif;margin:0 0 40px}.WithdrawalComparison-module__9W_IcW__tableWrap{justify-content:center;display:flex}.WithdrawalComparison-module__9W_IcW__tableBox{border-radius:12px;width:auto;overflow:hidden;box-shadow:0 2px 8px #0000000f}.WithdrawalComparison-module__9W_IcW__table{border-collapse:collapse;text-align:left;background:#fff;width:100%}.WithdrawalComparison-module__9W_IcW__table thead tr{background:#fff;border-bottom:2px solid #e8ecf0}.WithdrawalComparison-module__9W_IcW__table th{color:#4d5559;font-size:15px;font-weight:600;font-family:var(--font-inter), sans-serif;padding:18px 24px}.WithdrawalComparison-module__9W_IcW__featureHeader{color:#6b7280;font-style:italic}.WithdrawalComparison-module__9W_IcW__kustodianHeader{background:#34c7591a;border-bottom:3px solid #34c759;color:#1a7a3c!important;font-weight:700!important}.WithdrawalComparison-module__9W_IcW__table td{color:#374151;font-size:15px;line-height:1.6;font-family:var(--font-inter), sans-serif;border-bottom:1px solid #e8ecf0;padding:18px 24px}.WithdrawalComparison-module__9W_IcW__table tbody tr:last-child td{border-bottom:none}.WithdrawalComparison-module__9W_IcW__featureCell{font-style:italic;font-weight:600;color:#6b7280!important}.WithdrawalComparison-module__9W_IcW__kustodianCell{background:#34c75912;font-weight:600;color:#1a7a3c!important}@media (max-width:640px){.WithdrawalComparison-module__9W_IcW__table th,.WithdrawalComparison-module__9W_IcW__table td{padding:12px 14px;font-size:13px}}@media (max-width:480px){.WithdrawalComparison-module__9W_IcW__tableWrap{overflow-x:visible}.WithdrawalComparison-module__9W_IcW__tableBox{border-radius:8px;width:100%}.WithdrawalComparison-module__9W_IcW__table{table-layout:fixed;width:100%}.WithdrawalComparison-module__9W_IcW__table th,.WithdrawalComparison-module__9W_IcW__table td{white-space:normal;word-break:break-word;padding:9px 7px;font-size:11px;line-height:1.4}.WithdrawalComparison-module__9W_IcW__table th:first-child,.WithdrawalComparison-module__9W_IcW__table td:first-child{width:24%}.WithdrawalComparison-module__9W_IcW__table th:nth-child(2),.WithdrawalComparison-module__9W_IcW__table td:nth-child(2),.WithdrawalComparison-module__9W_IcW__table th:nth-child(3),.WithdrawalComparison-module__9W_IcW__table td:nth-child(3){width:38%}.WithdrawalComparison-module__9W_IcW__inner h2{font-size:20px}.WithdrawalComparison-module__9W_IcW__leafLeft,.WithdrawalComparison-module__9W_IcW__leafRight{width:80px}}
.EPFWithdrawalCalculator-module__Okd3dG__calculatorSection{background:#fff;padding:14px 26px 30px}.EPFWithdrawalCalculator-module__Okd3dG__container{background:#fff;border:1.5px solid #d5dce8;border-radius:38px;max-width:1240px;margin:0 auto;padding:44px 34px 18px;box-shadow:0 22px 52px #0f235f24,0 2px 8px #0f235f14}.EPFWithdrawalCalculator-module__Okd3dG__header{text-align:center;margin-bottom:28px}.EPFWithdrawalCalculator-module__Okd3dG__title{color:#000;font-size:32px;font-weight:700;line-height:1.1;font-family:var(--font-inter), sans-serif;margin-bottom:8px}.EPFWithdrawalCalculator-module__Okd3dG__subtitle{color:#7a7a7a;font-size:13px;line-height:1.2;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__calculatorBox{background:#fff;border:1px solid #dfe6f3;border-radius:22px;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:16px;padding:32px 38px 18px;display:grid}.EPFWithdrawalCalculator-module__Okd3dG__formSection{flex-direction:column;gap:10px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__formGroup{flex-direction:column;gap:6px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__label{color:#131313;font-size:14px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif}.EPFWithdrawalCalculator-module__Okd3dG__required{color:#2f60ea}.EPFWithdrawalCalculator-module__Okd3dG__input{font-size:14px;font-family:var(--font-inter), sans-serif;color:#303030;border:1.25px solid #9a9a9a;border-radius:11px;padding:11px 16px;line-height:1.3;transition:border-color .2s}.EPFWithdrawalCalculator-module__Okd3dG__input:focus{background-color:#fff;border-color:#2f60ea;outline:none}.EPFWithdrawalCalculator-module__Okd3dG__input::placeholder{color:#8a8a8a}.EPFWithdrawalCalculator-module__Okd3dG__calculateButton{color:#fff;font-size:14px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#2f60ea;border:none;border-radius:800px;align-self:flex-start;margin-top:10px;padding:9px 24px;transition:background-color .3s}.EPFWithdrawalCalculator-module__Okd3dG__calculateButton:hover{background:#2655d5}.EPFWithdrawalCalculator-module__Okd3dG__resultsSection{justify-content:center;align-items:flex-start;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__resultsBox{color:#fff;background:#3668ea;border-radius:22px;flex-direction:column;gap:10px;width:100%;max-width:350px;min-height:250px;padding:18px 18px 14px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__resultItem{flex-direction:column;gap:2px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__resultItem:first-child .EPFWithdrawalCalculator-module__Okd3dG__resultValue{font-size:44px}.EPFWithdrawalCalculator-module__Okd3dG__resultLabel{color:#f2f6ff;font-size:12px;font-weight:600;line-height:1.3;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__resultValue{color:#fff;font-size:12px;font-weight:700;line-height:1.35;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__resultMessage{color:#f4f8ff;font-size:12px;line-height:1.35;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__disclaimer{text-align:center;color:#2f2f2f;font-size:11px;font-family:var(--font-inter), sans-serif;background:0 0;border:0;border-radius:0;padding:8px 10px 0;line-height:1.4}@media (max-width:900px){.EPFWithdrawalCalculator-module__Okd3dG__container{border-radius:26px;padding:26px 16px 14px}.EPFWithdrawalCalculator-module__Okd3dG__calculatorBox{border-radius:18px;grid-template-columns:1fr;gap:20px;padding:22px 16px}.EPFWithdrawalCalculator-module__Okd3dG__title{font-size:28px}.EPFWithdrawalCalculator-module__Okd3dG__subtitle{font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__label,.EPFWithdrawalCalculator-module__Okd3dG__input,.EPFWithdrawalCalculator-module__Okd3dG__calculateButton{font-size:14px}.EPFWithdrawalCalculator-module__Okd3dG__resultsBox{max-width:100%;min-height:220px;padding:16px}.EPFWithdrawalCalculator-module__Okd3dG__resultItem:first-child .EPFWithdrawalCalculator-module__Okd3dG__resultValue{font-size:40px}}@media (max-width:600px){.EPFWithdrawalCalculator-module__Okd3dG__calculatorSection{padding:16px 8px}.EPFWithdrawalCalculator-module__Okd3dG__container{border-radius:18px;padding:18px 10px 10px}.EPFWithdrawalCalculator-module__Okd3dG__header{margin-bottom:16px}.EPFWithdrawalCalculator-module__Okd3dG__calculatorBox{border-radius:14px;padding:14px 12px}.EPFWithdrawalCalculator-module__Okd3dG__title{font-size:24px}.EPFWithdrawalCalculator-module__Okd3dG__subtitle{font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__formSection{gap:10px}.EPFWithdrawalCalculator-module__Okd3dG__label{font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__input{padding:10px 12px;font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__calculateButton{padding:8px 18px;font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__resultLabel,.EPFWithdrawalCalculator-module__Okd3dG__resultValue,.EPFWithdrawalCalculator-module__Okd3dG__resultMessage{font-size:11px}.EPFWithdrawalCalculator-module__Okd3dG__resultItem:first-child .EPFWithdrawalCalculator-module__Okd3dG__resultValue{font-size:34px}.EPFWithdrawalCalculator-module__Okd3dG__disclaimer{padding:8px 4px 0;font-size:10px}}
.BestConsultantQuote-module__j6KFsq__section{background:linear-gradient(135deg,#fff8f5 0%,#fffbf9 100%);padding:clamp(72px,7vw,96px) clamp(16px,4vw,48px);position:relative;overflow:hidden}.BestConsultantQuote-module__j6KFsq__leafDecor{pointer-events:none;opacity:.9;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);z-index:0;width:240px;height:auto;transition:transform .3s ease-out;position:absolute;top:-20px;right:10px;transform:rotate(20deg)}.BestConsultantQuote-module__j6KFsq__section:hover .BestConsultantQuote-module__j6KFsq__leafDecor{transform:rotate(20deg)translateY(-10px)translate(8px)scale(1.05)}.BestConsultantQuote-module__j6KFsq__inner{text-align:center;z-index:1;max-width:1130px;margin:0 auto;position:relative}.BestConsultantQuote-module__j6KFsq__heading{color:#121f34;font-size:clamp(22px,2.6vw,34px);font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:32px;line-height:1.3}.BestConsultantQuote-module__j6KFsq__quoteBlock{border-left:4px solid var(--primary-blue);text-align:left;background:#f7f9fc;border-radius:0 16px 16px 0;padding:32px 36px}.BestConsultantQuote-module__j6KFsq__quoteText{color:#3a3a3a;font-size:clamp(15px,1.15vw,17px);font-style:italic;line-height:1.8;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 20px}.BestConsultantQuote-module__j6KFsq__quoteBold{color:#121f34;font-style:italic;font-weight:700}.BestConsultantQuote-module__j6KFsq__quoteFollowUp{color:#4d5559;font-size:clamp(14px,1.05vw,15px);line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0}@media (max-width:600px){.BestConsultantQuote-module__j6KFsq__quoteBlock{padding:24px 20px}}
@keyframes AppImage-module__IsKwka__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.AppImage-module__IsKwka__wrapper{border-radius:inherit;background:#e8eaed;width:100%;height:100%;display:block;position:relative;overflow:hidden}.AppImage-module__IsKwka__skeleton{background:linear-gradient(110deg,#e8eaed 30%,#f0f0f0 50%,#e8eaed 70%) 0 0/200% 100%;animation:1.5s ease-in-out infinite AppImage-module__IsKwka__shimmer}.AppImage-module__IsKwka__img{object-fit:cover;width:100%;height:100%;transition:opacity .35s;display:block}
.Complications-module__7nYKbG__section{background:linear-gradient(135deg,#f4f6f8 0%,#dfe3e8 100%);padding:clamp(48px,5.5vw,72px) clamp(16px,4vw,48px) clamp(72px,8vw,112px);position:relative;overflow:hidden}.Complications-module__7nYKbG__content{z-index:2;max-width:1320px;margin:0 auto;position:relative}.Complications-module__7nYKbG__title{color:#000;text-align:center;font-size:clamp(22px,3.5vw,34px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;max-width:920px;margin:0 auto 12px}.Complications-module__7nYKbG__subtitle{z-index:1;font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;text-align:center;color:#475569;max-width:800px;margin:0 auto 56px;position:relative}.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Complications-module__7nYKbG__card{-webkit-backdrop-filter:blur(16px);background:#fff9;border:1px solid #ffffffe6;border-radius:20px;flex-direction:column;gap:16px;height:100%;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 12px #363d470a,inset 0 1px #fff}.Complications-module__7nYKbG__card:hover{border-color:#2e61e140;transform:translateY(-6px);box-shadow:0 20px 40px -10px #2e61e11f,inset 0 1px #fff}.Complications-module__7nYKbG__cardIcon{color:#2e61e1;background:#2e61e114;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;transition:all .3s;display:flex}.Complications-module__7nYKbG__card:hover .Complications-module__7nYKbG__cardIcon{background:#2e61e126;transform:scale(1.05)}.Complications-module__7nYKbG__cardIcon svg{width:20px;height:20px}.Complications-module__7nYKbG__cardTitle{color:#0f172a;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6em;margin:0;line-height:1.3;display:-webkit-box;overflow:hidden}.Complications-module__7nYKbG__cardDesc{color:#475569;font-size:13.5px;line-height:1.65;font-family:var(--font-inter), sans-serif}.Complications-module__7nYKbG__card:nth-child(7) .Complications-module__7nYKbG__cardTitle{margin-top:9px}.Complications-module__7nYKbG__card:nth-child(7) .Complications-module__7nYKbG__cardDesc{margin-top:-9px}.Complications-module__7nYKbG__card:nth-child(8) .Complications-module__7nYKbG__cardDesc{margin-top:-2px}@media (max-width:1024px){.Complications-module__7nYKbG__section{padding:60px 32px}.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Complications-module__7nYKbG__section{padding:40px 20px}.Complications-module__7nYKbG__title{text-wrap:balance;margin-bottom:6px}.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.Complications-module__7nYKbG__subtitle{margin-top:0;margin-bottom:24px;font-size:14px}.Complications-module__7nYKbG__card{gap:8px;padding:20px 16px}.Complications-module__7nYKbG__cardTitle{height:2.45em;font-size:14px}.Complications-module__7nYKbG__cardDesc{display:none}}@media (max-width:480px){.Complications-module__7nYKbG__section{padding:34px 14px 52px}.Complications-module__7nYKbG__cardsGrid{gap:12px}.Complications-module__7nYKbG__card{border-radius:16px;gap:6px;padding:16px 12px}.Complications-module__7nYKbG__cardIcon{border-radius:10px;width:32px;height:32px}.Complications-module__7nYKbG__cardIcon svg{width:16px;height:16px}.Complications-module__7nYKbG__cardTitle{height:2.4em;font-size:13px;line-height:1.2}}@media (max-width:360px){.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.Complications-module__7nYKbG__leafFoldLeft,.Complications-module__7nYKbG__leafFoldRight{opacity:.6;pointer-events:none;z-index:0;width:84px;height:auto;position:absolute}.Complications-module__7nYKbG__leafFoldLeft{bottom:6px;right:8px;transform:rotate(-8deg)}.Complications-module__7nYKbG__leafFoldRight{bottom:6px;left:8px;transform:rotate(6deg)scaleX(-1)}.Complications-module__7nYKbG__leafTopLeft,.Complications-module__7nYKbG__leafTopRight,.Complications-module__7nYKbG__leafBottomLeft,.Complications-module__7nYKbG__leafBottomRight{opacity:.9;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);will-change:transform, filter;width:180px;height:auto;position:absolute}.Complications-module__7nYKbG__leafTopLeft{top:-10px;left:8px;transform:rotate(6deg)}.Complications-module__7nYKbG__leafTopRight{top:-10px;right:8px;transform:rotate(-6deg)}.Complications-module__7nYKbG__leafBottomLeft{bottom:-8px;left:8px;transform:rotate(-8deg)scaleX(-1)}.Complications-module__7nYKbG__leafBottomRight{bottom:-8px;right:8px;transform:rotate(8deg)scaleX(-1)}@keyframes Complications-module__7nYKbG__gridFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Complications-module__7nYKbG__cardWrapper{opacity:0;height:100%}.Complications-module__7nYKbG__animateIn .Complications-module__7nYKbG__cardWrapper{animation:.7s cubic-bezier(.16,1,.3,1) forwards Complications-module__7nYKbG__gridFadeUp}
.Support-module__Vr9ZNG__support{background:#fff;padding:60px 0}.Support-module__Vr9ZNG__container{justify-content:center;align-items:center;width:100%;max-width:100%;margin:0;display:flex}.Support-module__Vr9ZNG__supportImage{width:100%;height:auto}@media (max-width:600px){.Support-module__Vr9ZNG__support{padding:40px 0}.Support-module__Vr9ZNG__supportImage{width:100%}}
.PFCalculatorsHero-module__0UK1gG__hero{background:linear-gradient(135deg,#e6f2ff 0%,#f0f8ff 100%);padding:80px 40px;position:relative;overflow:hidden}.PFCalculatorsHero-module__0UK1gG__leafLeft{opacity:.5;z-index:0;width:100px;height:100px;transition:transform .3s ease-out;position:absolute;top:40px;left:20px}.PFCalculatorsHero-module__0UK1gG__hero:hover .PFCalculatorsHero-module__0UK1gG__leafLeft{transform:translateY(-10px)translate(-10px)scale(1.05)}.PFCalculatorsHero-module__0UK1gG__container{z-index:1;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:flex;position:relative}.PFCalculatorsHero-module__0UK1gG__content{flex:1}.PFCalculatorsHero-module__0UK1gG__title{color:#000;font-size:clamp(28px,4vw + 1rem,45px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:24px}.PFCalculatorsHero-module__0UK1gG__description{color:#4d5559;font-size:16px;line-height:1.6;font-family:var(--font-inter), sans-serif;margin:0}.PFCalculatorsHero-module__0UK1gG__imageContainer{flex:1;justify-content:center;align-items:center;display:flex}.PFCalculatorsHero-module__0UK1gG__heroImage{border-radius:16px;width:100%;max-width:400px;height:auto}@media (max-width:900px){.PFCalculatorsHero-module__0UK1gG__container{flex-direction:column;gap:40px}.PFCalculatorsHero-module__0UK1gG__title{font-size:36px}}@media (max-width:768px){.PFCalculatorsHero-module__0UK1gG__container{gap:28px}.PFCalculatorsHero-module__0UK1gG__title{font-size:32px}.PFCalculatorsHero-module__0UK1gG__imageContainer{width:100%}}@media (max-width:600px){.PFCalculatorsHero-module__0UK1gG__hero{padding:60px 20px}.PFCalculatorsHero-module__0UK1gG__title{font-size:28px}.PFCalculatorsHero-module__0UK1gG__description{font-size:14px}.PFCalculatorsHero-module__0UK1gG__leafLeft{width:70px;height:70px}}
