<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
TODO: Temp fix - Need to unify the background &amp; lazy-load selectors.
This fix accounts for the DOM experiment &amp; motion fx changes, that are already fixed in the background
selector itself (which is the reason we need to unify it).
*/
.lazyloaded:not(.elementor-motion-effects-element-type-background),
.lazyloaded &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer,
.lazyloaded &gt; [class*=-wrap] &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer,
body.e-lazyload .lazyloaded .elementor-background-overlay,
body.e-lazyload .e-con.lazyloaded::before,
body.e-lazyload .lazyloaded {
  --e-bg-lazyload-loaded: var(--e-bg-lazyload);
}

/*# sourceMappingURL=frontend.css.map */</pre></body></html>