.perf-deferred-section {
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}

img[loading="lazy"] {
  content-visibility: auto;
}

@media (max-width: 768px) {
  .perf-deferred-section,
  .perf-deferred-section *,
  .perf-deferred-section *::before,
  .perf-deferred-section *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .perf-deferred-section [class*="glow"] {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
