@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.resonance-progress circle:last-child {
  transform-origin: center;
  transform: rotate(-90deg);
  transition: stroke-dashoffset 0.5s ease-in-out;
} 