/* AOS disabled — reset any leftover animated states */

[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html.kth-aos-enabled [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}
