.mobile-menu{align-items:stretch;display:flex;flex-direction:column;padding:0!important;transition:max-height .4s ease-in-out}.mobile-menu,.mobile-menu.open{background-color:#fff;left:0;position:fixed;top:0;width:100%;z-index:9999}.mobile-menu.open{height:100vh;max-height:100vh;overflow-y:auto;overscroll-behavior:contain;padding-bottom:140px}.mobile-menu{height:0;max-height:0;overflow:hidden;transition:height .4s ease-in-out,overflow .4s ease-in-out}.mobile-header{align-items:center;background-color:#f1f1f1;box-shadow:0 2px 5px rgba(0,0,0,.1);height:60px;justify-content:space-between;left:0;margin:0;position:fixed;top:0;z-index:2000}.mobile-header,.mobile-menu ul{display:flex;padding:0;width:100%}.mobile-menu ul{align-items:stretch;flex-direction:column;list-style:none;margin:60px 0 0}.mobile-menu-logo img{height:auto;max-height:50px;width:auto}.mobile-menu-logo{background-color:#f1f1f1;box-sizing:border-box;height:60px;margin:0;padding:0 20px;width:100%;z-index:2000}#mobile-menu-toggle,.mobile-menu-logo{align-items:center;display:flex;position:fixed}#mobile-menu-toggle{background:none;border:none;cursor:pointer;flex-direction:column;height:24px;justify-content:space-between;outline:none;padding:0;right:20px;top:18px;transition:all .3s ease-in-out;width:30px;z-index:10000}.mobile-line{background-color:#000;border-radius:2px;height:3px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:100%}#mobile-menu-toggle.open .mobile-line:first-child{transform:rotate(45deg) translate(7px,8px)}#mobile-menu-toggle.open .mobile-line:nth-child(2){opacity:0}#mobile-menu-toggle.open .mobile-line:nth-child(3){transform:rotate(-45deg) translate(7px,-8px)}.mobile-menu ul li{background-color:#fff;display:grid;font-size:16px;font-weight:700;line-height:1.5;padding:15px 20px;text-align:left;transition:background-color .2s ease-in-out}.mobile-menu ul>li>a{font-weight:700!important}.mobile-menu ul ul li a{font-weight:400!important}.mobile-menu ul ul{align-items:stretch;border-left:none!important;display:flex;flex-direction:column;justify-content:flex-start;margin:0;margin-left:0!important;max-height:0;overflow:hidden;padding:0;transition:max-height .4s ease-in-out;width:100%}.mobile-menu ul ul.open{display:flex;flex-direction:column;max-height:500px!important;overflow-y:visible}.mobile-menu ul ul li{background-color:#fff;box-sizing:border-box;display:block;font-size:14px;font-weight:400;line-height:normal;padding:10px 20px;text-align:left;width:100%}.menu-toggle{align-items:center;background-color:#ab2287;border-radius:5px;color:#fff!important;cursor:pointer;display:flex;font-size:24px!important;font-weight:700;height:30px;justify-content:center;position:absolute;right:20px;top:7px;transition:background-color .3s ease;width:30px}.menu-toggle.open{background-color:#6f1c9f}.mobile-menu ul li.active{background-color:#eee!important}