.kx-lazy-section{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform;contain:layout style}.kx-lazy-section.is-visible{opacity:1;transform:none}.kx-lazy-section[data-kx-min]{min-height:320px}.kx-lazy-section[data-kx-min=small]{min-height:160px}.kx-lazy-section[data-kx-min=large]{min-height:480px}.kx-lazy-section.is-visible[data-kx-min],.kx-lazy-section.is-visible[data-kx-min=small],.kx-lazy-section.is-visible[data-kx-min=large]{min-height:0}.kx-lazy-section:before{content:"";display:block;height:100%;min-height:inherit;background:linear-gradient(90deg,#f4f4f4 0%,#ececec 50%,#f4f4f4 100%);background-size:200% 100%;animation:kxShimmer 1.4s linear infinite;border-radius:4px;position:absolute;inset:0;z-index:0;pointer-events:none}.kx-lazy-section{position:relative}.kx-lazy-section.is-visible:before{display:none}.kx-lazy-section>*{position:relative;z-index:1}@keyframes kxShimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.kx-lazy-section{transition:opacity .2s ease;transform:none}.kx-lazy-section:before{animation:none}}