@charset "UTF-8";.custom-select.svelte-19xw5zh{position:relative;width:100%;font-family:var(--font-sans)}.select-trigger.svelte-19xw5zh{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;padding:var(--space-12, .75rem) .8125rem;border:1px solid var(--gray-300, #D9D9D9);border-radius:var(--radius-300, .75rem);background:var(--white-1000);color:var(--black-1000);font-size:var(--font-size-14, .875rem);line-height:1.2}.select-trigger.svelte-19xw5zh:hover{border-color:var(--muted)}.select-trigger.open.svelte-19xw5zh{border-color:var(--black-1000)}.trigger-text.svelte-19xw5zh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fg)}.trigger-text.placeholder.svelte-19xw5zh{color:var(--muted);opacity:.6}.chevron.svelte-19xw5zh{transition:transform .2s}.chevron.svelte-19xw5zh svg:where(.svelte-19xw5zh){display:block;width:16px;height:16px}.select-trigger.open.svelte-19xw5zh .chevron:where(.svelte-19xw5zh){transform:rotate(180deg)}.select-dropdown.svelte-19xw5zh{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:0 4px 20px #0000001a;z-index:100;overflow:hidden}.search-box.svelte-19xw5zh{padding:8px;border-bottom:1px solid var(--border)}.search-box.svelte-19xw5zh input:where(.svelte-19xw5zh){width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:4px;font-size:14px;outline:none;background:var(--bg);color:var(--fg)}.search-box.svelte-19xw5zh input:where(.svelte-19xw5zh):focus{border-color:var(--accent)}.options-list.svelte-19xw5zh{list-style:none;margin:0;padding:0;max-height:240px;overflow-y:auto}.group-header.svelte-19xw5zh{padding:8px 16px 4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--bg);position:sticky;top:0}.option-item.svelte-19xw5zh{padding:12px 16px;font-size:15px;cursor:pointer;transition:background .15s,color .15s;color:var(--fg)}.option-item.svelte-19xw5zh:hover{background:oklch(from var(--accent) l c h/.05)}.option-item.selected.svelte-19xw5zh{background:oklch(from var(--accent) l c h/.1);color:var(--accent);font-weight:600}.no-results.svelte-19xw5zh{padding:16px;font-size:14px;color:var(--muted);text-align:center}.priority-zone.svelte-1ixnply{margin-block-end:var(--space-32, 32px)}.zone-label.svelte-1ixnply{display:block;font-weight:600;color:var(--gray-900);margin-block-end:var(--space-16, 16px)}.selected-list.svelte-1ixnply{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-8, 8px)}.selected-item.svelte-1ixnply{display:flex;align-items:center;gap:var(--space-12, 12px);padding:var(--space-14, 14px) var(--space-16, 16px);background:var(--white-1000);border:1px solid var(--gray-300);border-radius:var(--radius-200)}.rank.svelte-1ixnply{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-full);background:var(--brand-500);color:var(--black-1000);flex-shrink:0}.item-label.svelte-1ixnply{flex:1;font-size:15px;font-weight:450;color:var(--gray-900)}.item-controls.svelte-1ixnply{display:flex;gap:var(--space-4, 4px)}.ctrl-btn.svelte-1ixnply{background:transparent;border:none;border-radius:var(--radius-200);width:32px;height:32px;font-size:16px;color:var(--gray-500);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,color .15s;font-family:var(--font-sans)}.ctrl-btn.svelte-1ixnply:hover:not(:disabled){background:var(--gray-100);color:var(--gray-900)}.ctrl-btn.svelte-1ixnply:disabled{opacity:.25;cursor:not-allowed}.remove-btn.svelte-1ixnply{font-size:18px;font-weight:300}.remove-btn.svelte-1ixnply:hover:not(:disabled){background:var(--red-100);color:var(--red-600)}.options-zone.svelte-1ixnply{margin-block-start:var(--space-8, 8px)}.options-list.svelte-1ixnply{display:flex;flex-direction:column;gap:var(--space-16, 16px)}.option-btn.svelte-1ixnply{display:flex;align-items:center;gap:var(--space-16, 16px);padding:var(--space-12, 12px) var(--space-16, 16px);border-radius:var(--radius-200);background:var(--white-1000);border:1px solid var(--gray-300);font-size:15px;font-weight:450;color:var(--gray-900);cursor:pointer;text-align:left;transition:background .15s;font-family:var(--font-sans)}.option-btn.svelte-1ixnply:hover{background:var(--gray-100)}.opt-text.svelte-1ixnply{flex:1}.opt-icon.svelte-1ixnply{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-full);color:var(--gray-500);font-size:18px;font-weight:300;flex-shrink:0;border:1px solid #D9D9D9}.detail.svelte-1ixnply{font-weight:400;color:var(--gray-500)}.empty-state.svelte-1ixnply{padding:var(--space-24) var(--space-16);border:1px dashed var(--gray-300);border-radius:var(--radius-200);text-align:center;display:flex;flex-direction:column;gap:var(--space-4)}.empty-title.svelte-1ixnply{font-size:16px;font-weight:500;color:var(--gray-900)}.empty-hint.svelte-1ixnply{font-size:13px;color:var(--gray-500)}.repeater.svelte-1chmu1g{display:flex;flex-direction:column;gap:1.5rem}.repeater-row.svelte-1chmu1g{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;align-items:end;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:12px;position:relative}.repeater-field.svelte-1chmu1g{display:flex;flex-direction:column;gap:4px}.repeater-field-label.svelte-1chmu1g{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}input[type=text].svelte-1chmu1g,input[type=number].svelte-1chmu1g{width:100%;padding:8px 12px;border-radius:var(--radius-input);border:1px solid var(--border);background:var(--surface);font-family:var(--font-sans);font-size:15px;color:var(--fg);outline:none;transition:border-color .2s}input.svelte-1chmu1g:focus,select.svelte-1chmu1g:focus{border-color:var(--accent);border-style:dashed;border-width:2px}select.svelte-1chmu1g{width:100%;padding:8px 12px;border-radius:var(--radius-input);border:1px solid var(--border);background:var(--surface);font-family:var(--font-sans);font-size:15px;color:var(--fg);outline:none;transition:border-color .2s;cursor:pointer}input[type=number].svelte-1chmu1g{-moz-appearance:textfield}input[type=number].svelte-1chmu1g::-webkit-outer-spin-button,input[type=number].svelte-1chmu1g::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-wrapper.svelte-1chmu1g{position:relative;display:flex;align-items:center}.number-wrapper.svelte-1chmu1g input:where(.svelte-1chmu1g){padding-inline-end:36px}.suffix.svelte-1chmu1g{position:absolute;right:10px;font-size:14px;color:var(--muted);pointer-events:none}.btn-remove.svelte-1chmu1g{position:absolute;top:-14px;right:-14px;background:var(--muted);border:none;border-radius:50%;color:#fff;font-size:16px;line-height:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:var(--font-sans);transition:opacity .15s}.btn-remove.svelte-1chmu1g:hover{opacity:.8}@media(max-width:600px){.repeater-row.svelte-1chmu1g{grid-template-columns:1fr auto}}.phone-row.svelte-xx3wyc{display:flex;gap:.5rem}.dial.svelte-xx3wyc,.input.svelte-xx3wyc{padding:var(--space-12, .75rem) .8125rem;border:1px solid var(--gray-300, #D9D9D9);border-radius:var(--radius-300, .75rem);background:var(--white-1000);color:var(--black-1000);font-size:var(--font-size-14, .875rem);line-height:1.2}.dial.svelte-xx3wyc:focus,.input.svelte-xx3wyc:focus{border-color:var(--gray-600);outline:none}.dial.svelte-xx3wyc{flex:0 0 auto;cursor:pointer;appearance:none;padding-inline-end:1.875rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23757575' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.input.svelte-xx3wyc{flex:1 1 auto;min-width:0;width:100%}.input.svelte-xx3wyc::placeholder{color:var(--gray-400)}.input.svelte-xx3wyc:user-invalid{border-color:var(--red-600, #C00F0C)}.progress.svelte-1qjgclg{display:flex;flex-direction:column;gap:var(--space-8, 8px)}.track.svelte-1qjgclg{height:6px;background:var(--progress-track-bg, var(--gray-600));border-radius:var(--radius-full, 9999px);overflow:hidden}.fill.svelte-1qjgclg{height:100%;background:var(--progress-fill-bg, var(--brand-500));border-radius:var(--radius-full, 9999px);transition:inline-size .4s cubic-bezier(.4,0,.2,1)}.meta.svelte-1qjgclg{display:flex;justify-content:space-between;font-size:var(--font-size-12, 12px);color:var(--progress-meta-color, var(--gray-400));line-height:1.3;letter-spacing:-.02em}.option-grid.svelte-15ybjdy{display:grid;grid-template-columns:repeat(var(--col-count, 1),1fr);gap:var(--option-gap, var(--space-8, 8px))}@media(max-width:768px){.option-grid.mobile-two.svelte-15ybjdy{grid-template-columns:repeat(2,1fr)}}.option-button.svelte-15ybjdy{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-8, 8px);padding:var(--option-py, var(--space-11, 11px)) var(--option-px, var(--space-12, 12px));border-radius:var(--option-radius, var(--radius-200, 8px));background:var(--option-bg, var(--gray-100, #f5f5f5));border:var(--option-border, none);font-family:var(--font-sans);font-size:var(--option-font-size, 16px);font-weight:var(--option-weight, 500);line-height:1;color:var(--option-color, var(--fg));cursor:pointer;transition:background .15s,border-color .15s}.option-button.center.svelte-15ybjdy{justify-content:center}.option-button.outline.svelte-15ybjdy{display:flex;align-items:center;justify-content:space-between;background:var(--white-1000, #ffffff);border:1px solid var(--gray-300, #D9D9D9)}.option-button.outline.svelte-15ybjdy:hover{background:var(--gray-100, #F5F5F5);border-color:var(--gray-400, #B8B8B8)}.option-button.outline.selected.svelte-15ybjdy{background:var(--white-1000, #ffffff);border:2px solid var(--gray-700, #383838);color:var(--option-selected-color, var(--black-1000))}.option-button.outline.selected.svelte-15ybjdy:hover{background:var(--white-1000, #ffffff)}.option-img.svelte-15ybjdy{height:40px;width:auto;object-fit:contain;flex-shrink:0}.option-button.card.svelte-15ybjdy{flex-direction:column;align-items:flex-start;gap:var(--space-4, 4px);padding:var(--space-16, 16px);border:1px solid var(--gray-300);background:var(--white-1000)}.option-button.card.selected.svelte-15ybjdy{border-color:var(--brand-500)}.option-bold.svelte-15ybjdy{font-weight:600;font-size:15px}.option-detail.svelte-15ybjdy{font-weight:400;font-size:14px;color:var(--gray-500)}.option-button.selected.svelte-15ybjdy .option-detail:where(.svelte-15ybjdy){color:var(--black-1000);opacity:.7}.option-button.selected.svelte-15ybjdy{background:var(--option-selected-bg, var(--brand-500));border:var(--option-selected-border, none);color:var(--option-selected-color, var(--black-1000))}.option-button.svelte-15ybjdy:hover{background:var(--option-hover-bg, var(--gray-200, #e6e6e6))}.option-button.selected.svelte-15ybjdy:hover{background:var(--option-selected-bg, var(--brand-500))}.option-button.svelte-15ybjdy:focus-visible{outline:2px dashed var(--brand-500, var(--accent));outline-offset:4px}.radio.svelte-1x70unn{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;accent-color:var(--black-1000, #0c0c0d);cursor:pointer;border-radius:50%;margin:0;flex-shrink:0;margin-top:.125rem;-webkit-appearance:none;appearance:none;border:1px solid var(--gray-300, #D9D9D9);background-color:var(--white-1000, #fff)}.radio-wrapper.svelte-1x70unn{display:inline-flex;align-items:start;gap:var(--space-8, .5rem);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--gray-900, #1e1e1e);line-height:1.4}.radio-wrapper.disabled.svelte-1x70unn{cursor:not-allowed;opacity:.5}.radio-wrapper.position-right.svelte-1x70unn{display:flex;justify-content:space-between;align-items:center;width:100%}.radio-wrapper.position-right.svelte-1x70unn .radio:where(.svelte-1x70unn){order:2;margin-top:0}.radio-wrapper.position-right.svelte-1x70unn .radio-details:where(.svelte-1x70unn){order:1}.radio-wrapper.card.svelte-1x70unn{flex-direction:row;align-items:center;padding:.5rem .75rem;gap:1rem;border:1px solid #0C0C0D;border-radius:var(--radius-300, .75rem)}.radio-wrapper.card.position-right.svelte-1x70unn{justify-content:space-between}.radio-wrapper.button.svelte-1x70unn{flex-shrink:0}.radio-wrapper.button.svelte-1x70unn .radio:where(.svelte-1x70unn){display:none}.radio-wrapper.button.svelte-1x70unn .radio-details:where(.svelte-1x70unn){background:#f5f5f5;border-radius:8px;padding:8px;text-align:center}.radio-wrapper.button.svelte-1x70unn .radio:where(.svelte-1x70unn):checked+.radio-details:where(.svelte-1x70unn){background-color:#f8f124}.radio-details.svelte-1x70unn{flex:1}.radio-label.svelte-1x70unn{display:block;font-weight:600;line-height:1.4}.radio.svelte-1x70unn:checked{background-color:var(--black-1000, #0c0c0d)}.radio.svelte-1x70unn:checked:before{content:"";width:.5rem;height:.5rem;border-radius:var(--radius-full, 9999px);transition:.12s transform ease-in-out;background-color:var(--white-1000, #000)}.radio.svelte-1x70unn:disabled{cursor:not-allowed;opacity:.5}.error.svelte-1x70unn{font-size:var(--font-size-14, .875rem);color:var(--color-danger, #e53e3e);margin-top:.25rem}.radio-group-options.svelte-mwg8yy{display:flex;flex-direction:column;gap:.5rem}.radio-group-options.card.svelte-mwg8yy{flex-direction:row;flex-shrink:0}.dropzone.svelte-4vl3bt{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:1.75rem 1rem;border:0;border-radius:var(--radius-200, .5rem);background:var(--white-1000);color:var(--black-1000);cursor:pointer;text-align:center;font-family:inherit;transition:border-color .15s,background-color .15s;background-image:linear-gradient(90deg,var(--gray-300, #D9D9D9) 40%,rgba(103,122,141,0) 0),linear-gradient(90deg,var(--gray-300, #D9D9D9) 40%,rgba(103,122,141,0) 0),linear-gradient(180deg,var(--gray-300, #D9D9D9) 40%,rgba(103,122,141,0) 0),linear-gradient(180deg,#cad2d9 40%,#677a8d00 0);background-position:top,bottom,100%,0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px}.dropzone.disabled.svelte-4vl3bt{cursor:not-allowed;opacity:.5}.dropzone-icon.svelte-4vl3bt{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius-full, 9999px);font-size:1.125rem;color:var(--gray-500, #757575);background:var(--gray-100, #F5F5F5)}.dropzone-icon.svelte-4vl3bt svg:where(.svelte-4vl3bt){width:1.1875rem;height:1.125rem}.dropzone-text.svelte-4vl3bt{display:flex;flex-direction:column;gap:.125rem}.dropzone-label.svelte-4vl3bt{font-size:var(--font-size-14, .875rem)}.dropzone-cta.svelte-4vl3bt{text-decoration:underline;text-underline-offset:.125rem}.dropzone-hint.svelte-4vl3bt{color:var(--gray-500, #757575);font-size:var(--font-size-14, .875rem)}.dropzone-hint.svelte-4vl3bt a:where(.svelte-4vl3bt){color:var(--gray-900, #1E1E1E);text-decoration:underline;text-underline-offset:.125rem}.dropzone.is-succes.svelte-4vl3bt,.dropzone.is-attention.svelte-4vl3bt{background-image:none;border:1px solid}.dropzone.is-succes.svelte-4vl3bt{border-color:var(--green-400, #85E0A3)}.dropzone.is-succes.svelte-4vl3bt .dropzone-hint:where(.svelte-4vl3bt){color:var(--green-600, #009951)}.dropzone.is-succes.svelte-4vl3bt .dropzone-icon:where(.svelte-4vl3bt){background:var(--green-100, #EBFFEE);color:var(--green-600, #009951)}.dropzone.is-attention.svelte-4vl3bt{border-color:var(--yellow-400, #E8B931)}.dropzone.is-attention.svelte-4vl3bt .dropzone-hint:where(.svelte-4vl3bt){color:var(--yellow-600, #BF6A02)}.dropzone.is-attention.svelte-4vl3bt .dropzone-icon:where(.svelte-4vl3bt){background:var(--yellow-100, #FFFBEB);color:var(--yellow-600, #BF6A02)}.dropzone.compact.svelte-4vl3bt{flex-direction:row;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:var(--radius-400, 1rem);text-align:left}.dropzone.centered.svelte-4vl3bt{justify-content:center}.dropzone.compact.svelte-4vl3bt .dropzone-icon:where(.svelte-4vl3bt){width:2.625rem;height:2.625rem;flex-shrink:0}.dropzone.compact.svelte-4vl3bt .dropzone-label:where(.svelte-4vl3bt){font-size:var(--font-size-16, 1rem)}.field-locked-input.svelte-gb216m{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;padding:0;margin:-1px}.field-locked-row.svelte-gb216m{display:flex;align-items:center;gap:var(--space-8, 8px);background:var(--gray-100, #F5F5F5);border:1px solid var(--gray-300, #D9D9D9);border-radius:var(--radius-input, 8px);padding:var(--space-8, 8px) var(--space-12, 12px)}.field-locked-icon.svelte-gb216m{color:var(--muted);flex-shrink:0}.field-locked-value.svelte-gb216m{flex:1;color:var(--fg);font-family:var(--font-sans);font-size:var(--font-size-body, .875rem);line-height:1.4}.field-locked-edit.svelte-gb216m{background:none;border:none;text-decoration:underline;cursor:pointer;font-family:var(--font-sans);font-size:var(--font-size-body, .875rem);color:var(--fg);padding:0;white-space:nowrap}.range.svelte-1usftpc{position:relative;height:2.5rem;border-radius:var(--radius-200, .75rem);border:1px solid var(--gray-300, #D9D9D9);background:#fff}.range-fill.svelte-1usftpc{position:absolute;top:-1px;left:-1px;bottom:-1px;width:var(--fill);border-radius:var(--radius-200, .75rem);background:var(--brand-500, #F8F124)}.range-value.svelte-1usftpc{position:absolute;top:50%;left:1rem;transform:translateY(-50%);font-weight:700;font-size:1.125rem;line-height:1;white-space:nowrap;pointer-events:none}.range-value.outside.svelte-1usftpc{left:auto;right:1rem}.range-handle.svelte-1usftpc{position:absolute;top:50%;left:var(--fill);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.5rem;border-radius:999px;background:var(--black-1000, #0C0C0D);border:2px solid #fff;box-shadow:0 1px 4px #22181240;pointer-events:none}.range-handle.svelte-1usftpc svg:where(.svelte-1usftpc){width:.625rem;height:.625rem;fill:none;stroke:#fff;stroke-width:2}input[type=range].svelte-1usftpc{position:absolute;inset:0;width:100%;height:100%;margin:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer}input[type=range].svelte-1usftpc:focus-visible{outline:2px solid var(--black-1000, #0C0C0D);outline-offset:2px;border-radius:var(--radius-200, .75rem)}input[type=range].svelte-1usftpc::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:1.25rem;height:2.5rem;background:transparent;border:none}input[type=range].svelte-1usftpc::-moz-range-thumb{width:1.25rem;height:2.5rem;background:transparent;border:none}:root{--sidebar-width: 419px}.layout-wrapper.svelte-1eu6nsh{display:flex;min-height:100vh;flex-direction:column}.layout-wrapper.embedded.svelte-1eu6nsh{min-height:0}.layout-split.svelte-1eu6nsh{display:grid;grid-template-columns:1fr;min-height:100vh;height:100vh}@media(max-width:1024px){.layout-split.svelte-1eu6nsh{display:flex;flex-direction:column}}.layout-split.embedded.svelte-1eu6nsh{min-height:0;height:auto}.step-list.svelte-1eu6nsh{list-style:none;padding:0;margin:0;margin-block-start:var(--space-24, 24px);display:flex;flex-direction:column;gap:var(--space-12, 12px)}@media(min-width:1024px){.layout-split.svelte-1eu6nsh{grid-template-columns:var(--sidebar-width, 30%) 1fr}.layout-split.no-aside.svelte-1eu6nsh{grid-template-columns:1fr}.marketing-pane.svelte-1eu6nsh{position:sticky;top:0;max-height:100vh;overflow-y:auto}.marketing-content.svelte-1eu6nsh{max-width:320px}}@media(max-width:1024px){.marketing-content.svelte-1eu6nsh h2:where(.svelte-1eu6nsh),.marketing-content.svelte-1eu6nsh p:where(.svelte-1eu6nsh){display:none}}.marketing-highlight.svelte-1eu6nsh{display:flex;gap:.5rem;background:#444;border:1px solid #767676;border-radius:12px;color:#fff;padding:1rem;margin-bottom:.5rem}.marketing-highlight.svelte-1eu6nsh .eyebrow:where(.svelte-1eu6nsh){color:#ffffffb3;font-size:.75rem;margin-bottom:0}.marketing-highlight-title.svelte-1eu6nsh{font-weight:600}@media(max-width:1024px){.marketing-highlight.svelte-1eu6nsh{padding:.75rem;margin-bottom:1rem}.marketing-highlight.svelte-1eu6nsh .icon{width:1.5rem;height:1.5rem}.marketing-highlight.svelte-1eu6nsh .eyebrow:where(.svelte-1eu6nsh){font-size:.6875rem}.marketing-highlight-title.svelte-1eu6nsh{display:inline;font-size:.75rem}}.marketing-pane.svelte-1eu6nsh{background-color:var(--msf-aside-bg, var(--black-1000));padding-block:24px;padding-inline:40px;display:flex;flex-direction:column;justify-content:flex-start;border-right:var(--msf-aside-border, none);background-image:var(--msf-aside-pattern, url("data:image/svg+xml,%3csvg%20width='350'%20height='319'%20viewBox='0%200%20350%20319'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect%20width='350'%20height='319'%20fill='%23EAEAEA'/%3e%3cg%20id='Dirigeant%20onboarding'%3e%3cpath%20d='M-4230%20-1304C-4230%20-1305.1%20-4229.1%20-1306%20-4228%20-1306H21447C21448.1%20-1306%2021449%20-1305.1%2021449%20-1304V3141C21449%203142.1%2021448.1%203143%2021447%203143H-4228C-4229.1%203143%20-4230%203142.1%20-4230%203141V-1304Z'%20fill='white'%20fill-opacity='0.2'/%3e%3cpath%20d='M-4228%20-1306V-1305H21447V-1306V-1307H-4228V-1306ZM21449%20-1304H21448V3141H21449H21450V-1304H21449ZM21447%203143V3142H-4228V3143V3144H21447V3143ZM-4230%203141H-4229V-1304H-4230H-4231V3141H-4230ZM-4228%203143V3142C-4228.55%203142%20-4229%203141.55%20-4229%203141H-4230H-4231C-4231%203142.66%20-4229.66%203144%20-4228%203144V3143ZM21449%203141H21448C21448%203141.55%2021447.6%203142%2021447%203142V3143V3144C21448.7%203144%2021450%203142.66%2021450%203141H21449ZM21447%20-1306V-1305C21447.6%20-1305%2021448%20-1304.55%2021448%20-1304H21449H21450C21450%20-1305.66%2021448.7%20-1307%2021447%20-1307V-1306ZM-4228%20-1306V-1307C-4229.66%20-1307%20-4231%20-1305.66%20-4231%20-1304H-4230H-4229C-4229%20-1304.55%20-4228.55%20-1305%20-4228%20-1305V-1306Z'%20fill='black'%20fill-opacity='0.1'/%3e%3cg%20id='Se%20connecter'%20clip-path='url(%23clip0_658_12142)'%3e%3crect%20width='1512'%20height='982'%20transform='translate(0%20-663)'%20fill='white'/%3e%3cg%20id='Page%20content'%3e%3cg%20id='Left%20part'%3e%3crect%20width='419'%20height='982'%20transform='translate(0%20-663)'%20fill='%230C0C0D'/%3e%3cg%20id='pattern'%3e%3cmask%20id='mask0_658_12142'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='350'%20height='319'%3e%3crect%20id='Rectangle%201262'%20x='0.683105'%20width='348.99'%20height='319'%20fill='url(%23paint0_radial_658_12142)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_658_12142)'%3e%3crect%20id='Rectangle%201261'%20x='1.09277'%20width='348.58'%20height='319'%20fill='url(%23pattern0_658_12142)'%20fill-opacity='0.2'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_658_12142'%20cx='0'%20cy='0'%20r='1'%20gradientTransform='matrix(261.708%20-206.211%20225.597%20311.23%2087.9647%20260.896)'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'/%3e%3c/radialGradient%3e%3cclipPath%20id='clip0_658_12142'%3e%3crect%20width='1512'%20height='982'%20fill='white'%20transform='translate(0%20-663)'/%3e%3c/clipPath%3e%3cpattern%20id='pattern0_658_12142'%20patternUnits='userSpaceOnUse'%20patternTransform='matrix(34%200%200%2068%201.09277%200)'%20preserveAspectRatio='none'%20viewBox='0%200%2068%20136'%20width='1'%20height='1'%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(-102%20-68)'/%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(-34%20-68)'/%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(34%20-68)'/%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(-136%200)'/%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(-68%200)'/%3e%3cg%20id='pattern0_658_12142_inner'%3e%3cg%20id='pattern%20shape'%3e%3cpath%20id='Union'%20d='M63.7341%205.82812C68.4114%203.1096%2074.4069%204.69776%2077.1257%209.375L77.8572%2010.6328C80.576%2015.3102%2078.9886%2021.3065%2074.3113%2024.0254L30.8542%2049.2842C27.387%2051.2996%2026.2099%2055.7447%2028.2253%2059.2119C29.9631%2062.2016%2028.9484%2066.0337%2025.9587%2067.7715L15.2126%2074.0186C10.7257%2076.6264%204.97404%2075.1031%202.36597%2070.6162C-0.242023%2066.1294%201.28077%2060.3778%205.76733%2057.7695L15.238%2052.2646C19.2426%2049.9368%2020.6018%2044.8034%2018.2742%2040.7988C16.2238%2037.2717%2017.4209%2032.7496%2020.948%2030.6992L63.7341%205.82812Z'%20stroke='white'/%3e%3c/g%3e%3c/g%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(-102%2068)'/%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(-34%2068)'/%3e%3cuse%20xlink:href='%23pattern0_658_12142_inner'%20transform='translate(34%2068)'/%3e%3c/pattern%3e%3c/defs%3e%3c/svg%3e"));background-repeat:no-repeat;background-position:bottom left;background-size:auto}.aside-header.svelte-1eu6nsh{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.aside-header.svelte-1eu6nsh .btn-icon-subtle{color:#fff}@media(min-width:1024px){.aside-header.svelte-1eu6nsh .btn-icon-subtle{display:none}}.aside-footer.svelte-1eu6nsh{display:none}@media(min-width:1024px){.aside-footer.svelte-1eu6nsh{display:block;margin-top:auto}}.aside-footer.svelte-1eu6nsh .abandon-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;font-family:var(--font-titles);color:var(--white-1000);text-decoration:none}.marketing-pane.svelte-1eu6nsh h2:where(.svelte-1eu6nsh){font-size:28px;margin:0 0 12px;line-height:1.2;color:var(--msf-aside-heading-color, var(--white-1000))}.marketing-pane.svelte-1eu6nsh p:where(.svelte-1eu6nsh){font-size:15px;line-height:1.5;color:var(--msf-aside-text-color, var(--gray-400));font-weight:340;margin-bottom:var(--space-24, 24px)}@media(max-width:768px){.marketing-pane.svelte-1eu6nsh{padding:16px 24px;margin-bottom:15px;background-image:none}.marketing-pane.svelte-1eu6nsh p:where(.svelte-1eu6nsh){font-size:12px}}.separator.svelte-1eu6nsh{width:100%;margin-bottom:24px}.questions-grid.cols.svelte-1eu6nsh{display:grid;grid-template-columns:repeat(var(--col-count, 2),minmax(0,1fr));column-gap:24px}.questions-grid.cols.svelte-1eu6nsh .grid-cell.full:where(.svelte-1eu6nsh){grid-column:1/-1}@media(max-width:768px){.questions-grid.cols.svelte-1eu6nsh{grid-template-columns:repeat(var(--col-mobile-count, 2),minmax(0,1fr))}}.step-item.svelte-1eu6nsh{display:flex;align-items:center;gap:var(--space-12, 12px);padding:var(--space-4, 4px);border-radius:var(--radius-200, 8px);font-size:14px;color:var(--msf-aside-heading-color, var(--white-1000));letter-spacing:-.02em;line-height:1.4}.step-item.active.svelte-1eu6nsh{background:var(--gray-800);border:1px solid var(--gray-600)}.step-item.active.svelte-1eu6nsh .step-label:where(.svelte-1eu6nsh){color:var(--brand-400);font-weight:540}.step-item.done.svelte-1eu6nsh .step-label:where(.svelte-1eu6nsh){color:var(--msf-aside-heading-color, var(--white-1000));font-weight:540}.step-trigger.svelte-1eu6nsh{display:flex;align-items:center;gap:var(--space-12, 12px);inline-size:100%;padding:0;background:none;border:none;font:inherit;color:inherit;text-align:left}.step-trigger.svelte-1eu6nsh:hover .step-label:where(.svelte-1eu6nsh){color:var(--msf-aside-heading-color, var(--white-1000))}.step-trigger.svelte-1eu6nsh:focus-visible{outline:2px dashed var(--brand-500);outline-offset:4px}.step-dot.svelte-1eu6nsh{width:18px;height:18px;border-radius:50%;background:var(--gray-800);border:1px solid var(--gray-600);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--brand-500);font-size:10px;font-weight:700;line-height:1}.step-item.done.svelte-1eu6nsh .step-dot:where(.svelte-1eu6nsh){background:var(--brand-500);border-color:var(--brand-500);color:var(--black-1000)}.step-item.svelte-1eu6nsh .step-dl:where(.svelte-1eu6nsh):after{display:none}.form-pane.svelte-1eu6nsh{display:flex;flex-direction:column;overflow-y:auto;background:var(--msf-form-bg, var(--white-1000))}.form-pane.svelte-1eu6nsh .actions-sticky-bar-label{flex-shrink:0}.form-pane.svelte-1eu6nsh .actions-sticky-bar-btn{justify-content:space-between;width:100%}.form-pane.svelte-1eu6nsh .actions-sticky-bar-btn .btn:last-child{margin-left:auto}@media(max-width:768px){.form-pane.svelte-1eu6nsh{height:100%}}.no-aside.svelte-1eu6nsh .form-pane:where(.svelte-1eu6nsh){background:var(--msf-form-bg, transparent)}.screen-container.svelte-1eu6nsh{inline-size:100%;padding-block-start:var(--msf-form-py, var(--space-32));padding-block-end:var(--space-96, 96px);padding-inline:var(--msf-form-px, var(--space-16));flex:1;display:flex;flex-direction:column;align-items:center}.layout-split.embedded.svelte-1eu6nsh .screen-container:where(.svelte-1eu6nsh){padding:0}.screen-container.wide.svelte-1eu6nsh .screen-content:where(.svelte-1eu6nsh){max-inline-size:780px}.screen-container.extra-wide.svelte-1eu6nsh .screen-content:where(.svelte-1eu6nsh){max-inline-size:none}@media(max-width:768px){.screen-container.svelte-1eu6nsh{padding:30px;margin-bottom:60px}}.header.svelte-1eu6nsh{padding-block-start:32px;padding-block-end:0;padding-inline:60px;inline-size:100%}button.svelte-1eu6nsh{cursor:pointer;border:none;font-family:var(--font-sans);transition:all .2s ease}input[type=date].svelte-1eu6nsh{width:100%;padding:12px 16px;border-radius:var(--radius-input);border:1px solid var(--border);background:var(--surface);font-family:var(--font-sans);font-size:16px;color:var(--fg);outline:none;transition:border-color .2s}textarea.svelte-1eu6nsh{width:100%;padding:12px 16px;border-radius:var(--radius-input);border:1px solid var(--border);background:var(--surface);font-family:var(--font-sans);font-size:16px;color:var(--fg);outline:none;transition:border-color .2s;resize:vertical}input.svelte-1eu6nsh::placeholder,textarea.svelte-1eu6nsh::placeholder{opacity:.45}input.svelte-1eu6nsh:focus,textarea.svelte-1eu6nsh:focus{border-color:var(--accent);border-style:dashed;border-width:2px}.questions-grid.inline.svelte-1eu6nsh .field-group:where(.svelte-1eu6nsh):not(.checkbox-card):not(.toggle-group){display:grid;grid-template-columns:minmax(0,42%) 1fr;align-items:center;column-gap:24px}.questions-grid.inline.svelte-1eu6nsh .field-group:where(.svelte-1eu6nsh)>.label-row:where(.svelte-1eu6nsh){margin-block-end:0}.questions-grid.inline.svelte-1eu6nsh .field-group:where(.svelte-1eu6nsh)>.field-info:where(.svelte-1eu6nsh){grid-column:2;align-self:start;margin-block-start:4px}@media(max-width:768px){.questions-grid.inline.svelte-1eu6nsh .field-group:where(.svelte-1eu6nsh):not(.checkbox-card):not(.toggle-group){grid-template-columns:1fr}.questions-grid.inline.svelte-1eu6nsh .field-group:where(.svelte-1eu6nsh)>.field-info:where(.svelte-1eu6nsh){grid-column:1}}.field-group.svelte-1eu6nsh{margin-block-end:24px}.field-group.invalid.svelte-1eu6nsh{border-left:2px solid oklch(55% .18 25deg);padding-left:10px}.field-group.invalid.svelte-1eu6nsh .field-label:where(.svelte-1eu6nsh){color:#c53637}.field-group.invalid.svelte-1eu6nsh input:where(.svelte-1eu6nsh),.field-group.invalid.svelte-1eu6nsh textarea:where(.svelte-1eu6nsh){border-color:#c53637}.checkbox-card.svelte-1eu6nsh{border:1px solid var(--border);border-radius:var(--radius-200, 8px);padding:16px}.checkbox-card.svelte-1eu6nsh a{text-decoration:underline;color:inherit}.label-row.svelte-1eu6nsh{display:flex;align-items:center;gap:8px;margin-block-end:8px}.hint-wrapper.svelte-1eu6nsh{position:relative;display:flex;align-items:center}.field-label.svelte-1eu6nsh{display:block;font-size:14px;font-weight:540;color:var(--muted);text-transform:var(--msf-label-transform, none);letter-spacing:var(--msf-label-spacing, 0);margin:0}.hint-btn.svelte-1eu6nsh{background:none;border:none;color:var(--muted);font-size:15px;padding:0 2px;cursor:pointer;opacity:.6;transition:opacity .15s;line-height:1}.hint-btn.svelte-1eu6nsh:hover{opacity:1}.hint-bubble.svelte-1eu6nsh{position:absolute;top:calc(100% + 4px);left:0;min-width:220px;max-width:320px;z-index:10;font-size:13px;color:var(--fg);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:10px 14px;line-height:1.5;box-shadow:0 4px 12px #00000014}.actions-inline.svelte-1eu6nsh{margin-block-start:auto;margin-left:0;padding-block-start:40px;width:100%}.actions.svelte-1eu6nsh{display:flex;gap:var(--space-12, 12px);margin-left:auto}.form-error.svelte-1eu6nsh{display:flex;align-items:center;gap:8px;margin:0 0 14px;padding:12px 16px;border-radius:var(--radius-md, 10px);background:#c5363714;border:1px solid oklch(55% .18 25deg / .28);color:#a20519;font-size:14px;font-weight:500;line-height:1.4}.form-error.svelte-1eu6nsh:before{content:"⚠";font-size:16px;flex-shrink:0}.field-error.svelte-1eu6nsh{margin:6px 0 0;font-size:13px;color:#c53637}.screen-content.svelte-1eu6nsh{animation:svelte-1eu6nsh-fadeIn .3s ease;display:flex;flex-direction:column;flex:1;max-inline-size:var(--msf-form-max-width, 700px);inline-size:100%}@keyframes svelte-1eu6nsh-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.field-info.svelte-1eu6nsh{font-size:13px;color:var(--muted);margin:6px 0 0;line-height:1.5}.field-note.svelte-1eu6nsh{font-size:14px;color:var(--fg);margin:0;line-height:1.5}.questions-grid.svelte-1eu6nsh>.field-note:where(.svelte-1eu6nsh){margin-block-end:24px}.field-callout.svelte-1eu6nsh{display:flex;flex-direction:column;gap:8px;padding:12px 16px;font-size:15px;font-weight:540;color:var(--fg);background:color-mix(in oklab,var(--accent) 12%,var(--surface));border:1px solid color-mix(in oklab,var(--accent) 35%,var(--border));border-left:4px solid var(--accent);border-radius:var(--radius-input, 8px);white-space:pre-line}.toggle-group.svelte-1eu6nsh{display:flex;flex-direction:column;gap:8px}.toggle-switch.svelte-1eu6nsh{position:relative;display:inline-block;width:48px;height:26px;cursor:pointer}.toggle-switch.svelte-1eu6nsh input:where(.svelte-1eu6nsh){opacity:0;width:0;height:0}.toggle-slider.svelte-1eu6nsh{position:absolute;inset:0;background:var(--border);border-radius:26px;transition:background .2s}.toggle-slider.svelte-1eu6nsh:before{content:"";position:absolute;width:20px;height:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch.svelte-1eu6nsh input:where(.svelte-1eu6nsh):checked+.toggle-slider:where(.svelte-1eu6nsh){background:var(--accent)}.toggle-switch.svelte-1eu6nsh input:where(.svelte-1eu6nsh):checked+.toggle-slider:where(.svelte-1eu6nsh):before{transform:translate(22px)}.file-download-link.svelte-1eu6nsh{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--accent);text-decoration:none;margin-block-end:8px}.file-download-link.svelte-1eu6nsh:hover{text-decoration:underline}.question-fieldset.svelte-1eu6nsh{border:1px solid var(--border);border-radius:var(--radius-card);padding:20px 24px;margin-block-end:24px;display:grid;gap:0}.question-fieldset.svelte-1eu6nsh .form-error:where(.svelte-1eu6nsh){grid-column:1/-1}.question-fieldset.svelte-1eu6nsh legend:where(.svelte-1eu6nsh){font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding-inline:8px}.question-group.svelte-1eu6nsh{display:grid;gap:0;margin-block-end:24px}.question-group-title.svelte-1eu6nsh{grid-column:1/-1;font-weight:500;font-size:14px;line-height:1.4;color:var(--gray-500, #757575);text-transform:uppercase;margin-bottom:16px}.question-group.svelte-1eu6nsh .form-error:where(.svelte-1eu6nsh){grid-column:1/-1}.step-nb.svelte-1eu6nsh{display:none}@media(max-width:1024px){.marketing-pane.svelte-1eu6nsh{position:relative;margin-bottom:0}.step-list.svelte-1eu6nsh{display:none;position:absolute;background:#0c0c0d;width:100%;height:100vh;left:0;top:100%;z-index:99999;margin-top:0;padding-top:48px;padding-left:24px;padding-right:24px}.step-list.open.svelte-1eu6nsh{display:flex;flex-direction:column}.step-trigger.svelte-1eu6nsh{padding:5px 4px}.step-item.svelte-1eu6nsh{margin-bottom:24px}.step-item.active.svelte-1eu6nsh .step-dl:where(.svelte-1eu6nsh):after,.step-item.done.svelte-1eu6nsh .step-dl:where(.svelte-1eu6nsh):after{background:var(--msf-aside-heading-color, var(--white-1000))!important}.step-item.svelte-1eu6nsh .step-dl:where(.svelte-1eu6nsh):after{width:100%;height:4px;top:0;left:0;border-right:4px solid var(--surface)}.step-item.svelte-1eu6nsh:last-child .step-dl:where(.svelte-1eu6nsh):after{display:inline-block}@keyframes svelte-1eu6nsh-fadeIn{0%{opacity:0}to{opacity:1}}}
