.menu-top{position:fixed!important;top:0;left:0;height:64px;width:100%;z-index:20;display:flex;padding:16px;align-items:center;gap:10px}@media(max-width:768px){.menu-top{position:relative}.menu-top:before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);will-change:backdrop-filter;border-radius:5px;border-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px}}.menu-top .logo{cursor:pointer}.menu-top .logo svg{width:auto;height:35px}.menu-top .desktop{margin-left:auto}@media(max-width:768px){.menu-top .desktop{display:none}}.menu-top .mobile{display:none;margin-left:auto}.menu-top .mobile .hamburger-menu{cursor:pointer}.menu-top .mobile .hamburger-menu svg{width:auto;height:32px}@media(max-width:768px){.menu-top .mobile{display:block}}.menu-top .mobile-menu{position:fixed!important;top:64px;left:0;width:100%;height:calc(100vh - 64px);position:relative;z-index:10;display:flex;flex-direction:column;gap:16px;padding:16px;align-items:center;justify-content:center}.menu-top .mobile-menu:before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);will-change:backdrop-filter;border-radius:5px;border-radius:0}.menu-top .mobile-menu .menu-top-action{display:flex;width:100%;max-width:300px;height:100%;flex-direction:column;gap:16px;margin:auto;align-items:center;justify-content:center}.menu-top .menu-top-action{display:flex;gap:10px}