.opacity{animation:opacity .3s cubic-bezier(.165,.84,.44,1) both}@keyframes opacity{0%{opacity:0}to{opacity:1}}.slide-in-fwd-center{animation:slide-in-fwd-center .6s cubic-bezier(.165,.84,.44,1) both}@keyframes slide-in-fwd-center{0%{transform:scale(0) translateZ(-1400px);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}
