@-webkit-keyframes shifting-word-enter {
  0% { -webkit-clip-path: polygon(-100% 100%, -200% 100%, -200% 0%, -150% 0%); clip-path: polygon(-100% 100%, -200% 100%, -200% 0%, -150% 0%); }
  100% { -webkit-clip-path: polygon(150% 100%, 0% 100%, 0% 0%, 100% 0%); clip-path: polygon(150% 100%, 0% 100%, 0% 0%, 100% 0%); }
}
@keyframes shifting-word-enter {
  0% { -webkit-clip-path: polygon(-100% 100%, -200% 100%, -200% 0%, -150% 0%); clip-path: polygon(-100% 100%, -200% 100%, -200% 0%, -150% 0%); }
  100% { -webkit-clip-path: polygon(150% 100%, 0% 100%, 0% 0%, 100% 0%); clip-path: polygon(150% 100%, 0% 100%, 0% 0%, 100% 0%); }
}
@-webkit-keyframes shifting-word-leave {
  0% { -webkit-clip-path: polygon(-200% 0%, 100% 0%, 100% 100%, -150% 100%); clip-path: polygon(-200% 0%, 100% 0%, 100% 100%, -150% 100%); }
  100% { -webkit-clip-path: polygon(100% 0%, 400% 0%, 400% 100%, 150% 100%); clip-path: polygon(100% 0%, 400% 0%, 400% 100%, 150% 100%); }
}
@keyframes shifting-word-leave {
  0% { -webkit-clip-path: polygon(-200% 0%, 100% 0%, 100% 100%, -150% 100%); clip-path: polygon(-200% 0%, 100% 0%, 100% 100%, -150% 100%); }
  100% { -webkit-clip-path: polygon(100% 0%, 400% 0%, 400% 100%, 150% 100%); clip-path: polygon(100% 0%, 400% 0%, 400% 100%, 150% 100%); }
}

.shiftingWords {
  position: relative;
  display: inline-block; }
  /* Use a zero-width space to give the root element the correct text height */
  .shiftingWords:before {
    content: '\feff'; }

.shiftingWords .shiftingWord {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 1ms 1s linear;
  -o-transition: opacity 1ms 1s linear;
  transition: opacity 1ms 1s linear;
  left: 0;
  top: 0;
  -webkit-animation: 1s shifting-word-leave forwards;
          animation: 1s shifting-word-leave forwards;
}

.shiftingWords .current {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  -webkit-animation: 1s shifting-word-enter forwards;
          animation: 1s shifting-word-enter forwards;
}

/*
     FILE ARCHIVED ON 01:38:26 Mar 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:33:38 Jan 19, 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):
  captures_list: 0.901
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.095
  esindex: 0.028
  cdx.remote: 24.058
  LoadShardBlock: 318.236 (3)
  PetaboxLoader3.datanode: 177.318 (5)
  PetaboxLoader3.resolve: 239.74 (3)
  load_resource: 112.879
  loaddict: 48.554
*/