.style_select__IKroL{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;padding:11px 16px;justify-content:space-between;align-items:center;border-radius:8px;border:1px solid var(--color-component-divider);gap:16px;cursor:pointer}.style_select__IKroL.style_small__uWeXs{padding:7px 12px}.style_select__IKroL:focus-within,.style_select__IKroL:hover{border-color:var(--color-action-stroke-primary)}.style_select__IKroL.style_disabled__xB4Cj{background-color:var(--color-action-background-disabled);cursor:not-allowed}.style_select__IKroL.style_disabled__xB4Cj .style_text_area__lNXV0 .style_select_value__tOaE5{color:var(--color-text-disabled)}.style_select__IKroL.style_error__tt_FU{border-color:var(--color-state-error)}.style_select__IKroL .style_hidden_input__x7OhQ{position:absolute!important;bottom:0!important;left:0!important;width:100%!important;height:1px!important;opacity:0!important;pointer-events:none!important;padding:0!important;margin:0!important;border:none!important}.style_select__IKroL .style_text_area__lNXV0{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.style_select__IKroL .style_text_area__lNXV0 .style_select_value__tOaE5{color:var(--color-text-heading)}.style_select__IKroL .style_text_area__lNXV0 .style_placeholder__un1VH{color:var(--color-text-disabled)}.style_select__IKroL .style_text_area__lNXV0 .style_multiple_value_wrapper__tntkW{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:4px;-ms-overflow-style:none;scrollbar-width:none}.style_select__IKroL .style_text_area__lNXV0 .style_multiple_value_wrapper__tntkW::-webkit-scrollbar{display:none}.style_select__IKroL .style_text_area__lNXV0 .style_multiple_value_wrapper__tntkW .style_multiple_value__fgFdW{display:flex;height:24px;padding:0 4px 0 8px;align-items:center;gap:4px;border-radius:4px;background:var(--color-background-neutral-3);width:-moz-fit-content!important;width:fit-content!important}.style_select__IKroL .style_text_area__lNXV0 .style_multiple_value_wrapper__tntkW .style_multiple_value__fgFdW .style_multiple_value_text____ssM{color:var(--color-text-heading)}.style_select__IKroL .style_text_area__lNXV0 .style_multiple_value_wrapper__tntkW .style_multiple_value__fgFdW .style_multiple_value_icon__sGK_G{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:var(--color-text-body)}.style_select__IKroL .style_icon__PqfHJ{width:16px!important;height:16px!important;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:var(--color-text-heading)}.style_select__IKroL .style_icon__PqfHJ.style_icon_rotate__hdFpb{transform:rotate(180deg)}.style_options_wrapper__4AVua{display:flex;flex-direction:column;max-height:240px;padding:8px;align-items:flex-start;border-radius:8px;border:1px solid var(--color-component-divider);background:var(--color-background-neutral-1);box-shadow:4px 8px 24px 0 rgba(0,0,0,.08);overflow-y:auto;box-sizing:border-box}.style_options_wrapper__4AVua .style_option__ASZ2a{cursor:pointer;width:100%;display:flex;min-height:40px;padding:8px 12px;align-items:center;justify-content:space-between;gap:16px;border-radius:8px}.style_options_wrapper__4AVua .style_option__ASZ2a.style_title_option__UFuDy{cursor:default}.style_options_wrapper__4AVua .style_option__ASZ2a .style_group_title__TWtYP{color:var(--color-text-placeholder);font-size:14px;line-height:24px;letter-spacing:.56px;text-transform:uppercase}.style_options_wrapper__4AVua .style_option__ASZ2a:not(.style_title_option__UFuDy):hover{background:var(--color-action-background-hover-opacity-8)}.style_options_wrapper__4AVua .style_option__ASZ2a.style_disabled__xB4Cj{cursor:not-allowed;opacity:.5;background:transparent}.style_options_wrapper__4AVua .style_option__ASZ2a.style_disabled__xB4Cj:hover{background:transparent}.style_options_wrapper__4AVua .style_option__ASZ2a .style_option_text__62kl8{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-heading)}.style_options_wrapper__4AVua .style_option__ASZ2a .style_option_icon__9Yo4B{width:16px;height:16px;display:flex;align-items:center;justify-content:center;display:none}.style_options_wrapper__4AVua .style_option__ASZ2a .style_option_checkbox__KFG8P{pointer-events:none}.style_options_wrapper__4AVua .style_option__ASZ2a.style_selected__usY3v .style_option_icon__9Yo4B{display:block}.style_textarea__ymQxC{width:100%;border:1px solid var(--color-component-divider);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.style_textarea__ymQxC:not(.style_disabled__SdHFK):focus-within,.style_textarea__ymQxC:not(.style_disabled__SdHFK):hover{border-color:var(--color-action-text);color:var(--color-action-text)}.style_textarea__ymQxC.style_disabled__SdHFK{background:var(--color-action-background-disabled);color:var(--color-text-disabled)!important;cursor:not-allowed}.style_textarea__ymQxC textarea{flex:1;border:none;outline:none;background-color:transparent;display:block;padding:12px;font-size:16px;font-family:var(--font-family-heading);font-weight:var(--vibe-bold-light);color:var(--color-text-heading);resize:vertical;scrollbar-width:thin;scrollbar-color:var(--color-component-divider) transparent}.style_textarea__ymQxC textarea::-moz-placeholder{color:var(--color-text-placeholder)}.style_textarea__ymQxC textarea::placeholder{color:var(--color-text-placeholder)}.style_textarea__ymQxC textarea:disabled{cursor:not-allowed;color:var(--color-text-disabled)}.style_textarea__ymQxC textarea:disabled::-moz-placeholder{color:var(--color-text-disabled)}.style_textarea__ymQxC textarea:disabled::placeholder{color:var(--color-text-disabled)}.style_textarea__ymQxC textarea::-webkit-scrollbar{width:8px;height:8px}.style_textarea__ymQxC textarea::-webkit-scrollbar-track{background:transparent;border-radius:4px}.style_textarea__ymQxC textarea::-webkit-scrollbar-thumb{background-color:var(--color-component-divider);border-radius:10px;border:2px solid transparent;background-clip:content-box}.style_textarea__ymQxC textarea::-webkit-scrollbar-thumb:hover{background-color:var(--color-action-text)}.style_my_form__Ni__t{width:100%}.style_my_form__Ni__t .style_form_item__fbKx_{display:flex;flex-direction:column}.style_my_form__Ni__t .style_form_item__fbKx_.style_checkbox__NbiGG{flex-direction:row;gap:8px}.style_my_form__Ni__t .style_form_item__fbKx_.style_checkbox__NbiGG .style_checkbox_input__6mI1K{margin:4px 0;padding-top:7px}.style_my_form__Ni__t .style_form_item__fbKx_ div{width:100%}.style_my_form__Ni__t .style_form_item__fbKx_ .style_form_item_label__SN36C{color:#787878;font-size:14px;line-height:20px;margin-top:4px;margin-bottom:4px;padding-top:.37rem;font-family:var(--font-family-content)}.style_my_form__Ni__t .style_form_item__fbKx_ .style_color_red__gV2h0{color:#d10000}.style_my_form__Ni__t .style_form_privacy__wgtpW{width:100%;text-align:left;font-size:14px;line-height:1.5;color:#111;margin-top:10px;font-family:var(--font-family-content)}@media only screen and (max-width:768px){.style_my_form__Ni__t .style_form_privacy__wgtpW{font-size:12px}}.style_my_form__Ni__t .style_form_privacy__wgtpW .style_form_privacy_a__TeDPa{text-decoration:underline;font-weight:var(--vibe-bold);cursor:pointer}.style_my_form__Ni__t .style_form_privacy__wgtpW .style_form_privacy_a__TeDPa:hover{color:#66c}.style_my_form__Ni__t .style_form_privacy__wgtpW .style_form_privacy_input__YPAWp{margin-right:4px;vertical-align:middle}.style_my_form__Ni__t .style_form_privacy_right__npFhS{width:100%;text-align:right}.style_my_form__Ni__t .style_form_privacy_center__2Y1yk{width:100%;text-align:center}.style_my_form__Ni__t .style_form_privacy_EU__SAjoE{font-size:12px;line-height:1.5}.style_my_form__Ni__t button{margin-top:32px}.style_hidden-ReCAPTCHA-box__2N4F3{display:none}