@keyframes deck-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes deck-trace{0%{stroke-dashoffset:1px;opacity:0}12%{opacity:1}70%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.25}}.deck-route{stroke-dasharray:1;stroke-dashoffset:1px;animation:deck-draw 2.8s var(--deck-delay,0s) cubic-bezier(.2, .7, .2, 1) forwards}.deck-route-loop{stroke-dasharray:1;stroke-dashoffset:1px;animation:deck-trace 9s var(--deck-delay,0s) ease-in-out infinite}.deck-present{scroll-snap-type:y mandatory}.deck-present .deck-slide{scroll-snap-align:start;scroll-snap-stop:always}@media (prefers-reduced-motion:reduce){.deck-route,.deck-route-loop{stroke-dashoffset:0;animation:none}.deck-present{scroll-snap-type:none}}
