@keyframes rotationRight{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes rotationLeft{0%{transform:rotate(359deg)}to{transform:rotate(0)}}.pulsate{opacity:.5;animation:3s ease-out infinite pulsate}@keyframes pulsate{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}
/*# sourceMappingURL=3e2c7efb0fe1c2f6.css.map*/