.screen_loader{align-items:center;background-color:var(--blue);display:flex;height:100vh;justify-content:center;margin:0;padding:0;position:absolute;width:100vw}.menu-list{list-style:none;margin:0;padding:0;text-align:center}.menu-item{color:var(--stone-Light,#ecebe8);display:inline-block;font-family:Suisse Int\'l;font-size:14px;font-style:normal;font-weight:300;line-height:normal;margin:0 10px;text-align:center;text-transform:uppercase}.animate__animated{animation-fill-mode:both}.animate__fadeInDown:nth-child(odd){animation-duration:3s;animation-name:fadeInDown}.animate__fadeInUp:nth-child(2n){animation-duration:3s;animation-name:fadeInUp}@keyframes fadeInDown{0%{bottom:40px;transform:translateY(-30px)}25%{bottom:0}75%{transform:translateY(0)}to{bottom:-40px}}@keyframes fadeInUp{0%{bottom:40px;transform:translateY(30px)}25%{bottom:0}75%{transform:translateY(0)}to{bottom:-40px}}@media (max-width:768px){.menu-list{align-items:center;flex-direction:column}.menu-item{margin:10px 0}}