
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 794px;
    stroke-dasharray: 794px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 794px;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-5s-1 {
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 429.0372314453125px;
    stroke-dasharray: 429.0372314453125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 429.0372314453125px;
  }
}

.svg-5s-2 {
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 486.6338195800781px;
    stroke-dasharray: 486.6338195800781px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 486.6338195800781px;
  }
}

.svg-5s-3 {
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
