@keyframes lu-slide-in-from-top{0%{transform:translateY(var(--lu-slide-from,-100%))}to{transform:translateY(var(--lu-slide-to,0))}}@keyframes lu-slide-in-from-bottom{0%{transform:translateY(var(--lu-slide-from,100%))}to{transform:translateY(var(--lu-slide-to,0))}}@keyframes lu-slide-out-to-bottom{0%{transform:translateY(var(--lu-slide-from,0))}to{transform:translateY(var(--lu-slide-to,100%))}}@keyframes lu-slide-out-to-top{0%{transform:translateY(var(--lu-slide-from,0))}to{transform:translateY(var(--lu-slide-to,-100%))}}.lu-bottom-cta.is-sticky-bottom{bottom:0;box-shadow:0 -2px 8px #0000001a;left:0;margin:0;position:fixed;right:0;width:100%;z-index:998;--lu-slide-from:100%;--lu-slide-to:0;animation:lu-slide-in-from-bottom .3s ease-out forwards}@media(prefers-reduced-motion:reduce){.lu-bottom-cta.is-sticky-bottom{animation:none}}.lu-bottom-cta.is-sticky-bottom.is-sticky-bottom-leaving{--lu-slide-from:0;--lu-slide-to:100%;animation:lu-slide-out-to-bottom .3s ease-in forwards}@media(prefers-reduced-motion:reduce){.lu-bottom-cta.is-sticky-bottom.is-sticky-bottom-leaving{animation:none}}.lu-bottom-cta.is-sticky-bottom.is-sticky-bottom-leaving{pointer-events:none}body.has-sticky-bottom-cta{padding-bottom:var(--lu-bottom-cta-height,0)}
