.gyros {
  margin: 0 auto;
  position: relative;
}

.gyros::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gyros-circular {
  animation: 2s linear 0s normal none infinite running gyros-rotate;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  stroke: #000000;
  top: 0;
  transform-origin: center center 0;
  width: 100%;
}

.gyros-path {
  animation: 1.5s ease-in-out 0s normal none infinite running gyros-dash, 6s ease-in-out 0s normal none infinite running;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

@keyframes gyros-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyros-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/*
     FILE ARCHIVED ON 00:03:02 Oct 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:47:29 Mar 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 32.404
  captures_list: 0.885
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.015
  esindex: 0.02
  cdx.remote: 232.168
  LoadShardBlock: 263.842 (3)
  PetaboxLoader3.datanode: 186.724 (4)
  PetaboxLoader3.resolve: 370.503 (2)
  load_resource: 340.396
*/