.rotateInANIMATION{animation-name:rotateIn;animation-duration:1s;animation-fill-mode:both}@keyframes rotateIn{0%{transform-origin:50%;opacity:0;transform:rotate(-200deg)}to{transform-origin:50%;opacity:1;transform:none}}.bounceInANIMATION{animation-name:bounceIn;animation-duration:1s;animation-fill-mode:both}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.slideInRightANIMATION{animation-name:slideInRight;animation-duration:1s;animation-fill-mode:both}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0)}}.slideOutRightANIMATION{animation-name:slideOutRight;animation-duration:1s;animation-fill-mode:both}@keyframes slideOutRight{0%{transform:translate(0)}to{visibility:hidden;transform:translate(100%)}}.slideInLeftANIMATION{animation-name:slideInLeft;animation-duration:1s;animation-fill-mode:both}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0)}}.slideOutLeftANIMATION{animation-name:slideOutLeft;animation-duration:1s;animation-fill-mode:both}@keyframes slideOutLeft{0%{transform:translate(0)}to{visibility:hidden;transform:translate(-100%)}}.loadingComponentANIMATION{animation:1.2s ease-in-out infinite loadingComponentAnimation}@keyframes loadingComponentAnimation{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
