.ChoiceField-module__1NC5fq__fieldset{border:0;flex-direction:column;gap:.5rem;min-width:0;margin:0;padding:0;display:flex}.ChoiceField-module__1NC5fq__legend{color:var(--text);padding:0;font:600 .875rem/1.3 system-ui,sans-serif}.ChoiceField-module__1NC5fq__hint{color:var(--text-muted);margin:-.25rem 0 0;font:400 .8125rem/1.4 system-ui,sans-serif}.ChoiceField-module__1NC5fq__options{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.5rem 1.25rem;display:grid}.ChoiceField-module__1NC5fq__optionsCapped{grid-template-columns:repeat(var(--max-columns,3), minmax(0, 1fr))}@media (max-width:640px){.ChoiceField-module__1NC5fq__optionsCapped{grid-template-columns:1fr}}.ChoiceField-module__1NC5fq__option{color:var(--text);cursor:pointer;align-items:flex-start;gap:.5rem;font:400 .9375rem/1.4 system-ui,sans-serif;display:flex}.ChoiceField-module__1NC5fq__checkbox{appearance:none;border:1.5px solid var(--border);background:var(--panel-bg,#fff);cursor:pointer;border-radius:.25rem;flex:none;width:1.125rem;height:1.125rem;margin-top:.0625rem;position:relative}.ChoiceField-module__1NC5fq__checkbox:checked{background:var(--brand-primary);border-color:var(--brand-primary)}.ChoiceField-module__1NC5fq__checkbox:checked:after{content:"";border:solid var(--brand-on-primary);border-width:0 2px 2px 0;width:.3rem;height:.55rem;position:absolute;top:.1rem;left:.3rem;transform:rotate(45deg)}.ChoiceField-module__1NC5fq__checkbox:focus-visible{outline:2px solid var(--brand-focus);outline-offset:2px}.ChoiceField-module__1NC5fq__radio{appearance:none;border:1.5px solid var(--border);background:var(--panel-bg,#fff);cursor:pointer;border-radius:50%;flex:none;width:1.125rem;height:1.125rem;margin-top:.0625rem;position:relative}.ChoiceField-module__1NC5fq__radio:checked{border-color:var(--brand-primary)}.ChoiceField-module__1NC5fq__radio:checked:after{content:"";background:var(--brand-primary);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ChoiceField-module__1NC5fq__radio:focus-visible{outline:2px solid var(--brand-focus);outline-offset:2px}.ChoiceField-module__1NC5fq__otherField{flex-direction:column;gap:.35rem;max-width:22rem;margin-top:.25rem;display:flex}.ChoiceField-module__1NC5fq__otherLabel{color:var(--text-muted);font:600 .8125rem/1.3 system-ui,sans-serif}.ChoiceField-module__1NC5fq__otherInput{color:var(--text);background:var(--panel-bg,#fff);border:1px solid var(--border);border-radius:.375rem;width:100%;padding:.5rem .65rem;font:400 .9375rem/1.4 system-ui,sans-serif}.ChoiceField-module__1NC5fq__otherInput:focus-visible{outline:2px solid var(--brand-focus);outline-offset:1px}.ChoiceField-module__1NC5fq__fieldError{color:var(--error);margin:0;font:600 .8125rem/1.4 system-ui,sans-serif}
.StartForm-module__3V8Eaa__form{--field-bg:#f7f5f0;--panel-bg:#fff;--text:#211f1a;--text-muted:#5a5648;--border:#c9c3b3;--error:#9a3412;--divider:#ddd7c5;background:var(--field-bg);color:var(--text)}.StartForm-module__3V8Eaa__formInner{flex-direction:column;gap:clamp(2.5rem,6vw,3.5rem);max-width:50rem;margin:0 auto;padding:clamp(1rem,3vw,1.5rem) clamp(1.25rem,5vw,2.5rem) clamp(4rem,9vw,6rem);display:flex}.StartForm-module__3V8Eaa__group{border:0;flex-direction:column;gap:1.5rem;margin:0;padding:0;display:flex}.StartForm-module__3V8Eaa__group+.StartForm-module__3V8Eaa__group{border-top:1px solid var(--divider);padding-top:clamp(2.25rem,5.5vw,3rem)}.StartForm-module__3V8Eaa__groupHeading{color:var(--text);margin:0;padding:0;font:600 1.0625rem/1.3 system-ui,sans-serif}.StartForm-module__3V8Eaa__row{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem 1.25rem;display:grid}@media (max-width:640px){.StartForm-module__3V8Eaa__row{grid-template-columns:1fr}}.StartForm-module__3V8Eaa__field{flex-direction:column;gap:.4rem;min-width:0;display:flex}.StartForm-module__3V8Eaa__label{color:var(--text);font:600 .875rem/1.3 system-ui,sans-serif}.StartForm-module__3V8Eaa__optional{color:var(--text-muted);font-weight:400}.StartForm-module__3V8Eaa__input,.StartForm-module__3V8Eaa__textarea{color:var(--text);background:var(--panel-bg);border:1px solid var(--border);border-radius:.375rem;width:100%;padding:.625rem .75rem;font:400 1rem/1.4 system-ui,sans-serif}.StartForm-module__3V8Eaa__input:focus-visible,.StartForm-module__3V8Eaa__textarea:focus-visible{outline:2px solid var(--brand-focus);outline-offset:1px}.StartForm-module__3V8Eaa__input[data-invalid],.StartForm-module__3V8Eaa__textarea[data-invalid]{border-color:var(--error)}.StartForm-module__3V8Eaa__textarea{resize:vertical}.StartForm-module__3V8Eaa__select{width:100%}.StartForm-module__3V8Eaa__selectTrigger{color:var(--text);background:var(--panel-bg);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:.375rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;font:400 1rem/1.4 system-ui,sans-serif;display:flex}.StartForm-module__3V8Eaa__selectTrigger:hover{border-color:#a8a08a}.StartForm-module__3V8Eaa__selectTrigger:focus-visible{outline:2px solid var(--brand-focus);outline-offset:1px}.StartForm-module__3V8Eaa__selectTrigger[data-invalid],.StartForm-module__3V8Eaa__selectTrigger[aria-invalid=true]{border-color:var(--error)}.StartForm-module__3V8Eaa__selectTrigger[data-disabled]{opacity:.6;cursor:default}.StartForm-module__3V8Eaa__selectArrow{color:var(--text-muted);flex:none;display:flex}.StartForm-module__3V8Eaa__selectArrowIcon{display:block}.StartForm-module__3V8Eaa__selectPopup{min-width:var(--anchor-width,12rem);background:#fff;border:1px solid #c9c3b3;border-radius:.375rem;padding:.25rem;box-shadow:0 12px 28px #0000001f}.StartForm-module__3V8Eaa__hint{color:var(--text-muted);margin:0;font:400 .8125rem/1.4 system-ui,sans-serif}.StartForm-module__3V8Eaa__otherField{flex-direction:column;gap:.35rem;margin-top:.35rem;display:flex}.StartForm-module__3V8Eaa__otherLabel{color:var(--text-muted);font:600 .8125rem/1.3 system-ui,sans-serif}.StartForm-module__3V8Eaa__otherInput{color:var(--text);background:var(--panel-bg);border:1px solid var(--border);border-radius:.375rem;width:100%;padding:.5rem .65rem;font:400 .9375rem/1.4 system-ui,sans-serif}.StartForm-module__3V8Eaa__otherInput:focus-visible{outline:2px solid var(--brand-focus);outline-offset:1px}.StartForm-module__3V8Eaa__fieldError{color:var(--error);margin:0;font:600 .8125rem/1.4 system-ui,sans-serif}.StartForm-module__3V8Eaa__actions{flex-direction:column;align-items:flex-start;gap:.75rem;padding-block-start:.5rem;display:flex}.StartForm-module__3V8Eaa__submit{color:var(--brand-on-primary);background:var(--brand-primary);cursor:pointer;border:none;border-radius:.375rem;padding:.875rem 1.75rem;font:600 1rem/1 system-ui,sans-serif}.StartForm-module__3V8Eaa__submit:hover:not(:disabled){background:var(--brand-primary-hover)}.StartForm-module__3V8Eaa__submit:disabled{opacity:.6;cursor:default}.StartForm-module__3V8Eaa__submit:focus-visible{outline:2px solid var(--brand-focus);outline-offset:2px}.StartForm-module__3V8Eaa__trust{color:var(--text-muted);margin:0;font:400 .8125rem/1.4 system-ui,sans-serif}.StartForm-module__3V8Eaa__statusRegion{color:var(--error);font:600 .9375rem/1.5 system-ui,sans-serif}.StartForm-module__3V8Eaa__statusRegion:empty{display:none}.StartForm-module__3V8Eaa__success{background:var(--field-bg,#f7f5f0);color:var(--text,#211f1a);text-align:center}.StartForm-module__3V8Eaa__successInner{max-width:30rem;margin:0 auto;padding:clamp(3rem,8vw,4.5rem) clamp(1.25rem,5vw,2rem) clamp(4rem,9vw,6rem)}.StartForm-module__3V8Eaa__successHeading{margin:0 0 .75rem;font:600 1.75rem/1.2 system-ui,sans-serif}.StartForm-module__3V8Eaa__successBody{color:#5a5648;margin:0 0 1.5rem;font:400 1.0625rem/1.6 system-ui,sans-serif}.StartForm-module__3V8Eaa__successLink{color:var(--brand-link);font:600 .9375rem/1 system-ui,sans-serif;text-decoration:underline}
.StartIntro-module__9gDhrG__intro{--field-bg:#f7f5f0;--text:#211f1a;--text-muted:#5a5648;background:var(--field-bg);color:var(--text);text-align:center;padding-block:clamp(4rem,10vw,6rem) clamp(3rem,7vw,4rem)}.StartIntro-module__9gDhrG__heading{max-width:32rem;margin:0 auto .75rem;font:600 clamp(2rem,4.5vw,3rem)/1.15 system-ui,sans-serif}.StartIntro-module__9gDhrG__support{color:var(--text-muted);max-width:36rem;margin:0 auto;font:400 1.0625rem/1.6 system-ui,sans-serif}
