.template_window{width:100%;height:100vh;overflow:hidden}.animate-left-to-right{animation:divRightToLeftShowUp 1s ease-in-out}@keyframes divLeftToRightShowUp{0%{transform:translateX(25%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-right-to-left{animation:divLeftToRightShowUp 1s ease-in-out}@keyframes divRightToLeftShowUp{0%{transform:translateX(-25%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-top-to-bottom{animation:divTopToBottomShowUp 1s ease-in-out}@keyframes divTopToBottomShowUp{0%{transform:translateY(-25%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-bottom-to-top{animation:divBottomToTopShowUp 1s ease-in-out}@keyframes divBottomToTopShowUp{0%{transform:translateY(25%);opacity:0}to{transform:translateY(0);opacity:1}}