.cta-pointer .maniaz-button.highlighted:not(:disabled){box-shadow:0 0 10px #ffdc8199,inset 0 -6px 10px #f29c1bcc,inset 0 6px 10px #ffffff73,inset 0 0 11px #ff5c001a}.cta-pointer .maniaz-button.highlighted:not(:disabled):after{opacity:1}.cta-pointer__hand-icon{width:37px;height:40px;fill:var(--white)}.is-diagonal .cta-pointer__hand-icon{transform:rotate(-30deg)}.cta-pointer__hand-icon.is-black{fill:var(--black-400)}.cta-pointer__click{background-color:rgb(from var(--white) r g b/50%);opacity:0;border-radius:50%;width:15px;height:15px;position:absolute;top:-4px;left:6px}.is-diagonal .cta-pointer__click{top:0;left:-2px}.over .cta-pointer__click{animation:.25s ease-out forwards click}.cta-pointer__anchor{pointer-events:none;width:100%;height:0;position:relative}.cta-pointer__container{z-index:3;width:37px;height:40px;position:absolute}.cta-pointer__hand{will-change:transform;width:37px;height:40px;animation:2s cubic-bezier(.5,.48,.61,1.33) infinite move-up-and-down;position:absolute;top:0;left:0}.is-diagonal .cta-pointer__hand{animation:2s cubic-bezier(.5,.48,.61,1.33) infinite move-diagonal}.over .cta-pointer__hand,.over.is-diagonal .cta-pointer__hand{animation-play-state:paused}@keyframes move-up-and-down{0%,to{transform:translate(0)}25%,75%{transform:translateY(15px)}}@keyframes move-diagonal{0%,to{transform:translate(0)}25%,75%{transform:translate(15px,15px)}}@keyframes click{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(4)}}