/*!
 * Fuel Cover — reusable growing shape divider.
 * Add class "fuel-cover" to any Elementor section (or block-level element) to
 * make it draw a diagonal shape divider that grows on scroll, covering the
 * section above it as this section slides in.
 *
 * Modifier:  add class "dark" to switch the divider to #13110f and mirror the
 *            slant (top-right dips instead of top-left).
 *
 * Height and clip-path are driven by fuel-cover.js.
 */
 .fuel-cover{position:relative}.fuel-cover__divider{position:absolute;left:0;right:0;bottom:calc(100% - 1px);width:100%;height:0;background:#fff;z-index:5;pointer-events:none;clip-path:polygon(0 30%,100% 0,100% 100%,0 100%);will-change:height,clip-path}.fuel-cover.dark .fuel-cover__divider{background:#13110f}.fuel-cover.light .fuel-cover__divider{background:#fff}:has(>.fuel-cover){gap:0!important;row-gap:0!important}.fuel-cover,.fuel-cover+*{margin-top:0!important;margin-bottom:0!important}