
@media (prefers-reduced-motion: reduce) {
  .stickyCTA__wrapper {
    transition: none !important;
    animation: none !important;
  }
  .pageHeader.stuck {
    transition: none !important;
    animation: none !important;
  }
}