.MobileMenuWrapper{background-color:var(--color-primary);border-radius:4rem;color:var(--color-on-primary);display:flex;flex-direction:column;height:calc(100dvh - var(--header-height));left:0;position:fixed;top:var(--header-height);transform:translateY(-100%);transition:.6s all var(--ease-fast-in-slow-out);visibility:hidden;width:100%;z-index:-1}.MobileMenuWrapper .home-logo{display:block;height:auto;width:14rem}.MobileMenuWrapper .home-logo img{height:auto;width:100%}.MobileMenuWrapper .main-nav-wrapper{overflow-y:scroll;padding:7.8rem calc(var(--grid-gutter) + var(--gutter))}.MobileMenuWrapper.active{border-radius:0;opacity:1;transform:translate(0) translateY(0) scale(1);visibility:visible}.MobileMenuWrapper .top-wrapper{padding:2.4rem}.MobileMenuWrapper .bottom-menu{background-color:#000;bottom:0;color:#fff;left:0;padding:1.6rem;position:absolute;width:100%;z-index:10}.MobileMenuWrapper .bottom-menu .HeaderSecondary .nav-list{gap:1.2rem}
