.swipe-right{animation:swipeRight .3s ease}@keyframes swipeRight{0%{transform:translateX(0)}60%{transform:translateX(40px)}to{transform:translateX(0)}}.swipe-left{animation:swipeLeft .3s ease}@keyframes swipeLeft{0%{transform:translateX(0)}60%{transform:translateX(-40px)}to{transform:translateX(0)}}
/*# sourceMappingURL=main.181c8179.css.map*/