@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.block.svelte-1ele2l5{position:relative;display:flex;flex-direction:column;background:var(--color-white);border-radius:24px;padding:24px}.block__header.svelte-1ele2l5{margin-bottom:16px}.block__title.svelte-1ele2l5{font-weight:500}.block__meta.svelte-1ele2l5{position:absolute;top:24px;right:24px;color:var(--color-grey-900);font-size:14px}.block__content.svelte-1ele2l5{display:flex;flex-direction:column}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.error.svelte-o50owo{padding:12px 16px;background:var(--color-red-200);color:var(--color-red-500);border-radius:12px;font-size:14px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.group.svelte-11cgmhr{display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--gap)}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.backdrop.svelte-1x0delp{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.modal.svelte-1x0delp{background:var(--color-white);border-radius:24px;width:100%;max-width:550px;max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column}.modal__header.svelte-1x0delp{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;flex-shrink:0}.modal__title.svelte-1x0delp{font-size:18px;font-weight:500;margin:0}.modal__close.svelte-1x0delp{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--color-grey-200);border-radius:10px;cursor:pointer;color:var(--color-grey-900);transition:background .1s}.modal__close.svelte-1x0delp:hover{background:var(--color-grey-300)}.modal__content.svelte-1x0delp{padding:12px 24px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.modal__content.svelte-1x0delp .actions{display:flex;gap:12px;margin-top:8px}.modal__content.svelte-1x0delp .actions button{flex:1}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.vacancy__html.svelte-1iclg3m{font-size:16px;line-height:1.5em}.loading.svelte-1iclg3m{border-radius:50%;display:inline-block;box-sizing:border-box;animation:svelte-1iclg3m-rotation .75s linear infinite;border-style:solid;border-color:var(--color-grey-300);border-bottom-color:var(--color-indigo-500)}.loading--small.svelte-1iclg3m{width:16px;height:16px;border-width:2px}.loading--medium.svelte-1iclg3m{width:32px;height:32px;border-width:3px}.loading--large.svelte-1iclg3m{width:48px;height:48px;border-width:4px}@keyframes svelte-1iclg3m-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.loader.svelte-f75025{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99999;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--color-white);border-radius:20px;box-shadow:0 2px 10px #0000001a}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.vacancy__html.svelte-6sw3ua{font-size:16px;line-height:1.5em}.button.svelte-6sw3ua{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;font-size:16px;font-weight:500;font-family:inherit;border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;padding:0 24px}.button.svelte-6sw3ua:disabled{color:var(--color-grey-800);background:var(--color-grey-400);cursor:not-allowed}.button.svelte-6sw3ua .text:where(.svelte-6sw3ua){white-space:nowrap;color:inherit}.button--primary.svelte-6sw3ua{background:var(--color-indigo-500);color:var(--color-white)}.button--primary.svelte-6sw3ua:hover:not(:disabled){background:var(--color-indigo-600)}.button--primary.svelte-6sw3ua:active:not(:disabled){background:var(--color-indigo-700)}.button--primary.svelte-6sw3ua .loading:where(.svelte-6sw3ua){border-color:var(--color-white);border-bottom-color:transparent}.button--secondary.svelte-6sw3ua{background:var(--color-indigo-100);color:var(--color-indigo-500)}.button--secondary.svelte-6sw3ua:hover:not(:disabled){background:var(--color-indigo-200)}.button--secondary.svelte-6sw3ua:active:not(:disabled){background:var(--color-indigo-300)}.button--secondary.svelte-6sw3ua .loading:where(.svelte-6sw3ua){border-color:var(--color-indigo-500);border-bottom-color:transparent}.button--tertiary.svelte-6sw3ua{background:transparent;color:var(--color-indigo-500)}.button--tertiary.svelte-6sw3ua:hover:not(:disabled){background:var(--color-indigo-100)}.button--tertiary.svelte-6sw3ua:active:not(:disabled){background:var(--color-indigo-200)}.button--tertiary.svelte-6sw3ua .loading:where(.svelte-6sw3ua){border-color:var(--color-indigo-500);border-bottom-color:transparent}.button--danger.svelte-6sw3ua{background:var(--color-red-200);color:var(--color-red-500)}.button--danger.svelte-6sw3ua:hover:not(:disabled){background:var(--color-red-300)}.button--danger.svelte-6sw3ua:active:not(:disabled){background:var(--color-red-400)}.button--danger.svelte-6sw3ua .loading:where(.svelte-6sw3ua){border-color:var(--color-red-500);border-bottom-color:transparent}.loading.svelte-6sw3ua{display:inline-block;width:20px;height:20px;border:2px solid;border-radius:50%;box-sizing:border-box;animation:svelte-6sw3ua-rotation .75s linear infinite}.sr-only.svelte-6sw3ua{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes svelte-6sw3ua-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.placeholder.svelte-1p29dlt{display:flex;gap:12px;flex-direction:column;align-items:center;margin:32px 0;padding:0 16px}.placeholder__icon.svelte-1p29dlt{display:inline-flex;width:64px;height:64px;justify-content:center;align-items:center;background:var(--color-grey-200);border-radius:20px;color:var(--color-grey-600)}.placeholder__text.svelte-1p29dlt{color:var(--color-grey-900);text-align:center;font-size:16px;line-height:1.5;max-width:300px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.vacancy__html.svelte-k8ajfj{font-size:16px;line-height:1.5em}.editor-wrapper.svelte-k8ajfj{display:flex;flex-direction:column;gap:8px}.editor__title.svelte-k8ajfj{color:var(--color-grey-900);cursor:pointer}.editor__description.svelte-k8ajfj{color:var(--color-grey-800);font-size:14px;line-height:18px;text-wrap:balance;margin:-4px 0 2px}.editor.svelte-k8ajfj{border:1px solid var(--color-grey-400);border-radius:16px;background:var(--color-white);overflow:hidden;transition:all .1s ease-in-out}.editor--focused.svelte-k8ajfj{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}.editor--focused.svelte-k8ajfj:hover{border-color:var(--color-indigo-500)}.editor--error.svelte-k8ajfj{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.editor--disabled.svelte-k8ajfj{opacity:.6;cursor:not-allowed}.toolbar.svelte-k8ajfj{display:flex;align-items:center;gap:4px;padding:8px 12px;border-bottom:1px solid var(--color-grey-300);background:var(--color-grey-100);flex-wrap:wrap}.toolbar__btn.svelte-k8ajfj{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--color-grey-900);cursor:pointer;transition:all .15s ease}.toolbar__btn.svelte-k8ajfj:hover:not(:disabled){background:var(--color-grey-300)}.toolbar__btn--active.svelte-k8ajfj{background:var(--color-indigo-100);color:var(--color-indigo-600)}.toolbar__btn--active.svelte-k8ajfj:hover:not(:disabled){background:var(--color-indigo-200)}.toolbar__btn.svelte-k8ajfj:disabled{opacity:.5;cursor:not-allowed}.toolbar__separator.svelte-k8ajfj{width:1px;height:20px;background:var(--color-grey-400);margin:0 4px}.editor__content.svelte-k8ajfj{min-height:150px;padding:16px;outline:none;font-family:inherit;color:var(--color-black)}.editor__content.svelte-k8ajfj:empty:before{content:attr(data-placeholder);color:var(--color-grey-700);pointer-events:none}.editor__error.svelte-k8ajfj{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-1si43qt{display:flex;flex-direction:column;gap:8px}input.svelte-1si43qt{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}input.svelte-1si43qt:hover:not(:disabled){border-color:var(--color-grey-600)}input.svelte-1si43qt:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}input.svelte-1si43qt:focus:hover{border-color:var(--color-indigo-500)}input.svelte-1si43qt:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-1si43qt{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__title.svelte-1si43qt{color:var(--color-grey-900);cursor:pointer}.input__description.svelte-1si43qt{color:var(--color-grey-800);font-size:14px;line-height:18px;text-wrap:balance;margin:-4px 0 2px}.input__error.svelte-1si43qt{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-k9n2pc{display:flex;flex-direction:column;gap:8px}input.svelte-k9n2pc{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}input.svelte-k9n2pc:hover:not(:disabled){border-color:var(--color-grey-600)}input.svelte-k9n2pc:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}input.svelte-k9n2pc:focus:hover{border-color:var(--color-indigo-500)}input.svelte-k9n2pc:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-k9n2pc{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__title.svelte-k9n2pc{color:var(--color-grey-900);cursor:pointer}.input__error.svelte-k9n2pc{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-l6lr64{display:flex;flex-direction:column;gap:8px}input.svelte-l6lr64{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}input.svelte-l6lr64:hover:not(:disabled){border-color:var(--color-grey-600)}input.svelte-l6lr64:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}input.svelte-l6lr64:focus:hover{border-color:var(--color-indigo-500)}input.svelte-l6lr64:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-l6lr64{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__title.svelte-l6lr64{color:var(--color-grey-900);cursor:pointer}.input__error.svelte-l6lr64{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-1l9dhro{display:flex;flex-direction:column;gap:8px;width:100%}input.svelte-1l9dhro{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}input.svelte-1l9dhro:hover:not(:disabled){border-color:var(--color-grey-600)}input.svelte-1l9dhro:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}input.svelte-1l9dhro:focus:hover{border-color:var(--color-indigo-500)}input.svelte-1l9dhro:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-1l9dhro{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__title.svelte-1l9dhro{color:var(--color-grey-900);cursor:pointer}.input__error.svelte-1l9dhro{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.select.svelte-c17yww{display:flex;flex-direction:column;gap:8px;width:100%}.select__title.svelte-c17yww{color:var(--color-grey-900);cursor:pointer}.select__wrapper.svelte-c17yww{position:relative}.select__input.svelte-c17yww{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 48px 0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out;cursor:pointer;appearance:none}.select__input.svelte-c17yww:hover:not(:disabled){border-color:var(--color-grey-600)}.select__input.svelte-c17yww:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}.select__input.svelte-c17yww:focus:hover{border-color:var(--color-indigo-500)}.select__input.svelte-c17yww:disabled{opacity:.6;cursor:not-allowed}.select__input.svelte-c17yww option:where(.svelte-c17yww){padding:8px}.select__input.svelte-c17yww option:where(.svelte-c17yww):disabled{color:var(--color-grey-400)}.select__input--error.svelte-c17yww{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.select__icon.svelte-c17yww{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--color-grey-200);border-radius:50%;color:var(--color-grey-800);pointer-events:none;transition:all .15s ease}.select__icon--disabled.svelte-c17yww{opacity:.6}.select__input.svelte-c17yww:hover:not(:disabled)+.select__icon:where(.svelte-c17yww){background:var(--color-grey-300);color:var(--color-grey-900)}.select__input.svelte-c17yww:focus+.select__icon:where(.svelte-c17yww){background:var(--color-indigo-100);color:var(--color-indigo-500)}.select__error.svelte-c17yww{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.checkbox.svelte-xzi8s7{display:inline-flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.checkbox--disabled.svelte-xzi8s7{cursor:not-allowed;opacity:.5}.checkbox__input.svelte-xzi8s7{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.checkbox__box.svelte-xzi8s7{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1.5px solid var(--color-grey-400);border-radius:8px;background:var(--color-white);color:var(--color-white);transition:all .15s ease;flex-shrink:0}.checkbox.svelte-xzi8s7:hover:not(.checkbox--disabled) .checkbox__box:where(.svelte-xzi8s7){border-color:var(--color-grey-600)}.checkbox__input.svelte-xzi8s7:checked+.checkbox__box:where(.svelte-xzi8s7){background:var(--color-indigo-500);border-color:var(--color-indigo-500)}.checkbox__input.svelte-xzi8s7:focus+.checkbox__box:where(.svelte-xzi8s7){box-shadow:0 0 0 3px #6366f11a}.checkbox__label.svelte-xzi8s7{font-size:16px;color:var(--color-black);line-height:24px}.checkbox__error.svelte-xzi8s7{font-size:14px;color:var(--color-red-500);margin-top:4px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.radio-group.svelte-q8c606{display:flex;flex-direction:column;gap:8px}.radio-group__title.svelte-q8c606{color:var(--color-grey-900)}.radio-group__options.svelte-q8c606{display:flex;flex-direction:column;gap:8px}.radio-group__options--horizontal.svelte-q8c606{flex-direction:row;flex-wrap:wrap;gap:16px}.radio-group__option.svelte-q8c606{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.radio-group__option--disabled.svelte-q8c606{opacity:.6;cursor:not-allowed}.radio-group__input.svelte-q8c606{position:absolute;opacity:0;width:0;height:0}.radio-group__radio.svelte-q8c606{width:20px;height:20px;border:2px solid var(--color-grey-400);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.radio-group__radio.svelte-q8c606:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--color-indigo-500);transform:scale(0);transition:transform .15s ease}.radio-group__option.svelte-q8c606:hover:not(.radio-group__option--disabled) .radio-group__radio:where(.svelte-q8c606){border-color:var(--color-grey-600)}.radio-group__option--selected.svelte-q8c606 .radio-group__radio:where(.svelte-q8c606){border-color:var(--color-indigo-500)}.radio-group__option--selected.svelte-q8c606 .radio-group__radio:where(.svelte-q8c606):after{transform:scale(1)}.radio-group__input.svelte-q8c606:focus-visible+.radio-group__radio:where(.svelte-q8c606){box-shadow:0 0 0 3px #6366f133}.radio-group__label.svelte-q8c606{font-size:16px;color:var(--color-black)}.radio-group__error.svelte-q8c606{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-1vtxrfz{display:flex;flex-direction:column;gap:8px}input.svelte-1vtxrfz{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}input.svelte-1vtxrfz:hover:not(:disabled){border-color:var(--color-grey-600)}input.svelte-1vtxrfz:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}input.svelte-1vtxrfz:focus:hover{border-color:var(--color-indigo-500)}input.svelte-1vtxrfz:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-1vtxrfz{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__title.svelte-1vtxrfz{color:var(--color-grey-900);cursor:pointer}.input__error.svelte-1vtxrfz{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-1s7kqo9{display:flex;flex-direction:column;gap:8px}input.svelte-1s7kqo9{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}input.svelte-1s7kqo9:hover:not(:disabled){border-color:var(--color-grey-600)}input.svelte-1s7kqo9:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}input.svelte-1s7kqo9:focus:hover{border-color:var(--color-indigo-500)}input.svelte-1s7kqo9:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-1s7kqo9{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__error.svelte-1s7kqo9{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.input.svelte-1n9mque{display:flex;flex-direction:column;gap:8px}textarea.svelte-1n9mque{width:100%;height:auto;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out;resize:none}textarea.svelte-1n9mque:hover:not(:disabled){border-color:var(--color-grey-600)}textarea.svelte-1n9mque:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}textarea.svelte-1n9mque:focus:hover{border-color:var(--color-indigo-500)}textarea.svelte-1n9mque:disabled{opacity:.6;cursor:not-allowed}.input--error.svelte-1n9mque{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.input__title.svelte-1n9mque{color:var(--color-grey-900);cursor:pointer}.input__description.svelte-1n9mque{color:var(--color-grey-800);font-size:14px;line-height:18px;text-wrap:balance;margin:-4px 0 2px}.input__error.svelte-1n9mque{font-size:14px;color:var(--color-red-500);line-height:18px}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.select.svelte-a2wmjt{display:flex;flex-direction:column;gap:8px;position:relative}.select__title.svelte-a2wmjt{color:var(--color-grey-900);cursor:pointer}.select__wrapper.svelte-a2wmjt{position:relative}.select__input.svelte-a2wmjt{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 40px 0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}.select__input.svelte-a2wmjt:hover:not(:disabled){border-color:var(--color-grey-600)}.select__input.svelte-a2wmjt:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}.select__input.svelte-a2wmjt:focus:hover{border-color:var(--color-indigo-500)}.select__input.svelte-a2wmjt:disabled{opacity:.6;cursor:not-allowed}.select__input--error.svelte-a2wmjt{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.select__clear.svelte-a2wmjt{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;padding:0;border:none;background:var(--color-grey-200);border-radius:50%;color:var(--color-grey-800);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.select__clear.svelte-a2wmjt:hover{background:var(--color-grey-300);color:var(--color-grey-900)}.select__dropdown.svelte-a2wmjt{max-height:240px;overflow-y:auto;background:var(--color-white);border-radius:16px;padding:4px;box-shadow:3px 5px 30px #0000001a;z-index:99999}.select__option.svelte-a2wmjt{width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-family:inherit;font-size:15px;color:var(--color-black);cursor:pointer;border-radius:12px;transition:background .1s ease}.select__option.svelte-a2wmjt:hover{background:#0000000d}.select__option--selected.svelte-a2wmjt{background:var(--color-indigo-100);color:var(--color-indigo-600)}.select__option--selected.svelte-a2wmjt:hover{background:var(--color-indigo-100)}.select__loading.svelte-a2wmjt,.select__empty.svelte-a2wmjt{padding:12px;text-align:center;color:var(--color-grey-700);font-size:14px}.select__error.svelte-a2wmjt{font-size:14px;color:var(--color-red-500);line-height:18px}:root{--color-background: #F5F5FC;--color-indigo-100: #E3E9FF;--color-indigo-200: #CCD6FF;--color-indigo-300: #9DADFF;--color-indigo-400: #7680FF;--color-indigo-500: #4848FE;--color-indigo-600: #4637F4;--color-indigo-700: #2C20A8;--color-indigo-800: #3C2BD7;--color-indigo-900: #1B174F;--gradient-indigo: linear-gradient(45deg, #4543F6, #5E5DF7);--color-grey-100: #F9FAFB;--color-grey-200: #F4F6F8;--color-grey-300: #EEF1F3;--color-grey-400: #E9ECEE;--color-grey-500: #DEE2E6;--color-grey-600: #C7CDD4;--color-grey-700: #AFB9C3;--color-grey-800: #8A96A6;--color-grey-900: #636F7F;--color-black: #000000;--color-white-5: rgba(255, 255, 255, .05);--color-white-10: rgba(255, 255, 255, .1);--color-white-20: rgba(255, 255, 255, .2);--color-white-30: rgba(255, 255, 255, .3);--color-white-40: rgba(255, 255, 255, .4);--color-white-60: rgba(255, 255, 255, .6);--color-white-80: rgba(255, 255, 255, .8);--color-white: #ffffff;--color-green-500: #16a34a;--color-green-300: #dcfce7;--color-yellow-500: #fc871a;--color-yellow-300: #fef3e8;--color-orange-500: #FF6404;--color-red-500: #e6404e;--color-red-400: #ffc0c0;--color-red-300: #ffd4d4;--color-red-200: #FFEAEA}@font-face{font-family:Stem;src:url(../../../fonts/stem/regular.woff2) format("woff2"),url(../../../fonts/stem/regular.woff) format("woff");font-weight:regular}@font-face{font-family:Stem;src:url(../../../fonts/stem/medium.woff2) format("woff2"),url(../../../fonts/stem/medium.woff) format("woff");font-weight:medium}.select.svelte-rya6z6{display:flex;flex-direction:column;gap:8px;position:relative}.select__title.svelte-rya6z6{color:var(--color-grey-900);cursor:pointer}.select__wrapper.svelte-rya6z6{position:relative}.select__input.svelte-rya6z6{width:100%;height:48px;color:var(--color-black);font-family:inherit;font-size:16px;line-height:20px;background:var(--color-white);border:1px solid var(--color-grey-400);border-radius:16px;padding:0 40px 0 16px;box-sizing:border-box;outline:none;transition:all .1s ease-in-out}.select__input.svelte-rya6z6:hover:not(:disabled){border-color:var(--color-grey-600)}.select__input.svelte-rya6z6:focus{border-width:1.5px;border-color:var(--color-indigo-500);box-shadow:0 0 0 3px #6366f11a}.select__input.svelte-rya6z6:focus:hover{border-color:var(--color-indigo-500)}.select__input.svelte-rya6z6:disabled{opacity:.6;cursor:not-allowed}.select__input--error.svelte-rya6z6{border-color:var(--color-red-500)!important;box-shadow:0 0 0 3px var(--color-red-200)!important}.select__clear.svelte-rya6z6{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;padding:0;border:none;background:var(--color-grey-200);border-radius:50%;color:var(--color-grey-800);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.select__clear.svelte-rya6z6:hover{background:var(--color-grey-300);color:var(--color-grey-900)}.select__dropdown.svelte-rya6z6{max-height:240px;overflow-y:auto;background:var(--color-white);border-radius:16px;padding:4px;box-shadow:3px 5px 30px #0000001a;z-index:99999}.select__option.svelte-rya6z6{width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-family:inherit;font-size:15px;color:var(--color-black);cursor:pointer;border-radius:12px;transition:background .1s ease}.select__option.svelte-rya6z6:hover{background:#0000000d}.select__option--selected.svelte-rya6z6{background:var(--color-indigo-100);color:var(--color-indigo-600)}.select__option--selected.svelte-rya6z6:hover{background:var(--color-indigo-100)}.select__loading.svelte-rya6z6,.select__empty.svelte-rya6z6{padding:12px;text-align:center;color:var(--color-grey-700);font-size:14px}.select__error.svelte-rya6z6{font-size:14px;color:var(--color-red-500);line-height:18px}
