.animate-widget{animation:move-widget 1s forwards}.animate-widget-close{animation:move-widget-close 1s forwards}.init-widget{bottom:-100vh}@keyframes move-widget{0%{bottom:-100vh}to{bottom:0}}@keyframes move-widget-close{0%{bottom:0}to{bottom:-100vh}}