@keyframes ds-loader {
    12.5% {
      stroke: red;
      stroke-dasharray: calc(242.776657104492px * 0.14), 242.776657104492px;
      stroke-dashoffset: calc(-242.776657104492px * 0.11);
    }
    43.75% {
      stroke: rgb(0, 0, 255);
      stroke-dasharray: calc(242.776657104492px * 0.35), 242.776657104492px;
      stroke-dashoffset: calc(-242.776657104492px * 0.35);
    }
    100% {
      stroke: rgb(255, 255, 0);
      stroke-dasharray: calc(242.776657104492px * 0.01), 242.776657104492px;
      stroke-dashoffset: calc(-242.776657104492px * 0.99);
    }
  }