:root{--blue:#2b6aff;--blue-dark:#1a52d6;--blue-light:#e8f0ff;--grey:#6d7a8a;--grey-light:#f7f8fa;--grey-mid:#b0b8c4;--black:#1a1a2e;--white:#fff;--font:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--max-width:1200px;--section-padding:140px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);color:var(--black);background:var(--white);-webkit-user-select:none;user-select:none;line-height:1.6;overflow-x:hidden}img{-webkit-user-drag:none;user-drag:none;pointer-events:none;max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 40px}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:20px;font-size:13px;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--blue);width:20px;height:2px}.section-heading{letter-spacing:-.03em;max-width:700px;margin-bottom:20px;font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.1}.section-subheading{color:var(--grey);max-width:520px;margin-bottom:72px;font-size:18px;line-height:1.6}.btn-primary{font-family:var(--font);color:var(--white);background:var(--blue);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;transition:background .3s,transform .2s,box-shadow .3s;display:inline-flex}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 30px #2b6aff40}.btn-primary svg{transition:transform .3s}.btn-primary:hover svg{transform:translate(3px)}.btn-secondary{font-family:var(--font);color:var(--black);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:16px 8px;font-size:16px;font-weight:500;transition:color .3s;display:inline-flex}.btn-secondary:hover{color:var(--blue)}@media (max-width:1024px){:root{--section-padding:100px}}@media (max-width:768px){:root{--section-padding:80px}.container{padding:0 24px}}
.Navigation-module__Yl6TSG__nav{z-index:100;padding:24px 0;transition:background .4s,padding .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.Navigation-module__Yl6TSG__scrolled{-webkit-backdrop-filter:blur(20px);background:#ffffffeb;padding:16px 0;box-shadow:0 1px #0000000f}.Navigation-module__Yl6TSG__navInner{justify-content:space-between;align-items:center;display:flex}.Navigation-module__Yl6TSG__navLogo{width:auto;height:32px}.Navigation-module__Yl6TSG__navLinks{align-items:center;gap:40px;list-style:none;display:flex}.Navigation-module__Yl6TSG__navLinks a{color:var(--grey);letter-spacing:-.01em;font-size:15px;font-weight:500;transition:color .3s}.Navigation-module__Yl6TSG__navLinks a:hover{color:var(--black)}.Navigation-module__Yl6TSG__active{color:var(--black)!important}.Navigation-module__Yl6TSG__navCta{background:var(--blue);border-radius:8px;padding:10px 24px;font-size:15px;font-weight:600;transition:background .3s,transform .2s;color:var(--white)!important}.Navigation-module__Yl6TSG__navCta:hover{transform:translateY(-1px);background:var(--blue-dark)!important}.Navigation-module__Yl6TSG__navMobileToggle{cursor:pointer;background:0 0;border:none;width:28px;height:20px;display:none;position:relative}.Navigation-module__Yl6TSG__navMobileToggle span{background:var(--black);width:100%;height:2px;transition:all .3s;display:block;position:absolute;left:0}.Navigation-module__Yl6TSG__navMobileToggle span:first-child{top:0}.Navigation-module__Yl6TSG__navMobileToggle span:nth-child(2){top:9px}.Navigation-module__Yl6TSG__navMobileToggle span:nth-child(3){top:18px}.Navigation-module__Yl6TSG__open span:first-child{top:9px;transform:rotate(45deg)}.Navigation-module__Yl6TSG__open span:nth-child(2){opacity:0}.Navigation-module__Yl6TSG__open span:nth-child(3){top:9px;transform:rotate(-45deg)}@media (max-width:768px){.Navigation-module__Yl6TSG__navLinks{display:none}.Navigation-module__Yl6TSG__navMobileToggle{z-index:101;display:block}}
.MobileMenu-module__5lTkgG__overlay{-webkit-backdrop-filter:blur(20px);z-index:99;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.MobileMenu-module__5lTkgG__links{flex-direction:column;align-items:center;gap:32px;list-style:none;display:flex}.MobileMenu-module__5lTkgG__links a{color:var(--black);font-size:28px;font-weight:600;transition:color .3s}.MobileMenu-module__5lTkgG__links a:hover{color:var(--blue)}.MobileMenu-module__5lTkgG__active{color:var(--blue)!important}.MobileMenu-module__5lTkgG__cta{background:var(--blue);border-radius:8px;padding:14px 32px;color:var(--white)!important;font-size:18px!important}
.CookieConsent-module__2FLMAq__overlay{z-index:9999;-webkit-backdrop-filter:blur(2px);background:#00000059;justify-content:center;align-items:flex-end;padding:20px;animation:.3s CookieConsent-module__2FLMAq__fadeIn;display:flex;position:fixed;inset:0}@keyframes CookieConsent-module__2FLMAq__fadeIn{0%{opacity:0}to{opacity:1}}.CookieConsent-module__2FLMAq__banner{background:var(--white);border-radius:16px;width:100%;max-width:560px;padding:28px;animation:.35s cubic-bezier(.16,1,.3,1) CookieConsent-module__2FLMAq__slideUp;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d}.CookieConsent-module__2FLMAq__bannerLarge{max-width:520px}@keyframes CookieConsent-module__2FLMAq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module__2FLMAq__header{align-items:center;gap:14px;margin-bottom:16px;display:flex}.CookieConsent-module__2FLMAq__iconWrap{background:var(--blue-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.CookieConsent-module__2FLMAq__iconWrap svg{width:24px;height:24px;color:var(--blue)}.CookieConsent-module__2FLMAq__title{color:var(--black);letter-spacing:-.3px;font-size:18px;font-weight:700;line-height:1.2}.CookieConsent-module__2FLMAq__subtitle{color:var(--grey);margin-top:2px;font-size:13px}.CookieConsent-module__2FLMAq__body p{color:var(--grey);font-size:14px;line-height:1.7}.CookieConsent-module__2FLMAq__privacyLink{margin-top:8px;color:var(--grey)!important;font-size:13px!important}.CookieConsent-module__2FLMAq__privacyLink a{color:var(--blue);text-underline-offset:2px;text-decoration:underline}.CookieConsent-module__2FLMAq__privacyLink a:hover{color:var(--blue-dark)}.CookieConsent-module__2FLMAq__details{flex-direction:column;gap:2px;margin-bottom:4px;display:flex}.CookieConsent-module__2FLMAq__category{border-bottom:1px solid #0000000f;padding:12px 0}.CookieConsent-module__2FLMAq__category:last-of-type{border-bottom:none}.CookieConsent-module__2FLMAq__catHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.CookieConsent-module__2FLMAq__catInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.CookieConsent-module__2FLMAq__catName{color:var(--black);font-size:14px;font-weight:700}.CookieConsent-module__2FLMAq__catDesc{color:var(--grey);font-size:12.5px;line-height:1.4}.CookieConsent-module__2FLMAq__toggle{cursor:pointer;background:#00000014;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .25s;position:relative}.CookieConsent-module__2FLMAq__toggleOn{background:var(--blue)}.CookieConsent-module__2FLMAq__toggleDisabled{cursor:default;opacity:.7}.CookieConsent-module__2FLMAq__toggleDot{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s cubic-bezier(.16,1,.3,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.CookieConsent-module__2FLMAq__toggleOn .CookieConsent-module__2FLMAq__toggleDot{transform:translate(20px)}.CookieConsent-module__2FLMAq__actions{gap:8px;margin-top:20px;display:flex}.CookieConsent-module__2FLMAq__btnAccept,.CookieConsent-module__2FLMAq__btnReject,.CookieConsent-module__2FLMAq__btnCustomize{cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font);white-space:nowrap;border:none;border-radius:10px;flex:1;padding:12px 16px;transition:all .2s}.CookieConsent-module__2FLMAq__btnAccept{background:var(--blue);color:#fff}.CookieConsent-module__2FLMAq__btnAccept:hover{background:var(--blue-dark);transform:translateY(-1px)}.CookieConsent-module__2FLMAq__btnReject{background:var(--grey-light);color:var(--grey);border:1px solid #00000014}.CookieConsent-module__2FLMAq__btnReject:hover{color:var(--black);background:#0000000f}.CookieConsent-module__2FLMAq__btnCustomize{color:var(--black);background:0 0;border:1px solid #00000014}.CookieConsent-module__2FLMAq__btnCustomize:hover{background:var(--grey-light)}@media (max-width:600px){.CookieConsent-module__2FLMAq__overlay{padding:12px}.CookieConsent-module__2FLMAq__banner{padding:22px}.CookieConsent-module__2FLMAq__actions{flex-direction:column;gap:6px}.CookieConsent-module__2FLMAq__btnAccept,.CookieConsent-module__2FLMAq__btnReject,.CookieConsent-module__2FLMAq__btnCustomize{padding:14px 16px}.CookieConsent-module__2FLMAq__header{gap:12px}.CookieConsent-module__2FLMAq__iconWrap{width:38px;height:38px}.CookieConsent-module__2FLMAq__iconWrap svg{width:20px;height:20px}.CookieConsent-module__2FLMAq__title{font-size:16px}}
.Footer-module__yg9ahW__footer{border-top:1px solid #0000000f;padding:60px 0 40px}.Footer-module__yg9ahW__footerInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__yg9ahW__footerLogo{width:auto;height:28px}.Footer-module__yg9ahW__footerLinks{gap:32px;list-style:none;display:flex}.Footer-module__yg9ahW__footerLinks a{color:var(--grey);font-size:14px;font-weight:500;transition:color .3s}.Footer-module__yg9ahW__footerLinks a:hover{color:var(--black)}.Footer-module__yg9ahW__cookieBtn{color:var(--grey);cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font);background:0 0;border:none;padding:0;transition:color .3s}.Footer-module__yg9ahW__cookieBtn:hover{color:var(--black)}.Footer-module__yg9ahW__footerCopy{color:var(--grey-mid);font-size:13px}@media (max-width:768px){.Footer-module__yg9ahW__footerInner{text-align:center;flex-direction:column;gap:24px}.Footer-module__yg9ahW__footerLinks{flex-wrap:wrap;justify-content:center}}
.ScrollToTop-module__TU0JRq__scrollToTop{z-index:90;background:var(--white);width:48px;height:48px;color:var(--black);cursor:pointer;opacity:0;pointer-events:none;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s,background .3s,box-shadow .3s;display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(12px);box-shadow:0 2px 12px #0000000f}.ScrollToTop-module__TU0JRq__scrollToTop.ScrollToTop-module__TU0JRq__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.ScrollToTop-module__TU0JRq__scrollToTop:hover{background:var(--blue);color:var(--white);border-color:var(--blue);box-shadow:0 4px 20px #2b6aff40}@media (max-width:768px){.ScrollToTop-module__TU0JRq__scrollToTop{width:44px;height:44px;bottom:24px;right:24px}}
