*{margin:0;padding:0;box-sizing:border-box}.layout{display:flex;padding:0;flex-direction:column;min-height:calc(100vh - 64px);position:relative}.layout-menu{z-index:3;position:relative;width:100%;height:56px;max-height:56px;min-height:56px;padding:8px 16px;background-color:#fff}@media(max-width:600px){.layout-menu{background-color:rgba(0,0,0,0)}}.layout-menu-placeholder{width:100%;min-height:40px}.layout-content,.layout-header{position:relative}.layout-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}.layout-content>*{width:100%}.layout-footer{padding:16px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:#fff}@media(max-width:600px){.layout-footer{background-color:rgba(0,0,0,0)}}.menu-class{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:40px;margin-left:auto;margin-right:auto;max-width:1250px}.menu-class .blur-bg{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.05)}.menu-class .logo-img{height:40px;width:40px;object-fit:cover}.menu-class .buttons{display:flex;flex-direction:column;gap:16px}.menu-class .buttons .top{gap:16px}.menu-class .buttons .bottom,.menu-class .buttons .top{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.menu-class .buttons .bottom{gap:32px}