.xero-has-pulse{position:relative}.xero-has-pulse:after,.xero-has-pulse:before{border-radius:inherit;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;z-index:-1}.xero-pulse-style-pulse:after{animation:xeroCtaPulse var(--xero-pulse-duration,2s) ease-out infinite;background:var(--xero-pulse-color,#667eea)}.xero-pulse-style-ripple:after,.xero-pulse-style-ripple:before{animation:xeroCtaRipple var(--xero-pulse-duration,2s) ease-out infinite;border:2px solid var(--xero-pulse-color,#667eea)}.xero-pulse-style-ripple:after{animation-delay:calc(var(--xero-pulse-duration, 2s)/2)}.xero-pulse-style-glow{animation:xeroCtaGlow var(--xero-pulse-duration,2s) ease-in-out infinite}.xero-pulse-style-shake{animation:xeroCtaShakeBtn var(--xero-pulse-duration,2s) ease-in-out infinite}.xero-pulse-pause-hover:hover,.xero-pulse-pause-hover:hover:after,.xero-pulse-pause-hover:hover:before{animation-play-state:paused}@keyframes xeroCtaPulse{0%{opacity:calc(var(--xero-pulse-intensity, .5)*.8);transform:scale(1)}to{opacity:0;transform:scale(1.35)}}@keyframes xeroCtaRipple{0%{opacity:calc(var(--xero-pulse-intensity, .5)*.9);transform:scale(1)}to{opacity:0;transform:scale(1.5)}}@keyframes xeroCtaGlow{0%,to{box-shadow:0 0 0 transparent}50%{box-shadow:0 0 calc(8px + 22px*var(--xero-pulse-intensity, .5)) var(--xero-pulse-color,#667eea)}}@keyframes xeroCtaShakeBtn{0%,82%,to{transform:translateX(0)}85%{transform:translateX(-4px)}88%{transform:translateX(4px)}91%{transform:translateX(-3px)}94%{transform:translateX(3px)}97%{transform:translateX(-2px)}}
