@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes fill-animation-yellow{0%{fill:#fff}to{fill:#f1b434}}@keyframes fill-animation-black{0%{fill:#fff}to{fill:#000}}.flow-connector-circle-first,.flow-connector-circle-final{fill:#fff}.flow-connector-circle-first--animated{animation:fill-animation-yellow .5s ease-in-out forwards}.flow-connector-circle-final--animated{animation:fill-animation-black .5s .8s ease-in-out forwards}.flow-connector-dashed{stroke:#fff;stroke-dasharray:5}.flow-connector-path{stroke-dasharray:1000;stroke-dashoffset:1000;stroke:#000}.flow-connector-path--animated{animation:dash 1s .5s ease-in-out forwards}
