.content-step[data-v-301cb249]{display:flex;flex-direction:column;gap:var(--space-4)}.content-step .content-image[data-v-301cb249]{border-radius:var(--app-radius);max-height:24rem;object-fit:contain;width:100%}.content-step h2[data-v-301cb249]{margin:0}.content-step .content-text[data-v-301cb249]{text-align:left}.content-step .content-text[data-v-301cb249]>:first-child{margin-top:0}.content-step .content-text[data-v-301cb249]>:last-child{margin-bottom:0}.form-app[data-v-804f14ed]{min-height:100vh;display:flex;flex-direction:column;transition:background-color .3s ease;font-family:var(--app-font),sans-serif}.form-app h1[data-v-804f14ed],.form-app h2[data-v-804f14ed],.form-app h3[data-v-804f14ed],.form-app h4[data-v-804f14ed],.form-app h5[data-v-804f14ed],.form-app h6[data-v-804f14ed]{color:var(--app-text)!important}.form-app[data-v-804f14ed]{position:relative;z-index:0}.form-app .background-layers[data-v-804f14ed]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.form-app .background-layers .background-layer[data-v-804f14ed]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.form-app .form-container[data-v-804f14ed]{flex:1;display:flex;padding:var(--space-6) var(--space-4) var(--space-10);width:100%;transition:all .4s ease;position:relative;z-index:1}.form-app .form-progress[data-v-804f14ed]{position:fixed;top:0;left:0;z-index:2;width:100%;height:.1875rem;background:#0000001f}.form-app .form-progress span[data-v-804f14ed]{display:block;height:100%;transition:width .2s ease}.form-app.layout-centered .form-container[data-v-804f14ed]{align-items:center;justify-content:center;max-width:600px;margin:0 auto}.form-app.layout-split-left .form-container[data-v-804f14ed]{align-items:center;justify-content:flex-start;padding-left:5%;margin:0;max-width:50%}@media (max-width: 991px){.form-app.layout-split-left .form-container[data-v-804f14ed]{max-width:100%;padding:var(--space-6) var(--space-4);justify-content:center;margin:0 auto}}.form-app.layout-split-right .form-container[data-v-804f14ed]{align-items:center;justify-content:flex-end;padding-right:5%;margin:0 0 0 auto;max-width:50%}@media (max-width: 991px){.form-app.layout-split-right .form-container[data-v-804f14ed]{max-width:100%;padding:var(--space-6) var(--space-4);justify-content:center;margin:0 auto}}.form-app.layout-classic .form-container[data-v-804f14ed]{align-items:flex-start;justify-content:center;align-items:center;max-width:600px;margin:0 auto;padding-block:10vh}.form-app[data-v-804f14ed] .step-content{width:100%}.form-app[data-v-804f14ed] .step-content[data-animation=fade]{animation:fadeIn 1s ease-out forwards}.form-app[data-v-804f14ed] .step-content[data-animation=pop]{animation:popIn 1s cubic-bezier(.175,.885,.32,1.275) forwards}.form-app[data-v-804f14ed] .step-content[data-animation=slide]{animation:slideUp 1s ease-out forwards}.form-app[data-v-804f14ed] .step-content .step-number{font-size:2em;font-weight:600;margin-bottom:var(--space-2);display:block;color:inherit}.form-app[data-v-804f14ed] .step-content .step-number small{font-size:.55em;font-weight:500}.form-app[data-v-804f14ed] .step-content .step-question{font-weight:700;line-height:1.2;margin-bottom:var(--space-3);color:inherit}.form-app[data-v-804f14ed] .step-content .step-question .required-mark{color:var(--red-medium)}.form-app[data-v-804f14ed] .step-content .step-description{margin-bottom:var(--space-6)}.form-app[data-v-804f14ed] .step-content .step-input-wrapper{margin-bottom:var(--space-8)}.form-app[data-v-804f14ed] .form-footer{padding:var(--space-4);display:flex;justify-content:center;align-items:center;gap:var(--space-3)}@media (max-width: 575px){.form-app[data-v-804f14ed] .form-footer{flex-direction:column;justify-content:flex-start;align-items:center}}.form-app[data-v-804f14ed] .form-footer .navigation{display:flex;justify-content:center;align-items:center;gap:var(--space-2)}.form-app[data-v-804f14ed] .form-footer .press-enter{font-size:var(--font-size-xs);opacity:.5}.form-app[data-v-804f14ed] .choice-options{display:flex;flex-direction:column;gap:var(--space-2)}.form-app[data-v-804f14ed] .choice-options .choice-item{padding:var(--space-3) var(--space-4);border:1px solid rgba(0,0,0,.1);border-radius:var(--app-radius);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;background:rgba(var(--app-primary-rgb),.05)}.form-app[data-v-804f14ed] .choice-options .choice-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.form-app[data-v-804f14ed] .choice-options .choice-item.selected{border-color:var(--app-primary);background:rgba(var(--app-primary-rgb),.15)}.form-app[data-v-804f14ed] .choice-options .choice-item .choice-item-content{display:flex;align-items:center;gap:var(--space-2)}.form-app[data-v-804f14ed] .choice-options .choice-item .choice-label{font-size:var(--font-size-md);font-weight:500;color:var(--app-text)}.form-app[data-v-804f14ed] .choice-options .choice-item .choice-key{font-family:monospace;font-size:var(--font-size-sm);padding:var(--space-1) var(--space-2);background:#0000000d;border-radius:var(--radius-s);opacity:.6}.form-app[data-v-804f14ed] .choice-options .choice-item .form-radio-stack input[type=radio]{accent-color:var(--app-primary)}.form-app[data-v-804f14ed] .choice-options .choice-item .form-radio-stack label{color:var(--app-text)}.form-app[data-v-804f14ed] .rating-wrapper{display:flex;gap:var(--space-2)}.form-app[data-v-804f14ed] .rating-wrapper .star-box{cursor:pointer;transition:transform .1s ease}.form-app[data-v-804f14ed] .rating-wrapper .star-box:hover{transform:scale(1.1)}.form-app[data-v-804f14ed] .rating-wrapper .star-box i{font-size:2.5rem}.form-app[data-v-804f14ed] .rating-wrapper .star-box.filled i,.form-app[data-v-804f14ed] .rating-wrapper .star-box.empty i{color:var(--app-text)!important}.form-app[data-v-804f14ed] .splash-screen{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.form-app[data-v-804f14ed] .splash-screen .emoji{font-size:5rem;margin-bottom:var(--space-4);display:block}.form-app[data-v-804f14ed] .splash-screen .step-question{font-size:2.5rem;margin-bottom:var(--space-2)}.form-app[data-v-804f14ed] .splash-screen .step-description{max-width:450px;margin:0 auto var(--space-4)}.form-app[data-v-804f14ed] .splash-screen .step-description img,.form-app[data-v-804f14ed] .splash-screen .step-description .markdown-video,.form-app[data-v-804f14ed] .splash-screen .step-description .markdown-youtube{border-radius:var(--app-radius);display:block;margin:var(--space-3) 0;overflow:hidden;width:100%}.form-app[data-v-804f14ed] .splash-screen .step-description img{height:auto}.form-app[data-v-804f14ed] .splash-screen .step-description .markdown-youtube{aspect-ratio:16/9}.form-app[data-v-804f14ed] .splash-screen .step-description .markdown-youtube iframe{border:0;height:100%;width:100%}.form-app[data-v-804f14ed] .loader-screen{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3)}.form-app[data-v-804f14ed] .loader-screen .spinner{width:40px;height:40px;border:4px solid rgba(var(--app-primary-rgb),.1);border-left-color:var(--app-primary);border-radius:50%;animation:spin 1s linear infinite}.form-app[data-v-804f14ed] .choice-hint{font-size:var(--font-size-sm);color:var(--gray-medium);margin-bottom:var(--space-2)}.form-app[data-v-804f14ed] .choice-hint.has-error{color:var(--red-medium);font-weight:var(--font-weight-bold)}.form-app .form-branding-wrapper[data-v-804f14ed]{position:fixed;bottom:var(--space-4);left:0;right:0;z-index:10}.form-app .form-branding-wrapper[data-v-804f14ed] .powered-by-container{margin:0}.form-app.has-branding .form-container[data-v-804f14ed]{padding-bottom:96px}.form-app.has-recaptcha .form-container[data-v-804f14ed]{padding-bottom:120px}.form-app.has-branding.has-recaptcha .form-container[data-v-804f14ed]{padding-bottom:156px}.form-app[data-v-804f14ed] .button-component[data-semantic-type=primary]{background-color:var(--app-primary)!important;border-radius:var(--app-radius)!important;color:var(--app-primary-contrast)!important}.form-app[data-v-804f14ed] .input-component input,.form-app[data-v-804f14ed] .combobox-component input,.form-app[data-v-804f14ed] .select-component select{background-color:var(--app-surface)!important;border-radius:var(--app-radius)!important;color:var(--app-surface-contrast)!important;box-shadow:0 0 0 2px var(--app-text)!important}.form-app[data-v-804f14ed] .input-component input::placeholder,.form-app[data-v-804f14ed] .combobox-component input::placeholder,.form-app[data-v-804f14ed] .select-component select::placeholder{color:var(--app-surface-contrast)!important;opacity:.5!important}.form-app[data-v-804f14ed] .textarea-component textarea{background-color:var(--app-surface)!important;border-radius:min(var(--app-radius),var(--radius-l))!important;color:var(--app-surface-contrast)!important;box-shadow:0 0 0 2px var(--app-text)!important}.form-app[data-v-804f14ed] .textarea-component textarea::placeholder{color:var(--app-surface-contrast)!important;opacity:.5!important}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger{background-color:var(--app-surface)!important;color:var(--app-surface-contrast)!important;border-radius:var(--app-radius)!important;box-shadow:0 0 0 2px var(--app-text)!important;border-color:transparent!important}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger:hover{background-color:var(--app-surface)!important;filter:brightness(.97)}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger .selected-text{color:var(--app-surface-contrast)!important}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger .selected-text.placeholder{color:var(--app-surface-contrast)!important;opacity:.5}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger .search-input{background:transparent!important;color:var(--app-surface-contrast)!important;box-shadow:none!important}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger .search-input::placeholder{color:var(--app-surface-contrast)!important;opacity:.5}.form-app[data-v-804f14ed] .combobox-component .combobox-trigger .chevron{color:var(--app-surface-contrast);opacity:.7}.form-app[data-v-804f14ed] .combobox-component .combobox-group.is-open .combobox-trigger{background-color:var(--app-surface)!important;border-color:var(--app-primary)!important;box-shadow:0 0 0 2px var(--app-primary)!important}.form-app[data-v-804f14ed] .combobox-component .combobox-dropdown{background:var(--app-surface)!important;color:var(--app-surface-contrast)!important;border-color:var(--app-text)!important;border-radius:var(--app-radius)!important}.form-app[data-v-804f14ed] .combobox-component .option-item{color:var(--app-surface-contrast)}.form-app[data-v-804f14ed] .combobox-component .option-item:hover,.form-app[data-v-804f14ed] .combobox-component .option-item.is-active{background-color:color-mix(in srgb,var(--app-primary) 15%,transparent)!important}.form-app[data-v-804f14ed] .combobox-component .option-item.is-selected{background-color:var(--app-primary)!important;color:var(--app-primary-contrast)!important}.form-app[data-v-804f14ed] .combobox-component .no-results{color:var(--app-surface-contrast);opacity:.7}.form-app[data-v-804f14ed] .date-input-wrapper button{background:transparent!important;color:inherit!important}.recaptcha-disclaimer[data-v-804f14ed]{font-size:10px;opacity:.5;text-align:center;max-width:300px;margin:4px auto 0;line-height:1.4}.recaptcha-disclaimer a[data-v-804f14ed]{color:inherit;text-decoration:underline}
