.rp-background-marquee{backface-visibility:hidden;display:flex;flex-direction:column;gap:var(--marquee-gap-y,20px);height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.rp-background-marquee__row{flex:1 1 0;min-height:0;overflow:hidden;position:relative}.rp-background-marquee__row,.rp-background-marquee__track{backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.rp-background-marquee__track{align-items:center;display:flex;gap:var(--marquee-gap-x,20px);height:100%;width:-moz-max-content;width:max-content;will-change:transform}.rp-background-marquee__track.is-running{animation-direction:var(--marquee-direction,normal);animation-duration:var(--marquee-duration,20s);animation-iteration-count:infinite;animation-name:rp-background-marquee-shift;animation-timing-function:linear}.rp-background-marquee__image{display:block;flex:0 0 auto;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto;-webkit-user-drag:none;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform}.rp-background-marquee.is-vertical{flex-direction:row;gap:var(--marquee-gap-x,20px)}.rp-background-marquee.is-vertical .rp-background-marquee__row{min-height:auto;min-width:0}.rp-background-marquee.is-vertical .rp-background-marquee__track{align-items:center;flex-direction:column;gap:var(--marquee-gap-y,20px);height:-moz-max-content;height:max-content;width:100%}.rp-background-marquee.is-vertical .rp-background-marquee__track.is-running{animation-name:rp-background-marquee-shift-vertical}.rp-background-marquee.is-vertical .rp-background-marquee__image{height:auto;max-height:none;max-width:none;width:100%}@keyframes rp-background-marquee-shift{0%{transform:translateZ(0)}to{transform:translate3d(var(--marquee-shift,0),0,0)}}@keyframes rp-background-marquee-shift-vertical{0%{transform:translateZ(0)}to{transform:translate3d(0,var(--marquee-shift,0),0)}}
