.FileList_selectedFiles__X6o7e{position:relative;display:flex;flex-direction:column;gap:8px 0;color:var(--white);width:100%;text-align:left}.FileList_selectedFile__7R9vE{display:flex;justify-content:space-between;padding:12px 16px;border-radius:var(--border-radius-small);background-color:var(--light-green-service)}@media only screen and (min-width:768px){.FileList_selectedFile__7R9vE{padding:12px 24px}}.FileList_selectedFile__7R9vE.FileList_error__f7DfN{background-color:rgba(0,0,0,0);color:var(--error-text);outline:1px solid var(--error-text)}.FileList_filename__MtewF{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FileList_removeFileBtn__ZS3pq{fill:currentColor;display:flex;justify-content:center;align-items:center;padding:12px;margin:-12px}.FileList_errorMessage__5RTy2{color:var(--error-text);opacity:.6;margin-top:8px;padding-left:16px}@media only screen and (min-width:768px){.FileList_errorMessage__5RTy2{margin-top:4px;padding-left:24px}}.FileRequirements_fileRequirements__Crv8J{color:var(--light-green-service)}.FileInput_wrapper__tz4Wz{width:100%}.FileInput_wrapper__tz4Wz.FileInput_invalid__xZAUf .FileInput_fileInputWrapper__p_v_T,.FileInput_wrapper__tz4Wz.FileInput_invalid__xZAUf .FileInput_label__8_0um{color:var(--error-text)}.FileInput_wrapper__tz4Wz.FileInput_invalid__xZAUf .FileInput_fileInputWrapper__p_v_T,.FileInput_wrapper__tz4Wz.FileInput_invalid__xZAUf .FileInput_fileInputWrapper__p_v_T:before{border-color:var(--error-text)}.FileInput_wrapper__tz4Wz.FileInput_invalid__xZAUf .FileInput_fileIcon__zEGwZ path{stroke:var(--error-text)}.FileInput_fileInputWrapper__p_v_T{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:var(--border-radius-small);border:1px dashed var(--dark-text);padding:16px 24px;text-align:center;gap:8px 0;color:var(--dark-text);cursor:pointer;transition:border-color .3s ease-in-out,color .3s ease-in-out}.FileInput_fileInputWrapper__p_v_T.FileInput_ready__WAT81{border-color:rgba(0,0,0,0)}.FileInput_fileInputWrapper__p_v_T.FileInput_ready__WAT81:before{opacity:1}.FileInput_fileInputWrapper__p_v_T:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;opacity:0;border:1px solid var(--dark-text);border-radius:var(--border-radius-small);transition:opacity .3s ease-in-out,border-color .3s ease-in-out}@media only screen and (min-width:768px){.FileInput_fileInputWrapper__p_v_T:hover{border-color:rgba(0,0,0,0)}.FileInput_fileInputWrapper__p_v_T:hover:before{opacity:1}.FileInput_fileInputWrapper__p_v_T{padding:32px}}.FileInput_label__8_0um{display:flex;margin-bottom:var(--spacing-origin-12);transition:color .3s ease-in-out}.FileInput_label__8_0um p{font:inherit}.FileInput_fileInput__qzABh{display:block!important;opacity:0;position:absolute;width:0;height:0;z-index:-10}.FileInput_fileIcon__zEGwZ{fill:none}.FileInput_fileIcon__zEGwZ path{stroke:var(--dark-text);transition:stroke .3s ease-in-out}.Checkbox_checkboxFieldWrapper__BBHtB{display:flex;align-items:center;transition-duration:.35s}.Checkbox_checkboxFieldWrapper__BBHtB:hover{opacity:.8}.Checkbox_checkboxFieldWrapper__BBHtB.Checkbox_white__UIZAz{color:var(--white)}.Checkbox_checkboxFieldWrapper__BBHtB.Checkbox_white__UIZAz .Checkbox_checkbox__Hyw_S{border-color:var(--white)}.Checkbox_checkboxFieldWrapper__BBHtB.Checkbox_white__UIZAz .Checkbox_checkIcon__9gxSt path{stroke:var(--white)}.Checkbox_checkboxFieldWrapper__BBHtB.Checkbox_alignTop__nugiF{align-items:flex-start}.Checkbox_checkboxFieldWrapper__BBHtB.Checkbox_alignTop__nugiF .Checkbox_label__ByzZn{top:0}.Checkbox_checkboxFieldWrapper__BBHtB .Checkbox_label__ByzZn{position:relative;left:0;top:2px;padding-left:12px;cursor:pointer}.Checkbox_checkboxFieldWrapper__BBHtB .Checkbox_label__ByzZn p:not(:last-child){margin-bottom:0}.Checkbox_checkboxInputWrapper__hK_8H{position:relative;height:26px;display:inline-block}@media only screen and (min-width:768px){.Checkbox_checkboxInputWrapper__hK_8H{height:32px}}.Checkbox_checkbox__Hyw_S{-webkit-appearance:none;width:26px;height:26px;border:1px solid var(--dark-bg-button);border-radius:4px;cursor:pointer;position:relative;z-index:1}@media only screen and (min-width:768px){.Checkbox_checkbox__Hyw_S{width:32px;height:32px}}.Checkbox_checkbox__Hyw_S:checked+.Checkbox_checkIcon__9gxSt{animation:Checkbox_check__JhXG8 .5s forwards}.Checkbox_checkbox__Hyw_S.Checkbox_invalid___B_z9{border-color:var(--error-border)}.Checkbox_checkIcon__9gxSt{position:absolute;top:50%;left:2px;z-index:0;stroke-dasharray:25;stroke-dashoffset:25;width:22px;height:22px;fill:none;transform:translateY(-50%)}@media only screen and (min-width:768px){.Checkbox_checkIcon__9gxSt{left:4px;width:24px;height:24px}}.Checkbox_checkIcon__9gxSt path{stroke:var(--dark-text)}@keyframes Checkbox_check__JhXG8{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}