.animated-svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 2s ease-out;
}

.animated-svg.animate path {
    stroke-dashoffset: 0;
}
