.MenuDrawer_menuDrawerContainer__WzAcI{display:flex;flex-direction:column;height:100vh;padding:24px}.MenuDrawer_closeIcon__CREbL{display:flex;justify-content:flex-start;align-items:center;margin-bottom:20px;position:sticky}.MenuDrawer_menuItemsContainer__ottOq{display:flex;flex-direction:column;height:100%;overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-right:10px}.MenuDrawer_menuItemTitle__lwBo_{font-size:14px;color:#000;margin-bottom:10px;font-family:var(--Libre_Caslon_Text_Regular)}.MenuDrawer_toggleIcon__z_kXm{cursor:pointer;transition:transform .3s ease}.MenuDrawer_toggleIcon__z_kXm.MenuDrawer_expanded__H44I4{transform:rotate(180deg)}.MenuDrawer_menuItem___ZafH{max-height:0;overflow:hidden;transition:max-height .3s ease-out;opacity:0}.MenuDrawer_menuItem___ZafH.MenuDrawer_show__U9PUe{max-height:500px;opacity:1;transition:max-height .3s ease-in,opacity .3s ease-in}