.contact-recaptcha-wrapper{position:relative;margin-top:31px;margin-bottom:31px;min-height:78px;width:100%;max-width:304px}.contact-recaptcha-loading{position:absolute;top:0;left:0;z-index:2;display:flex;align-items:center;background-color:#f9f9f9;padding:0 20px;color:#003d72;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;width:100%;max-width:304px;height:78px;border:1px solid #d3d3d3;border-radius:3px;box-sizing:border-box;opacity:1;visibility:visible;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1)}.contact-recaptcha-loading.is-loaded{opacity:0;visibility:hidden;pointer-events:none}.contact-recaptcha-inner{position:relative;z-index:1;min-height:78px;width:304px;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.contact-recaptcha-inner.is-loaded{opacity:1;pointer-events:auto}.contact-thank-you-wrapper{margin-top:20px;margin-bottom:20px;padding:44px 32px;border-radius:12px;background:#ffffff;border:1px solid rgba(55,189,175,.3);border-top:4px solid #37bdaf;box-shadow:0 10px 30px -5px rgba(0,61,114,.08);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;min-height:520px;justify-content:center;box-sizing:border-box}.contact-thank-you-wrapper.is-entering{animation:thankYouEnter .4s ease-out forwards}.contact-thank-you-wrapper.is-exiting{animation:thankYouExit .38s cubic-bezier(.4,0,.2,1) forwards}.thank-you-badge{position:relative;width:84px;height:84px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center}.thank-you-badge-ripple{position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(55,189,175,.35) 0,rgba(55,189,175,0) 70%);animation:badgeGlowPulse 2.4s ease-out infinite;pointer-events:none}.thank-you-checkmark-svg{width:84px;height:84px;display:block;overflow:visible;filter:drop-shadow(0 10px 22px rgba(55,189,175,.4));position:relative;z-index:1}.thank-you-circle-outline{stroke:#37bdaf;stroke-width:2.5;stroke-dasharray:152;stroke-dashoffset:152;stroke-linecap:round;animation:strokeCircle .5s cubic-bezier(.65,0,.45,1) forwards}.thank-you-circle-fill{fill:#37bdaf;transform-origin:26px 26px;transform:scale(0);animation:fillCircle .35s cubic-bezier(.16,1,.3,1) .3s forwards}.thank-you-check-stroke{stroke:#ffffff;stroke-width:3.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:32;stroke-dashoffset:32;animation:strokeCheck .4s cubic-bezier(.65,0,.45,1) .45s forwards}.thank-you-status-pill{display:inline-flex;align-items:center;gap:8px;padding:5px 14px;border-radius:50px;background:rgba(55,189,175,.1);border:1px solid rgba(55,189,175,.3);color:#003d72;font-family:Montserrat,sans-serif;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:14px}.thank-you-status-dot{width:7px;height:7px;border-radius:50%;background-color:#37bdaf;box-shadow:0 0 0 3px rgba(55,189,175,.25);animation:pulseDot 1.8s infinite}.thank-you-title{font-family:Montserrat,sans-serif;font-size:28px;font-weight:700;color:#003d72;margin:0 0 12px;line-height:1.25}.thank-you-description{font-family:D-DIN,Montserrat,sans-serif;font-size:16px;font-weight:500;color:#4a5568;line-height:1.6;max-width:520px;margin:0 0 24px}.thank-you-timer-box{width:100%;max-width:320px;margin-bottom:22px;flex-direction:column}.thank-you-timer-box,.thank-you-timer-info{display:flex;align-items:center;gap:8px}.thank-you-timer-dot{width:8px;height:8px;border-radius:50%;background-color:#37bdaf;display:inline-block;animation:pulseDot 1.5s infinite}.thank-you-timer-text{font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;color:#718096}.thank-you-timer-text strong{color:#003d72;font-weight:700}.thank-you-progress-track{width:100%;height:4px;background:#e2e8f0;border-radius:99px;overflow:hidden}.thank-you-progress-bar{height:100%;width:100%;background:linear-gradient(90deg,#37bdaf,#1ea69a);border-radius:99px;animation-name:thankYouProgress;animation-timing-function:linear;animation-fill-mode:forwards}.thank-you-reset-btn{font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;color:#003d72;background:#ffffff;border:2px solid #37bdaf;border-radius:50px;padding:10px 24px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);outline:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,61,114,.04)}.thank-you-reset-btn:hover{background:#37bdaf;color:#ffffff;transform:translateY(-2px);box-shadow:0 6px 18px rgba(55,189,175,.35)}.thank-you-reset-btn:active{transform:translateY(0)}.contact-form-entering{animation:formEnter .45s cubic-bezier(.16,1,.3,1) forwards}@keyframes thankYouEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes thankYouExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes formEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes strokeCircle{0%{stroke-dashoffset:152}to{stroke-dashoffset:0}}@keyframes fillCircle{0%{transform:scale(0);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes strokeCheck{0%{stroke-dashoffset:32}to{stroke-dashoffset:0}}@keyframes badgeGlowPulse{0%{transform:scale(.9);opacity:.8}50%{transform:scale(1.18);opacity:.25}to{transform:scale(.9);opacity:.8}}@keyframes thankYouProgress{0%{width:100%}to{width:0}}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}}@media (max-width:991px){.contact-thank-you-wrapper{padding:38px 24px;min-height:480px}.thank-you-title{font-size:25px}.thank-you-description{font-size:15px}}@media (max-width:767px){.contact-thank-you-wrapper{padding:32px 18px;min-height:440px;margin-top:16px;margin-bottom:16px}.thank-you-badge{margin-bottom:16px}.thank-you-badge,.thank-you-checkmark-svg{width:70px;height:70px}.thank-you-title{font-size:22px;margin-bottom:10px}.thank-you-description{font-size:14px;line-height:1.5;margin-bottom:20px}.thank-you-timer-box{max-width:290px;margin-bottom:20px}.thank-you-timer-text{font-size:12.5px}.thank-you-reset-btn{font-size:13.5px;padding:10px 22px}}@media (max-width:575px){.contact-thank-you-wrapper{padding:28px 16px;min-height:400px;margin-top:12px;margin-bottom:12px;border-radius:10px}.thank-you-badge{margin-bottom:14px}.thank-you-badge,.thank-you-checkmark-svg{width:62px;height:62px}.thank-you-title{font-size:20px;margin-bottom:8px}.thank-you-description{font-size:13.5px;margin-bottom:18px}.thank-you-timer-box{max-width:260px;margin-bottom:18px}.thank-you-reset-btn{width:100%;max-width:280px;padding:11px 20px;min-height:44px;font-size:13px}}@media (max-width:375px){.contact-thank-you-wrapper{padding:24px 12px;min-height:280px}.thank-you-badge{margin-bottom:12px}.thank-you-badge,.thank-you-checkmark-svg{width:54px;height:54px}.thank-you-title{font-size:18px}.thank-you-description{font-size:13px;line-height:1.45}.thank-you-timer-box{max-width:230px}}