.button_glow{cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;transition:all .25s ease;background:linear-gradient(0deg,var(--glow-color,#086CE8),var(--glow-color,#086CE8));border-radius:.75rem;border:none;outline:none;padding:12px 18px;min-height:48px;min-width:102px}.button_glow:after,.button_glow:before{content:"";position:absolute;transition:all .5s ease-in-out;z-index:0}.button_glow:before{inset:1px;background:linear-gradient(177.95deg,rgba(255,255,255,.19),rgba(255,255,255,0));border-radius:calc(.75rem - 1px)}.button_glow:after{inset:2px;background:linear-gradient(0deg,var(--glow-color,#086CE8),var(--glow-color,#086CE8));border-radius:calc(.75rem - 2px)}.button_glow:active{transform:scale(.95)}.points_wrapper{overflow:hidden;width:100%;height:100%;pointer-events:none;position:absolute;z-index:1}.points_wrapper .point{bottom:-10px;position:absolute;animation:floating-points ease-in-out infinite;pointer-events:none;width:2px;height:2px;background-color:#fff;border-radius:9999px}@keyframes floating-points{0%{transform:translateY(0)}85%{opacity:0}to{transform:translateY(-55px);opacity:0}}.points_wrapper .point:first-child{left:10%;opacity:1;animation-duration:2.35s;animation-delay:.2s}.points_wrapper .point:nth-child(2){left:30%;opacity:.7;animation-duration:2.5s;animation-delay:.5s}.points_wrapper .point:nth-child(3){left:25%;opacity:.8;animation-duration:2.2s;animation-delay:.1s}.points_wrapper .point:nth-child(4){left:44%;opacity:.6;animation-duration:2.05s}.points_wrapper .point:nth-child(5){left:50%;opacity:1;animation-duration:1.9s}.points_wrapper .point:nth-child(6){left:75%;opacity:.5;animation-duration:1.5s;animation-delay:1.5s}.points_wrapper .point:nth-child(7){left:88%;opacity:.9;animation-duration:2.2s;animation-delay:.2s}.points_wrapper .point:nth-child(8){left:58%;opacity:.8;animation-duration:2.25s;animation-delay:.2s}.points_wrapper .point:nth-child(9){left:98%;opacity:.6;animation-duration:2.6s;animation-delay:.1s}.points_wrapper .point:nth-child(10){left:65%;opacity:1;animation-duration:2.5s;animation-delay:.2s}.inner{z-index:2;gap:6px;position:relative;width:100%;color:white;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;line-height:1.5;transition:color .2s ease-in-out}.inner svg.icon{width:18px;height:18px;transition:transform .3s ease;stroke:white;fill:none}.button_glow:hover .icon{transform:translateX(2px)}.button_glow:hover .icon path{animation:dash .8s linear forwards}@keyframes dash{0%{stroke-dasharray:0,20;stroke-dashoffset:0}50%{stroke-dasharray:10,10;stroke-dashoffset:-5}to{stroke-dasharray:20,0;stroke-dashoffset:-10}}