.animated-cta-wrapper .animated-cta-pulse,.animated-cta-wrapper:before{content:"";position:absolute;z-index:1;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:35px;height:35px;background:hsl(var(--brand));border-radius:50%;animation:pulse-border 1.5s ease-out infinite}.animated-cta-wrapper .animated-cta-pulse{animation-delay:.75s}.animated-cta-wrapper:after{content:"";position:absolute;z-index:2;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:block;width:35px;height:35px;background:hsl(var(--brand));border-radius:50%;transition:transform .2s ease}.animated-cta-wrapper:hover:after{transform:translateX(-50%) translateY(-50%) scale(1.1)}@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:.4}to{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}.animated-cta-container{display:inline-flex;align-items:center;gap:12px;border:1px solid hsl(var(--blue-2));border-radius:9999px;padding:8px 20px 8px 8px;transition:all .2s ease-in-out;background-color:white;will-change:transform;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;cursor:pointer;text-decoration:none;color:inherit;drop-shadow:0 4px 6px rgba(0,0,0,.1)}.animated-cta-container:hover{border-color:hsl(var(--brand))}.animated-cta-wrapper{position:relative;width:35px;height:35px;flex-shrink:0;will-change:transform;backface-visibility:hidden;transform:translateZ(0);pointer-events:none;transition:transform .2s ease-in-out}.animated-cta-container:hover .animated-cta-wrapper{transform:translateZ(0) scale(1.2)}.animated-cta-text{font-size:14px;color:hsl(var(--blue-7));font-weight:500;pointer-events:none;transition:color .2s ease-in-out}.animated-cta-container:hover .animated-cta-text{color:hsl(var(--brand))}