.animate-ready{opacity:0}.fade-out{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}
}.fade-in-right{animation:fadeInRight 1s ease-in-out}@keyframes fadeInRight{from{opacity:0;transform:translateX(300px)}to{opacity:1}}.fade-in-left{animation:fadeInLeft 1s ease-in-out}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-300px)}
to{opacity:1}}.animate-typing{white-space:nowrap;overflow:hidden;opacity:1;animation:animateTyping 2s steps(30,end) 1s 1 normal both}@keyframes animateTyping{from{width:0}to{width:100%}}