:root{--text-dark:#333333;--text-black:#000000;--text-secondary:#a7a7a7;--border-tertiary:#d9d9d9;--background-white:#ffffff;--border-gray:#666666;--border-light:#e0e0e0;--background-gray:#f5f5f5}.custom-radio-group{display:flex;gap:16px}.custom-radio-group.horizontal{flex-direction:row;align-items:center}.custom-radio-group.vertical{flex-direction:column}.custom-radio-item{display:flex;align-items:center;gap:8px;padding:4px 0}.custom-radio-label{font-family:Avenir;font-size:14px;font-weight:400;color:var(--text-dark);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0;line-height:1.2;transition:color .2s ease}.custom-radio-label.checked{color:var(--text-black);font-weight:500}.custom-radio-label.disabled{color:var(--text-secondary);cursor:not-allowed}.custom-radio-item .custom-radio-input,.custom-radio-item .k-radio{width:16px;height:16px;border:2px solid var(--border-tertiary);background-color:var(--background-white);border-radius:50%;position:relative;transition:all .2s ease}.custom-radio-item .custom-radio-input.selected,.custom-radio-item .custom-radio-input:checked,.custom-radio-item .k-radio:checked{border-color:var(--radio-selected-color,var(--text-black));background-color:var(--background-white)}.custom-radio-item .custom-radio-input.selected:before,.custom-radio-item .custom-radio-input:checked:before,.custom-radio-item .k-radio:checked:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:var(--radio-selected-color,var(--text-black));border-radius:50%;transition:all .2s ease}.custom-radio-item .custom-radio-input:hover:not(:disabled),.custom-radio-item .k-radio:hover:not(:disabled){border-color:var(--border-gray)}.custom-radio-item .custom-radio-input:disabled,.custom-radio-item .k-radio:disabled{border-color:var(--border-light);background-color:var(--background-gray);cursor:not-allowed}.custom-radio-item .custom-radio-input:disabled:checked,.custom-radio-item .k-radio:disabled:checked{background-color:var(--text-secondary);border-color:var(--text-secondary)}.custom-radio-item>*{flex-shrink:0}.custom-radio-group.horizontal .custom-radio-item:not(:last-child){margin-right:8px}.DynamicGridLayout_dynamicGridContainer___e1um{width:100%;display:flex;flex-direction:column;overflow:visible}.DynamicGridLayout_dynamicGridRow__3Wib9{display:grid;width:100%;margin-bottom:16px;grid-gap:16px;gap:16px;min-width:0;overflow:visible}.DynamicGridLayout_dynamicGridRow__3Wib9:last-child{margin-bottom:0}.DynamicGridLayout_dynamicGridItem__mmj_x{min-width:0;max-width:100%;display:flex;flex-direction:column;align-items:stretch;overflow:visible;box-sizing:border-box}.DynamicGridLayout_hasCustomHeight__3mPsg{overflow:hidden}.DynamicGridLayout_hasCustomHeight__3mPsg>*{height:100%;min-height:0;max-height:100%}.DynamicGridLayout_dynamicGridItem__mmj_x:not(.DynamicGridLayout_hasCustomHeight__3mPsg)>*{height:auto;min-height:0}.DynamicGridLayout_dynamicGridItem__mmj_x *{max-width:100%;box-sizing:border-box}@media (max-width:575px){.DynamicGridLayout_dynamicGridRow__3Wib9{margin-bottom:12px;gap:12px;grid-template-columns:1fr!important}.DynamicGridLayout_dynamicGridItem__mmj_x{min-height:auto;width:100%!important;max-width:100%!important}}@media (min-width:576px) and (max-width:767px){.DynamicGridLayout_dynamicGridRow__3Wib9{gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important}.DynamicGridLayout_dynamicGridItem__mmj_x{max-width:100%}}@media (min-width:768px) and (max-width:991px){.DynamicGridLayout_dynamicGridRow__3Wib9{gap:14px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important}.DynamicGridLayout_dynamicGridItem__mmj_x{max-width:100%}}@media (min-width:992px) and (max-width:1199px){.DynamicGridLayout_dynamicGridRow__3Wib9{gap:16px}.DynamicGridLayout_dynamicGridRow__3Wib9:not(.DynamicGridLayout_customWidthRow__DJlpR){grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.DynamicGridLayout_dynamicGridRow__3Wib9.DynamicGridLayout_customWidthRow__DJlpR{min-width:0}.DynamicGridLayout_dynamicGridItem__mmj_x{max-width:100%}}@media (min-width:1200px){.DynamicGridLayout_dynamicGridRow__3Wib9{gap:20px;margin-bottom:20px}.DynamicGridLayout_dynamicGridRow__3Wib9:not(.DynamicGridLayout_customWidthRow__DJlpR){grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.DynamicGridLayout_equalHeight__rg6_E .DynamicGridLayout_dynamicGridItem__mmj_x:not(.DynamicGridLayout_hasCustomHeight__3mPsg){height:100%}.DynamicGridLayout_equalHeight__rg6_E .DynamicGridLayout_hasCustomHeight__3mPsg{height:auto}.DynamicGridLayout_centerContent__g3WTY .DynamicGridLayout_dynamicGridItem__mmj_x{justify-content:center;align-items:center}.DynamicGridLayout_topAlign__EyOqe .DynamicGridLayout_dynamicGridItem__mmj_x{align-items:flex-start}.DynamicGridLayout_bottomAlign__VI3pK .DynamicGridLayout_dynamicGridItem__mmj_x{align-items:flex-end}.DynamicGridLayout_compact__ofXgS .DynamicGridLayout_dynamicGridRow__3Wib9{gap:5px;margin-bottom:3px}.DynamicGridLayout_spacious__aY_2J .DynamicGridLayout_dynamicGridRow__3Wib9{gap:24px;margin-bottom:24px}.CustomInput_floatingLabelInput__UjIYy:not(.k-empty) label,.k-focus.CustomInput_floatingLabelInput__UjIYy label{top:12px!important;left:9px!important;color:var(--fontgray);font-size:12px;padding:0;height:12px;background-color:var(--white)}.CustomInput_floatingLabelInput__UjIYy .k-floating-label{margin-top:4px}.CustomInput_floatingLabelInput__UjIYy .k-floating-label-container{padding-top:0}.CustomInput_floatingLabelInput__UjIYy input{margin-top:3px;height:33px}.CustomInput_floatingLabelInput__UjIYy input:-moz-read-only{border:0;border-bottom:2px solid var(--grayd9);box-shadow:none!important}.CustomInput_floatingLabelInput__UjIYy input:read-only{border:0;border-bottom:2px solid var(--grayd9);box-shadow:none!important}.CustomInput_floatingLabelInputNoBorder__iR6GM input{height:33px}.CustomInput_floatingLabelInputNoBorder__iR6GM input:-moz-read-only{border:0;border-bottom:0;box-shadow:none!important}.CustomInput_floatingLabelInputNoBorder__iR6GM input:read-only{border:0;border-bottom:0;box-shadow:none!important}span.CustomInput_readonly__21lHK span{border:0;border-bottom:2px solid var(--grayd9)}.CustomInput_mandatoryInput__XOTVX>span{border:2px solid var(--primary-color)!important}.CustomInput_mandatoryInputTextError__hrXHi,.CustomInput_mandatoryInput__XOTVX>span+label{color:var(--primary-color)!important}.CustomInput_withOutBorder__TPHs6{border:0!important;border-bottom:2px solid var(--grayd9)!important}.CustomInput_mandatoryInput__XOTVX .k-combobox,.CustomInput_mandatoryInput__XOTVX .k-input{border:2px solid var(--primary-color)!important}.CustomInput_mandatory-asterisk___8SAB{color:var(--primary-color)!important}