.animated-logo{width:100%;max-width:400px;height:auto}.logo-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 1.5s ease forwards;animation-delay:calc(var(--i, 0) * .2s)}.logo-path:nth-child(1){--i: 0}.logo-path:nth-child(2){--i: 1}.logo-path:nth-child(3){--i: 2}.logo-path:nth-child(4){--i: 3}.logo-path:nth-child(5){--i: 4}.logo-path:nth-child(6){--i: 5}.logo-path:nth-child(7){--i: 6}.logo-path:nth-child(8){--i: 7}.logo-path:nth-child(9){--i: 8}.logo-path:nth-child(10){--i: 9}@keyframes draw{to{stroke-dashoffset:0}}
