
.styles_arc__RArbZ {
  fill: none;
  stroke-linecap: butt;

  /* dash animation */
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;

  animation-name: styles_arcDraw__UqBVv;
  animation-timing-function: linear;
  animation-fill-mode: forwards;

  /* values injected from React */
  animation-duration: var(--arc-duration);
  animation-delay: var(--arc-delay);
  stroke-dasharray: var(--arc-len);
  stroke-dashoffset: var(--arc-len) ;
}
.styles_label__RsYkB {
  opacity: 0;
  animation-name: styles_fadeIn__ERjPS;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: var(--label-duration);
  animation-delay: var(--label-delay);
}
@keyframes styles_arcDraw__UqBVv {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes styles_fadeIn__ERjPS {
  to {
    opacity: 1;
  }
}
