@media (prefers-reduced-motion:no-preference){@keyframes tk-flow-down{0%{opacity:0;top:0%}15%{opacity:1}85%{opacity:1}to{opacity:0;top:100%}}@keyframes tk-flow-up{0%{opacity:0;top:100%}15%{opacity:1}85%{opacity:1}to{opacity:0;top:0%}}.tk-flow-dot{background:var(--accent);width:5px;height:5px;box-shadow:0 0 5px var(--accent);border-radius:9999px;margin-left:-2.5px;position:absolute;left:50%}.tk-flow-dot--down{animation:tk-flow-down 2s var(--ease-out,ease-out) infinite}.tk-flow-dot--up{animation:tk-flow-up 2s var(--ease-out,ease-out) infinite}}
