
/* CSS keyframes replace SMIL <animate attributeName="opacity">: Firefox treats SMIL animation of
   CSS-mappable presentation attributes (opacity, fill, etc.) as an inline style-src-attr violation
   under a strict CSP (https://bugzilla.mozilla.org/show_bug.cgi?id=1459872), even though it never
   touches the style attribute via JS. animateMotion is unaffected (motion isn't CSS-mappable). */
@keyframes file-meteor-fade-3bee2bbd {
0%,
  20% {
    opacity: 1;
}
50%,
  100% {
    opacity: 0;
}
}
@keyframes file-meteor-glow-fade-3bee2bbd {
0%,
  20% {
    opacity: 0.1;
}
50%,
  100% {
    opacity: 0;
}
}
.file-meteor-fade[data-v-3bee2bbd] {
  animation: file-meteor-fade-3bee2bbd 4s linear infinite;
  animation-delay: -3s;
}
.file-meteor-glow-fade[data-v-3bee2bbd] {
  animation: file-meteor-glow-fade-3bee2bbd 4s linear infinite;
  animation-delay: -3s;
}

/* CSS keyframes replace SMIL <animate attributeName="opacity">: Firefox treats SMIL animation of
   CSS-mappable presentation attributes (opacity, fill, etc.) as an inline style-src-attr violation
   under a strict CSP (https://bugzilla.mozilla.org/show_bug.cgi?id=1459872), even though it never
   touches the style attribute via JS. animateMotion is unaffected (motion isn't CSS-mappable). */
@keyframes lock-meteor-fade-23ac2b96 {
0%,
  20% {
    opacity: 1;
}
32%,
  100% {
    opacity: 0;
}
}
@keyframes lock-meteor-glow-fade-23ac2b96 {
0%,
  20% {
    opacity: 0.1;
}
32%,
  100% {
    opacity: 0;
}
}
.lock-meteor-fade[data-v-23ac2b96] {
  animation: lock-meteor-fade-23ac2b96 4s linear infinite;
  animation-delay: -2s;
}
.lock-meteor-glow-fade[data-v-23ac2b96] {
  animation: lock-meteor-glow-fade-23ac2b96 4s linear infinite;
  animation-delay: -2s;
}
