@media(prefers-reduced-motion){.path1{animation:none!important;stroke-dasharray:unset!important}}@media print{.path1{animation:none!important;stroke-dasharray:unset!important}}@keyframes grow{0%{stroke-dashoffset:var(--stroke-dashoffset);stroke-dasharray:0 var(--stroke-dasharray);opacity:0}10%{opacity:1}40%{stroke-dasharray:var(--stroke-dasharray) 0}85%{stroke-dasharray:var(--stroke-dasharray) 0}95%,to{stroke-dasharray:0 var(--stroke-dasharray)}}.path1{stroke-dashoffset:var(--stroke-dashoffset);stroke-dasharray:var(--stroke-dasharray) 0;animation:grow 10s ease forwards infinite;transform-origin:center;stroke:#303030;animation-delay:0s}.dark .path1{stroke:#fdfdfd}:root{--stroke-dashoffset: 0px;--stroke-dasharray: 5000px}
