
@media (min-width: 48rem) and (prefers-reduced-motion: reduce) {
  .footerSharePrint use {
    transition: none !important;
    animation: none !important;
  }
  .carouselCardBack {
    transition: none !important;
    animation: none !important;
  }
}
@media (min-width: 64rem) and (prefers-reduced-motion: reduce) {
  .navigationList.level1 > .navigationListItem > button,
  .navigationList.level1 > .navigationListItem > a:not(.pageHeaderContactUs) {
    transition: none !important;
    animation: none !important;
  }
  .navigationList.level2 {
    transition: none !important;
    animation: none !important;
  }
  .searchContainer {
    transition: none !important;
    animation: none !important;
  }
}