@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
:root{--background:#000;--background-secondary:#1a1a1a;--foreground:#fff;--primary:#e31b38;--secondary:#a1a1aa;--border:#333;--font-sans:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-overflow-scrolling:touch;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}@media (pointer:fine){html,body,*,button,a{cursor:none!important}}video{max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 2rem;display:flex}.container{width:100%;max-width:1200px;margin:0 auto}.heading-xl{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,6vw,6rem);font-weight:700;line-height:1.1}.text-lg{max-width:800px;color:var(--secondary);font-size:clamp(1.2rem,2vw,1.5rem)}.btn{background-color:var(--primary);color:#fff;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 2rem;font-weight:500;transition:transform .3s,background-color .3s;display:inline-flex}.btn:hover{background-color:#c0152f;transform:translateY(-2px)}.btn-outline{border:1px solid var(--foreground);color:var(--foreground);background-color:#0000}.btn-outline:hover{background-color:var(--foreground);color:var(--background)}.reveal-text{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.reveal-text span{opacity:0;display:inline-block;transform:translateY(100%)}
.Navbar-module__cJzEcG__header{width:100%;height:var(--nav-height);z-index:1600;background-color:#0000;transition:transform .4s cubic-bezier(.85,0,.15,1);position:fixed;top:0;left:0}.Navbar-module__cJzEcG__headerHidden{transform:translateY(-100%)}.Navbar-module__cJzEcG__headerLightMode{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border-bottom:1px solid #0000000d}.Navbar-module__cJzEcG__headerLightMode .Navbar-module__cJzEcG__logoLink,.Navbar-module__cJzEcG__headerLightMode .Navbar-module__cJzEcG__profileBtn,.Navbar-module__cJzEcG__headerLightMode .Navbar-module__cJzEcG__logoTextWrapper{color:#111}.Navbar-module__cJzEcG__headerLightMode .Navbar-module__cJzEcG__logoSub{color:#666}.Navbar-module__cJzEcG__headerLightMode .Navbar-module__cJzEcG__hamburger span{background-color:#111}.Navbar-module__cJzEcG__headerLightMode .Navbar-module__cJzEcG__logoIcon{filter:invert()}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1440px;height:100%;margin:0 auto;padding:0 4rem;display:flex}@media (max-width:768px){.Navbar-module__cJzEcG__container{padding:0 1.5rem}}.Navbar-module__cJzEcG__logoLink{color:#fff;text-decoration:none}.Navbar-module__cJzEcG__logoContainer{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__logoIcon{object-fit:contain;display:none}.Navbar-module__cJzEcG__logoTextWrapper{letter-spacing:-.02em;flex-direction:column;font-family:Poppins,sans-serif;display:flex;position:relative}.Navbar-module__cJzEcG__logoSmall{letter-spacing:.2em;margin-bottom:2px;margin-left:4px;font-size:.65rem;font-weight:500;line-height:1}.Navbar-module__cJzEcG__logoMain{font-size:1.8rem;font-weight:400;line-height:1}.Navbar-module__cJzEcG__logoSub{color:#ddd;font-size:1.2rem;font-weight:400;line-height:1}.Navbar-module__cJzEcG__logoLine{background-color:var(--primary);width:100%;height:2px;margin-top:6px}@media (max-width:768px){.Navbar-module__cJzEcG__logoSmall{font-size:.5rem}.Navbar-module__cJzEcG__logoMain{font-size:1.3rem}.Navbar-module__cJzEcG__logoSub{font-size:.85rem}}.Navbar-module__cJzEcG__headerRight{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__stayInformedBtn{background-color:var(--primary);color:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__cJzEcG__stayInformedBtn:hover{opacity:.9}@media (max-width:768px){.Navbar-module__cJzEcG__stayInformedBtn{display:none}}.Navbar-module__cJzEcG__profileBtn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s,transform .3s;display:flex}.Navbar-module__cJzEcG__profileBtn:hover{color:var(--primary);transform:scale(1.1)}.Navbar-module__cJzEcG__profileIcon{display:block}.Navbar-module__cJzEcG__menuToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.Navbar-module__cJzEcG__hamburger{flex-direction:column;justify-content:space-between;width:24px;height:18px;display:flex}.Navbar-module__cJzEcG__hamburger span{background-color:#fff;width:100%;height:1px;transition:all .3s}.Navbar-module__cJzEcG__backdrop{z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background-color:#0009;transition:opacity .5s;position:fixed;inset:0}.Navbar-module__cJzEcG__backdropOpen{opacity:1;pointer-events:auto}.Navbar-module__cJzEcG__menuOverlay{z-index:2000;background-color:#1a1a1a;border-left:1px solid #ffffff1a;flex-direction:column;width:400px;max-width:100vw;height:100vh;transition:transform .5s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:auto;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__menuOverlayOpen{transform:translate(0)}.Navbar-module__cJzEcG__menuContainer{flex-direction:column;width:100%;height:100%;padding:2rem 4rem;display:flex}@media (max-width:768px){.Navbar-module__cJzEcG__menuContainer{padding:2rem 1.5rem}}.Navbar-module__cJzEcG__menuHeader{border-bottom:1px solid #ffffff1a;justify-content:flex-end;padding-bottom:2rem;display:flex}.Navbar-module__cJzEcG__closeBtn{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:300;display:flex}.Navbar-module__cJzEcG__closeIcon{font-size:2rem;line-height:1}.Navbar-module__cJzEcG__navMain{flex:1;align-items:flex-start;width:100%;padding-top:1rem;display:flex}.Navbar-module__cJzEcG__navList{flex-direction:column;gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cJzEcG__navItem{width:100%}.Navbar-module__cJzEcG__navLink{color:#fff;border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;width:100%;padding:1.5rem 0;font-size:1.2rem;font-weight:300;text-decoration:none;transition:color .2s;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:var(--primary)}.Navbar-module__cJzEcG__navArrow{opacity:0;font-size:1.5rem;transition:all .3s;transform:translate(-10px)}.Navbar-module__cJzEcG__navLink:hover .Navbar-module__cJzEcG__navArrow{opacity:1;transform:translate(0)}.Navbar-module__cJzEcG__subList{opacity:0;max-height:0;margin:0;padding:0 0 0 2.5rem;list-style:none;transition:all .5s cubic-bezier(.77,0,.175,1);overflow:hidden}.Navbar-module__cJzEcG__hasSubLinks:hover .Navbar-module__cJzEcG__subList{opacity:1;max-height:200px;padding-top:1rem;padding-bottom:1.5rem}.Navbar-module__cJzEcG__subItem{margin-bottom:1rem}.Navbar-module__cJzEcG__subItem:last-child{margin-bottom:0}.Navbar-module__cJzEcG__subNavLink{color:#999;font-size:1.1rem;font-weight:300;text-decoration:none;transition:all .3s;display:block}.Navbar-module__cJzEcG__subNavLink:hover{color:var(--primary);transform:translate(5px)}.Navbar-module__cJzEcG__menuFooter{border-top:1px solid #ffffff1a;padding-top:2rem}.Navbar-module__cJzEcG__menuFooter .Navbar-module__cJzEcG__stayInformedBtn{display:inline-flex}
.Footer-module__S6Hkya__footer{color:#fff;z-index:10;background-color:#000;border-top:1px solid #111;margin-top:auto;padding:6rem 0 2rem;position:relative}.Footer-module__S6Hkya__container{flex-direction:column;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__S6Hkya__topSection{flex-wrap:wrap;justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.Footer-module__S6Hkya__brand{flex:1;min-width:300px}.Footer-module__S6Hkya__logoLink{color:#fff;margin-bottom:1rem;text-decoration:none;display:inline-block}.Footer-module__S6Hkya__logoContainer{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__logoIcon{object-fit:contain;display:none}.Footer-module__S6Hkya__logoTextWrapper{letter-spacing:-.02em;flex-direction:column;font-family:Poppins,sans-serif;display:flex;position:relative}.Footer-module__S6Hkya__logoSmall{letter-spacing:.2em;margin-bottom:2px;font-size:.6rem;font-weight:500;line-height:1}.Footer-module__S6Hkya__logoMain{font-size:1.8rem;font-weight:400;line-height:1}.Footer-module__S6Hkya__logoSub{color:#ddd;font-size:1.2rem;font-weight:400;line-height:1}.Footer-module__S6Hkya__logoLine{background-color:var(--primary);width:100%;height:2px;margin-top:6px}.Footer-module__S6Hkya__socialWrapper{margin-top:2rem}.Footer-module__S6Hkya__socialTitle{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__socialLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socialLinks a{color:#a1a1aa;justify-content:center;align-items:center;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialLinks a:hover{transform:translateY(-2px)}.Footer-module__S6Hkya__facebook:hover{color:#1877f2!important}.Footer-module__S6Hkya__instagram:hover{color:#e4405f!important}.Footer-module__S6Hkya__twitter:hover{color:#1da1f2!important}.Footer-module__S6Hkya__linkedin:hover{color:#0a66c2!important}.Footer-module__S6Hkya__linksGrid{flex-wrap:wrap;gap:4rem;display:flex}.Footer-module__S6Hkya__linkGroup h3{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.Footer-module__S6Hkya__linkGroup ul{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__linkGroup a{color:#a1a1aa;font-size:.95rem;transition:color .2s}.Footer-module__S6Hkya__linkGroup a:hover{color:#fff}.Footer-module__S6Hkya__accentLink{align-items:center;gap:.5rem;font-weight:500;display:inline-flex;color:var(--primary)!important}.Footer-module__S6Hkya__accentLink:hover{color:#fff!important}.Footer-module__S6Hkya__bottomSection{color:#71717a;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__legalLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__legalLinks a{transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:#fff}@media (max-width:768px){.Footer-module__S6Hkya__topSection{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__linksGrid{gap:3rem}.Footer-module__S6Hkya__bottomSection{text-align:center;flex-direction:column}}
.CookieConsent-module__QbGkGW__overlay{z-index:99998;-webkit-backdrop-filter:blur(16px);background-color:#0000004d;justify-content:center;align-items:center;width:100%;height:100vh;padding:1rem;animation:.5s ease-out CookieConsent-module__QbGkGW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes CookieConsent-module__QbGkGW__fadeIn{0%{opacity:0}to{opacity:1}}.CookieConsent-module__QbGkGW__popup{color:#111;background-color:#fff;background-image:url(/popup-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #0000001a;border-radius:4px;width:100%;max-width:650px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.CookieConsent-module__QbGkGW__content{flex-direction:column;align-items:center;padding:4rem 3rem;display:flex}.CookieConsent-module__QbGkGW__title{text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-family:Poppins,sans-serif;font-size:2.4rem;font-weight:300}.CookieConsent-module__QbGkGW__text{color:#444;text-align:center;max-width:95%;margin-bottom:3.5rem;font-family:Poppins,sans-serif;font-size:1.25rem;line-height:1.7}.CookieConsent-module__QbGkGW__actions{flex-wrap:wrap;justify-content:center;gap:3rem;width:100%;display:flex}.CookieConsent-module__QbGkGW__residencyBtn{color:#111;cursor:pointer;background-color:#0000;border:none;align-items:center;gap:.75rem;padding:0;font-size:1.1rem;font-weight:400;transition:all .3s;display:flex}.CookieConsent-module__QbGkGW__residencyBtn svg{color:#111;transition:transform .3s}.CookieConsent-module__QbGkGW__residencyBtn:hover{color:#e31b38}.CookieConsent-module__QbGkGW__residencyBtn:hover svg{color:#e31b38;transform:translate(4px)}.CookieConsent-module__QbGkGW__cookieOverlay{z-index:99998;background-color:#0000;width:100%;height:100vh;position:fixed;top:0;left:0}.CookieConsent-module__QbGkGW__cookieBanner{color:#fff;z-index:99999;background-color:#000;border-top:1px solid #ffffff1a;width:100%;padding:1.5rem;animation:.5s ease-out CookieConsent-module__QbGkGW__slideUp;position:fixed;bottom:0;left:0;box-shadow:0 -5px 20px #00000080}@keyframes CookieConsent-module__QbGkGW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CookieConsent-module__QbGkGW__cookieContent{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.CookieConsent-module__QbGkGW__cookieText{color:#ccc;flex:1;font-size:.85rem;line-height:1.6}.CookieConsent-module__QbGkGW__cookieLink{color:#fff;text-decoration:underline;transition:color .2s}.CookieConsent-module__QbGkGW__cookieLink:hover{color:#e31b38}.CookieConsent-module__QbGkGW__cookieActions{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.CookieConsent-module__QbGkGW__cookieAcceptBtn{color:#fff;cursor:pointer;background-color:#e31b38;border:none;border-radius:2px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:background-color .3s}.CookieConsent-module__QbGkGW__cookieAcceptBtn:hover{background-color:#c0142d}.CookieConsent-module__QbGkGW__cookieManageBtn{color:#fff;cursor:pointer;background-color:#0000;border:none;align-items:center;gap:.5rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.CookieConsent-module__QbGkGW__cookieManageBtn:hover{color:#e31b38}@media (max-width:900px){.CookieConsent-module__QbGkGW__cookieContent{flex-direction:column;align-items:flex-start}.CookieConsent-module__QbGkGW__cookieActions{justify-content:space-between;width:100%}}@media (max-width:640px){.CookieConsent-module__QbGkGW__content{padding:3rem 1.5rem}.CookieConsent-module__QbGkGW__actions{flex-direction:column;align-items:center;gap:1.5rem}.CookieConsent-module__QbGkGW__title{font-size:1.8rem}}@media (max-width:480px){.CookieConsent-module__QbGkGW__cookieActions{flex-direction:column;align-items:flex-start;gap:1rem}}
.CustomCursor-module__scj-aG__cursor{background-color:var(--primary);pointer-events:none;z-index:999999;will-change:transform;border-radius:50%;width:24px;height:24px;transition:width .3s,height .3s,background-color .3s;display:none;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.CustomCursor-module__scj-aG__cursorHover{border:2px solid var(--primary);background-color:#0000;width:40px;height:40px}.CustomCursor-module__scj-aG__cursorHidden{opacity:0!important}@media (pointer:fine){.CustomCursor-module__scj-aG__cursor{display:block}}
