.black-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:40}.mobile-menu-overlay{position:fixed;top:0;right:0;width:100%;height:80vh;background-color:#fff;z-index:50;overflow:auto;transition:clip-path .5s ease-in-out}@keyframes fadeInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.dropdown-item{opacity:0;animation:fadeInFromLeft 1.5s ease forwards}.dropdown-item:first-child{animation-delay:.1s}.dropdown-item:nth-child(2){animation-delay:.2s}.dropdown-item:nth-child(3){animation-delay:.3s}.dropdown-item:nth-child(4){animation-delay:.4s}.dropdown-item:nth-child(5){animation-delay:.5s}.dropdown-item:nth-child(6){animation-delay:.6s}.dropdown-item:nth-child(7){animation-delay:.7s}.dropdown-item:nth-child(8){animation-delay:.8s}.dropdown-item:nth-child(9){animation-delay:.9s}.slide-in-text{opacity:0;animation:slideInFromRight 1.5s ease forwards}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.slide-in-logo{opacity:0;animation:slideInFromRight 1.5s ease-in forwards}