.Navbar-module___rHu7W__navbarWrapper{z-index:1000;padding:20px 16px;transition:padding .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:8px 16px}.Navbar-module___rHu7W__navbar{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl,24px);width:1100px;max-width:100%;box-shadow:var(--shadow-nav,0 4px 20px #0000000d);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0 auto;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out Navbar-module___rHu7W__slideDown;position:relative}@keyframes Navbar-module___rHu7W__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(25px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:16px;box-shadow:0 8px 32px #0000001a}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__navContainer{padding:4px 16px 4px 24px}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__logo{width:130px}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__navLink{font-size:16px}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled .Navbar-module___rHu7W__contactUs{padding:8px 16px;font-size:14px}.Navbar-module___rHu7W__navContainer{justify-content:space-between;align-items:center;padding:5px 12px 5px 30px;transition:padding .3s;display:flex;position:relative}.Navbar-module___rHu7W__logoLink{animation:.6s ease-out Navbar-module___rHu7W__fadeIn;display:block}@keyframes Navbar-module___rHu7W__fadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.Navbar-module___rHu7W__logo{object-fit:contain;flex-shrink:0;width:140px;height:auto;transition:all .3s}.Navbar-module___rHu7W__desktopNav{flex:1;align-items:center;gap:32px;display:flex}.Navbar-module___rHu7W__navLinks{align-items:center;gap:62px;margin:0;padding:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__navItem{opacity:0;animation:.6s ease-out forwards Navbar-module___rHu7W__navItemFadeIn}@keyframes Navbar-module___rHu7W__navItemFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__navLink{font-size:var(--font-size-nav);font-weight:var(--font-weight-medium);color:var(--color-text);white-space:nowrap;font-family:var(--font-primary);padding-bottom:4px;text-decoration:none;transition:color .3s;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.Navbar-module___rHu7W__navLink:hover:after,.Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__active:after{width:100%}.Navbar-module___rHu7W__navLink:hover{color:var(--color-primary)}.Navbar-module___rHu7W__navLink.Navbar-module___rHu7W__active{color:var(--color-primary);font-weight:var(--font-weight-semibold)}.Navbar-module___rHu7W__contactUs{background:var(--color-primary);color:var(--color-background);font-size:var(--font-size-button-sm);font-weight:var(--font-weight-medium);font-family:var(--font-primary);cursor:pointer;box-shadow:var(--shadow-button,0 4px 10px #4285f433);white-space:nowrap;opacity:0;border:none;border-radius:35px;margin-left:auto;padding:10px 20px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards Navbar-module___rHu7W__navItemFadeIn;position:relative;overflow:hidden}.Navbar-module___rHu7W__contactUs:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Navbar-module___rHu7W__contactUs:hover:before{width:300px;height:300px}.Navbar-module___rHu7W__contactUs:hover{background:var(--color-primary-hover);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 16px #4285f466}.Navbar-module___rHu7W__contactUs:active{transform:translateY(0)scale(.98)}.Navbar-module___rHu7W__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;transition:background-color .2s;display:none}.Navbar-module___rHu7W__hamburger:hover{background-color:#0000000d}.Navbar-module___rHu7W__hamburger:focus{outline:2px solid var(--color-primary);outline-offset:2px}.Navbar-module___rHu7W__hamburger span{background-color:var(--color-text-dark,#223f70);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module___rHu7W__hamburger.Navbar-module___rHu7W__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{opacity:0;border-top:0 solid var(--color-border);max-height:0;padding:0 24px;transition:max-height .35s ease-out,padding .35s ease-out,opacity .25s;display:none;overflow:hidden}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__show{opacity:1;border-top-width:1px;max-height:500px;padding:16px 24px 24px}.Navbar-module___rHu7W__mobileNavLinks{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.Navbar-module___rHu7W__mobileNavLinks li{border-bottom:1px solid #0000000f}.Navbar-module___rHu7W__mobileNavLinks li:last-child{border-bottom:none}.Navbar-module___rHu7W__mobileNavLink{font-family:var(--font-primary,"Poppins",sans-serif);color:var(--color-text,#333);border-radius:8px;padding:14px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s,background-color .2s,padding-left .2s;display:block}.Navbar-module___rHu7W__mobileNavLink:hover{color:var(--color-primary);padding-left:8px}.Navbar-module___rHu7W__mobileNavLink.Navbar-module___rHu7W__active{color:var(--color-primary);font-weight:600}.Navbar-module___rHu7W__mobileMenuFooter{border-top:1px solid #0000000f;margin-top:16px;padding-top:16px}.Navbar-module___rHu7W__mobileContactBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;width:100%;font-size:16px;font-weight:600;font-family:var(--font-primary);border:none;border-radius:35px;padding:14px 24px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #4285f440}.Navbar-module___rHu7W__mobileContactBtn:hover{background-color:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #4285f459}.Navbar-module___rHu7W__mobileContactBtn:active{transform:scale(.98)}@media (max-width:1024px){.Navbar-module___rHu7W__navbarWrapper{padding:16px 12px}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:6px 12px}.Navbar-module___rHu7W__navbar{max-width:100%}.Navbar-module___rHu7W__navContainer{padding:15px 24px}.Navbar-module___rHu7W__navLinks{gap:24px}.Navbar-module___rHu7W__navLink{font-size:16px}}@media (max-width:768px){.Navbar-module___rHu7W__navbarWrapper{padding:12px 8px}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:6px 8px}.Navbar-module___rHu7W__desktopNav{display:none}.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__mobileMenu{display:block}.Navbar-module___rHu7W__navbar{border-radius:20px;max-width:100%}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__menuOpen{border-radius:20px}.Navbar-module___rHu7W__navContainer{min-height:56px;padding:10px 16px 10px 24px}.Navbar-module___rHu7W__logo{width:120px}}@media (max-width:480px){.Navbar-module___rHu7W__navbarWrapper{padding:8px 6px}.Navbar-module___rHu7W__navbarWrapper.Navbar-module___rHu7W__scrolled{padding:4px 6px}.Navbar-module___rHu7W__navbar{border-radius:16px;max-width:100%}.Navbar-module___rHu7W__navContainer{min-height:52px;padding:8px 12px 8px 16px}.Navbar-module___rHu7W__logo{width:100px}.Navbar-module___rHu7W__hamburger{width:40px;height:40px;padding:8px}.Navbar-module___rHu7W__hamburger span{width:20px}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__show{padding:12px 16px 20px}.Navbar-module___rHu7W__mobileNavLink{padding:12px 0;font-size:15px}.Navbar-module___rHu7W__mobileContactBtn{padding:12px 20px;font-size:15px}}@media (max-width:380px){.Navbar-module___rHu7W__navbar{max-width:calc(100% - 12px);margin:8px auto}.Navbar-module___rHu7W__navContainer{padding:6px 10px 6px 14px}.Navbar-module___rHu7W__logo{width:90px}.Navbar-module___rHu7W__mobileNavLink{font-size:14px}}
.Footer-module__jzjapq__footer{color:#fff;font-family:var(--font-primary);background-color:#0f1f35;padding:60px 0 0}.Footer-module__jzjapq__container{max-width:1440px;margin:0 auto;padding:0 80px}.Footer-module__jzjapq__mainContent{grid-template-columns:1fr 1fr 1.2fr .8fr;gap:48px;margin-bottom:40px;display:grid}.Footer-module__jzjapq__brandSection{flex-direction:column;gap:12px;display:flex}.Footer-module__jzjapq__logo{font-size:var(--font-size-section-title);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-bottom:4px}.Footer-module__jzjapq__logoWhite{color:#fff}.Footer-module__jzjapq__logoBlue{color:#3b82f6}.Footer-module__jzjapq__tagline{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);line-height:var(--line-height-relaxed);color:#ffffffe6;margin-bottom:8px}.Footer-module__jzjapq__companyInfo{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.Footer-module__jzjapq__companyName{font-size:var(--font-size-body-md);font-weight:var(--font-weight-semibold);color:#fff}.Footer-module__jzjapq__cinNumber{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#ffffffd9}.Footer-module__jzjapq__getInTouch{font-size:var(--font-size-body-md);font-weight:var(--font-weight-semibold);color:#fff;margin-top:8px;margin-bottom:4px}.Footer-module__jzjapq__socialIcons{gap:12px;margin-top:4px;display:flex}.Footer-module__jzjapq__socialLink{border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .3s,border-color .3s;display:flex}.Footer-module__jzjapq__socialLink:hover{border-color:#3b82f6;transform:translateY(-2px)}.Footer-module__jzjapq__socialLink img{width:18px;height:18px;display:block}.Footer-module__jzjapq__supportSection{flex-direction:column;gap:10px;display:flex}.Footer-module__jzjapq__sectionTitle{font-size:var(--font-size-body);font-weight:var(--font-weight-semibold);color:#fff;margin-bottom:4px}.Footer-module__jzjapq__contactGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__jzjapq__contactItem{align-items:center;gap:8px;display:flex}.Footer-module__jzjapq__contactIcon{opacity:.9;flex-shrink:0;width:18px;height:18px}.Footer-module__jzjapq__contactLabel{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#ffffffe6}.Footer-module__jzjapq__contactSeparator{color:#ffffffe6;margin:0 2px}.Footer-module__jzjapq__contactValue{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#fff;text-decoration:none;transition:color .3s}a.Footer-module__jzjapq__contactValue:hover{color:#3b82f6}.Footer-module__jzjapq__linksSection,.Footer-module__jzjapq__quickNavSection{flex-direction:column;gap:12px;display:flex}.Footer-module__jzjapq__quickNavColumns{gap:40px;display:flex}.Footer-module__jzjapq__linksList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__jzjapq__footerLink{font-size:var(--font-size-body-md);font-weight:var(--font-weight-normal);color:#ffffffe6;align-items:center;gap:8px;text-decoration:none;transition:color .3s;display:flex}.Footer-module__jzjapq__footerLink:hover{color:#3b82f6}.Footer-module__jzjapq__linkArrow{color:#3b82f6;font-size:14px;font-weight:600}.Footer-module__jzjapq__divider{background:#ffffff1a;height:1px;margin:10px 0}.Footer-module__jzjapq__citiesSection{text-align:center;margin-bottom:20px}.Footer-module__jzjapq__citiesTitle{color:#fff;margin-bottom:24px;font-size:18px;font-weight:600}.Footer-module__jzjapq__citiesList{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 48px;display:flex}.Footer-module__jzjapq__cityName{color:#fff;font-size:16px;font-weight:400}.Footer-module__jzjapq__bottomBar{border-top:1px solid #ffffff1a;justify-content:center;align-items:center;padding:24px 0;display:flex}.Footer-module__jzjapq__copyright{color:#fffc;align-items:center;gap:6px;font-size:14px;font-weight:400;display:flex}.Footer-module__jzjapq__copyrightSymbol{font-size:14px}@media (max-width:1200px){.Footer-module__jzjapq__container{padding:0 40px}.Footer-module__jzjapq__mainContent{gap:32px}.Footer-module__jzjapq__quickNavColumns{gap:24px}.Footer-module__jzjapq__citiesList{gap:12px 36px}}@media (max-width:1024px){.Footer-module__jzjapq__mainContent{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__jzjapq__quickNavSection{grid-column:span 1}}@media (max-width:768px){.Footer-module__jzjapq__footer{padding:40px 0 0}.Footer-module__jzjapq__container{padding:0 24px}.Footer-module__jzjapq__mainContent{grid-template-columns:1fr;gap:32px}.Footer-module__jzjapq__quickNavColumns{gap:40px}.Footer-module__jzjapq__citiesList{gap:12px 24px}.Footer-module__jzjapq__cityName{font-size:14px}.Footer-module__jzjapq__bottomBar{padding:20px 0}}@media (max-width:480px){.Footer-module__jzjapq__logo{font-size:28px}.Footer-module__jzjapq__quickNavColumns{gap:24px}.Footer-module__jzjapq__citiesList{gap:10px 20px}.Footer-module__jzjapq__cityName{font-size:13px}.Footer-module__jzjapq__socialIcons{gap:10px}.Footer-module__jzjapq__socialLink{width:32px;height:32px}.Footer-module__jzjapq__socialLink img{width:16px;height:16px}}
.Popup-module__aSAIMW__backdrop{z-index:999;opacity:0;background:#00000061;animation:.25s forwards Popup-module__aSAIMW__popupFadeIn;position:fixed;inset:0}.Popup-module__aSAIMW__modal{z-index:1000;opacity:0;background:#fff;border:1px solid #0003;border-radius:30px;flex-direction:column;gap:10px;width:min(748px,96vw);height:fit-content;margin:auto;padding:20px;animation:.35s forwards Popup-module__aSAIMW__popupSlideIn;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(14px)scale(.98);box-shadow:0 4px 4px #00000040}.Popup-module__aSAIMW__title{color:var(--color-primary);font-size:24px;line-height:1.25;font-weight:var(--font-weight-bold);letter-spacing:-.2px;margin-right:32px}.Popup-module__aSAIMW__closeButton{color:#0000008c;cursor:pointer;background:0 0;border:none;width:40px;height:40px;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.Popup-module__aSAIMW__form{flex-direction:column;gap:22px;margin-top:4px;display:flex}.Popup-module__aSAIMW__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Popup-module__aSAIMW__phoneRow{grid-template-columns:80px 1fr;column-gap:10px}.Popup-module__aSAIMW__form input,.Popup-module__aSAIMW__form textarea,.Popup-module__aSAIMW__countryCodeWrapper select{width:100%;height:38px;font-size:16px;font-family:var(--font-primary);color:#000c;background:#fff;border:2px solid #0003;border-radius:9px;outline:none;padding:0 14px}.Popup-module__aSAIMW__form input:focus,.Popup-module__aSAIMW__form textarea:focus,.Popup-module__aSAIMW__countryCodeWrapper select:focus{border-color:var(--color-primary);box-shadow:0 0 0 1px #4285f433}.Popup-module__aSAIMW__form textarea{resize:none;height:97px;min-height:97px;padding:10px 14px}.Popup-module__aSAIMW__form input::placeholder,.Popup-module__aSAIMW__form textarea::placeholder,.Popup-module__aSAIMW__countryCodeWrapper select{color:#00000080;font-weight:var(--font-weight-medium)}.Popup-module__aSAIMW__countryCodeWrapper{width:80px;position:relative}.Popup-module__aSAIMW__countryCodeWrapper select{appearance:none;cursor:pointer;padding-right:28px}.Popup-module__aSAIMW__submitButton{background:var(--color-primary);color:#fff;width:100%;height:60px;font-size:20px;font-weight:var(--font-weight-semibold);border:.5px solid #dddbdb;border-radius:10px;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 4px #00000040}.Popup-module__aSAIMW__submitButton:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-cta);transform:translateY(-1px)}.Popup-module__aSAIMW__submitButton:active{box-shadow:var(--shadow-button);transform:translateY(0)}.Popup-module__aSAIMW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Popup-module__aSAIMW__successModal{text-align:center;gap:12px;width:min(520px,88vw);padding:40px 32px 32px}.Popup-module__aSAIMW__successIcon{background:#4285f41a;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto;display:grid;position:relative}.Popup-module__aSAIMW__successIcon:after{content:"";border-right:4px solid var(--color-primary);border-bottom:4px solid var(--color-primary);width:14px;height:26px;transform:rotate(45deg)}.Popup-module__aSAIMW__successTitle{font-size:22px;font-weight:var(--font-weight-semibold);color:var(--color-text-dark)}.Popup-module__aSAIMW__successCopy{color:var(--color-text-secondary);font-size:16px}.Popup-module__aSAIMW__successButton{background:var(--color-primary);color:#fff;width:100%;height:56px;font-size:18px;font-weight:var(--font-weight-semibold);border-radius:14px;margin-top:8px}@keyframes Popup-module__aSAIMW__popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes Popup-module__aSAIMW__popupSlideIn{0%{opacity:0;transform:translateY(22px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:900px){.Popup-module__aSAIMW__modal{padding:28px 24px 30px}.Popup-module__aSAIMW__title{font-size:26px}.Popup-module__aSAIMW__form input,.Popup-module__aSAIMW__form textarea,.Popup-module__aSAIMW__countryCodeWrapper select{font-size:15px}}@media (max-width:680px){.Popup-module__aSAIMW__modal{width:min(560px,94vw);padding:24px 18px 26px}.Popup-module__aSAIMW__row,.Popup-module__aSAIMW__phoneRow{grid-template-columns:1fr}.Popup-module__aSAIMW__countryCodeWrapper{width:100%}.Popup-module__aSAIMW__title{font-size:22px}.Popup-module__aSAIMW__submitButton{height:58px;font-size:18px}}
