@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animation-delay-1{animation:fadeIn 1s ease-in-out .1s 1 forwards}.animation-delay-2{animation:fadeIn 1s ease-in-out .2s 1 forwards}.animation-delay-3{animation:fadeIn 1s ease-in-out .3s 1 forwards}.animation-delay-4{animation:fadeIn 1s ease-in-out .4s 1 forwards}.animation-delay-5{animation:fadeIn 1s ease-in-out .5s 1 forwards}.animation-delay-6{animation:fadeIn 1s ease-in-out .6s 1 forwards}.animation-delay-7{animation:fadeIn 1s ease-in-out .7s 1 forwards}.animation-delay-8{animation:fadeIn 1s ease-in-out .8s 1 forwards}.animation-delay-9{animation:fadeIn 1s ease-in-out .9s 1 forwards}.animation-delay-10{animation:fadeIn 1s ease-in-out 1s 1 forwards}.animation-delay-11{animation:fadeIn 1s ease-in-out 1.1s 1 forwards}.animation-delay-12{animation:fadeIn 1s ease-in-out 1.2s 1 forwards}.animation-delay-13{animation:fadeIn 1s ease-in-out 1.3s 1 forwards}.animation-delay-14{animation:fadeIn 1s ease-in-out 1.4s 1 forwards}.animation-delay-15{animation:fadeIn 1s ease-in-out 1.5s 1 forwards}.animation-delay-16{animation:fadeIn 1s ease-in-out 1.6s 1 forwards}.animation-delay-17{animation:fadeIn 1s ease-in-out 1.7s 1 forwards}.animation-delay-18{animation:fadeIn 1s ease-in-out 1.8s 1 forwards}@keyframes doorOpen{0%{transform:rotateY(0deg)}to{transform:rotateY(-90deg)}}.door-open{animation:doorOpen 1s forwards}