@import "https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw}body{color:#0f172a;background:#f8fafc;max-width:100vw;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}
.Navbar-module__O8Na-a__navbar{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0}.Navbar-module__O8Na-a__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__O8Na-a__logo{color:#0f172a;font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700}.Navbar-module__O8Na-a__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:none;position:relative}.Navbar-module__O8Na-a__hamburger span{background:#0f172a;width:24px;height:2px;transition:all .3s;position:absolute}.Navbar-module__O8Na-a__hamburger span:first-child{top:12px}.Navbar-module__O8Na-a__hamburger span:nth-child(2){top:19px}.Navbar-module__O8Na-a__hamburger span:nth-child(3){top:26px}.Navbar-module__O8Na-a__hamburger.Navbar-module__O8Na-a__active span:first-child{top:19px;transform:rotate(45deg)}.Navbar-module__O8Na-a__hamburger.Navbar-module__O8Na-a__active span:nth-child(2){opacity:0}.Navbar-module__O8Na-a__hamburger.Navbar-module__O8Na-a__active span:nth-child(3){top:19px;transform:rotate(-45deg)}.Navbar-module__O8Na-a__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__O8Na-a__navLinks a{color:#475569;font-weight:500;transition:color .2s}.Navbar-module__O8Na-a__navLinks a:hover{color:#0891b2}@media (max-width:768px){.Navbar-module__O8Na-a__hamburger{display:flex}.Navbar-module__O8Na-a__navLinks{background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;gap:0;max-height:0;padding:0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.Navbar-module__O8Na-a__navLinks.Navbar-module__O8Na-a__open{max-height:300px}.Navbar-module__O8Na-a__navLinks li{border-top:1px solid #e2e8f0}.Navbar-module__O8Na-a__navLinks a{padding:1rem 2rem;display:block}}
