@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawPath{0%{stroke-dashoffset:2000;opacity:0}to{stroke-dashoffset:0;opacity:1}}.transition-path{stroke-dasharray:2000;animation:drawPath 4s ease-in-out forwards}.transition-container{animation:fadeIn 2s ease-out}