.animated{animation-duration:1s;animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:perspective(1px)scale3d(.3,.3,.3)}20%{transform:perspective(1px)scale3d(1.1,1.1,1.1)}40%{transform:perspective(1px)scale3d(.9,.9,.9)}60%{opacity:1;transform:perspective(1px)scale3d(1.03,1.03,1.03)}80%{transform:perspective(1px)scale3d(.97,.97,.97)}to{opacity:1;transform:perspective(1px)scale(1)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.rrt-confirm-holder{z-index:99999999;width:100%;height:100%;position:fixed;top:0;left:0}.rrt-confirm-holder .shadow{background-color:#323a44cc;width:100%;height:100%}.rrt-confirm-holder .rrt-confirm{z-index:9;background-color:#fff;border-radius:4px;width:320px;margin-left:-160px;position:absolute;top:20%;left:50%;overflow:hidden;box-shadow:3px 3px 20px #333}.rrt-confirm-holder .rrt-confirm .rrt-message{text-align:center;clear:both;background-color:#fff;width:100%;min-height:50px;padding:5%;font-family:open-sanscondensed-light,sans-serif;font-size:1em}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{text-transform:capitalize;float:left;cursor:pointer;background-color:#0000;border:none;border-top:1px solid #f0f0f0;flex-grow:1;height:50px;margin:0;padding:0;font-size:14px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{color:#fff;background-color:#60bb71}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{color:#fff;background-color:#db6a64}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr :before,.redux-toastr :after{box-sizing:border-box}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{z-index:99999999;width:350px;padding:0 10px;position:fixed}.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center{top:0}.redux-toastr .top-right,.redux-toastr .bottom-right{right:0}.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{bottom:0}.redux-toastr .top-left,.redux-toastr .bottom-left{left:0}.redux-toastr .top-center,.redux-toastr .bottom-center{margin-left:-175px;left:50%}@media (width<=320px){.redux-toastr .top-left,.redux-toastr .top-right,.redux-toastr .top-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .bottom-center{width:320px}.redux-toastr .top-center,.redux-toastr .bottom-center{margin-left:-160px}}.redux-toastr .toastr{z-index:2;color:#333;opacity:.94;background-color:#fcfcfc;border-radius:4px;width:100%;min-height:70px;margin:10px 0;position:relative;overflow:hidden;box-shadow:2px 2px 10px #0006}.redux-toastr .toastr:hover:not(.rrt-message){opacity:1;box-shadow:0 0 10px #0009}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;position:absolute;top:0;bottom:0;left:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;margin-top:-35px;line-height:60px;position:absolute;top:50%;left:5px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{float:left;text-align:left;width:65%;margin-left:80px;padding:10px 5px;font-family:Arial,Helvetica,sans-serif;font-size:1em;position:relative}.redux-toastr .toastr .rrt-middle-container .rrt-title{margin-bottom:5px;font-size:1.1em;font-weight:700}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{opacity:.5;cursor:pointer;color:#000;background-color:#0000;border:none;outline:none;width:10%;height:100%;font-family:Helvetica Neue,Helvetica,Arial sans-serif;font-size:22px;position:absolute;top:0;right:0}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning,.redux-toastr .toastr.rrt-error{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333!important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:90%;height:50px;padding:0 20px;font-size:1.2em;line-height:50px;overflow:hidden}.redux-toastr .toastr.rrt-message .rrt-text{background-color:#fff;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;width:100%;max-height:400px;margin-bottom:20px;padding:15px;font-size:1.1em;overflow:hidden auto}.redux-toastr .toastr.rrt-message .rrt-text img{max-width:100%;margin:10px auto;display:block}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{width:100%;height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{z-index:1;background-color:#0006;width:100%;height:100%;position:fixed;inset:0}._banner_11xdy_1{border-color:var(--color-brand);z-index:999999;background:#fff;border-style:solid;border-width:2px;border-radius:1em;flex-direction:row;gap:1em;padding:1em;animation:3s linear infinite both _pulse_11xdy_1;display:flex;position:fixed;top:1em;left:50%;transform:translate(-50%)}@keyframes _pulse_11xdy_1{0%,to{background-color:#fff}50%{background-color:hsl(from var(--color-brand) h s 90%)}}._Hamburger_Wrapper_a98y6_1{flex-direction:row;justify-content:space-between;width:70%;display:flex}@media (width>=375px) and (width<=768px){._Hamburger_Wrapper_a98y6_1{justify-content:flex-start}}@media (width>=375px) and (width<=767px){._Hamburger_Wrapper_a98y6_1{background-color:#f8f9fa;flex-direction:column;width:100vw;height:100vh;padding:0 2rem;position:fixed;top:6rem;left:0}}@media (width>=768px) and (width<=1023px){._Hamburger_Wrapper_a98y6_1{justify-content:flex-end}}@media (width>=768px){._Hamburger_Icon_a98y6_31,._Hamburger_Wrapper_a98y6_1{display:none}}._Modal_11rzl_1{width:40vw}._Modal_Description_11rzl_4{margin-bottom:5.6rem}@media (width>=375px) and (width<=1023px){._Modal_11rzl_1{width:100%}._Modal_Description_11rzl_4{margin-bottom:4rem}}._Modal_y1exk_1{width:60vw}._Modal_Shortcuts_y1exk_4{margin-bottom:4rem}._Modal_Shortcuts_Item_y1exk_7{justify-content:space-between;align-items:center;margin-bottom:1.4rem;display:flex}._Modal_Shortcuts_Item_Keys_y1exk_14{display:flex}._Modal_Shortcuts_Item_Keys_Key_y1exk_17{border:1px dashed #007aff;align-items:center;height:3rem;padding:0 1rem;display:flex}._Modal_Shortcuts_Item_Keys_Key_y1exk_17:not(:last-child){margin-right:1rem}._Container_118fg_1{background-color:#fff;width:100%}._Container_Info_118fg_5{text-align:left;background-color:#dee2e6;padding:1.4rem 1.8rem}._Container_Delimiter_118fg_10{background-color:#ededee;border:none;height:1px}._Container_Item_118fg_15{align-items:center;width:100%;padding:1.8rem 2.2rem;display:flex}._Container_Item_Icon_118fg_21{width:1.2rem}._Container_Item_Icon_Wide_118fg_24{width:1.6rem}._Container_Item_118fg_15>span{margin-left:1.2rem}._Container_PrivacyPolicy_118fg_30{margin-top:1.4rem;margin-bottom:1.4rem;font-size:1.2rem}._Container_PrivacyPolicy_118fg_30 a{text-decoration:underline}button._wrapper_1sz28_1{width:3.2rem;height:3.2rem}button._wrapper_1sz28_1 ._icon_1sz28_5{color:#303778}button._wrapper_1sz28_1._disabled_1sz28_8{cursor:not-allowed}button._wrapper_1sz28_1._disabled_1sz28_8 ._icon_1sz28_5{color:gray}._Container_174k3_1{z-index:3;background-color:#fff;border-bottom:.5px solid #ededee;justify-content:space-between;align-items:center;min-height:6.7rem;padding:0 4rem;display:flex;position:sticky;top:0}._Container_Nav_174k3_13{display:flex}._Container_Nav_Item_174k3_16{border-bottom:2px solid #fff;align-items:center;padding:2.5rem 2.4rem;display:flex}._Container_Nav_Item_174k3_16:focus{box-shadow:0 0 6px #0078fb}._Container_Nav_Item_Icon_174k3_25{margin-right:.8rem}._Container_Nav_Item_Active_174k3_28{border-bottom-color:#007aff}._Container_DropDownWrap_174k3_31{align-self:center;position:relative}._Container_DropDownWrap_174k3_31>span>button{width:fit-content;padding:0 1rem}._Container_Profile_174k3_39{border-radius:50%;width:3.2rem;height:3.2rem}._Container_Profile_DropDown_174k3_44{border:1px solid #ededee;border-radius:4px;width:24.6rem;position:absolute;top:4rem;right:-2rem;box-shadow:0 12px 30px #171d2914}._Container_Profile_Icon_174k3_53{color:#303778}._Modal_174k3_57{width:40vw}._Modal_Description_174k3_60{margin-bottom:5.6rem}._Test_174k3_64{flex-direction:column;display:flex}._Test_174k3_64 img{margin-top:10px}@media (width>=375px) and (width<=767px){._Container_174k3_1{min-height:6rem;padding:0 2rem}._Container_Nav_174k3_13{flex-direction:column;display:flex}._Container_Nav_Item_174k3_16{border-bottom:1px solid #dee2e6;padding:3rem 0}._Container_Nav_Item_Active_174k3_28{border-bottom-color:#dee2e6}}@media (width>=0) and (width<=767px){._Container_DropDownWrap_174k3_31{width:100%;margin-top:1rem}._Container_Profile_DropDown_174k3_44{width:100%;position:static}}@media (width>=768px) and (width<=1023px){._Container_Nav_174k3_13{display:none}}._Container_j3f6l_1{background-color:#fafafb;flex-direction:column;height:100vh;display:flex}._Container_Body_j3f6l_7{flex-grow:1;padding:1rem 0;overflow-y:scroll}@media (width>=375px) and (width<=768px){._Container_Body_j3f6l_7{width:100%}}._Container_160sv_1{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 12rem);display:flex}._Container_Img_160sv_8{margin-bottom:8.8rem}._Container_TextWrapper_160sv_11{text-align:center}@media (width>=375px) and (width<=767px){._Container_160sv_1{padding-left:3rem;padding-right:3rem}._Container_Img_160sv_8{margin-bottom:4.8rem}._Container_Img_160sv_8 img{width:12rem;height:12rem}}._Container_cr88s_1{display:flex}._Container_WithCenterAlign_cr88s_4{justify-content:center}._Container_cr88s_1{border-bottom:1px solid #ededee}._Container_Tab_cr88s_10{background-color:#0000;padding:.8rem 1.5rem 1.2rem;position:relative}._Container_Tab_cr88s_10:focus{box-shadow:0 0 6px #0078fb}._Container_Tab_Active_cr88s_18{pointer-events:none}._Indicator_cr88s_22{background-color:#007aff;width:100%;height:2px;position:absolute;bottom:0;left:0}@media (width>=375px) and (width<=1023px){._Container_Tab_cr88s_10{display:none}}._TupleFieldsWithBin_2cklp_1{align-items:center;margin-bottom:1.4rem;display:flex}._TupleFieldsWithBin_Field_2cklp_6{width:100%}._TupleFieldsWithBin_Field_2cklp_6:not(:last-child){margin-right:1.6rem}._TupleFieldsWithBin_Delete_2cklp_12{visibility:hidden;padding-left:3.2rem;padding-right:2.4rem;display:flex}._TupleFieldsWithBin_Delete_Visible_2cklp_18{visibility:visible;margin-top:2rem}._GroupFieldWrapper_2cklp_23{justify-content:space-between;display:flex}._GroupFieldWrapper_WithBottomMargin_2cklp_27,._SingleFieldWrapper_2cklp_31{margin-bottom:2rem}._FieldWrapperItem_2cklp_35{width:49%}._HideImgBackground_2cklp_39{mix-blend-mode:multiply}._form_2cklp_43._readonly_2cklp_43 form>*+*{margin-top:.5rem}._form_2cklp_43{accent-color:#007aff}._form_2cklp_43 form>*+*{margin-top:3rem}._form_2cklp_43 form fieldset{border:0;border-top:1px solid #9999a9}._form_2cklp_43 form fieldset legend{padding-right:1em;font-size:1.5rem;font-weight:700}._form_2cklp_43 form fieldset>:not(:first-child){margin-top:3rem}._form_2cklp_43 form fieldset>:nth-child(2),._form_2cklp_43 form fieldset._hasDisabled_2cklp_68>:not(:first-child){margin-top:0}._form_2cklp_43 form input,._form_2cklp_43 form ._LabelContainer_2cklp_72,._form_2cklp_43 form select,._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74,._form_2cklp_43 form ._richTextInputPlaceholder_2cklp_75{width:100%;height:fit-content;display:block;position:relative}._form_2cklp_43 form input[type=file]{display:none}._form_2cklp_43 form ._radioInputList_2cklp_84{flex-direction:column;gap:1em;display:flex}._form_2cklp_43 form ._radioInputList_2cklp_84 label{grid-template-rows:auto auto;grid-template-columns:max-content 1fr max-content;align-items:center;column-gap:1em;display:grid}._form_2cklp_43 form ._radioInputList_2cklp_84 label ._optionLabel_2cklp_96{grid-area:1/2/2/3;font-size:1.4rem}._form_2cklp_43 form ._radioInputList_2cklp_84 label ._optionDescription_2cklp_101{grid-area:2/2/3/3;font-size:1.2rem}._form_2cklp_43 form label:has(input[type=checkbox]){align-items:center;gap:1em;display:flex}._form_2cklp_43 form label:has(input[type=checkbox])>*{width:unset}._form_2cklp_43 form input,._form_2cklp_43 form select,._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74,._form_2cklp_43 form ._richTextInputPlaceholder_2cklp_75,._form_2cklp_43 form ._errorMessagePopover_2cklp_118,._form_2cklp_43 form ._optionList_2cklp_119{opacity:1;background-color:#fff;border:1px solid #9999a9;border-radius:5px;padding:.4em;font-size:1.4rem}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 input{text-overflow:ellipsis;flex:120px}._form_2cklp_43 form ._optionList_2cklp_119{flex-direction:column;max-height:20rem;padding:0;display:flex;overflow:hidden scroll}._form_2cklp_43 form ._optionList_2cklp_119 ._option_2cklp_96{justify-content:space-between;width:100%;padding:.4em;display:flex}._form_2cklp_43 form ._optionList_2cklp_119 ._option_2cklp_96:focus{background-color:#90c4fd}._form_2cklp_43 form ._richTextInputPlaceholder_2cklp_75{min-height:9rem;max-height:30rem;padding:0;overflow-y:auto}._form_2cklp_43 form ._valueLabel_2cklp_154{font-style:italic}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74{padding:unset;flex-direction:row;align-items:center;display:flex}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:not(:has(._icon_2cklp_163)){flex-wrap:wrap}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 input,._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 ._valueLabel_2cklp_154{border:unset;color:#000028;padding:5px;font-size:1.5rem;line-height:1.32em}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 ._valueLabel_2cklp_154{min-width:fit-content}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 button{background:0 0}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 ._icon_2cklp_163{box-sizing:content-box;color:#9999a9;background:0 0;padding:.4rem}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74 a{cursor:pointer;width:100%;-webkit-text-decoration:unset!important;text-decoration:unset!important}._form_2cklp_43 form input:invalid,._form_2cklp_43 form input._invalid_2cklp_192,._form_2cklp_43 form select._invalid_2cklp_192,._form_2cklp_43 form textarea._invalid_2cklp_192,._form_2cklp_43 form ._richTextInvalid_2cklp_197{border-color:var(--color-danger)}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:has(input:invalid){border-color:var(--color-danger)}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:has(input._invalid_2cklp_192){border-color:var(--color-danger)}._form_2cklp_43 form input[type=checkbox]:invalid,._form_2cklp_43 form input[type=checkbox]._invalid_2cklp_192{box-shadow:0 0 .1rem .1rem var(--color-danger)}._form_2cklp_43 form button:focus ._icon_2cklp_163{text-shadow:var(--color-brand) 0 0 5px;color:var(--color-brand)}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:has(input:disabled,input:read-only){cursor:not-allowed;background-color:#e5e5e9;border-color:gray}._form_2cklp_43 form input:focus,._form_2cklp_43 form select:focus{border-color:var(--color-brand)!important}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:has(~* ._optionList_2cklp_119:focus-within){border-color:var(--color-brand)!important}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:focus-within:not(:has(input:disabled)){border-color:var(--color-brand)!important}._form_2cklp_43 form input:focus ._icon_2cklp_163,._form_2cklp_43 form select:focus ._icon_2cklp_163{color:var(--color-brand)}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:has(~* ._optionList_2cklp_119:focus-within) ._icon_2cklp_163{color:var(--color-brand)}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74:focus-within:not(:has(input:disabled)) ._icon_2cklp_163{color:var(--color-brand)}._form_2cklp_43 form input:disabled{pointer-events:none}._form_2cklp_43 form input:disabled,._form_2cklp_43 form input:read-only:not([type=checkbox],[type=radio]),._form_2cklp_43 form select:disabled,._form_2cklp_43 form option:disabled,._form_2cklp_43 form optgroup:disabled,._form_2cklp_43 form textarea:disabled,._form_2cklp_43 form textarea:read-only,._form_2cklp_43 form ._richTextInputReadOnly_2cklp_235{cursor:not-allowed;background-color:#e5e5e9;border-color:gray}._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74>a>input:read-only,._form_2cklp_43 form ._textFieldWithButtonGroup_2cklp_74>a>input:disabled{cursor:pointer;text-decoration:underline}._form_2cklp_43 form input[type=checkbox]:focus{box-shadow:0 0 .1rem .1rem var(--color-brand)}._form_error_2cklp_248{color:var(--color-danger);cursor:pointer;width:inherit;font-size:1.1rem;position:absolute;top:100%}._form_description_2cklp_256{color:#9999a9;width:inherit;font-size:1.1rem;position:absolute}._label_2cklp_263{justify-content:flex-start;align-items:center;gap:.25rem;width:100%;margin-bottom:1px;font-size:1.3rem;display:flex;overflow:hidden}._label_2cklp_263 ._indicator_2cklp_273{color:var(--color-danger);font-weight:700;font-size:inherit;margin-left:.5rem}._ListContainer_Content_2cklp_280{margin-top:2.4rem;padding-bottom:6.4rem}._ListContainer_Content_Nested_2cklp_284{padding-bottom:0}._ListContainer_AddBtn_2cklp_287{justify-content:flex-end;display:flex;margin-top:1rem!important}._OptionalList_2cklp_293{border:1px solid #c8c9cc;border-radius:4px;flex-direction:column;display:flex;margin-top:.25rem!important}._OptionalList_ListContainer_2cklp_300{border:none;border-radius:0;align-items:center;padding:1.3rem .5rem;display:flex}._OptionalList_ListContainer_Error_Label_2cklp_307{color:#f66b79!important;margin-top:.25rem!important}._OptionalList_ListContainer_Input_2cklp_311{border:none;border-radius:0;outline:none;width:calc(100% - 2.4rem);font-size:1.4rem}._OptionalList_ListContainer_Input_ReadOnly_2cklp_318{cursor:default}._OptionalList_DelBtn_2cklp_321{width:2.4rem;height:2.4rem;position:relative;margin-right:1.5rem!important}._OptionalList_DelBtn_2cklp_321:before{content:"";background-color:#f66b791a;border-radius:50%;width:4rem;height:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}._OptionalList_DelBtn_2cklp_321:hover:before{transform:translate(-50%,-50%)scale(1)}._OptionalList_DelBtn_2cklp_321:hover path{fill:red}._OptionalList_Error_2cklp_345{border:1px solid #f66b79}._Img_2cklp_349{margin-left:1rem;position:relative;top:2px}._UnsetWidth_2cklp_355{width:unset}._TextArea_2cklp_359{background-color:#fff;border:1px solid #d9dfe5;border-radius:5px;outline:none;width:100%;height:4rem;padding:1.4rem 1.6rem;font-size:1.4rem}._TextArea_2cklp_359:active,._TextArea_2cklp_359:focus{background-color:#fff;border:1px solid #007aff}._TextArea_2cklp_359:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 4.8rem #fff!important}._TextArea_2cklp_359:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 4.8rem #fff!important}._TextArea_2cklp_359:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 4.8rem #fff!important}._TextArea_2cklp_359::placeholder{color:#81858b}._TextArea_Disabled_2cklp_379{pointer-events:none;background-color:#ededee;border-color:#ededee}._TextArea_ReadOnly_2cklp_384:focus,._TextArea_ReadOnly_2cklp_384:active{border-color:#d9dfe5}._TextArea_Error_2cklp_387{border-color:#f66b79}._TextArea_2cklp_359{height:unset;resize:none;min-height:9rem}._TextArea_WithoutMinHeight_2cklp_395{height:unset;min-height:unset}._TextArea_ReadOnly_2cklp_384{pointer-events:none}._TextArea_WithPostIcon_2cklp_402{padding-right:5.6rem}._TextArea_Right_2cklp_405{width:fit-content;margin-left:auto;margin-top:0!important}._Wrap_2cklp_411{position:relative}._Wrap_PostIcon_2cklp_414{position:absolute;top:1.4rem;right:1.6rem}._button_2cklp_420{text-align:center;cursor:pointer;text-wrap:nowrap;white-space:normal;overflow-wrap:anywhere;background-color:#d9dfe5;border:none;border-radius:1rem;margin-left:.5rem;padding:.25rem .5rem;text-decoration:none;display:inline-block}._button_2cklp_420:hover{background-color:#90c4fd}._CloseBtn_2cklp_439{position:relative;top:.3rem}._ShowNone_2cklp_444{display:none}._Show_2cklp_444{display:block}._FileWrapper_2cklp_452{cursor:pointer;background-color:#fff;align-items:center;width:100%;display:block}._File_2cklp_452{display:none}._FileTitle_2cklp_465{background-color:#ebf3fc;border-radius:5px;place-content:center space-between;align-items:center;padding:5px;display:flex}._TextLink_2cklp_477{white-space:nowrap;text-overflow:ellipsis;width:100%;display:unset;text-align:center;background-color:#0000;overflow:hidden}._DeleteFileBtn_2cklp_487{background-color:#0000;width:1.6rem;height:1.6rem}._DeleteFileBtn_2cklp_487 path{fill:#007aff}._FileFormats_2cklp_496{color:#81858b;text-transform:uppercase;padding-left:2.8rem;font-size:1.2rem}._Button_Wrapper_2cklp_503{flex-direction:column;display:flex}._FileWrapper_2cklp_452:has(input:disabled){cursor:not-allowed;background-color:#e5e5e9;border-color:gray}._Drag_drop_zone_2cklp_514{border:.2rem dashed #9999a9;border-radius:5px;justify-content:center;align-items:center;padding:5px;display:flex}._LeftPadding_2cklp_523{padding:0 5px}._container_1xqb7_1{max-width:200ch;margin:auto;padding:2.6rem 1rem 0}._button_container_1xqb7_7{grid-template-columns:1fr 1fr;gap:1em;padding-bottom:1.5rem;display:grid}._button_1xqb7_7{align-self:end}._task_1xqb7_18{box-sizing:content-box;background-color:#fff;border:1px solid #868e96;border-radius:.5rem;grid-template-columns:min-content 1fr min-content;gap:1em;width:fit-content;padding:1em;display:grid}._task_1xqb7_18 ._iconContainer_1xqb7_29{width:fit-content}._task_1xqb7_18 ._body_1xqb7_32{width:20ch;font-size:1.4rem}._task_1xqb7_18 ._body_1xqb7_32>*{width:fit-content;max-width:100%}._task_1xqb7_18 ._body_1xqb7_32 ._name_1xqb7_40{color:#0062cc;text-wrap:nowrap;text-overflow:ellipsis;max-width:100%;font-weight:700;overflow:hidden}._taskGroupList_1xqb7_49{grid-template-columns:min-content auto;gap:1em;margin-top:1em;display:grid}._taskGroupList_1xqb7_49 ._groupLabel_1xqb7_55{align-self:start;position:sticky;top:1rem}._taskGroupList_1xqb7_49 ._taskList_1xqb7_60{flex-flow:wrap;gap:1em;display:flex}._ButtonSpacing_1xqb7_66{margin-top:1rem}
