/* These rules are applied when JavaScript is disabled */

/* Add rules from `.animation--started` to un-hide content */
/* @see styles/_animations.scss */
.animation {
  animation-fill-mode: forwards;
  animation-play-state: running;
}
