body {
  overflow-x: hidden;
}

.animate__animated {
  animation-play-state: paused;
}

.animate__animated.animate__triggered {
  animation-play-state: running;
}

:root {
  --transition__easing: linear();
}

[transition-style] {
  animation-play-state: paused !important;
}

.animate__triggered[transition-style] {
  animation-play-state: running !important;
}

/* [transition]:not([transition-style]) {
  visibility: hidden;
} */
