.CaptchaOverlay_captcha__Vfhbj{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center;background-color:#363636;overflow:hidden;transition:opacity 3s ease}.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_error__axnYs:before,.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_submitted__D35mu:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;transform:translate(-50%,-50%);animation:CaptchaOverlay_expandCircle__gRCvv 3s cubic-bezier(.165,.84,.44,1) forwards}.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_closing__p3rvw{opacity:0}.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_closing__p3rvw:before{content:"";position:absolute;top:50%;left:50%;width:300vmax;height:300vmax;border-radius:50%;transform:translate(-50%,-50%);animation:CaptchaOverlay_shrinkCircle__VvQBg 1.5s cubic-bezier(.165,.84,.44,1) forwards}.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_closing__p3rvw .CaptchaOverlay_errorMessage__4Pw0V,.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_closing__p3rvw .CaptchaOverlay_success__YAVt0{animation:CaptchaOverlay_fadeOut__yDE8U .5s ease forwards}.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_submitted__D35mu:before{background-color:#4c9f70}.CaptchaOverlay_captcha__Vfhbj.CaptchaOverlay_error__axnYs:before{background-color:red}.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_errorMessage__4Pw0V,.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_success__YAVt0{display:flex;flex-direction:column;align-items:center;gap:20px;animation:CaptchaOverlay_fadeIn__ll_53 .5s ease forwards;opacity:0;color:#fff;text-align:center;position:relative;z-index:2}.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_errorMessage__4Pw0V .CaptchaOverlay_icon__wZz2_,.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_success__YAVt0 .CaptchaOverlay_icon__wZz2_{font-size:64px;line-height:1}.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_errorMessage__4Pw0V .CaptchaOverlay_title___x_hd,.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_success__YAVt0 .CaptchaOverlay_title___x_hd{font-size:48px;font-weight:700}.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_errorMessage__4Pw0V .CaptchaOverlay_message__GfFu3,.CaptchaOverlay_captcha__Vfhbj .CaptchaOverlay_success__YAVt0 .CaptchaOverlay_message__GfFu3{font-size:24px;max-width:600px}@keyframes CaptchaOverlay_expandCircle__gRCvv{0%{width:0;height:0;opacity:.8}to{width:300vmax;height:300vmax;opacity:1}}@keyframes CaptchaOverlay_shrinkCircle__VvQBg{0%{width:300vmax;height:300vmax;opacity:1}to{width:0;height:0;opacity:0}}@keyframes CaptchaOverlay_fadeIn__ll_53{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes CaptchaOverlay_fadeOut__yDE8U{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}