@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes seker{0%{transform:translateY(320px) scaleX(.2) scaleY(.2);opacity:0}to{transform:translateY(0) scaleX(1) scaleY(1);opacity:1}}.animation-seker{display:inline-block;animation:seker .5s forwards;transition:opacity forwards .25s,transform forwards .25s}@keyframes fadeInAndSlide{0%{transform:translateY(20px) skewX(-40deg);opacity:0}to{transform:translateY(0) skewX(0);opacity:1}}@keyframes fadeInAndSlide2{0%{transform:translateX(-20px);opacity:0}to{transform:translateX(0);opacity:1}}.animation-text{display:inline-block;animation:fadeInAndSlide .5s forwards}.animation-block,.animation-text{opacity:0;transition:opacity .25s cubic-bezier(0,.47,.53,1),transform .25s cubic-bezier(0,.47,.53,1)}.animation-block{animation:fadeInAndSlide2 1s forwards}