
@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
  .pageHeaderButton.nav button {
    transition: none !important;
    animation: none !important;
  }
  .navigation::before {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level3 {
    transition: none !important;
    animation: none !important;
  }
  .investisSharePrice {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderButton.language button {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderButton.login a {
    transition: none !important;
    animation: none !important;
  }
  .searchForm {
    transition: none !important;
    animation: none !important;
  }
  .searchFormSubmit {
    transition: none !important;
    animation: none !important;
  }
  .pageHeaderLanguage {
    transition: none !important;
    animation: none !important;
  }
  .languageSelectorWrap {
    transition: none !important;
    animation: none !important;
  }
}