@keyframes aa-grow-bar{0%{width:0%}to{width:var(--grow-w,100%)}}.aa-grow-bar{width:0%}.reveal.is-visible .aa-grow-bar{animation:.9s ease-out both aa-grow-bar}@keyframes aa-cursor{0%{opacity:0;transform:translate(150px,78px)}70%,to{opacity:1;transform:translate(120px,40px)}}.aa-cursor{animation:1.6s ease-in-out both aa-cursor}@keyframes aa-click-ring{0%{opacity:.7;transform:scale(0)}to{opacity:0;transform:scale(1.6)}}.aa-click-ring{opacity:0;animation:.5s ease-out 1.6s both aa-click-ring}@keyframes aa-icon-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.aa-icon-pulse{animation:.5s ease-in-out 1.6s aa-icon-pulse}@keyframes aa-dot-flash{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(2.1)}}.aa-dot-flash{animation:.5s ease-in-out aa-dot-flash}