.CTA_glowButton__DdGSI{width:100%;height:52px;border:none;outline:none;color:#fff;background:#52525b;cursor:pointer;position:relative;z-index:0;border-radius:12px;font-size:16px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;transition:background-color .3s ease}.CTA_glowButton__DdGSI:hover{background:#3f3f46}.CTA_glowButton__DdGSI:before{content:"";background:linear-gradient(45deg,#5ee9b5,#00bba7,#007a55,#00bba7,#5ee9b5,#00bba7,#007a55,#00bba7,#5ee9b5);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(3px);width:calc(100% + 4px);height:calc(100% + 4px);animation:CTA_glowing__lbPky 20s linear infinite;opacity:1;border-radius:12px}.CTA_glowButton__DdGSI:active{background:#27272a}.CTA_glowButton__DdGSI:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#52525b;left:0;top:0;border-radius:12px;transition:background-color .3s ease}.CTA_glowButton__DdGSI:hover:after{background:#3f3f46}@keyframes CTA_glowing__lbPky{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}