html,
body {
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  .animate-ticker,
  .bg-trading,
  .animate-pulse,
  .flash-gain,
  .flash-loss {
    animation: none !important;
  }

  .animate-ticker {
    transform: none !important;
  }
}
