.menu-mask{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end;color:#1c5759;font-size:.875rem;height:100vh}.menu-content{background-color:#fff;width:80%;max-width:260px;height:100%;padding:1rem;box-shadow:-2px 0 5px rgba(0,0,0,.1);display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}.mobile-menu{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;cursor:pointer;font-weight:500;margin:10px 0}.leftaligned{justify-content:flex-start;gap:.75rem}.mobile-submenu-item{display:block;padding:.5rem 0;text-align:left;color:#1c5759;text-decoration:none;margin-bottom:10px}.imgMargin{margin-right:.5rem}.nav-button-mobile{display:block;background-color:#1c5759;color:#fff;padding:.75rem;text-align:center;border-radius:40px;margin:.75rem 0;text-decoration:none;font-weight:500}.scrollable-content{overflow-y:auto;padding-right:5px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;max-height:-moz-fit-content;max-height:fit-content}.scrollable-content::-webkit-scrollbar{width:4px}.scrollable-content::-webkit-scrollbar-thumb{background-color:#d2ddde;border-radius:4px}.mobile-dropdown-content,.mobile-submenu-content{padding-left:1rem}.mobile-submenu-title{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.divider{background-color:#d2ddde;margin:.75rem 0}.top-description{margin:0 0 15px}.top-part{width:100%}