@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  html.luca-motion-preload:not(.luca-motion-ready):not(.wf-design-mode):not([data-wf-page="6a10dc474797815300c8e513"]) :where(
    .hero_tag,
    .hero_heading,
    .hero_heading-sub,
    .hero_bg-image,
    .about-svg_wrap,
    .hero-eyebrow,
    .hero-heading_wrap,
    .hero-subtext,
    .hero-img_wrap,
    .hero-heading,
    .affillios-hero_heading,
    .offer-hero_heading,
    .blog-header_heading,
    .compara-left_wrap,
    .compara-right_wrap,
    .compara-cta_wrap,
    .lc-hero-amount,
    .lc-acc-btn,
    .hero-about_eyebrow,
    .about-hero_content_wrap,
    .about-embed,
    .about-certification_wrap,
    .who-we_component > *,
    .who-we-img_wrap,
    .story-heading,
    .story-content_wrap > *,
    .grow-together_heading,
    .grow-together_form-outer-wrapper,
    .grow-together_form-wrapper,
    .offer-hero_header > *,
    .offer-form_wrap,
    .blog_head-wrapper,
    .blog_head-wrap,
    .blog-filter_form,
    .filter_wrap,
    .filter_wrap_list,
    .blog-date_wrap,
    .blog-header > *,
    .blog_img-block,
    .features-eyebrow,
    .features-heading_wrap,
    .features-content_text,
    .social-heading,
    .social-subtext,
    .business-heading,
    .business-subtext,
    .mail_heading-wrapper > :not(.banner-icon_wrap),
    .resolve-content_header > *,
    .resolve-content_wrap > .hero-btn,
    .hero-btn,
    .card_component,
    section h1,
    section h2,
    section h3,
    section .heading-style-h2,
    section .lf-title
  ) {
    opacity: 0;
    transform: translate3d(0, 1.25rem, 0);
    will-change: opacity, transform;
  }

  html.luca-motion-preload:not(.luca-motion-ready):not(.wf-design-mode):not([data-wf-page="6a10dc474797815300c8e513"]) :where(
    .navbar14_logo-link,
    .navbar14_menu-link-wrapper,
    .navbar14_link,
    .navbar14_menu-dropdown,
    .navbar14_button-wrapper
  ) {
    opacity: 0;
    transform: translate3d(0, -0.625rem, 0);
    will-change: opacity, transform;
  }

  html.luca-motion-preload:not(.luca-motion-ready):not(.wf-design-mode):not([data-wf-page="6a10dc474797815300c8e513"]) :where(
    .como_card,
    .story-info_card,
    .forward-grid_card,
    .forward-card,
    .get-started_card,
    .requirement-info_card,
    .blog_item,
    .simple-grid_card1,
    .simple-grid_card2
  ) {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0) scale(0.985);
    will-change: opacity, transform;
  }

  html.luca-motion-preload:not(.luca-motion-ready):not(.wf-design-mode):not([data-wf-page="6a10dc474797815300c8e513"]) :where(
    .features-img_wrap,
    .dollar-icon
  ) {
    opacity: 0;
    transform: translate3d(0, 1.5rem, 0) scale(0.75);
    will-change: opacity, transform;
  }

  html.luca-motion-preload:not(.luca-motion-ready):not(.wf-design-mode):not([data-wf-page="6a10dc474797815300c8e513"]) .section_go :where(
    .go_card,
    .go_card h2,
    .hero-btn.is-gi,
    .go_icon,
    .footer-logo_wrap,
    .footer-nav-link_block,
    .footer-social-link_block,
    .footer-certification_wrap
  ) {
    opacity: 0;
    will-change: opacity, transform;
  }
}

@media (prefers-reduced-motion: reduce), (scripting: none) {
  html.luca-motion-preload :where(
    .navbar14_component *,
    section *,
    footer *
  ) {
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}
