.cw-slide-in-right{animation:cwSlideInRight .28s ease-out}.cw-slide-in-left{animation:cwSlideInLeft .28s ease-out}@keyframes cwSlideInRight{0%{transform:translateX(40px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes cwSlideInLeft{0%{transform:translateX(-40px);opacity:0}to{transform:translateX(0);opacity:1}}