@charset "utf-8";

@-webkit-keyframes rotate-734bd2cc { 
  100% { transform: rotate(1turn); }
}

@keyframes rotate-734bd2cc { 
  100% { transform: rotate(1turn); }
}

@-webkit-keyframes dash-734bd2cc { 
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; }
}

@keyframes dash-734bd2cc { 
  0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; }
}

@-webkit-keyframes color-734bd2cc { 
  0%, 100% { stroke: rgb(255, 255, 255); }
  40% { stroke: rgb(255, 255, 255); }
  66% { stroke: rgb(255, 255, 255); }
  80%, 90% { stroke: rgb(255, 255, 255); }
}

@keyframes color-734bd2cc { 
  0%, 100% { stroke: rgb(255, 255, 255); }
  40% { stroke: rgb(255, 255, 255); }
  66% { stroke: rgb(255, 255, 255); }
  80%, 90% { stroke: rgb(255, 255, 255); }
}

@-webkit-keyframes gray_color-734bd2cc { 
  0%, 100% { stroke: rgba(25, 25, 26, 0.6); }
  40% { stroke: rgba(25, 25, 26, 0.6); }
  66% { stroke: rgba(25, 25, 26, 0.6); }
  80%, 90% { stroke: rgba(25, 25, 26, 0.6); }
}

@keyframes gray_color-734bd2cc { 
  0%, 100% { stroke: rgba(25, 25, 26, 0.6); }
  40% { stroke: rgba(25, 25, 26, 0.6); }
  66% { stroke: rgba(25, 25, 26, 0.6); }
  80%, 90% { stroke: rgba(25, 25, 26, 0.6); }
}

.fs-circle[data-v-734bd2cc] { animation: 2s linear 0s infinite normal none running rotate-734bd2cc; height: 100%; width: 100%; }

.fs-circle .cir[data-v-734bd2cc] { animation: 1.5s ease-in-out 0s infinite normal none running dash-734bd2cc, 6s ease-in-out 0s infinite normal none running color-734bd2cc; stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; }

.fs-circle .cir.gray[data-v-734bd2cc] { animation: 1.5s ease-in-out 0s infinite normal none running dash-734bd2cc, 6s ease-in-out 0s infinite normal none running gray_color-734bd2cc; }