@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1097.4000244140625px;
    stroke-dasharray: 1097.4000244140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1097.4000244140625px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

/***************************************************
 * Generated by SVG Artista on 8/25/2025, 1:29:29 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

#svg02 {
  stroke-dashoffset: 1870.986572265625px;
  stroke-dasharray: 1870.986572265625px;
  transition: stroke-dashoffset 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

#svg02.active {
  stroke-dashoffset: 3741.97314453125px;
}
