.form-success-modal{box-sizing:border-box;width:100vw;max-width:none;height:100dvh;max-height:none;color:var(--brand-ink,#323842);background:0 0;border:0;margin:0;padding:24px;overflow:auto}.form-success-modal[open]{place-items:center;display:grid}.form-success-modal::backdrop{backdrop-filter:blur(3px);background:#181c23ad}.form-success-modal.is-fallback-open{z-index:10000;background:#181c23ad;position:fixed;inset:0}body.has-form-success-modal-fallback{overflow:hidden}.form-success-modal__panel{box-sizing:border-box;background:var(--brand-surface,#fff);text-align:center;border-radius:28px;width:min(100%,540px);padding:clamp(32px,6vw,52px);animation:.18s ease-out both form-success-modal-enter;position:relative;box-shadow:0 28px 80px #14192247}.form-success-modal__icon-close{color:currentColor;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid;position:absolute;top:16px;right:16px}.form-success-modal__icon-close:hover,.form-success-modal__icon-close:focus-visible{background:#32384214}.form-success-modal__icon-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8px;width:22px;height:22px}.form-success-modal__success-icon{background:var(--brand-accent,#f4d31f);width:72px;height:72px;color:var(--brand-cta-text,#323842);border-radius:50%;place-items:center;margin:0 auto 24px;display:grid}.form-success-modal__success-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:34px;height:34px}.form-success-modal__panel h2{max-width:430px;color:inherit;font:inherit;margin:0 auto 14px;font-size:clamp(1.65rem,5vw,2.1rem);font-weight:700;line-height:1.2}.form-success-modal__panel p{max-width:430px;color:color-mix(in srgb, currentColor 72%, transparent);margin:0 auto 28px;font-size:1rem;line-height:1.6}.form-success-modal__button{background:var(--brand-accent,#f4d31f);min-width:160px;min-height:50px;color:var(--brand-cta-text,#323842);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:13px 28px;font-weight:700;transition:filter .14s,transform .14s}.form-success-modal__button:hover{filter:brightness(1.04);transform:translateY(-1px)}.form-success-modal__button:focus-visible,.form-success-modal__icon-close:focus-visible{outline:3px solid color-mix(in srgb, var(--brand-accent,#f4d31f) 75%, #235db8);outline-offset:3px}@keyframes form-success-modal-enter{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=540px){.form-success-modal{padding:16px}.form-success-modal__panel{border-radius:22px;padding:38px 24px 28px}.form-success-modal__success-icon{width:64px;height:64px;margin-bottom:20px}.form-success-modal__button{width:100%}}@media (prefers-reduced-motion:reduce){.form-success-modal__panel{animation:none}.form-success-modal__button{transition:none}}