/* Pro Build Sticky Pro — independente do Sticky/Motion Effects do Elementor. */
.pb-sticky-placeholder{display:none;visibility:hidden!important;pointer-events:none!important;opacity:0!important}
.pb-sticky-boundary{position:relative}
.pb-sticky-enabled-yes.pb-sticky-is-active{z-index:var(--pb-sticky-z,100);will-change:top;isolation:isolate}
.pb-sticky-enabled-yes.pb-sticky-is-active.pb-sticky-style-shadow{box-shadow:0 12px 32px rgba(15,23,42,.12)}
.pb-sticky-enabled-yes.pb-sticky-is-active.pb-sticky-style-lift{filter:drop-shadow(0 14px 18px rgba(15,23,42,.16))}
.pb-sticky-enabled-yes.pb-sticky-is-active.pb-sticky-style-slide{animation:pbStickyReveal .24s ease-out both}
.pb-sticky-enabled-yes.pb-sticky-is-stopped{will-change:auto}
@keyframes pbStickyReveal{from{opacity:.72;clip-path:inset(10% 0 0)}to{opacity:1;clip-path:inset(0)}}
@media(prefers-reduced-motion:reduce){.pb-sticky-enabled-yes.pb-sticky-is-active{animation:none!important;transition:none!important}}
