.Navbar-module___rHu7W__headerContainer{z-index:1000;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #0000000f;width:100%;position:sticky;top:0}.Navbar-module___rHu7W__navbar{justify-content:space-between;align-items:center;max-width:1400px;height:72px;margin:0 auto;padding:0 4%;display:flex}.Navbar-module___rHu7W__logoLink{color:var(--nav-text);z-index:1010;text-decoration:none;display:inline-block}.Navbar-module___rHu7W__logo{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Navbar-module___rHu7W__navList{z-index:1010;gap:32px;height:100%;list-style:none;display:flex}.Navbar-module___rHu7W__navItem{align-items:center;height:72px;display:flex;position:relative}.Navbar-module___rHu7W__navLink{color:var(--nav-text);align-items:center;gap:6px;height:100%;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .25s;display:flex;position:relative}.Navbar-module___rHu7W__navTextSpan{align-items:center;height:100%;display:flex;position:relative}.Navbar-module___rHu7W__enableHoverLine .Navbar-module___rHu7W__navTextSpan:after{content:"";background-color:var(--nav-hover);transform-origin:100%;width:100%;height:2px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:20px;left:0;transform:scaleX(0)}.Navbar-module___rHu7W__enableHoverLine .Navbar-module___rHu7W__navItem:hover .Navbar-module___rHu7W__navTextSpan:after{transform-origin:0;transform:scaleX(1)}.Navbar-module___rHu7W__navLink:hover{color:var(--nav-hover)}.Navbar-module___rHu7W__dropdownArrow,.Navbar-module___rHu7W__subDropdownArrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%231d1d1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:8px;height:5px;transition:transform .2s}.Navbar-module___rHu7W__navItem:hover>.Navbar-module___rHu7W__navLink .Navbar-module___rHu7W__dropdownArrow{transform:rotate(180deg)}.Navbar-module___rHu7W__desktopDropdown{width:var(--submenu-width);background:var(--submenu-bg);opacity:0;visibility:hidden;pointer-events:none;border:1px solid #0000000f;border-radius:12px;padding:12px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000014}.Navbar-module___rHu7W__desktopFadeSlide{transition:transform var(--menu-speed) var(--anim-easing), opacity var(--menu-speed) var(--anim-easing), visibility var(--menu-speed);transform:translate(-50%)translateY(10px)}.Navbar-module___rHu7W__hasDropdown:hover .Navbar-module___rHu7W__desktopFadeSlide{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module___rHu7W__desktopFadeOnly{transition:opacity var(--menu-speed) var(--anim-easing), visibility var(--menu-speed)}.Navbar-module___rHu7W__hasDropdown:hover .Navbar-module___rHu7W__desktopFadeOnly{opacity:1;visibility:visible;pointer-events:auto}.Navbar-module___rHu7W__dropdownInnerList{flex-direction:column;gap:4px;list-style:none;display:flex}.Navbar-module___rHu7W__dropdownItem{position:relative}.Navbar-module___rHu7W__dropdownLink{border-radius:8px;flex-direction:column;padding:10px 14px;text-decoration:none;transition:background .2s;display:flex}.Navbar-module___rHu7W__dropdownLink:hover{background:#00000008}.Navbar-module___rHu7W__subName{color:var(--nav-text);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:600;display:flex}.Navbar-module___rHu7W__subDropdownArrow{transform:rotate(-90deg)}.Navbar-module___rHu7W__subDesc{color:#86868b;margin-top:2px;font-size:.78rem}.Navbar-module___rHu7W__desktopSubDropdown{width:var(--submenu-width);background:var(--submenu-bg);opacity:0;visibility:hidden;pointer-events:none;transition:transform var(--menu-speed) var(--anim-easing), opacity var(--menu-speed) var(--anim-easing);border:1px solid #0000000f;border-radius:12px;padding:12px;position:absolute;top:-12px;left:100%;transform:translate(10px);box-shadow:10px 10px 40px #00000014}.Navbar-module___rHu7W__hasSubSub:hover .Navbar-module___rHu7W__desktopSubDropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(2px)}.Navbar-module___rHu7W__flyoutLeft .Navbar-module___rHu7W__desktopSubDropdown{left:auto!important;right:100%!important;transform:translate(-10px)!important;box-shadow:-10px 10px 40px #00000014!important}.Navbar-module___rHu7W__flyoutLeft:hover .Navbar-module___rHu7W__desktopSubDropdown{transform:translate(-2px)!important}.Navbar-module___rHu7W__flyoutLeft .Navbar-module___rHu7W__subDropdownArrow{transform:rotate(90deg)!important}.Navbar-module___rHu7W__subDropdownInnerList{flex-direction:column;gap:2px;list-style:none;display:flex}.Navbar-module___rHu7W__subSubItem{display:block}.Navbar-module___rHu7W__subSubLink{color:var(--nav-text);border-radius:6px;padding:8px 12px;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module___rHu7W__subSubLink:hover{color:var(--accent-color);background:#00000008}.Navbar-module___rHu7W__hamburger{cursor:pointer;z-index:3000;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:20px;height:14px;padding:0;display:none}.Navbar-module___rHu7W__bar{background-color:var(--nav-text);width:100%;height:1.5px}.Navbar-module___rHu7W__hamburgerSmooth .Navbar-module___rHu7W__bar{transition:transform var(--hamburger-speed) var(--anim-easing), opacity var(--hamburger-speed) ease}.Navbar-module___rHu7W__hamburgerInstant .Navbar-module___rHu7W__bar{transition:none!important}.Navbar-module___rHu7W__hamburgerActive .Navbar-module___rHu7W__bar:first-child{transform:translateY(6px)rotate(45deg)}.Navbar-module___rHu7W__hamburgerActive .Navbar-module___rHu7W__bar:nth-child(2){opacity:0}.Navbar-module___rHu7W__hamburgerActive .Navbar-module___rHu7W__bar:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{width:var(--mobile-width);background:var(--mobile-bg);z-index:2500;flex-direction:column;height:100dvh;padding:110px 32px 40px;display:flex;position:fixed;top:0;bottom:0;overflow-y:auto}.Navbar-module___rHu7W__menuSmooth{transition:right var(--menu-speed) var(--anim-easing), left var(--menu-speed) var(--anim-easing)}.Navbar-module___rHu7W__menuInstant{transition:none!important}.Navbar-module___rHu7W__menuSideRight{right:calc(-1 * var(--mobile-width));left:auto;box-shadow:-5px 0 25px #0000000d}.Navbar-module___rHu7W__menuSideRight.Navbar-module___rHu7W__mobileMenuOpen{right:0!important}.Navbar-module___rHu7W__menuSideLeft{left:calc(-1 * var(--mobile-width));right:auto;box-shadow:5px 0 25px #0000000d}.Navbar-module___rHu7W__menuSideLeft.Navbar-module___rHu7W__mobileMenuOpen{left:0!important}.Navbar-module___rHu7W__mobileTopContainer{flex-direction:column;margin-bottom:24px;display:flex}.Navbar-module___rHu7W__mobileTopTitle{color:var(--mobile-text);letter-spacing:-.02em;font-size:1.4rem;font-weight:700}.Navbar-module___rHu7W__mobileTopSlogan{color:#86868b;margin-top:2px;font-size:.8rem}.Navbar-module___rHu7W__mobileNavList{flex-direction:column;gap:12px;list-style:none;display:flex}.Navbar-module___rHu7W__mobileItem,.Navbar-module___rHu7W__mobileSubItem{flex-direction:column;display:flex}.Navbar-module___rHu7W__mobileMainLink,.Navbar-module___rHu7W__mobileTriggerBtn,.Navbar-module___rHu7W__mobileTriggerBtnL3{color:var(--mobile-text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 0;font-family:inherit;font-size:1.25rem;font-weight:600;text-decoration:none;display:flex}.Navbar-module___rHu7W__mobileTriggerBtnL3{opacity:.9;font-size:1.05rem;font-weight:500}.Navbar-module___rHu7W__mobileArrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%231d1d1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:10px;height:6px;transition:transform .25s}.Navbar-module___rHu7W__triggerActive>.Navbar-module___rHu7W__mobileArrow{transform:rotate(180deg)}.Navbar-module___rHu7W__mobileSubmenuContainer{transition:grid-template-rows var(--menu-speed) var(--anim-easing);grid-template-rows:0fr;display:grid;overflow:hidden}.Navbar-module___rHu7W__mobileSubmenuShow{grid-template-rows:1fr}.Navbar-module___rHu7W__mobileSubmenuList,.Navbar-module___rHu7W__mobileSubSubList{flex-direction:column;gap:8px;min-height:0;padding-top:4px;padding-left:14px;list-style:none;display:flex}.Navbar-module___rHu7W__mobileSubSubList{gap:6px;padding-bottom:8px;padding-left:12px}.Navbar-module___rHu7W__mobileSubLink,.Navbar-module___rHu7W__mobileSubSubLink{flex-direction:column;text-decoration:none;display:flex}.Navbar-module___rHu7W__mobileSubSubLink{color:var(--mobile-text);opacity:.75;padding:4px 0;font-size:.95rem;font-weight:400}.Navbar-module___rHu7W__mobileSubName{color:var(--mobile-text);font-size:1.05rem;font-weight:500}.Navbar-module___rHu7W__mobileSubDesc{color:#86868b;margin-top:1px;font-size:.76rem}.Navbar-module___rHu7W__mobileExtraContainer{flex-direction:column;gap:6px;margin-top:auto;padding-top:24px;display:flex}.Navbar-module___rHu7W__divider{background:#0000000f;width:100%;height:1px;margin-bottom:12px}.Navbar-module___rHu7W__extraCompany{color:var(--mobile-text);font-size:.88rem;font-weight:600}.Navbar-module___rHu7W__extraLink{color:var(--accent-color);font-size:.84rem;text-decoration:none}.Navbar-module___rHu7W__extraAddress{color:#86868b;font-size:.78rem;line-height:1.4}.Navbar-module___rHu7W__overlay{background:var(--overlay-bg);z-index:2000;animation:.25s forwards Navbar-module___rHu7W__fadeIn;position:fixed;inset:0;-webkit-backdrop-filter:var(--overlay-blur)!important}@keyframes Navbar-module___rHu7W__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:992px){.Navbar-module___rHu7W__navList{display:none}.Navbar-module___rHu7W__hamburger{display:flex}}
.Features-module__MNwinW__featuresSection{background-color:#fff;padding:8rem 0;overflow:hidden}.Features-module__MNwinW__container{max-width:1200px;margin:0 auto;padding:0 6%}.Features-module__MNwinW__header{text-align:center;max-width:600px;margin:0 auto 5rem}.Features-module__MNwinW__badge{color:#1d1d1f;letter-spacing:.02em;background-color:#f5f5f7;border-radius:50px;margin-bottom:1.2rem;padding:.4rem 1.1rem;font-size:.8rem;font-weight:600;display:inline-block}.Features-module__MNwinW__sectionTitle{color:#1d1d1f;letter-spacing:-.025em;margin-bottom:1.2rem;font-size:2.8rem;font-weight:700}.Features-module__MNwinW__sectionDesc{color:#86868b;font-size:1.2rem;line-height:1.5}.Features-module__MNwinW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;display:grid}.Features-module__MNwinW__card{cursor:pointer;will-change:transform, opacity;background:#fff;border:1px solid #e8e8ed;border-radius:20px;flex-direction:column;gap:16px;padding:3rem 2.5rem;transition:background-color .4s,border-color .4s,box-shadow .4s;display:flex}.Features-module__MNwinW__card:hover{background-color:#fff;border-color:#0000;box-shadow:0 30px 60px #0000000a}.Features-module__MNwinW__iconBox{margin-bottom:8px;font-size:2.5rem}.Features-module__MNwinW__cardTitle{color:#1d1d1f;letter-spacing:-.01em;font-size:1.4rem;font-weight:600}.Features-module__MNwinW__cardDesc{color:#515154;flex-grow:1;font-size:1rem;line-height:1.6}.Features-module__MNwinW__cardLink{color:#424445;align-items:center;gap:6px;margin-top:14px;font-size:.95rem;font-weight:500;transition:gap .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Features-module__MNwinW__cardLink svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.Features-module__MNwinW__card:hover .Features-module__MNwinW__cardLink{gap:10px}.Features-module__MNwinW__card:hover .Features-module__MNwinW__cardLink svg{transform:translate(2px)}.Features-module__MNwinW__headerTriggerWrapper{width:100%;display:block}.Features-module__MNwinW__cardTriggerWrapper{width:100%;display:flex}.Features-module__MNwinW__cardTriggerWrapper>div,.Features-module__MNwinW__cardTriggerWrapper>[class*=card]{flex:1;width:100%;display:flex}.Features-module__MNwinW__card{cursor:pointer;will-change:transform, opacity;background:#fff;border:1px solid #e8e8ed;border-radius:20px;flex-direction:column;gap:16px;width:100%;height:100%;padding:3rem 2.5rem;transition:background-color .4s,border-color .4s,box-shadow .4s;display:flex}
.ContactForm-module__w-Wn8q__contactSection{background-color:#fff;padding:5rem 0}.ContactForm-module__w-Wn8q__container{grid-template-columns:1fr 1fr;align-items:start;gap:60px;max-width:1200px;margin:0 auto;padding:0 5%;display:grid}.ContactForm-module__w-Wn8q__formBox{flex-direction:column;gap:15px;display:flex}.ContactForm-module__w-Wn8q__title{color:#111;letter-spacing:-.03em;font-size:2.2rem;font-weight:800}.ContactForm-module__w-Wn8q__subtitle{color:#666;margin-bottom:1rem;font-size:1.05rem;line-height:1.6}.ContactForm-module__w-Wn8q__form{flex-direction:column;gap:20px;display:flex}.ContactForm-module__w-Wn8q__inputGroup{flex-direction:column;gap:8px;display:flex}.ContactForm-module__w-Wn8q__label{color:#333;font-size:.9rem;font-weight:600}.ContactForm-module__w-Wn8q__input,.ContactForm-module__w-Wn8q__textarea{color:#111;background-color:#f9f9f9;border:1px solid #eaeaea;border-radius:10px;width:100%;padding:.9rem 1.2rem;font-size:.95rem;transition:all .2s}.ContactForm-module__w-Wn8q__input:focus,.ContactForm-module__w-Wn8q__textarea:focus{background-color:#fff;border-color:#0070f3;outline:none;box-shadow:0 0 0 4px #0070f31a}.ContactForm-module__w-Wn8q__textarea{resize:vertical}.ContactForm-module__w-Wn8q__button{color:#fff;cursor:pointer;background-color:#0070f3;border:none;border-radius:10px;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.ContactForm-module__w-Wn8q__button:hover{background-color:#0051a8;transform:translateY(-2px);box-shadow:0 5px 15px #0070f333}.ContactForm-module__w-Wn8q__successMessage{color:#0d8a43;text-align:center;background-color:#e6f6ec;border-radius:8px;padding:1rem;font-size:.95rem;font-weight:500}.ContactForm-module__w-Wn8q__mapBox{flex-direction:column;gap:20px;display:flex}.ContactForm-module__w-Wn8q__infoText h3{color:#111;margin-bottom:5px;font-size:1.3rem;font-weight:700}.ContactForm-module__w-Wn8q__infoText p{color:#555;font-size:.95rem}@media (max-width:900px){.ContactForm-module__w-Wn8q__container{grid-template-columns:1fr;gap:40px}}
.References-module__P7pKpG__sliderContainer{background-color:#fafafa;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;flex-direction:column;gap:25px;width:100%;padding:60px 0;display:flex;overflow:hidden}.References-module__P7pKpG__sliderTitle{text-align:center;color:#1d1d1f;margin-bottom:5px;font-size:1.5rem;font-weight:600}.References-module__P7pKpG__trackWrapper{width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.References-module__P7pKpG__track{width:max-content;animation:var(--animation-direction) 100s linear infinite;display:flex}.References-module__P7pKpG__pausedOnHover:hover{animation-play-state:paused}.References-module__P7pKpG__card{width:var(--card-width);margin:0 var(--card-gap);text-align:center;cursor:pointer;flex-direction:column;justify-content:space-between;align-items:center;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex}.References-module__P7pKpG__card:hover{transform:scale(var(--hover-scale)) translateY(-4px)}.References-module__P7pKpG__logoWrapper{width:100%;height:calc(var(--logo-max-height) + 10px);justify-content:center;align-items:center;margin-bottom:15px;display:flex}.References-module__P7pKpG__logo{min-width:var(--logo-min-width);max-width:var(--logo-max-width);max-height:var(--logo-max-height);object-fit:var(--logo-fit);filter:grayscale();opacity:var(--normal-opacity);transition:all .4s}.References-module__P7pKpG__card:hover .References-module__P7pKpG__logo{filter:grayscale(0%);opacity:var(--hover-opacity)}.References-module__P7pKpG__companyName{color:#1d1d1f;margin-bottom:4px;font-size:.95rem;font-weight:600}.References-module__P7pKpG__description{color:#86868b;font-size:.8rem;line-height:1.4}@keyframes References-module__P7pKpG__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes References-module__P7pKpG__scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}
