
@media (prefers-reduced-motion: reduce) {
  .pageHeaderNav {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem > a, .navigationListItem > button {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem > a .text, .navigationListItem > button .text {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem > a .icon, .navigationListItem > button .icon {
    transition: none !important;
    animation: none !important;
  }
  .navigationListItem > a use, .navigationListItem > button use {
    transition: none !important;
    animation: none !important;
  }
  main::before {
    transition: none !important;
    animation: none !important;
  }
  .searchFormInput {
    transition: none !important;
    animation: none !important;
  }
  .searchFormSubmit {
    transition: none !important;
    animation: none !important;
  }
  .searchFormSubmit svg use {
    transition: none !important;
    animation: none !important;
  }
  .menuBar {
    transition: none !important;
    animation: none !important;
  }
  .languageSelectorItem a::after {
    transition: none !important;
    animation: none !important;
  }
}