@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-out{animation:fadeOut .2s ease-out}.animate-stagger>*{animation:fadeIn .4s ease-out both}.animate-stagger>:first-child{animation-delay:0ms}.animate-stagger>:nth-child(2){animation-delay:40ms}.animate-stagger>:nth-child(3){animation-delay:80ms}.animate-stagger>:nth-child(4){animation-delay:.12s}.animate-stagger>:nth-child(5){animation-delay:.16s}.animate-stagger>:nth-child(6){animation-delay:.2s}.animate-stagger>:nth-child(7){animation-delay:.24s}.animate-stagger>:nth-child(8){animation-delay:.28s}.animate-stagger>:nth-child(9){animation-delay:.32s}.animate-stagger>:nth-child(10){animation-delay:.36s}.animate-stagger>:nth-child(11){animation-delay:.4s}.animate-stagger>:nth-child(12){animation-delay:.44s}.animate-stagger>:nth-child(13){animation-delay:.48s}.animate-stagger>:nth-child(14){animation-delay:.52s}.animate-stagger>:nth-child(15){animation-delay:.56s}.animate-stagger>:nth-child(16){animation-delay:.6s}.animate-stagger>:nth-child(17){animation-delay:.64s}.animate-stagger>:nth-child(18){animation-delay:.68s}.animate-stagger>:nth-child(19){animation-delay:.72s}.animate-stagger>:nth-child(20){animation-delay:.76s}.hotel-grid-transition{transition:all .3s ease-out}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background-size:200% 100%;animation:shimmer 2s linear infinite}