@import "https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500&display=swap";
:root{--font-title:"Montserrat",sans-serif;--font-body:"Montserrat",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-body);font-weight:300;line-height:1.55}body{font-size:var(--font-size-base);background-color:var(--color-bg);color:var(--color-text);height:100%;line-height:1.5}img,svg,video{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-title);letter-spacing:.01em;font-weight:300;line-height:1.2}
:root{--color-bg:#e6e6e6;--color-text:#000;--color-primary:#2563eb;--font-size-base:16px;--radius:4px}
:root{--nav-h:78px;--max-w:1300px}.Navbar-module__cRh5nW__nav{height:var(--nav-h);z-index:200;-webkit-backdrop-filter:blur(12px);background:0 0;transition:transform .28s,opacity .28s,background .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__nav:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(12px);background:rgba(0,0,0,.2);transition:background .3s,box-shadow .3s,border-color .3s;position:absolute;top:0;bottom:0;left:0;right:0}.Navbar-module__cRh5nW__home:before{box-shadow:none;background:rgba(0,0,0,.15);border-bottom:1px solid rgba(255,255,255,.06)}.Navbar-module__cRh5nW__internal:before{background:rgba(230,230,230,.92);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 8px 24px rgba(0,0,0,.06)}.Navbar-module__cRh5nW__hidden{opacity:0;transform:translateY(-100%)}.Navbar-module__cRh5nW__inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cRh5nW__logo{font-family:var(--font-title);color:#fff;align-items:center;gap:.45rem;font-size:1.35rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__icon{opacity:.9;font-size:1.35rem}.Navbar-module__cRh5nW__list{gap:1.8rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__link,.Navbar-module__cRh5nW__linkActive{color:#fff;border-bottom:2px solid transparent;padding-bottom:.25rem;font-size:1.05rem;text-decoration:none;transition:opacity .25s,border-color .25s,color .25s}.Navbar-module__cRh5nW__link:hover{opacity:.6}.Navbar-module__cRh5nW__linkActive{border-bottom-color:rgba(255,255,255,.85)}.Navbar-module__cRh5nW__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.4rem;display:none}.Navbar-module__cRh5nW__burger span{background:#fff;border-radius:4px;width:22px;height:2px}.Navbar-module__cRh5nW__internal .Navbar-module__cRh5nW__logo,.Navbar-module__cRh5nW__internal .Navbar-module__cRh5nW__link,.Navbar-module__cRh5nW__internal .Navbar-module__cRh5nW__linkActive{color:#111}.Navbar-module__cRh5nW__internal .Navbar-module__cRh5nW__linkActive{border-bottom-color:#111}.Navbar-module__cRh5nW__internal .Navbar-module__cRh5nW__burger span{background:#111}@media (max-width:820px){.Navbar-module__cRh5nW__list{top:var(--nav-h);width:100%;height:calc(100vh - var(--nav-h));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(5,14,22,.88);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:transform .4s;position:fixed;right:0;transform:translateY(-120%)}.Navbar-module__cRh5nW__internal .Navbar-module__cRh5nW__list{background:rgba(255,255,255,.96)}.Navbar-module__cRh5nW__open{transform:translateY(0)}.Navbar-module__cRh5nW__burger{display:flex}}
