.Navbar_navbarContainer__sTcxf{position:fixed;top:0;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:12px 0 8px;z-index:100;background:transparent;width:100vw;transition:background .3s ease-in-out}.Navbar_navbarContainer__sTcxf.Navbar_scrolled__vS8N4{background:linear-gradient(180deg,#070707 30%,rgba(7,7,7,0))}@media(max-width:768px){.Navbar_navbarContainer__sTcxf{padding:14px 16px 10px 12px}}.Navbar_navbar__W_ouQ{width:95%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;max-width:1280px}@media(max-width:768px){.Navbar_navbar__W_ouQ{width:100%}}.Navbar_logo__l1Z_s{display:flex;align-items:center;justify-content:flex-start;width:240px}@media(max-width:768px){.Navbar_logo__l1Z_s{width:auto}.Navbar_logo__l1Z_s img{width:72px!important;height:28px!important}}.Navbar_navLinks__hbR1v{display:flex}.Navbar_navLinkContainer__t4egT{display:flex;align-items:center;justify-content:center;padding:0 4px 4px}.Navbar_navLink__EAvef{font-size:16px;font-weight:var(--text-regular);color:var(--primary-text);text-decoration:none;transition:all .2s ease-in-out;padding:8px 12px;text-align:center;border-radius:6px;display:block;position:relative;cursor:pointer}.Navbar_navLink__EAvef.Navbar_active__JIkQk,.Navbar_navLink__EAvef.Navbar_dropdownActive__w_KXx,.Navbar_navLink__EAvef:hover{background:var(--elevated-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.Navbar_dropdownContainer__n8ZGA{position:absolute;top:80%;left:50%;transform:translateX(-50%)}.Navbar_dropdown__fTh3y{background-color:#101010;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:12px;box-shadow:0 4px 24px rgba(0,0,0,.1);margin-top:8px;opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:20px;border:1px solid hsla(0,0%,100%,.04);display:flex;flex-direction:column}.Navbar_dropdownItemContainer__ap9Ti{display:flex;align-items:center;justify-content:space-between;width:100%}.Navbar_dropdownItemArrow__En6Nu{color:var(--secondary-text-color)}.Navbar_navItem__lzGFh:hover .Navbar_dropdown__fTh3y{opacity:1;visibility:visible}.Navbar_dropdownItems__5_c79{display:flex;gap:8px}@keyframes Navbar_slideIn__a8Mmm{0%{opacity:0;transform:translateX(0)}to{opacity:1;transform:translateX(0)}}.Navbar_dropdownHeader__IArAx,.Navbar_dropdownItems__5_c79{animation:Navbar_slideIn__a8Mmm .5s ease-out forwards}.Navbar_dropdownItem__Y8c4u{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;padding:12px 8px;color:var(--primary-text);text-decoration:none;border-radius:12px;font-size:var(--text-body);font-weight:var(--text-regular);height:130px;width:130px;background:hsla(0,0%,100%,.04)}.Navbar_dropdownItem__Y8c4u:hover{background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.12))}.Navbar_dropdownItem__Y8c4u.Navbar_active__JIkQk{background:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.16));border:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.Navbar_dropdownItem__Y8c4u{width:100%;padding:16px 12px;height:auto;opacity:0;animation:Navbar_fadeIn__W1acU .3s ease-out forwards}.Navbar_dropdownItem__Y8c4u.Navbar_closing__JaZ_5{animation:Navbar_fadeOut__8VdPE .3s ease-in forwards}}@keyframes Navbar_fadeIn__W1acU{0%{opacity:0}to{opacity:1}}@keyframes Navbar_fadeOut__8VdPE{0%{opacity:1}to{opacity:0}}@media(max-width:768px){.Navbar_dropdownItem__Y8c4u:first-child{animation-delay:.1s}.Navbar_dropdownItem__Y8c4u:nth-child(2){animation-delay:.2s}.Navbar_dropdownItem__Y8c4u:nth-child(3){animation-delay:.3s}.Navbar_dropdownItem__Y8c4u:nth-child(4){animation-delay:.4s}.Navbar_dropdownItem__Y8c4u:nth-child(5){animation-delay:.5s}}@keyframes Navbar_openDropdownItem__zpFMn{0%{-webkit-clip-path:circle(0 at calc(100% - 28px) 28px);clip-path:circle(0 at calc(100% - 28px) 28px)}to{-webkit-clip-path:circle(150% at calc(100% - 28px) 28px);clip-path:circle(150% at calc(100% - 28px) 28px)}}.Navbar_navItem__lzGFh:hover .Navbar_dropdownItem__Y8c4u{opacity:1;transform:translateY(0)}.Navbar_dropdownItemContent__9bLRy{display:flex;align-items:flex-start;flex-direction:column}.Navbar_dropdownItemIcon__qBh1K{opacity:.7;font-size:24px;margin-bottom:4px}.Navbar_dropdownItemLabel__ehA1a{font-size:14px;font-weight:500;margin-bottom:4px}.Navbar_dropdownItemDescription__th2nC{font-size:12px;font-weight:500;color:var(--secondary-text)}.Navbar_cta__zoi_M{display:flex;align-items:center;justify-content:flex-end;gap:16px}.Navbar_mobileMenuButton__gK_uN{display:none;background:none;border:none;cursor:pointer;padding:8px}@media(max-width:768px){.Navbar_mobileMenuButton__gK_uN{display:flex;align-items:center;justify-content:center}.Navbar_navLinks__hbR1v{display:none}}.Navbar_mobileNav__b4Wg_{position:fixed;top:0;left:0;background:linear-gradient(180deg,#060606,#101010 35.53%,hsla(0,0%,6%,.82));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transform-origin:top right;animation:Navbar_openNavigation__0PR6W .4s ease-out forwards;-webkit-clip-path:circle(0 at top right);clip-path:circle(0 at top right)}@keyframes Navbar_openNavigation__0PR6W{0%{-webkit-clip-path:circle(0 at calc(100% - 28px) 28px);clip-path:circle(0 at calc(100% - 28px) 28px)}to{-webkit-clip-path:circle(150% at calc(100% - 28px) 28px);clip-path:circle(150% at calc(100% - 28px) 28px)}}.Navbar_mobileNavClosing__VBjRX{animation:Navbar_closeNavigation__SKl90 .4s ease-in forwards}@keyframes Navbar_closeNavigation__SKl90{0%{-webkit-clip-path:circle(150% at calc(100% - 28px) 28px);clip-path:circle(150% at calc(100% - 28px) 28px)}to{-webkit-clip-path:circle(0 at calc(100% - 28px) 28px);clip-path:circle(0 at calc(100% - 28px) 28px)}}.Navbar_mobileNavHeader__9kRES{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 10px 12px;background:transparent;border-bottom:1px solid hsla(0,0%,100%,.04)}.Navbar_mobileCloseButton__WuVK1{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.Navbar_mobileNavContent__6gFXp{flex:1 1;display:flex;flex-direction:column;padding:14px 16px 24px 14px;overflow-y:auto;overscroll-behavior:contain}.Navbar_mobileNavSectionHeader__HgIjn,.Navbar_mobileNavSection__5Khkg,.Navbar_mobileNavSections__O_hQ0{display:flex;flex-direction:column;gap:12px}.Navbar_mobileNavSimpleItem__lDthO{font-size:var(--font-size-sm);display:block;text-decoration:none;padding:16px 12px;border-radius:12px;background:hsla(0,0%,100%,.04);transition:background .2s ease}.Navbar_mobileNavSimpleItem__lDthO:hover{background:hsla(0,0%,100%,.08)}.Navbar_mobileNavSimpleItem__lDthO.Navbar_active__JIkQk{background:linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.16));border:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.Navbar_mobileNavSimpleItem__lDthO{opacity:0;animation:Navbar_fadeIn__W1acU .3s ease-out forwards}.Navbar_mobileNavSimpleItem__lDthO.Navbar_closing__JaZ_5{animation:Navbar_fadeOut__8VdPE .3s ease-in forwards}.Navbar_mobileNavSimpleItem__lDthO:first-child{animation-delay:.1s}.Navbar_mobileNavSimpleItem__lDthO:nth-child(2){animation-delay:.2s}.Navbar_mobileNavSimpleItem__lDthO:nth-child(3){animation-delay:.3s}.Navbar_mobileNavSimpleItem__lDthO:nth-child(4){animation-delay:.4s}.Navbar_mobileNavSimpleItem__lDthO:nth-child(5){animation-delay:.5s}}.Navbar_mobileNavGrid__mibyv{display:flex;flex-direction:column;gap:8px}.Navbar_mobileNavItem__plFWI{display:flex;width:100%;align-items:flex-start;gap:16px;padding:16px;text-decoration:none;color:var(--primary-text);border-radius:12px;background:hsla(0,0%,100%,.04);transition:background .2s ease}.Navbar_mobileNavItem__plFWI:hover{background:hsla(0,0%,100%,.08)}.Navbar_mobileNavItem__plFWI .Navbar_mobileNavItemContent__DqDpU{display:flex;flex-direction:column;gap:4px}.Navbar_mobileNavFooter__W4REF{border-top:1px solid hsla(0,0%,100%,.12);padding:16px 12px}.Navbar_mobileNavCta__DD55K{width:100%;justify-content:center}.Navbar_mobileNavSectionDivider__DPAmM{height:1px;background:hsla(0,0%,100%,.1);margin:12px 0}@media(max-width:768px){.Navbar_cta__zoi_M button:not(.Navbar_mobileMenuButton__gK_uN){display:none}}@media(max-width:890px)and (min-width:769px){.Navbar_signUpButton__va_0_{display:none!important}}.Footer_footerContainer__1Dvy2{width:100%;margin:0 auto}.Footer_footerContent__QQ0Yh{margin:0 auto;display:flex;justify-content:space-between}.Footer_logoSection__LvUgE{display:flex;flex-direction:column}.Footer_logoSection__LvUgE .Footer_certifications__y1Stt{display:flex;gap:20px;margin-top:20px}.Footer_logoSection__LvUgE .Footer_certifications__y1Stt .Footer_certBadge___9s82 img{width:72px;height:72px;object-fit:contain}.Footer_logoSection__LvUgE .Footer_subscribeButtonContainer__RX7DX{margin:32px 0;width:-moz-fit-content;width:fit-content}@media(max-width:480px){.Footer_thesysLogo__UjmHR{margin-bottom:40px;margin-left:8px}}.Footer_footerColumns__1hyqh{display:grid;grid-template-columns:.85fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}@media(max-width:480px){.Footer_footerColumns__1hyqh{grid-template-columns:1fr}}.Footer_column__o_VDy .Footer_columnTitle__WoDEX{margin-bottom:32px}.Footer_column__o_VDy .Footer_columnList__cdTjD{list-style:none;padding:0;margin:0}.Footer_column__o_VDy .Footer_columnItem__oLHh0{margin-bottom:16px}.Footer_column__o_VDy .Footer_columnLink__UXRJh{color:#fff;text-decoration:none;font-size:.9375rem;transition:color .2s ease}.Footer_column__o_VDy .Footer_columnLink__UXRJh:hover{color:#ccc}.Footer_footerSection__OTh5w{width:100%;margin:0 auto;display:flex;flex-direction:column;padding:96px 0 16px;justify-content:center;align-items:center;gap:140px;background:linear-gradient(180deg,#000,#101010)}.Footer_footerSection__OTh5w .Footer_footerSectionBottom__u2huD{max-width:1280px;width:100%;border-top:1px solid #202020;display:grid;grid-template-columns:1fr auto 1fr;padding:16px 0;align-items:center}@media(max-width:1296px){.Footer_footerSection__OTh5w .Footer_footerSectionBottom__u2huD{max-width:1080px}}@media(max-width:768px){.Footer_footerSection__OTh5w .Footer_footerSectionBottom__u2huD{grid-template-columns:1fr;gap:16px;text-align:center}.Footer_footerSection__OTh5w .Footer_footerSectionBottom__u2huD .Footer_footerBottomAddress__8_P_d{order:-1}.Footer_footerSection__OTh5w .Footer_footerSectionBottom__u2huD .Footer_footerBottomCopyright__ZxrK5{order:0}.Footer_footerSection__OTh5w .Footer_footerSectionBottom__u2huD .Footer_socialLinks__25T6G{order:-2;justify-self:center}.Footer_footerSection__OTh5w{gap:32px}}.Footer_footerSection__OTh5w .Footer_footerContainer__1Dvy2{max-width:1280px;width:100%}@media(max-width:1296px){.Footer_footerSection__OTh5w .Footer_footerContainer__1Dvy2{max-width:1080px}}.Footer_footerSection__OTh5w .Footer_socialLinks__25T6G{display:flex;gap:16px;align-items:center;justify-content:flex-end}.Footer_mobileFooter__jnUX5{display:flex;flex-direction:column;width:100%}.Footer_mobileFooter__jnUX5 .Footer_mobileContent__uWP65{display:flex;flex-direction:column;gap:24px}.Footer_mobileFooter__jnUX5 .Footer_mobileRow__w7pSr{display:flex;flex-direction:row;gap:24px;width:100%;padding-left:16px}.Footer_mobileFooter__jnUX5 .Footer_mobileColumn__L87xS{flex:1 1 50%}.Footer_mobileFooter__jnUX5 .Footer_certificationsContainer__U3YeF{display:flex;flex-direction:row;gap:40px;margin:0 auto 40px;justify-content:center}.Footer_mobileFooter__jnUX5 .Footer_certifications__y1Stt{margin-top:8px;display:flex;flex-direction:row;gap:32px;justify-content:center}.Footer_mobileFooter__jnUX5 .Footer_certBadge___9s82{filter:grayscale(100%)}.Footer_mobileFooter__jnUX5 .Footer_logoContainer__H787O{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:40px;justify-content:center;scale:.8}.style_tag__UhLob{width:34px;height:20px;border-radius:6px;border:1px solid hsla(0,0%,100%,.12);padding:2.5px 7px 2.5px 6px;background-color:rgba(43,43,43,.24);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;line-height:1}.TestimonialCard_testimonialCardWrapper__kZq0t{min-width:360px;height:320px;background:var(--sunk-bg);border:1px solid var(--elevated-bg);border-radius:24px;backdrop-filter:blur(48px);-webkit-backdrop-filter:blur(48px)}.TestimonialCard_testimonialCard__zpPew{width:100%;height:100%;padding:36px 32px;display:flex;flex-direction:column;justify-content:space-between}.TestimonialCard_author___dxpZ{display:flex;align-items:center;gap:16px}.TestimonialCard_authorImage__wP__h{width:48px;height:48px;border-radius:8px;overflow:hidden;background:var(--dark-bg)}.TestimonialCard_authorImage__wP__h img{width:100%;height:100%;object-fit:cover}.TestimonialCard_authorInfo__GJnry{display:flex;flex-direction:column;justify-content:space-between}