.dng-c-zdash .animated-path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.9, 0, 0.3, 1);
}

.dng-c-zdash.is-visible .animated-path {
  stroke-dashoffset: 0;
}

