.logo{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}
.menu-mobile{background-color:#003855;flex:1;width:100%;height:100vh}.menu-mobile__list{flex-direction:column;list-style:none;display:flex}.menu-mobile__item{border-bottom:.125rem solid #ffffff47}.menu-mobile__button{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;display:flex}.menu-mobile__label.typography,.menu-mobile__label--active.typography{color:#fff}.menu-mobile__label--tertiary.typography{color:#ffffffad}
.navbar-mobile{width:100%}.navbar-mobile__bar{border-bottom:.125rem solid #ffffff47;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.navbar-mobile__toggle,.navbar-mobile__user{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:flex}.navbar-mobile__logo{max-width:5rem}.navbar-mobile__user-placeholder{width:2rem;height:2rem}.navbar-mobile__overlay{z-index:10;background-color:#003855;flex-direction:column;display:flex;position:fixed;inset:0}.navbar-mobile__overlay-bar{-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);background-color:#072535ad;border-bottom:.125rem solid #ffffff47;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}
.navbar-desktop{flex-direction:row;justify-content:space-between;align-items:center;height:4rem;padding:0 1.5rem;display:flex}@media screen and (min-width:1024px){.navbar-desktop{max-width:76.5rem;height:5rem;margin:0 auto;padding:0}}.navbar-desktop__logo{max-width:6rem}@media screen and (min-width:1024px){.navbar-desktop__logo{max-width:8rem}}.navbar-desktop__links{flex-direction:row;justify-content:center;align-items:center;gap:3rem;width:100%;height:100%;list-style:none;display:flex}.navbar-desktop__link-container{height:100%}.navbar-desktop__link{font-family:var(--font-inter),"Inter",sans-serif;color:#fff;cursor:pointer;background:0 0;border:none;height:100%;padding:1rem 0;font-size:1rem;font-weight:400;line-height:1.25rem;position:relative}.navbar-desktop__link:hover{color:#f1fe91}.navbar-desktop__link--active{color:#fff;background:linear-gradient(#0000,#0d9ce833)}.navbar-desktop__link--active:after{content:"";background-color:#0d9ce8;height:.125rem;position:absolute;bottom:0;left:0;right:0}.navbar-desktop__link-text.typography{color:#ffffffad}.navbar-desktop__link-text--active.typography{color:#fff}.navbar-desktop__user{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:flex}.navbar-desktop__auth{flex-direction:row;align-items:center;gap:1rem;display:flex}.navbar-desktop__auth .button{white-space:nowrap;width:auto}.navbar-desktop__auth--small{display:flex}@media screen and (min-width:1392px){.navbar-desktop__auth--small{display:none}}.navbar-desktop__auth--large{display:none}@media screen and (min-width:1392px){.navbar-desktop__auth--large{display:flex}}
.navbar{-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);z-index:1;background-color:#072535ad;border-bottom:.125rem solid #fff;width:100%;position:sticky;top:0;left:0}.navbar--mobile{display:block}@media screen and (min-width:768px){.navbar--mobile{display:none}}.navbar--desktop{display:none}@media screen and (min-width:768px){.navbar--desktop{display:block}}
.content-layout{background:linear-gradient(#007bbd,#072535);min-height:100vh}
