@weing-dev/ui-kit-primitive 0.4.5 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +6 -0
  2. package/dist/{Icon-DExqF865.js → Icon-DEdvzMs-.js} +1 -1
  3. package/dist/{color-B71xRiyK.js → baseColor-DYa5_IOB.js} +3 -120
  4. package/dist/calendar.js +12 -12
  5. package/dist/chart.css +1 -0
  6. package/dist/chart.d.ts +6 -2
  7. package/dist/chart.js +532 -85
  8. package/dist/color-qJrSCDan.js +155 -0
  9. package/dist/components/Calendar/Calendar.d.ts +1 -55
  10. package/dist/components/Calendar/Calendar.type.d.ts +61 -0
  11. package/dist/components/Cascader/Cascader.d.ts +2 -36
  12. package/dist/components/Cascader/Cascader.type.d.ts +37 -0
  13. package/dist/components/Chart/Chart.context.d.ts +9 -0
  14. package/dist/components/Chart/Chart.hooks.d.ts +4 -0
  15. package/dist/components/Chart/Chart.options.d.ts +24 -0
  16. package/dist/components/Chart/Chart.palette.d.ts +20 -0
  17. package/dist/components/Chart/Chart.preset.d.ts +7 -0
  18. package/dist/components/Chart/Chart.register.d.ts +1 -0
  19. package/dist/components/Chart/Chart.style.d.ts +21 -0
  20. package/dist/components/Chart/Chart.theme.d.ts +9 -0
  21. package/dist/components/Chart/Chart.type.d.ts +114 -0
  22. package/dist/components/Chart/ChartFrame.d.ts +14 -0
  23. package/dist/components/Chart/ChartRenderer.d.ts +11 -0
  24. package/dist/components/Chart/charts/BarChart.d.ts +3 -0
  25. package/dist/components/Chart/charts/DoughnutChart.d.ts +3 -0
  26. package/dist/components/Chart/charts/LineChart.d.ts +3 -0
  27. package/dist/components/Chart/charts/PieChart.d.ts +3 -0
  28. package/dist/components/Form/Dropdown/Dropdown.d.ts +1 -47
  29. package/dist/components/Form/Dropdown/Dropdown.type.d.ts +48 -0
  30. package/dist/components/Form/TextArea/TextArea.d.ts +1 -18
  31. package/dist/components/Form/TextArea/TextArea.type.d.ts +19 -0
  32. package/dist/components/Form/TextInput/TextInput.d.ts +1 -17
  33. package/dist/components/Form/TextInput/TextInput.type.d.ts +18 -0
  34. package/dist/components/Thumbnail/Thumbnail.context.d.ts +38 -3
  35. package/dist/components/Thumbnail/Thumbnail.d.ts +6 -9
  36. package/dist/components/Thumbnail/thumbnailImage.util.d.ts +13 -0
  37. package/dist/components/TimeInput/TimeInput.d.ts +1 -27
  38. package/dist/components/TimeInput/TimeInput.type.d.ts +27 -0
  39. package/dist/display.css +1 -1
  40. package/dist/display.js +2248 -2073
  41. package/dist/entry/chart.d.ts +6 -2
  42. package/dist/entry/components.d.ts +1 -2
  43. package/dist/feedback.js +2 -2
  44. package/dist/form.js +463 -462
  45. package/dist/icon.js +2 -2
  46. package/dist/index.css +1 -1
  47. package/dist/index.js +4904 -4786
  48. package/dist/index.umd.cjs +22 -22
  49. package/dist/navigation.js +41 -40
  50. package/dist/styles/color.d.ts +30 -0
  51. package/dist/video-player.js +83 -83
  52. package/docs/subpath-imports.md +80 -0
  53. package/package.json +5 -4
  54. package/dist/components/Chart/Chart.d.ts +0 -19
  55. /package/dist/components/Cascader/{Cacader.data.d.ts → Cascader.data.d.ts} +0 -0
package/dist/icon.js CHANGED
@@ -1,5 +1,5 @@
1
- import { c as n, I as c } from "./Icon-DExqF865.js";
2
- import { b as I, a as l } from "./Icon-DExqF865.js";
1
+ import { c as n, I as c } from "./Icon-DEdvzMs-.js";
2
+ import { b as I, a as l } from "./Icon-DEdvzMs-.js";
3
3
  import { j as s } from "./compiler-runtime-BFrE5JtX.js";
4
4
  import a from "react";
5
5
  const m = (o) => {
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@layer PrimitiveGlobal{html,body{width:100%;height:100%}body{background-color:var(--backgroundDefault, #fff)}*{box-sizing:border-box;padding:0;margin:0}button,[role=button]{outline:none;border:none;background:none;cursor:pointer}ul,li{list-style:none}a{color:inherit;text-decoration:none}input{outline:none;background-color:transparent;border:none}input::-ms-clear,input::-ms-reveal{opacity:0}input::-webkit-search-decoration,input::-webkit-search-cancel-button,input::-webkit-search-results-button,input::-webkit-search-results-decoration{opacity:0}.button-desc{text-indent:-9999px;font-size:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}}@layer Button{._ButtonIcon_1pkf8_2{flex-shrink:0}._ButtonRoot_1pkf8_5{display:flex;align-items:center;justify-content:center;background-color:var(--default-color, #b1916b);border:1px solid var(--border-color, #b1916b)}._ButtonRoot_1pkf8_5._circle_1pkf8_12{aspect-ratio:1/1!important;border-radius:50%!important;padding:0!important}._ButtonRoot_1pkf8_5:not(._circle_1pkf8_12)._isFitted_1pkf8_17{flex:1}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20){padding:0 12px;border-radius:var(--radius, 4px)}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20)._large_1pkf8_24{height:48px}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20)._medium_1pkf8_27{height:40px}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20)._small_1pkf8_30{height:32px}._ButtonRoot_1pkf8_5:hover{background-color:var(--hover-bg-color, #b1916b);border-color:var(--hover-border-color)}._ButtonRoot_1pkf8_5:disabled{pointer-events:none}._ButtonText_1pkf8_40{color:var(--color, #fff)}._ButtonText_1pkf8_40._large_1pkf8_24{font-weight:700;font-size:16px;line-height:24px}[data-typography=senior] ._ButtonText_1pkf8_40._large_1pkf8_24{font-size:18px}[data-typography=mobile] ._ButtonText_1pkf8_40._large_1pkf8_24{font-size:12px}[data-typography=senior] ._ButtonText_1pkf8_40._large_1pkf8_24{line-height:30px}[data-typography=mobile] ._ButtonText_1pkf8_40._large_1pkf8_24{line-height:24px}._ButtonText_1pkf8_40._medium_1pkf8_27{line-height:24px;font-weight:700;font-size:14px;line-height:22px}[data-typography=senior] ._ButtonText_1pkf8_40._medium_1pkf8_27{font-size:16px}[data-typography=mobile] ._ButtonText_1pkf8_40._medium_1pkf8_27{font-size:10px}[data-typography=senior] ._ButtonText_1pkf8_40._medium_1pkf8_27{line-height:24px}[data-typography=mobile] ._ButtonText_1pkf8_40._medium_1pkf8_27{line-height:22px}._ButtonText_1pkf8_40._small_1pkf8_30{line-height:24px;font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._ButtonText_1pkf8_40._small_1pkf8_30{font-size:14px}[data-typography=mobile] ._ButtonText_1pkf8_40._small_1pkf8_30{font-size:8px}[data-typography=senior] ._ButtonText_1pkf8_40._small_1pkf8_30{line-height:14px}[data-typography=mobile] ._ButtonText_1pkf8_40._small_1pkf8_30{line-height:18px}}._CommentWrapper_9wn1d_1{padding:8px;background:var(--Gray-Gray99, #f6f8fb);border-radius:4px;display:flex;flex-direction:row;align-items:flex-start;gap:8px}._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{vertical-align:top;font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{font-size:12px}[data-typography=mobile] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{font-size:6px}[data-typography=senior] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{line-height:12px}[data-typography=mobile] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{line-height:14px}._HelperText_sf60f_1{display:flex;flex-direction:row;align-items:center;gap:4px;color:var(--Simentic-On-Surface-Variant, #505254);font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._HelperText_sf60f_1{font-size:12px}[data-typography=mobile] ._HelperText_sf60f_1{font-size:6px}[data-typography=senior] ._HelperText_sf60f_1{line-height:12px}[data-typography=mobile] ._HelperText_sf60f_1{line-height:14px}._HelperText_sf60f_1._error_sf60f_23{color:var(--error-color, var(--Simentic-Error, #d32f2f))}._HelperText_sf60f_1._success_sf60f_26{color:var(--success-color, var(--Simentic-Success, #4caf50))}._HelperText_sf60f_1._warning_sf60f_29{color:var(--warning-color, var(--Simentic-Warning, #e9a802))}._HelperText_sf60f_1._info_sf60f_32{color:var(--info-color, var(--Simentic-Info, #2196f3))}._HelperText_sf60f_1._hint_sf60f_35{color:var(--hint-color, var(--Simentic-On-Surface-Variant, #505254))}._Divider_1w80l_1{width:100%;background:var(--Gray-Gray95, #e8e8e9)}._Divider_1w80l_1._small_1w80l_5{height:1px}._Divider_1w80l_1._large_1w80l_8{height:8px}@layer Accordion{._Unset_hr4h9_2{display:flex;flex-direction:column}._Root_hr4h9_6{position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box;background-color:var(--backgroundDefault, #fff);border-radius:8px}._Root_hr4h9_6._transition_hr4h9_15{transition:.25s ease-in-out;overflow:hidden;will-change:background-color,border}._Root_hr4h9_6._contained_hr4h9_20{border:1px solid transparent;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._outlined_hr4h9_24{border:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._adaptived_hr4h9_27{border:1px solid transparent;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._adaptived_hr4h9_27._open_hr4h9_31{border:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._bottomLined_hr4h9_34{border:1px solid transparent;border-bottom:1px solid var(--actionAction, #919eab);border-radius:0;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._bottomLined_hr4h9_34._open_hr4h9_31{border-bottom:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._sideLined_hr4h9_43{border:1px solid transparent;border-inline:1px solid var(--actionAction, #919eab);border-radius:0;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._sideLined_hr4h9_43._open_hr4h9_31{border-inline:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._shadow_hr4h9_52{border:1px solid transparent;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725));box-shadow:0 2px 2px var(--shadow12, rgba(145, 158, 171, .1215686275))}._Root_hr4h9_6._disabled_hr4h9_57{background-color:var(--actionDisabledBackground, rgba(145, 158, 171, .1215686275))}._Root_hr4h9_6._disabled_hr4h9_57._outlined_hr4h9_24{border:1px solid var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._Root_hr4h9_6._disabled_hr4h9_57._bottomLined_hr4h9_34{border-bottom:1px solid var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._Root_hr4h9_6._disabled_hr4h9_57._sideLined_hr4h9_43{border-inline:1px solid var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._Root_hr4h9_6._unset_hr4h9_69{background-color:transparent;border-radius:0;border:none}._Root_hr4h9_6._open_hr4h9_31:not(._Root_hr4h9_6._unset_hr4h9_69){background-color:var(--backgroundDefault, #fff)}._Trigger_hr4h9_77{display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box;padding:12px 16px;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--textPrimary, #1c252e)}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91{flex-shrink:0}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91._open_hr4h9_31{transform:rotate(180deg)}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91._transition_hr4h9_15{transition:transform .25s ease-in-out}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91 path{stroke:var(--textPrimary, #1c252e);fill:var(--textPrimary, #1c252e)}._Trigger_hr4h9_77._disabled_hr4h9_57{cursor:not-allowed;color:var(--textDisabled, #c4cdd5)}._Trigger_hr4h9_77._disabled_hr4h9_57 ._TriggerIcon_hr4h9_91 path{stroke:var(--textTertiary, #919eab);fill:var(--textTertiary, #919eab)}._Item_hr4h9_112{display:none;padding:0 16px 12px;box-sizing:border-box;flex-direction:column;overflow:hidden}._Item_hr4h9_112._open_hr4h9_31{display:flex}._Item_hr4h9_112._transition_hr4h9_15{display:unset;max-height:0;opacity:0;margin-bottom:-12px;will-change:height,opacity,margin-bottom}._Item_hr4h9_112._transition_hr4h9_15._open_hr4h9_31{opacity:1;margin-bottom:0;max-height:unset}._Item_hr4h9_112._disabled_hr4h9_57{cursor:not-allowed;color:var(--Gray-Gray90, #d6d7da)}}@layer Breadcrumb{._List_oqxbn_2{display:flex;align-items:center;gap:10px}._Link_oqxbn_7{text-decoration:none;color:var(--textDisabled, #c4cdd5);transition:color .25s ease-in-out}._Link_oqxbn_7._href_oqxbn_12:hover,._Link_oqxbn_7._focused_oqxbn_15{color:var(--textPrimary, #1c252e)}._Separator_oqxbn_18>path{fill:var(--textDisabled, #c4cdd5)}._Ellipsis_oqxbn_21{rotate:90deg}._Ellipsis_oqxbn_21>path{fill:var(--textDisabled, #c4cdd5)}}._Progress_mgxlv_1{--progress-progress-height: 8px;--progress-value-width: 0;--progress-value-color: "#688DEE";width:100%;height:var(--progress-progress-height);border-radius:4px;position:relative;background-color:var(--Gray-Gray80, #b1b3b7);cursor:pointer}._Progress_mgxlv_1 ._Mark_mgxlv_12{position:absolute;top:0;left:0;height:inherit;display:flex;align-items:center}._Progress_mgxlv_1 ._Mark_mgxlv_12 ._Point_mgxlv_20{width:4px;height:4px;border-radius:50%;background-color:#fff;position:relative;transform:translate(-50%)}._Progress_mgxlv_1 ._Mark_mgxlv_12 ._Label_mgxlv_28{position:absolute;top:0;left:0;transform:translate(-50%,16px);font-size:14px;color:var(--Gray-Gray80, #b1b3b7);-webkit-user-select:none;user-select:none}._Progress_mgxlv_1 ._Mark_mgxlv_12 ._Label_mgxlv_28._active_mgxlv_37{color:var(--progress-value-color)}._Progress_mgxlv_1 ._Value_mgxlv_40{position:absolute;top:0;left:0;width:var(--progress-value-width);height:inherit;border-radius:4px;background-color:var(--progress-value-color)}._Progress_mgxlv_1 ._Thumb_mgxlv_49{position:absolute;top:0;left:0;display:grid;place-items:center;gap:10px}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20{border-radius:50%;padding:4px;background-color:#fff;border:4px solid var(--progress-value-color);display:grid;place-items:center;transition:opacity .25s ease-in-out;opacity:1;position:relative}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20:before{content:attr(data-value);box-sizing:border-box;padding:4px;background-color:var(--Gray-Gray10, #121416);color:#fff;border-radius:4px;font-size:14px;transition:opacity .25s ease-in-out,display .25s ease-in-out allow-discrete;opacity:0;position:absolute;top:-40px;display:none;white-space:nowrap}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20:hover:before{opacity:1;display:flex}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20._labelAlwaysOn_mgxlv_88:before{opacity:1;display:flex}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20._isDragging_mgxlv_92:before{opacity:1;display:flex}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20._hidden_mgxlv_96:before{opacity:0;display:none}._Progress_mgxlv_1._readOnly_mgxlv_100{cursor:default}._Progress_mgxlv_1._disabled_mgxlv_103{filter:grayscale(1);cursor:not-allowed}._Progress_mgxlv_1._invert_mgxlv_107{background-color:var(--progress-value-color)}._Progress_mgxlv_1._invert_mgxlv_107 ._Value_mgxlv_40{background-color:var(--Gray-Gray80, #b1b3b7)}._Root_2c5kt_1{width:auto;display:flex;position:relative;align-items:flex-start}._Root_2c5kt_1._row_2c5kt_7{flex-direction:row}._Root_2c5kt_1._column_2c5kt_10{flex-direction:column;gap:10px}._Divider_2c5kt_15{height:1px;width:100%;background-color:#000}._Divider_2c5kt_15._row_2c5kt_7{margin-inline:10px;transform:translateY(25px)}._Divider_2c5kt_15._row_2c5kt_7._isTop_2c5kt_24{align-self:flex-end;transform:translateY(-25px)}._Divider_2c5kt_15._column_2c5kt_10{width:1px;height:100%;min-height:100px;margin-block:10px;box-sizing:border-box;transform:translate(25px)}._Desc_2c5kt_37{font-size:14px;color:var(--Gray-Gray70, #989b9f);width:200px;display:flex}._Title_2c5kt_44{font-size:20px;color:var(--Gray-Gray70, #989b9f);width:200px;display:flex}._Content_2c5kt_51{display:flex;flex-direction:column;gap:4px}._Point_2c5kt_57{background-color:var(--Gray-Gray80, #b1b3b7);width:30px;height:30px;border-radius:50%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin:10px}._Step_2c5kt_71{display:flex;position:relative;width:fit-content}._Step_2c5kt_71._block_2c5kt_76{flex-direction:column;align-items:center}._Step_2c5kt_71._block_2c5kt_76 ._Title_2c5kt_44,._Step_2c5kt_71._block_2c5kt_76 ._Desc_2c5kt_37{text-align:center;justify-content:center}._Step_2c5kt_71._inline_2c5kt_85{flex-direction:row}._Step_2c5kt_71._inline_2c5kt_85 ._Title_2c5kt_44,._Step_2c5kt_71._inline_2c5kt_85 ._Desc_2c5kt_37{align-items:center}._Step_2c5kt_71._left_2c5kt_92 ._Title_2c5kt_44,._Step_2c5kt_71._left_2c5kt_92 ._Desc_2c5kt_37{justify-content:flex-end;text-align:end}._Step_2c5kt_71._column_2c5kt_10 ._Point_2c5kt_57{align-self:flex-start}._Step_2c5kt_71._column_2c5kt_10._block_2c5kt_76 ._Title_2c5kt_44,._Step_2c5kt_71._column_2c5kt_10._block_2c5kt_76 ._Desc_2c5kt_37{text-align:start;justify-content:flex-start;border-left:1px solid var(--Gray-Gray95, #e8e8e9);transform:translate(25px);padding:4px 0 4px 25px}._Step_2c5kt_71._active_2c5kt_108 ._Point_2c5kt_57{background-color:#688dee}._Step_2c5kt_71._active_2c5kt_108 ._Title_2c5kt_44,._Step_2c5kt_71._active_2c5kt_108 ._Desc_2c5kt_37{color:#688dee}._StepWrap_2c5kt_118{display:flex;cursor:pointer}._StepWrap_2c5kt_118._column_2c5kt_10{flex-direction:column}._StepWrap_2c5kt_118._column_2c5kt_10._inline_2c5kt_85 ._Desc_2c5kt_37{text-align:start;border-left:1px solid var(--Gray-Gray95, #e8e8e9);transform:translate(25px);padding:4px 0 4px 25px}._StepWrap_2c5kt_118._column_2c5kt_10._left_2c5kt_92{align-items:flex-end}._StepWrap_2c5kt_118._column_2c5kt_10._left_2c5kt_92 ._Desc_2c5kt_37{text-align:end;border-left:unset;border-right:1px solid var(--Gray-Gray95, #e8e8e9);transform:translate(-25px);padding:4px 25px 4px 0}._StepWrap_2c5kt_118._column_2c5kt_10._active_2c5kt_108 ._Desc_2c5kt_37{color:#688dee}._StepWrap_2c5kt_118._linear_2c5kt_144{cursor:default}@layer Badge{._Wrap_r1qra_2{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px;position:relative;min-width:36px;min-height:fit-content}._Wrap_r1qra_2._square_r1qra_13{background-color:#688dee}._Wrap_r1qra_2._circle_r1qra_16{background-color:#688dee;border-radius:50%}._Badge_r1qra_20{position:absolute;top:0;right:0;box-sizing:border-box;padding:4px 6px;border-radius:50px;font-size:14px;color:#fff;transform:translate(50%,-25%);height:fit-content}._Badge_r1qra_20._dot_r1qra_32{width:12px;height:12px;border-radius:50%;padding:unset}._Badge_r1qra_20._hidden_r1qra_38{display:none}._Standalone_r1qra_41{position:relative;transform:unset}}@layer{._Group_e8604_2{display:flex}._GroupItem_e8604_5{margin-inline:-4px}._Item_e8604_8{--bg-color: white;--size: 40px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;border:2px solid var(--backgroundDefault, #fff);background-color:var(--bgColor);width:var(--size);height:var(--size)}._Item_e8604_8._rounded_e8604_22{border-radius:10px}._Item_e8604_8._circle_e8604_25{border-radius:50%}._Text_e8604_28{width:inherit;height:inherit;font-size:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap}._AvatarImage_e8604_37{width:inherit;height:inherit;object-fit:cover}}._Root_1d59i_1{position:relative;display:inline-flex}._Menu_1d59i_6{position:absolute;top:0;left:0;display:flex;border-radius:4px;align-items:flex-start}._Column_1d59i_15{--selected-option-top: 0;--max-column-view: 6;position:relative;left:0;top:0;translate:0 var(--selected-option-top);min-width:180px;max-height:calc(40px * var(--max-column-view));overflow:auto;box-sizing:border-box;border:1px solid #e8e8e9;background:#fff;margin-left:-1px;display:flex;flex-direction:column;overscroll-behavior:contain}._Column_1d59i_15._columnOpenAnimation_1d59i_33{transition:translate .2s ease-in-out}._Column_1d59i_15::-webkit-scrollbar{width:6px}._Column_1d59i_15::-webkit-scrollbar-track{background:transparent}._Column_1d59i_15::-webkit-scrollbar-thumb{background:#e8e8e9;border-radius:2px}._Column_1d59i_15::-webkit-scrollbar-thumb:hover{background:#d1d1d1}._Column_1d59i_15:first-child{border-radius:4px 0 0 4px;margin-left:0}._Column_1d59i_15:last-child{border-radius:0 4px 4px 0}._Item_1d59i_57{--item-height: 40px;height:var(--item-height);box-sizing:border-box;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._Item_1d59i_57:hover{background-color:#f5f5f5}._Item_1d59i_57._title_1d59i_70{font-weight:700;cursor:default;background-color:transparent}._Item_1d59i_57._title_1d59i_70:hover{background-color:transparent}._Item_1d59i_57._divider_1d59i_78{height:1px;background-color:#e8e8e9;cursor:default;padding:0;margin:8px 0;flex-shrink:0}._Item_1d59i_57._divider_1d59i_78:hover{background-color:#e8e8e9}._Item_1d59i_57._isSelected_1d59i_89{font-weight:500;color:#688dee}._Item_1d59i_57._isSelected_1d59i_89 ._GoNext_1d59i_93>path{fill:#688dee}._Item_1d59i_57._disabled_1d59i_96{color:#ccc;cursor:not-allowed}._Item_1d59i_57._disabled_1d59i_96 ._GoNext_1d59i_93>path{fill:#ccc}._Item_1d59i_57._disabled_1d59i_96:hover{background-color:transparent}._Item_1d59i_57 ._ItemText_1d59i_106{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:124px;flex-shrink:0}._GoNext_1d59i_93{flex-shrink:0}._GoNext_1d59i_93._isSelected_1d59i_89 path{fill:#688dee}@layer CheckBox{._CheckBoxRoot_s63cn_2{display:flex;flex-direction:row;gap:4px;align-items:center}._CheckBoxRoot_s63cn_2._checked_s63cn_8 ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{border:none}._CheckBoxRoot_s63cn_2:hover ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{border:2px solid var(--textSecondary, #637381)}._CheckBoxRoot_s63cn_2:hover ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8._checked_s63cn_8{border:none}._CheckBoxRoot_s63cn_2:hover ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8._disabled_s63cn_17:hover{border:2px solid var(--border-color)}._CheckBoxRoot_s63cn_2:hover ._CheckBoxRound_s63cn_20 path{fill:var(--pDark, #007867)}._CheckBoxRoot_s63cn_2:hover ._CheckBoxRound_s63cn_20._disabled_s63cn_17 path{fill:var(--actionDisabled, rgba(145, 158, 171, .4))}._CheckBoxRoot_s63cn_2._disabled_s63cn_17 ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{border:2px solid var(--border-color)}._CheckBoxTrigger_s63cn_8{width:24px;height:24px;display:flex;align-items:center;justify-content:center}._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{width:18px;height:18px;border:2px solid var(--textTertiary, #919eab);border-radius:2px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-color:var(--border-color, transparent);background-color:var(--default-bg-color, #b1916b);flex-shrink:0}._CheckBoxLabel_s63cn_49{color:var(--color, #8a8c8f);font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._CheckBoxLabel_s63cn_49{font-size:16px}[data-typography=mobile] ._CheckBoxLabel_s63cn_49{font-size:10px}[data-typography=senior] ._CheckBoxLabel_s63cn_49{line-height:26px}[data-typography=mobile] ._CheckBoxLabel_s63cn_49{line-height:24px}}@layer Tab{._Root_167r3_2{display:flex;flex-direction:column;box-sizing:content-box}._Root_167r3_2._vertical_167r3_7{flex-direction:row}._List_167r3_10{display:flex;flex-direction:row;flex-wrap:nowrap}._List_167r3_10._horizontal_167r3_15{max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._List_167r3_10._horizontal_167r3_15::-webkit-scrollbar{display:none}._List_167r3_10._horizontal_167r3_15 ._Item_167r3_28{flex-shrink:0}._List_167r3_10._horizontal_167r3_15 ._Item_167r3_28._fitted_167r3_31{flex:1 1 0%;min-width:max-content}._List_167r3_10._horizontal_167r3_15 ._ItemButton_167r3_35{white-space:nowrap}._List_167r3_10._small_167r3_38{height:32px}._List_167r3_10._medium_167r3_41{height:40px}._List_167r3_10._large_167r3_44{height:48px}._List_167r3_10._circle_167r3_47{border-radius:50px;padding:4px;background:var(--grey8, rgba(145, 158, 171, .0784313725))}._List_167r3_10._square_167r3_52{border-radius:8px;padding:4px;background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._List_167r3_10._squareLine_167r3_57{background-color:var(--grey4, rgba(145, 158, 171, .0392156863))}._List_167r3_10._squareLine_167r3_57:not(._fitted_167r3_31),._List_167r3_10._circle_167r3_47:not(._fitted_167r3_31),._List_167r3_10._square_167r3_52:not(._fitted_167r3_31){width:max-content}._List_167r3_10._rounded_167r3_63{border-bottom:1px solid var(--Simentic-On-Surface-Sub, #abadb0)}._List_167r3_10._vertical_167r3_7{flex-direction:column}._List_167r3_10._circle_167r3_47._vertical_167r3_7._start_167r3_69,._List_167r3_10._square_167r3_52._vertical_167r3_7._start_167r3_69,._List_167r3_10._squareLine_167r3_57._vertical_167r3_7._start_167r3_69{justify-self:flex-start}._List_167r3_10._circle_167r3_47._vertical_167r3_7._center_167r3_72,._List_167r3_10._square_167r3_52._vertical_167r3_7._center_167r3_72,._List_167r3_10._squareLine_167r3_57._vertical_167r3_7._center_167r3_72{justify-self:center}._List_167r3_10._circle_167r3_47._vertical_167r3_7._end_167r3_75,._List_167r3_10._square_167r3_52._vertical_167r3_7._end_167r3_75,._List_167r3_10._squareLine_167r3_57._vertical_167r3_7._end_167r3_75{justify-self:flex-end}._List_167r3_10._circle_167r3_47._horizontal_167r3_15:not(._fitted_167r3_31)._start_167r3_69,._List_167r3_10._square_167r3_52._horizontal_167r3_15:not(._fitted_167r3_31)._start_167r3_69,._List_167r3_10._squareLine_167r3_57._horizontal_167r3_15:not(._fitted_167r3_31)._start_167r3_69{align-self:flex-start}._List_167r3_10._circle_167r3_47._horizontal_167r3_15:not(._fitted_167r3_31)._center_167r3_72,._List_167r3_10._square_167r3_52._horizontal_167r3_15:not(._fitted_167r3_31)._center_167r3_72,._List_167r3_10._squareLine_167r3_57._horizontal_167r3_15:not(._fitted_167r3_31)._center_167r3_72{align-self:center}._List_167r3_10._circle_167r3_47._horizontal_167r3_15:not(._fitted_167r3_31)._end_167r3_75,._List_167r3_10._square_167r3_52._horizontal_167r3_15:not(._fitted_167r3_31)._end_167r3_75,._List_167r3_10._squareLine_167r3_57._horizontal_167r3_15:not(._fitted_167r3_31)._end_167r3_75{align-self:flex-end}._List_167r3_10._line_167r3_87._start_167r3_69,._List_167r3_10._textLine_167r3_87._start_167r3_69,._List_167r3_10._rounded_167r3_63._start_167r3_69,._List_167r3_10._text_167r3_87._start_167r3_69{justify-content:flex-start}._List_167r3_10._line_167r3_87._center_167r3_72,._List_167r3_10._textLine_167r3_87._center_167r3_72,._List_167r3_10._rounded_167r3_63._center_167r3_72,._List_167r3_10._text_167r3_87._center_167r3_72{justify-content:center}._List_167r3_10._line_167r3_87._end_167r3_75,._List_167r3_10._textLine_167r3_87._end_167r3_75,._List_167r3_10._rounded_167r3_63._end_167r3_75,._List_167r3_10._text_167r3_87._end_167r3_75{justify-content:flex-end}._Panel_167r3_96{display:none;padding:4px}._Panel_167r3_96._active_167r3_100{display:block}._Item_167r3_28{padding-inline:12px;display:flex;align-items:center;justify-content:center;color:var(--textTertiary, #919eab)}._Item_167r3_28._active_167r3_100{color:var(--textPrimary, #1c252e)}._Item_167r3_28._large_167r3_44{padding-inline:16px;font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._Item_167r3_28._large_167r3_44{font-size:22px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44{font-size:14px}[data-typography=senior] ._Item_167r3_28._large_167r3_44{line-height:34px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44{line-height:30px}._Item_167r3_28._large_167r3_44._active_167r3_100{font-weight:700;font-size:18px;line-height:30px}[data-typography=senior] ._Item_167r3_28._large_167r3_44._active_167r3_100{font-size:22px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44._active_167r3_100{font-size:14px}[data-typography=senior] ._Item_167r3_28._large_167r3_44._active_167r3_100{line-height:34px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44._active_167r3_100{line-height:30px}._Item_167r3_28._medium_167r3_41{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41{font-size:20px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41{font-size:12px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41{line-height:30px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41{line-height:26px}._Item_167r3_28._medium_167r3_41._active_167r3_100{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41._active_167r3_100{font-size:20px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41._active_167r3_100{font-size:12px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41._active_167r3_100{line-height:30px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41._active_167r3_100{line-height:26px}._Item_167r3_28._small_167r3_38{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Item_167r3_28._small_167r3_38{font-size:18px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38{font-size:10px}[data-typography=senior] ._Item_167r3_28._small_167r3_38{line-height:30px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38{line-height:24px}._Item_167r3_28._small_167r3_38._active_167r3_100{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Item_167r3_28._small_167r3_38._active_167r3_100{font-size:18px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38._active_167r3_100{font-size:10px}[data-typography=senior] ._Item_167r3_28._small_167r3_38._active_167r3_100{line-height:30px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38._active_167r3_100{line-height:24px}._Item_167r3_28._line_167r3_87{padding-inline:16px;border-bottom:2px solid var(--actionDisabled, rgba(145, 158, 171, .4))}._Item_167r3_28._line_167r3_87._large_167r3_44{padding-inline:24px}._Item_167r3_28._line_167r3_87._active_167r3_100{border-color:var(--textPrimary, #1c252e)}._Item_167r3_28._squareLine_167r3_57{border:1px solid var(--textTertiary, #919eab);background-color:var(--grey4, rgba(145, 158, 171, .0392156863))}._Item_167r3_28._squareLine_167r3_57._active_167r3_100{border-color:var(--textPrimary, #1c252e);background-color:var(--backgroundDefault, #ffffff)}._Item_167r3_28._rounded_167r3_63._active_167r3_100{border:1px solid var(--Simentic-On-Surface-Sub, #abadb0);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-color:transparent}._Item_167r3_28._circle_167r3_47{border-radius:40px}._Item_167r3_28._circle_167r3_47._active_167r3_100{background:var(--backgroundDefault, #ffffff)}._Item_167r3_28._square_167r3_52{border-radius:8px}._Item_167r3_28._square_167r3_52._active_167r3_100{background:var(--backgroundDefault, #ffffff);box-shadow:0 4px 8px 0 var(--shadow12, rgba(145, 158, 171, .1215686275))}._Item_167r3_28._fitted_167r3_31{flex:1 auto}._Item_167r3_28 ._ItemButton_167r3_35{font:inherit;line-height:initial!important;color:inherit;width:100%;height:100%}._Item_167r3_28 ._ItemButton_167r3_35._textLine_167r3_87{border-bottom:2px solid transparent}._Item_167r3_28 ._ItemButton_167r3_35._textLine_167r3_87._active_167r3_100{border-color:var(--Simentic-On-Surface, #121416)}}@layer Dropdown{._DropdownRoot_ygs6e_2{position:relative;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._DropdownRoot_ygs6e_2{font-size:18px}[data-typography=mobile] ._DropdownRoot_ygs6e_2{font-size:10px}[data-typography=senior] ._DropdownRoot_ygs6e_2{line-height:30px}[data-typography=mobile] ._DropdownRoot_ygs6e_2{line-height:24px}._DropdownTrigger_ygs6e_20{cursor:pointer;padding:8px;height:24px;display:flex;flex-direction:row;align-items:center;border-radius:8px;gap:8px;border:1px solid var(--border-color);background-color:var(--background-color);color:var(--color)}._DropdownTrigger_ygs6e_20._text_ygs6e_33{background:transparent}._DropdownTrigger_ygs6e_20._small_ygs6e_36{height:32px}._DropdownTrigger_ygs6e_20._medium_ygs6e_39{height:40px}._DropdownTrigger_ygs6e_20._large_ygs6e_42{height:48px}._DropdownTriggerText_ygs6e_45{color:var(--color);flex:1;min-width:0}._DropdownTriggerSearchField_ygs6e_50{position:relative;display:flex;flex:1;align-items:center;min-width:0;min-height:1em}._DropdownSearchCommitted_ygs6e_58{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;z-index:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;color:var(--textPrimary, #1a1c20);opacity:.45}._DropdownSearchCommitted_ygs6e_58._isEmpty_ygs6e_71{opacity:.6}._LeftIcon_ygs6e_74{flex-shrink:0}._LeftIcon_ygs6e_74 path{fill:var(--icon-color)}._RightIcon_ygs6e_80{margin-left:auto;flex-shrink:0;transform:rotate(0);transition:transform .3s ease;transform-origin:top top;display:flex;flex-direction:row;align-items:center}._RightIcon_ygs6e_80 path{fill:var(--icon-color)}._RightIcon_ygs6e_80._open_ygs6e_93{transform:rotate(180deg)}._DropdownMenu_ygs6e_96{width:100%;z-index:1000;border-radius:8px;padding:8px;overflow-y:auto}._DropdownMenu_ygs6e_96._shadow_ygs6e_103{background-color:var(--backgroundDefault, #ffffff);box-shadow:0 30px 40px 0 var(--shadow12, rgba(145, 158, 171, .1215686275));border:1px solid var(--grey8, rgba(145, 158, 171, .0784313725))}._DropdownMenu_ygs6e_96._line_ygs6e_108{background-color:var(--backgroundDefault, #ffffff);border:1px solid var(--grey20, rgba(145, 158, 171, .2))}._DropdownTriggerInput_ygs6e_112{position:relative;z-index:1;width:100%;min-width:0;height:100%;border:none;background:transparent;color:var(--color);padding:0;outline:none;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._DropdownTriggerInput_ygs6e_112{font-size:18px}[data-typography=mobile] ._DropdownTriggerInput_ygs6e_112{font-size:10px}[data-typography=senior] ._DropdownTriggerInput_ygs6e_112{line-height:30px}[data-typography=mobile] ._DropdownTriggerInput_ygs6e_112{line-height:24px}._DropdownTriggerInput_ygs6e_112::placeholder{color:var(--color)}._DropdownItem_ygs6e_142{padding:0 8px;border-radius:8px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;color:var(--textPrimary, #1a1c20)}._DropdownItem_ygs6e_142._small_ygs6e_36{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._DropdownItem_ygs6e_142._small_ygs6e_36{font-size:18px}[data-typography=mobile] ._DropdownItem_ygs6e_142._small_ygs6e_36{font-size:10px}[data-typography=senior] ._DropdownItem_ygs6e_142._small_ygs6e_36{line-height:30px}[data-typography=mobile] ._DropdownItem_ygs6e_142._small_ygs6e_36{line-height:24px}._DropdownItem_ygs6e_142._small_ygs6e_36{height:32px;line-height:32px}._DropdownItem_ygs6e_142._medium_ygs6e_39{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._DropdownItem_ygs6e_142._medium_ygs6e_39{font-size:20px}[data-typography=mobile] ._DropdownItem_ygs6e_142._medium_ygs6e_39{font-size:12px}[data-typography=senior] ._DropdownItem_ygs6e_142._medium_ygs6e_39{line-height:30px}[data-typography=mobile] ._DropdownItem_ygs6e_142._medium_ygs6e_39{line-height:26px}._DropdownItem_ygs6e_142._medium_ygs6e_39{height:40px;line-height:40px}._DropdownItem_ygs6e_142._shadow_ygs6e_103:hover{background:var(--grey8, rgba(145, 158, 171, .0784313725))}._DropdownItem_ygs6e_142._line_ygs6e_108{border-bottom:1px solid var(--grey16, rgba(145, 158, 171, .1607843137))}._DropdownItem_ygs6e_142._line_ygs6e_108:hover{background:var(--grey8, rgba(145, 158, 171, .0784313725))}._DropdownItem_ygs6e_142._line_ygs6e_108:last-child{border-bottom:none}._DropdownItem_ygs6e_142._selected_ygs6e_206{color:var(--textDisabled, #c4cdd5)}._DropdownItem_ygs6e_142._disabled_ygs6e_209{pointer-events:none}}._OTPInputWrapper_q2hf0_1{border-bottom:1px solid #cccccc}._OTPInputWrapper_q2hf0_1 input{text-align:center;border:none;outline:none;background:none;font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._OTPInputWrapper_q2hf0_1 input{font-size:22px}[data-typography=mobile] ._OTPInputWrapper_q2hf0_1 input{font-size:14px}[data-typography=senior] ._OTPInputWrapper_q2hf0_1 input{line-height:34px}[data-typography=mobile] ._OTPInputWrapper_q2hf0_1 input{line-height:30px}._OTPInputWrapper_q2hf0_1 input::-webkit-outer-spin-button,._OTPInputWrapper_q2hf0_1 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._OTPInputList_q2hf0_30{display:flex;flex-direction:row;gap:8px}._SwitchWrapper_13b66_1{display:inline-flex;align-items:center;padding:2px;height:64px;background-color:var(--background-color, #e1e3e7);border-radius:64px;transition:background-color .3s}._SwitchWrapper_13b66_1._small_13b66_10{height:32px;width:56px}._SwitchWrapper_13b66_1._medium_13b66_14{height:48px;min-width:120px}._SwitchWrapper_13b66_1 ._SwitchInput_13b66_18{display:none}._SwitchWrapper_13b66_1 ._SwitchInput_13b66_18:checked+._SwitchBullet_13b66_21{margin-left:100%;transform:translate(-100%)}._SwitchWrapper_13b66_1 ._SwitchBullet_13b66_21{height:28px;aspect-ratio:1/1;background-color:#fff;border-radius:50%;transition:all .3s;box-shadow:0 0 4px #0000001a}._SwitchLabel_13b66_34{color:var(--color, #8a8c8f);font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._SwitchLabel_13b66_34{font-size:16px}[data-typography=mobile] ._SwitchLabel_13b66_34{font-size:10px}[data-typography=senior] ._SwitchLabel_13b66_34{line-height:26px}[data-typography=mobile] ._SwitchLabel_13b66_34{line-height:24px}._SwitchLabel_13b66_34._checked_13b66_52{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._SwitchLabel_13b66_34._checked_13b66_52{font-size:18px}[data-typography=mobile] ._SwitchLabel_13b66_34._checked_13b66_52{font-size:10px}[data-typography=senior] ._SwitchLabel_13b66_34._checked_13b66_52{line-height:30px}[data-typography=mobile] ._SwitchLabel_13b66_34._checked_13b66_52{line-height:24px}._SwitchRoot_13b66_70{display:flex;flex-direction:column}._SwitchRoot_13b66_70._row_13b66_74{flex-direction:row;align-items:center;gap:8px}@layer Radio{._RadioRoot_12i7e_2{display:flex;flex-direction:row;gap:4px;align-items:center}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8{width:20px;height:20px;border:2px solid var(--border-color, #8a8c8f);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8:hover{border-color:var(--hover-border-color, #b1916b)}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8._checked_12i7e_21{border-color:var(--border-color, #b1916b);background-color:var(--background-color, #b1916b)}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8 ._RadioInner_12i7e_25{width:50%;height:50%;background-color:var(--border-color, #ffffff);margin:auto;border-radius:50%}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8._disabled_12i7e_32,._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8._readOnly_12i7e_32{border-color:var(--border-color, #8a8c8f)}._RadioLabel_12i7e_35{color:var(--color, #8a8c8f);font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._RadioLabel_12i7e_35{font-size:16px}[data-typography=mobile] ._RadioLabel_12i7e_35{font-size:10px}[data-typography=senior] ._RadioLabel_12i7e_35{line-height:26px}[data-typography=mobile] ._RadioLabel_12i7e_35{line-height:24px}._RadioLabel_12i7e_35:hover{color:var(--hover-color, #b1916b)}._RadioLabel_12i7e_35._checked_12i7e_21{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._RadioLabel_12i7e_35._checked_12i7e_21{font-size:18px}[data-typography=mobile] ._RadioLabel_12i7e_35._checked_12i7e_21{font-size:10px}[data-typography=senior] ._RadioLabel_12i7e_35._checked_12i7e_21{line-height:30px}[data-typography=mobile] ._RadioLabel_12i7e_35._checked_12i7e_21{line-height:24px}._RadioLabel_12i7e_35._disabled_12i7e_32,._RadioLabel_12i7e_35._readOnly_12i7e_32{color:var(--color, #8a8c8f)}}@layer TextInput{._TextInputRoot_1dppb_2._row_1dppb_2{display:flex;flex-direction:row;gap:8px;align-items:center}._TextInputLabel_1dppb_8{font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._TextInputLabel_1dppb_8{font-size:14px}[data-typography=mobile] ._TextInputLabel_1dppb_8{font-size:8px}[data-typography=senior] ._TextInputLabel_1dppb_8{line-height:24px}[data-typography=mobile] ._TextInputLabel_1dppb_8{line-height:18px}._TextInputLabel_1dppb_8{color:var(--textSecondary, #637381)}._TextInputLabel_1dppb_8._large_1dppb_28,._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{font-size:18px}[data-typography=mobile] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{font-size:10px}[data-typography=senior] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{line-height:30px}[data-typography=mobile] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{line-height:24px}._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{font-size:20px}[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{font-size:12px}[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{line-height:30px}[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{line-height:26px}._TextInputLabel_1dppb_8._row_1dppb_2{flex-basis:var(--basis, 105px)}._TextInputLabel_1dppb_8._error_1dppb_65{color:var(--error-color, var(--textError, #f5222d))}._TextInputLabel_1dppb_8._success_1dppb_68{color:var(--success-color, var(--textSuccess, #1cc95c))}._TextInputLabel_1dppb_8._warning_1dppb_71{color:var(--warning-color, var(--textWarning, #ffab00))}._TextInputErase_1dppb_74{display:inline-flex;align-items:center;justify-content:center;padding:6px;flex-shrink:0;border:none;background-color:transparent;cursor:pointer}._TextInputComponentWrapper_1dppb_84{display:flex;flex-direction:row;align-items:center;padding:4px;border-radius:8px;border:1px solid var(--border-color, rgba(145, 158, 171, .2392156863));color:var(--color, var(--textPrimary, #1c252e));overflow:hidden;max-width:100%;height:40px;background-color:var(--background-color, var(--componentTextfieldFilled, #edeff2));flex-grow:1;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84{font-size:18px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84{font-size:10px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84{line-height:30px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84{line-height:24px}._TextInputComponentWrapper_1dppb_84 ._TextInputComponentInput_1dppb_113{border:none;outline:none;background:none;font:inherit;flex:1 0 0;text-overflow:ellipsis;min-width:0;padding:0 8px;color:inherit}._TextInputComponentWrapper_1dppb_84 ._TextInputComponentInput_1dppb_113::placeholder{color:var(--placeholder-color, var(--textPrimary, #8e8e93));font:inherit}._TextInputComponentWrapper_1dppb_84._large_1dppb_28{padding-block:8px;height:48px;font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{font-size:20px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{font-size:12px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{line-height:30px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{line-height:26px}._TextInputComponentWrapper_1dppb_84._contained_1dppb_147 ._TextInputComponentInput_1dppb_113::placeholder{color:var(--placeholder-color, var(--Simentic-On-Surface-Variant, #505254));font:inherit}._TextInputComponentWrapper_1dppb_84._success_1dppb_68._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._success_1dppb_68._all_1dppb_151{border-color:var(--success-color, var(--Simentic-Success, #4caf50))}._TextInputComponentWrapper_1dppb_84._warning_1dppb_71._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._warning_1dppb_71._all_1dppb_151{border-color:var(--warning-color, var(--Simentic-Warning, #e9a802))}._TextInputComponentWrapper_1dppb_84._error_1dppb_65._in_1dppb_157 input,._TextInputComponentWrapper_1dppb_84._error_1dppb_65._all_1dppb_151 input{color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextInputComponentWrapper_1dppb_84._error_1dppb_65._in_1dppb_157 input::placeholder,._TextInputComponentWrapper_1dppb_84._error_1dppb_65._all_1dppb_151 input::placeholder{color:var(--error-color, var(--Simentic-Error, #d32f2f))!important}._TextInputComponentWrapper_1dppb_84._error_1dppb_65._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._error_1dppb_65._all_1dppb_151{border-color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextInputComponentWrapper_1dppb_84._focused_1dppb_166._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._focused_1dppb_166._all_1dppb_151{border-color:var(--border-color)}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157._outlined_1dppb_169,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151._outlined_1dppb_169,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151._outlined_1dppb_169{border-color:var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157._contained_1dppb_147,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151._contained_1dppb_147,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151._contained_1dppb_147{border-color:transparent}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157 input,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151 input,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151 input{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157 input::placeholder,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151 input::placeholder,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151 input::placeholder{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))!important}}@layer TextArea{._TextAreaTextCount_1mebl_2{position:absolute;bottom:8px;right:8px;color:var(--textDisabled, #c4cdd5);z-index:10;font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._TextAreaTextCount_1mebl_2{font-size:12px}[data-typography=mobile] ._TextAreaTextCount_1mebl_2{font-size:6px}[data-typography=senior] ._TextAreaTextCount_1mebl_2{line-height:12px}[data-typography=mobile] ._TextAreaTextCount_1mebl_2{line-height:14px}._TextAreaLabel_1mebl_24{color:var(--textSecondary, #637381);font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._TextAreaLabel_1mebl_24{font-size:18px}[data-typography=mobile] ._TextAreaLabel_1mebl_24{font-size:10px}[data-typography=senior] ._TextAreaLabel_1mebl_24{line-height:30px}[data-typography=mobile] ._TextAreaLabel_1mebl_24{line-height:24px}._TextAreaLabel_1mebl_24._error_1mebl_42{color:var(--error-color, var(--textError, #f5222d))}._TextAreaLabel_1mebl_24._success_1mebl_45{color:var(--success-color, var(--textSuccess, #1cc95c))}._TextAreaLabel_1mebl_24._warning_1mebl_48{color:var(--warning-color, var(--textWarning, #ffab00))}._TextAreaComponentWrapper_1mebl_51{position:relative;display:flex;border:1px solid var(--border-color, var(--Gray-Gray80, #b1b3b7));border-radius:8px;background-color:var(--background-color, transparent)}._TextAreaComponentWrapper_1mebl_51 textarea{border:none;background:none;resize:none;outline:none;font:inherit;color:var(--color, var(--textPrimary, #000000))}._TextAreaComponentWrapper_1mebl_51 textarea::placeholder{color:var(--placeholder-color, var(--textTertiary, #8e8e93));font:inherit}._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{padding:8px 16px;flex:1;align-self:stretch;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{font-size:18px}[data-typography=mobile] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{font-size:10px}[data-typography=senior] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{line-height:30px}[data-typography=mobile] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{line-height:24px}._TextAreaComponentWrapper_1mebl_51._success_1mebl_45._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._success_1mebl_45._all_1mebl_90{border-color:var(--success-color, var(--Simentic-Success, #4caf50))}._TextAreaComponentWrapper_1mebl_51._warning_1mebl_48._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._warning_1mebl_48._all_1mebl_90{border-color:var(--warning-color, var(--Simentic-Warning, #e9a802))}._TextAreaComponentWrapper_1mebl_51._contained_1mebl_96{background-color:var(--background-color, var(--Simentic-Surface, #edeff2))}._TextAreaComponentWrapper_1mebl_51._contained_1mebl_96 textarea::placeholder{color:var(--placeholder-color, var(--Simentic-On-Surface-Variant, #505254));font:inherit}._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._all_1mebl_90{border-color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._in_1mebl_106 textarea,._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._all_1mebl_90 textarea{color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._in_1mebl_106 textarea::placeholder,._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._all_1mebl_90 textarea::placeholder{color:var(--error-color, var(--Simentic-Error, #d32f2f))!important}._TextAreaComponentWrapper_1mebl_51._focused_1mebl_112._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._focused_1mebl_112._all_1mebl_90{border-color:var(--border-color)}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106._outlined_1mebl_115,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90._outlined_1mebl_115,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90._outlined_1mebl_115{border-color:var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106._contained_1mebl_96,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90._contained_1mebl_96,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90._contained_1mebl_96{border-color:transparent}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106 textarea,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90 textarea,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90 textarea{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106 textarea::placeholder,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90 textarea::placeholder,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90 textarea::placeholder{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))!important}._TextAreaClone_1mebl_127{position:absolute;padding-top:0;padding-bottom:0;visibility:hidden;opacity:0;z-index:-1}}._LazyImage_b5s08_1{background-repeat:no-repeat;background-size:50% 50%;background-color:#222;background-position:center center}@layer Calendar{._CaledarRoot_1715d_3{width:100%;display:flex;flex-direction:column;flex:1 auto}._CalendarHeaderDate_1715d_9{color:var(--textPrimary, #1a1c20);font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._CalendarHeaderDate_1715d_9{font-size:20px}[data-typography=mobile] ._CalendarHeaderDate_1715d_9{font-size:12px}[data-typography=senior] ._CalendarHeaderDate_1715d_9{line-height:30px}[data-typography=mobile] ._CalendarHeaderDate_1715d_9{line-height:26px}._CalendarDayTextList_1715d_27{display:grid;flex-direction:row;align-items:center;flex-shrink:0;padding:8px 0}._CalednarDayTextColumn_1715d_34{color:var(--textPrimary, #1a1c20);height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._CalednarDayTextColumn_1715d_34{font-size:16px}[data-typography=mobile] ._CalednarDayTextColumn_1715d_34{font-size:10px}[data-typography=senior] ._CalednarDayTextColumn_1715d_34{line-height:26px}[data-typography=mobile] ._CalednarDayTextColumn_1715d_34{line-height:24px}._CalednarDayTextColumn_1715d_34._sunday_1715d_57{color:#cc054b}._CalednarDayTextColumn_1715d_34._saturday_1715d_60{color:#2a3480}._CalendarBody_1715d_63{flex:1 auto;display:grid}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67{display:flex;align-items:center;justify-content:center;height:36px;margin-block:4px;cursor:pointer;position:relative}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._selected_1715d_76{background-color:var(--pContrastText, #f5f5f5)}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._between_1715d_79{background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._start_1715d_82:before{content:"";position:absolute;top:0;left:50%;bottom:0;right:0;background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._end_1715d_91:before{content:"";position:absolute;top:0;left:0;bottom:0;right:50%;background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._both_1715d_100{border-radius:50%}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._today_1715d_103{color:var(--pMain, orange)}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._sunday_1715d_57{color:#cc054b}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._saturday_1715d_60{color:#2a3480}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67:disabled{pointer-events:none;color:var(--Neutral-40, #8c8c8c)}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{width:36px;line-height:36px;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{font-size:16px}[data-typography=mobile] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{font-size:10px}[data-typography=senior] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{line-height:26px}[data-typography=mobile] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{line-height:24px}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116._selected_1715d_76{border-radius:50%;aspect-ratio:1;color:var(--pContrastText, #f5f5f5);background-color:var(--pMain, orange)}}@layer Editor{@keyframes _skeletonGradient_3y806_1{0%{background-position:-800% 0}to{background-position:800% 0}}._EditorContainer_3y806_10{display:flex;flex-direction:column;position:relative;flex:1;background-color:var(--backgroundDefault, #fff)}._EditorContainer_3y806_10._readOnly_3y806_17{pointer-events:none}._EditorContainer_3y806_10._readOnly_3y806_17 .ql-toolbar,._EditorContainer_3y806_10._readOnly_3y806_17 .ql-container{background-color:var(--backgroundSecond, rgba(145, 158, 171, .0784313725))}._SkeletonWrapper_3y806_26{position:absolute;top:0;right:0;bottom:0;left:0;flex:1;background:linear-gradient(60deg,#f1f3f5 25%,#e5e7eb,#f1f3f5 75%);background-size:800% 800%;animation:_skeletonGradient_3y806_1 32s infinite linear}._Wrapper_3y806_34{flex:1;visibility:visible}._Wrapper_3y806_34._isLoading_3y806_38{visibility:hidden}}._EditorContainer_3y806_10 .ql-editor.ql-blank:before{font-style:normal}._EditorContainer_3y806_10 .ql-picker.ql-size .ql-picker-label:before,._EditorContainer_3y806_10 .ql-picker.ql-size .ql-picker-item:before{content:attr(data-value)}._EditorContainer_3y806_10 .ql-picker.ql-size .ql-picker-options{max-height:200px;overflow-y:auto}._EditorContainer_3y806_10 .ql-picker.ql-font{min-width:150px}._EditorContainer_3y806_10 .ql-picker.ql-font ._ql-picker-label_3y806_45,._EditorContainer_3y806_10 .ql-picker.ql-font ._ql-picker-item_3y806_46{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._EditorContainer_3y806_10 .ql-picker.ql-font ._ql-picker-options_3y806_49{min-width:max-content;max-width:300px}@layer Table{._Cell_xud2b_2{background-color:transparent;padding:12px;border-bottom:1px dashed var(--grey20, rgba(145, 158, 171, .2));color:var(--textPrimary, #1c252e);text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Cell_xud2b_2{font-size:18px}[data-typography=mobile] ._Cell_xud2b_2{font-size:10px}[data-typography=senior] ._Cell_xud2b_2{line-height:30px}[data-typography=mobile] ._Cell_xud2b_2{line-height:24px}._Cell_xud2b_2._bordered_xud2b_28{border:1px solid #ddd}._Cell_xud2b_2._compact_xud2b_31{padding:8px}._HeaderCell_xud2b_34{color:var(--textSecondary, #637381);text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:12px;position:relative;background-color:var(--grey8, rgba(145, 158, 171, .08));font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._HeaderCell_xud2b_34{font-size:18px}[data-typography=mobile] ._HeaderCell_xud2b_34{font-size:10px}[data-typography=senior] ._HeaderCell_xud2b_34{line-height:30px}[data-typography=mobile] ._HeaderCell_xud2b_34{line-height:24px}._HeaderCell_xud2b_34._bordered_xud2b_28{border:1px solid #ddd}._HeaderCell_xud2b_34._compact_xud2b_31{padding:8px}._Row_xud2b_66:hover ._Cell_xud2b_2:not(._isSelected_xud2b_66){background-color:var(--grey4, rgba(145, 158, 171, .04))}._Row_xud2b_66._striped_xud2b_69:nth-child(2n) ._Cell_xud2b_2:not(._isSelected_xud2b_66){background-color:var(--grey4, rgba(145, 158, 171, .04))}._Row_xud2b_66 ._Cell_xud2b_2._isSelected_xud2b_66{background-color:var(--p4, rgba(0, 167, 111, .04))}._Row_xud2b_66:first-child ._HeaderCell_xud2b_34:not(._bordered_xud2b_28):first-child{border-top-left-radius:8px}._Row_xud2b_66:first-child ._HeaderCell_xud2b_34:not(._bordered_xud2b_28):last-child{border-top-right-radius:8px}._Root_xud2b_81{border-collapse:collapse;width:100%;table-layout:fixed}._Root_xud2b_81 *{box-sizing:border-box}}@layer WeeklyCalendar{._WeeklyCalendarRoot_15h4n_3{display:flex;flex-direction:column;height:100%;width:100%;padding:8px;border-radius:8px;-webkit-user-select:none;user-select:none}._CalendarHeader_15h4n_12{display:flex;flex-direction:row}._CalendarHeader_15h4n_12 ._Empty_15h4n_16{height:64px}._CalendarHeaderContent_15h4n_19{flex:1 auto;display:flex;flex-direction:column}._CalendarBody_15h4n_24{display:flex;flex-direction:row;flex:1 auto;overflow:hidden}._StandardTime_15h4n_30{font-size:11px;align-self:stretch;display:flex;flex-direction:row}._DateCellRow_15h4n_36{height:84px;display:flex;flex-direction:row;flex:1 auto;border-bottom:1px solid #f4f6f8}._DateCellRow_15h4n_36 ._DateCell_15h4n_36{display:flex;flex-direction:column;align-items:center;flex:1 auto;color:var(--textPrimary, #1a1c20)}._DateCellRow_15h4n_36 ._DateCell_15h4n_36._today_15h4n_50{color:var(--pMain, #00a76f)}._DateCellRow_15h4n_36 ._DateCell_15h4n_36 ._DayText_15h4n_53{line-height:32px;font-size:11px}._DateCellRow_15h4n_36 ._DateCell_15h4n_36 ._Date_15h4n_36{font-size:26px;line-height:46px}._TimelineWrapper_15h4n_61{position:relative;min-width:40px;flex-shrink:0;padding-left:8px;border-right:1px solid #f4f6f8;overflow-y:hidden}._TimelineWrapper_15h4n_61._noLines_15h4n_69{border-right:none}._Timeline_15h4n_61{position:relative;padding-right:8px;text-align:right;min-width:40px}._Timeline_15h4n_61 ._TimeText_15h4n_78{position:absolute;bottom:0;left:0;font-size:10px}._DateColumnRow_15h4n_84{display:flex;flex-direction:row;flex:1 auto;overflow-y:auto}._DateColumnRow_15h4n_84 ._DateColumnRowInner_15h4n_90{height:max-content;display:flex;flex-direction:row;flex:1 auto}._DateColumnRow_15h4n_84 ._DateColumn_15h4n_84{position:relative;flex:1;display:flex;border-right:1px solid #f4f6f8;background:repeating-linear-gradient(to bottom,var(--backgroundDefault, #ffffff) 0,var(--backgroundDefault, #ffffff) var(--bg-start-white, 47px),var(--backgroundNeutral, #f4f6f8) var(--bg-start-white, 47px),var(--backgroundNeutral, #f4f6f8) var(--bg-line-white, 48px))}._DateColumnRow_15h4n_84 ._DateColumn_15h4n_84._noLines_15h4n_69{border-right:none}._DateColumnRow_15h4n_84 ._DateColumn_15h4n_84 ._DateColumnInner_15h4n_107{position:relative;width:95%;flex:1}._DateColumnRow_15h4n_84 ._TodayIndicator_15h4n_112{position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#00a76f;z-index:9999}._DateColumnRow_15h4n_84 ._TodayIndicator_15h4n_112:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";border-radius:50%;background-color:#00a76f;z-index:10000}._DateColumnRow_15h4n_84 ._TimeCriteria_15h4n_131{height:max-content}._DateColumnRow_15h4n_84 ._TimeCriteria_15h4n_131 ._TimeCriteriaCell_15h4n_134{height:48px}._EventItem_15h4n_137{padding:4px;font-size:12px;background-color:orange;cursor:pointer}._EventItem_15h4n_137:hover{background-color:#ff8c00}._EventItem_15h4n_137._dragging_15h4n_146{z-index:10}._DateColumn_15h4n_84._allowCreate_15h4n_149{cursor:cell}._DateColumn_15h4n_84._dragging_15h4n_146 ._EventItem_15h4n_137{pointer-events:none}._EventItem_15h4n_137._draggable_15h4n_155{cursor:move}._EventItem_15h4n_137._dragging_15h4n_146{opacity:.5;z-index:10}}@layer MobilePicker{@property --item-height{syntax: "<length>"; inherits: false; initial-value: 36px;}._Root_fhkj1_7{display:flex;width:100%;height:auto;position:relative}._Column_fhkj1_13{display:flex;flex-direction:column;flex:1;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);mask-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent)}._Item_fhkj1_21{height:var(--item-height);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#ccc;flex-shrink:0;-webkit-user-select:none;user-select:none}._Item_fhkj1_21._isSelected_fhkj1_32{color:#333}._ItemWrap_fhkj1_35{position:absolute;width:100%;transition:transform .2s ease-out}._ItemWrap_fhkj1_35._isDragging_fhkj1_40{transition:none}._Divider_fhkj1_43{width:100%;height:var(--item-height);position:absolute;top:50%;left:0;transform:translateY(-50%);box-sizing:border-box;border-block:2px solid #ebebeb;z-index:-1}}@layer LNB{._Wrapper_1ss2n_2{max-width:240px;white-space:nowrap}._Wrapper_1ss2n_2 ._Logo_1ss2n_6{padding:24px 16px;display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700}._Wrapper_1ss2n_2 ._List_1ss2n_14{display:flex;flex-direction:column}._Wrapper_1ss2n_2 ._Item_1ss2n_18{cursor:pointer;width:100%;background-color:transparent;border:none;display:flex;align-items:center;min-height:40px;color:var(--default-color);background-color:var(--default-bg-color);border-radius:8px}._Wrapper_1ss2n_2 ._Item_1ss2n_18:hover{color:var(--hover-color);background-color:var(--hover-bg-color)}._Wrapper_1ss2n_2 ._Item_1ss2n_18._active_1ss2n_34{color:var(--active-color);background-color:var(--active-bg-color)}._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38{flex:1;display:flex;flex-direction:column;text-align:start}._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{font-weight:400;font-size:12px;line-height:18px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{font-size:14px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{font-size:8px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{line-height:24px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{line-height:18px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{padding:0 12px;gap:8px;min-height:48px;font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{font-size:18px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{line-height:30px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{padding:0 12px 0 40px;gap:8px;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{font-size:18px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{line-height:30px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{padding:0 12px;gap:8px;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{font-size:18px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{line-height:30px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{padding:0 12px;gap:8px;font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{font-size:16px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{line-height:26px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._disabled_1ss2n_138{color:var(--default-color);background-color:var(--default-bg-color);pointer-events:none}}@layer Pagination{._Root_hmncd_2{display:flex;flex-direction:row;align-items:center;gap:6px}._Root_hmncd_2._medium_hmncd_8{height:40px}._Root_hmncd_2._small_hmncd_11{height:32px}._PageItem_hmncd_14{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._PageItem_hmncd_14{font-size:20px}[data-typography=mobile] ._PageItem_hmncd_14{font-size:12px}[data-typography=senior] ._PageItem_hmncd_14{line-height:30px}[data-typography=mobile] ._PageItem_hmncd_14{line-height:26px}._PageItem_hmncd_14{border:none;cursor:pointer;background-color:var(--background-color);color:var(--color);height:inherit;aspect-ratio:1}._PageItem_hmncd_14._square_hmncd_39{border-radius:8px}._PageItem_hmncd_14._round_hmncd_42{border-radius:50%}._PageItem_hmncd_14._active_hmncd_45{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._PageItem_hmncd_14._active_hmncd_45{font-size:20px}[data-typography=mobile] ._PageItem_hmncd_14._active_hmncd_45{font-size:12px}[data-typography=senior] ._PageItem_hmncd_14._active_hmncd_45{line-height:30px}[data-typography=mobile] ._PageItem_hmncd_14._active_hmncd_45{line-height:26px}._PageItem_hmncd_14._disabled_hmncd_62{cursor:auto}._Icon_hmncd_65{border:none;background:none;box-sizing:border-box;cursor:pointer;text-align:center;height:inherit;aspect-ratio:1}._Icon_hmncd_65._medium_hmncd_8{padding:8px}._Icon_hmncd_65._small_hmncd_11{padding:4px}._Icon_hmncd_65._disabled_hmncd_62{cursor:auto}}@layer Chips{._ChipsWrapper_5cgrc_2{padding:0 12px;display:flex;flex-direction:row;align-items:center;gap:4px;background-color:var(--default-background-color, #edeff2);color:var(--default-tint-color, #000000);border:1px solid var(--default-border-color, #d9d9d9);max-width:100%}._ChipsWrapper_5cgrc_2._large_5cgrc_13{height:48px;font-weight:500;font-size:16px;line-height:26px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{font-size:18px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{font-size:12px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{line-height:30px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{line-height:26px}._ChipsWrapper_5cgrc_2._medium_5cgrc_31{height:40px;font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{font-size:16px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{font-size:10px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{line-height:26px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{line-height:24px}._ChipsWrapper_5cgrc_2._small_5cgrc_49{height:32px;font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{font-size:16px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{font-size:10px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{line-height:26px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{line-height:24px}._ChipsWrapper_5cgrc_2._outlined_5cgrc_67{border-radius:16px}._ChipsWrapper_5cgrc_2._round_5cgrc_70{border-radius:22px}._ChipsWrapper_5cgrc_2._round_5cgrc_70._small_5cgrc_49{border-radius:16px}._ChipsWrapper_5cgrc_2._square_5cgrc_76{border-radius:8px}._ChipsWrapper_5cgrc_2._square_5cgrc_76._small_5cgrc_49{border-radius:4px}._ChipsText_5cgrc_82{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}}@layer Label{._Label_1xhzp_2{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding-inline:6px;border-radius:6px;gap:4px;background-color:var(--background-color, rgba(255, 171, 0, .1215686275));color:var(--color, #b76e00);border:1px solid var(--border-color, transparent)}._Label_1xhzp_2._cursor_1xhzp_14{cursor:pointer}._Label_1xhzp_2._medium_1xhzp_17{height:32px;font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Label_1xhzp_2._medium_1xhzp_17{font-size:18px}[data-typography=mobile] ._Label_1xhzp_2._medium_1xhzp_17{font-size:10px}[data-typography=senior] ._Label_1xhzp_2._medium_1xhzp_17{line-height:30px}[data-typography=mobile] ._Label_1xhzp_2._medium_1xhzp_17{line-height:24px}._Label_1xhzp_2._small_1xhzp_35{height:24px;font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._Label_1xhzp_2._small_1xhzp_35{font-size:14px}[data-typography=mobile] ._Label_1xhzp_2._small_1xhzp_35{font-size:8px}[data-typography=senior] ._Label_1xhzp_2._small_1xhzp_35{line-height:24px}[data-typography=mobile] ._Label_1xhzp_2._small_1xhzp_35{line-height:18px}._Label_1xhzp_2._xSmall_1xhzp_53{height:16px;font-weight:700;font-size:10px;line-height:14px}[data-typography=senior] ._Label_1xhzp_2._xSmall_1xhzp_53{font-size:12px}[data-typography=mobile] ._Label_1xhzp_2._xSmall_1xhzp_53{font-size:6px}[data-typography=senior] ._Label_1xhzp_2._xSmall_1xhzp_53{line-height:12px}[data-typography=mobile] ._Label_1xhzp_2._xSmall_1xhzp_53{line-height:14px}}@layer ScrollCalendar{._Body_1px9a_2{width:100%;height:auto;overflow:hidden;display:flex}._Body_1px9a_2::-webkit-scrollbar{display:none}._Body_1px9a_2 ._ColumnWrap_1px9a_11{display:flex}._Column_1px9a_11{display:none;flex-direction:column;align-items:center;flex-shrink:0;color:#637381;font-weight:400;font-size:14px}._Column_1px9a_11._visible_1px9a_23{display:flex}._Column_1px9a_11._selected_1px9a_26{color:#00a76f}._Column_1px9a_11 ._Date_1px9a_29,._Column_1px9a_11 ._Text_1px9a_32{line-height:24px}}@layer Sheet{._Dimmed_dueb9_2{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:#00000080;z-index:998}@property --safe-size{syntax: "<length>"; initial-value: 1000px; inherits: false;}@property --shadow-color{syntax: "<color>"; initial-value: rgba(145,158,171,.1215686275); inherits: false;}._Wrapper_dueb9_21{position:fixed;z-index:999;display:none;transition:display .25s ease-in-out allow-discrete;background-color:#fff}._Wrapper_dueb9_21._open_dueb9_28{display:block}._Wrapper_dueb9_21._top_dueb9_31{width:100vw;box-shadow:0 40px 40px -4px var(--shadow-color);padding-top:var(--safe-size);top:calc(0% - var(--safe-size));left:0}._Wrapper_dueb9_21._bottom_dueb9_38{width:100vw;border-radius:16px 16px 0 0;box-shadow:0 -40px 40px -4px var(--shadow-color);padding-bottom:var(--safe-size);bottom:calc(0% - var(--safe-size));left:0}._Wrapper_dueb9_21._left_dueb9_46{height:100vh;box-shadow:40px 0 40px -4px var(--shadow-color);padding-left:var(--safe-size);top:0;left:calc(0% - var(--safe-size))}._Wrapper_dueb9_21._right_dueb9_53{height:100vh;box-shadow:-40px 0 40px -4px var(--shadow-color);padding-right:var(--safe-size);top:0;right:calc(0% - var(--safe-size))}}@layer Popup{html:has(._Layer_14dap_2:popover-open._bodyScroll_14dap_2){overflow:auto}html:has(._Layer_14dap_2:popover-open:not(._bodyScroll_14dap_2)){overflow:hidden}@property --shadow-color{syntax: "<color>"; initial-value: rgba(145,158,171,.2); inherits: false;}._Contents_14dap_13{padding:16px;background-color:#fff;border-radius:10px;box-shadow:0 20px 50px 20px var(--shadow-color);z-index:1000;position:relative;display:flex;flex-direction:column}._Dimmed_14dap_23{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;cursor:default}._Layer_14dap_2{width:100%;height:100%;border:none;background:none}._Layer_14dap_2:popover-open{display:flex;justify-content:center;align-items:center}._Layer_14dap_2::backdrop{display:none}}@layer TimeInput{._InputWrapper_i02wu_2{display:flex;align-items:center;gap:10px;padding:4px;border-radius:8px;border:1px solid var(--border-color, var(--componentTextfieldOutline));color:var(--color, var(--textPrimary, #1c252e));background-color:var(--background-color, transparent);height:40px;flex:1;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._InputWrapper_i02wu_2{font-size:18px}[data-typography=mobile] ._InputWrapper_i02wu_2{font-size:10px}[data-typography=senior] ._InputWrapper_i02wu_2{line-height:30px}[data-typography=mobile] ._InputWrapper_i02wu_2{line-height:24px}._InputWrapper_i02wu_2._row_i02wu_29{flex-direction:row;flex-grow:1}._InputWrapper_i02wu_2._contained_i02wu_33{background-color:var(--componentTextfieldFilled, #edeff2)}._InputWrapper_i02wu_2._large_i02wu_36{height:48px;font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._InputWrapper_i02wu_2._large_i02wu_36{font-size:20px}[data-typography=mobile] ._InputWrapper_i02wu_2._large_i02wu_36{font-size:12px}[data-typography=senior] ._InputWrapper_i02wu_2._large_i02wu_36{line-height:30px}[data-typography=mobile] ._InputWrapper_i02wu_2._large_i02wu_36{line-height:26px}._InputWrapper_i02wu_2._error_i02wu_54{border-color:var(--textError, #f5222d)}._InputWrapper_i02wu_2._warning_i02wu_57{border-color:var(--textWarning, #ffab00)}._InputWrapper_i02wu_2._success_i02wu_60{border-color:var(--textSuccess, #1cc95c)}._InputWrapper_i02wu_2._focused_i02wu_63{border-color:var(--border-color, var(--componentTextfieldOutline))}._InputWrapper_i02wu_2._disabled_i02wu_66{cursor:not-allowed}._InputWrapper_i02wu_2 ._Input_i02wu_2{border:none;outline:none;background:none;font:inherit;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;display:inline-block;flex:1;color:var(--color, inherit)}._InputWrapper_i02wu_2 ._Input_i02wu_2::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._InputWrapper_i02wu_2 ._Input_i02wu_2::placeholder{color:var(--placeholder-color, var(--textTertiary, #919eab));font:inherit}._InputWrapper_i02wu_2 ._Input_i02wu_2._error_i02wu_54{color:var(--textError, #f5222d)}._InputWrapper_i02wu_2 ._Input_i02wu_2._error_i02wu_54::placeholder{color:var(--textError, #f5222d)}._InputWrapper_i02wu_2 ._Input_i02wu_2._readOnly_i02wu_94{cursor:default}._InputWrapper_i02wu_2 ._Input_i02wu_2._disabled_i02wu_66{cursor:not-allowed;color:var(--textDisabled, #c4cdd5)}._InputWrapper_i02wu_2 ._Input_i02wu_2._disabled_i02wu_66::placeholder{color:var(--textDisabled, #c4cdd5)}._InputWrapper_i02wu_2 ._TimeRange_i02wu_104{display:flex;align-items:center;gap:10px;flex:1}._Colon_i02wu_110{color:#919eab}._Colon_i02wu_110._error_i02wu_54{color:var(--textError, #f5222d)}._Colon_i02wu_110._warning_i02wu_57{color:var(--textWarning, #ffab00)}._Colon_i02wu_110._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._Colon_i02wu_110._disabled_i02wu_66{color:var(--textDisabled, #c4cdd5)}._Separator_i02wu_125{color:#919eab}._Separator_i02wu_125._error_i02wu_54{color:var(--textError, #f5222d)}._Separator_i02wu_125._warning_i02wu_57{color:var(--textWarning, #ffab00)}._Separator_i02wu_125._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._Separator_i02wu_125._disabled_i02wu_66{color:var(--textDisabled, #c4cdd5)}._HelperText_i02wu_140{color:var(--textTertiary, #919eab)}._HelperText_i02wu_140._error_i02wu_54{color:var(--textError, #f5222d)}._HelperText_i02wu_140._warning_i02wu_57{color:var(--textWarning, #ffab00)}._HelperText_i02wu_140._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._TimeInputLabel_i02wu_152{color:var(--textSecondary, #637381);margin-bottom:4px;font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._TimeInputLabel_i02wu_152{font-size:14px}[data-typography=mobile] ._TimeInputLabel_i02wu_152{font-size:8px}[data-typography=senior] ._TimeInputLabel_i02wu_152{line-height:24px}[data-typography=mobile] ._TimeInputLabel_i02wu_152{line-height:18px}._TimeInputLabel_i02wu_152._focused_i02wu_63{color:var(--actionAction)}._TimeInputLabel_i02wu_152._error_i02wu_54{color:var(--textError, #f5222d)}._TimeInputLabel_i02wu_152._warning_i02wu_57{color:var(--textWarning, #ffab00)}._TimeInputLabel_i02wu_152._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._TimeInputLabel_i02wu_152._row_i02wu_29{margin-bottom:0;margin-right:8px;flex:0 0 var(--basis, 105px)}._TimeInputLabel_i02wu_152._large_i02wu_36,._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{font-size:18px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{font-size:10px}[data-typography=senior] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{line-height:30px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{line-height:24px}._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{font-size:20px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{font-size:12px}[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{line-height:30px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{line-height:26px}._TimeInputRoot_i02wu_222{display:flex;flex-direction:column;gap:8px;width:100%}._TimeInputRoot_i02wu_222._row_i02wu_29{flex-direction:row;align-items:center}}@layer List{._List_1lfpt_2{display:flex;align-items:center;justify-content:space-between;gap:4px}._List_1lfpt_2._s_1lfpt_8._row_1lfpt_8{padding-block:4px}._List_1lfpt_2._m_1lfpt_11._row_1lfpt_8{padding-block:8px}._List_1lfpt_2._l_1lfpt_14._row_1lfpt_8{padding-block:10px}._List_1lfpt_2._column_1lfpt_17{padding-block:8px}._TextWrapper_1lfpt_20{display:flex;width:100%}._TextWrapper_1lfpt_20._row_1lfpt_8{flex-direction:row;align-items:center;gap:16px}._TextWrapper_1lfpt_20._column_1lfpt_17{flex-direction:column}._Title_1lfpt_32{color:var(--textSecondary, #637381)}._Title_1lfpt_32._row_1lfpt_8{flex-basis:100px;flex-shrink:0}._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{font-size:18px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{font-size:10px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{line-height:30px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{line-height:24px}._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{font-size:20px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{font-size:12px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{line-height:30px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{line-height:26px}._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{font-size:22px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{font-size:14px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{line-height:34px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{line-height:30px}._Title_1lfpt_32._contentsHeader_1lfpt_90{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Title_1lfpt_32._contentsHeader_1lfpt_90{font-size:18px}[data-typography=mobile] ._Title_1lfpt_32._contentsHeader_1lfpt_90{font-size:10px}[data-typography=senior] ._Title_1lfpt_32._contentsHeader_1lfpt_90{line-height:30px}[data-typography=mobile] ._Title_1lfpt_32._contentsHeader_1lfpt_90{line-height:24px}._Label_1lfpt_107{color:var(--textPrimary, #1c252e);flex-grow:1}._Label_1lfpt_107._s_1lfpt_8{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Label_1lfpt_107._s_1lfpt_8{font-size:18px}[data-typography=mobile] ._Label_1lfpt_107._s_1lfpt_8{font-size:10px}[data-typography=senior] ._Label_1lfpt_107._s_1lfpt_8{line-height:30px}[data-typography=mobile] ._Label_1lfpt_107._s_1lfpt_8{line-height:24px}._Label_1lfpt_107._m_1lfpt_11{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._Label_1lfpt_107._m_1lfpt_11{font-size:20px}[data-typography=mobile] ._Label_1lfpt_107._m_1lfpt_11{font-size:12px}[data-typography=senior] ._Label_1lfpt_107._m_1lfpt_11{line-height:30px}[data-typography=mobile] ._Label_1lfpt_107._m_1lfpt_11{line-height:26px}._Label_1lfpt_107._l_1lfpt_14{font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._Label_1lfpt_107._l_1lfpt_14{font-size:22px}[data-typography=mobile] ._Label_1lfpt_107._l_1lfpt_14{font-size:14px}[data-typography=senior] ._Label_1lfpt_107._l_1lfpt_14{line-height:34px}[data-typography=mobile] ._Label_1lfpt_107._l_1lfpt_14{line-height:30px}}@layer Thumbnail{._Wrapper_1ayjm_2{display:flex;align-items:center;justify-content:flex-start;height:auto;position:relative;gap:8px;-webkit-user-select:none;user-select:none}._ImageWrapper_1ayjm_11{position:relative}._Image_1ayjm_11{aspect-ratio:var(--aspectRatio);background-color:#fff;position:relative;display:block}._Image_1ayjm_11._isLoading_1ayjm_20{animation:_skeleton-loading_1ayjm_1 1s infinite alternate}._Image_1ayjm_11._square_1ayjm_23{border-radius:8px}._Image_1ayjm_11._circle_1ayjm_26{border-radius:50%}._Image_1ayjm_11._cover_1ayjm_29{object-fit:cover}._Image_1ayjm_11._contain_1ayjm_32{object-fit:contain}._UploadInput_1ayjm_35{display:none}._EmptyImage_1ayjm_38{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;aspect-ratio:var(--aspectRatio);background-color:var(--greyGrey3, #f4f6f8);cursor:pointer}._EmptyImage_1ayjm_38._square_1ayjm_23{border-radius:8px}._EmptyImage_1ayjm_38._circle_1ayjm_26{border-radius:50%}._EmptyImage_1ayjm_38 ._Text_1ayjm_55{color:var(--textTertiary, #919eab);font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._EmptyImage_1ayjm_38 ._Text_1ayjm_55{font-size:12px}[data-typography=mobile] ._EmptyImage_1ayjm_38 ._Text_1ayjm_55{font-size:6px}[data-typography=senior] ._EmptyImage_1ayjm_38 ._Text_1ayjm_55{line-height:12px}[data-typography=mobile] ._EmptyImage_1ayjm_38 ._Text_1ayjm_55{line-height:14px}._ErrorImage_1ayjm_73{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;aspect-ratio:var(--aspectRatio);background-color:var(--greyGrey3, #f4f6f8);position:relative}._ErrorImage_1ayjm_73._square_1ayjm_23{border-radius:8px}._ErrorImage_1ayjm_73._circle_1ayjm_26{border-radius:50%}._EditButton_1ayjm_90{width:var(--exactSize);height:var(--exactSize);position:absolute;bottom:0;right:0;border-radius:50%;background-color:var(--greyGrey7, #637381);display:flex;align-items:center;justify-content:center;border:var(--borderWidth) solid #fff;cursor:pointer}._EditButton_1ayjm_90._square_1ayjm_23{transform:translate(var(--translate),var(--translate))}._EditButton_1ayjm_90._circle_1ayjm_26{transform:translate(4px)}._FileInput_1ayjm_110{display:none}._RemoveButton_1ayjm_113{width:var(--exactSize);height:var(--exactSize);position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;cursor:pointer}._RemoveButton_1ayjm_113._square_1ayjm_23{border-radius:0 8px 0 0;background:var(--black32, rgba(0, 0, 0, .3215686275));box-shadow:var(--z8x, 0) var(--z8y, 8px) var(--z8blur, 16px) var(--z8spread, 0px) var(--shadow12, #919eab)}._RemoveButton_1ayjm_113._circle_1ayjm_26{border-radius:50%;background-color:var(--greyGrey7, #637381);border:var(--borderWidth) solid #fff;transform:translate(4px)}}@keyframes _skeleton-loading_1ayjm_1{0%{background-color:#dcdcdc99}to{background-color:#f4f6f899}}@layer VideoPlayer.Overlay{._Overlay_1topf_1{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;pointer-events:auto}._Overlay_1topf_1._fullscreen_1topf_11{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999}._OverlayGrid_1topf_19{position:relative;top:0;right:0;bottom:0;left:0;width:100%;flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;padding:4px}._OverlayGrid_1topf_19>*{pointer-events:auto}._TopLeft_1topf_32{grid-area:1/1;display:flex;align-items:flex-start;justify-content:flex-start}._TopCenter_1topf_38{grid-area:1/2;display:flex;align-items:flex-start;justify-content:center}._TopRight_1topf_44{grid-area:1/3;display:flex;align-items:flex-start;justify-content:flex-end}._MiddleLeft_1topf_50{grid-area:2/1;display:flex;align-items:center;justify-content:flex-start}._MiddleCenter_1topf_56{grid-area:2/2;display:flex;align-items:center;justify-content:center}._MiddleRight_1topf_62{grid-area:2/3;display:flex;align-items:center;justify-content:flex-end}._BottomLeft_1topf_68{grid-area:3/1;display:flex;align-items:flex-end;justify-content:flex-start}._BottomCenter_1topf_74{grid-area:3/2;display:flex;align-items:flex-end;justify-content:center}._BottomRight_1topf_80{grid-area:3/3;display:flex;align-items:flex-end;justify-content:flex-end}._ProgressContainer_1topf_86{position:absolute;bottom:0;left:0;right:0;padding:0;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:auto;z-index:20}._ProgressContainer_1topf_86._visible_1topf_98{opacity:1;visibility:visible}._Content_1topf_102{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;visibility:visible;transition:opacity .2s ease,visibility .2s ease;display:flex;flex-direction:column}._Content_1topf_102._hidden_1topf_111{opacity:0;visibility:hidden;pointer-events:none}}@layer VideoPlayer.Loading{._Loading_1nfaq_1{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10}._LoadingSpinner_1nfaq_11{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1nfaq_1 1s linear infinite}@keyframes _spin_1nfaq_1{to{transform:rotate(360deg)}}._LoadingText_1nfaq_27{position:absolute;top:calc(50% + 40px);left:50%;transform:translate(-50%);margin-top:0;max-width:calc(100% - 32px);text-align:center;color:#fff;font-size:14px}}@layer VideoPlayer.Error{._Error_1755e_1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000000b3;z-index:10;padding:24px}._ErrorTitle_1755e_16{color:#fff;font-size:18px;font-weight:600;margin-bottom:8px}._ErrorDescription_1755e_22{color:#fffc;font-size:14px;margin-bottom:16px;text-align:center}._ErrorActionButton_1755e_28{padding:8px 16px;background-color:#fff;color:#000;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}._ErrorActionButton_1755e_28:hover{background-color:#ffffffe6}}@layer VideoPlayer.Frame{._Frame_1y5ek_1{width:var(--video-player-width, 100%);max-width:var(--video-player-max-width, 1200px);margin:0 auto;background:var(--video-player-background, #000);border-radius:0;position:relative;min-height:var(--video-player-height, 400px);height:var(--video-player-height, 400px)}._Frame_1y5ek_1>[data-vjs-player]{width:100%;height:100%;position:relative}._Frame_1y5ek_1 .video-js{width:100%!important;height:100%!important;background:#000;position:relative}._Frame_1y5ek_1 .video-js ._vjs-tech_1y5ek_23{width:100%!important;height:100%!important;object-fit:cover;object-position:center}._Frame_1y5ek_1 .video-js._vjs-fullscreen_1y5ek_29{width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important;z-index:9998!important}._Frame_1y5ek_1 .video-js._vjs-fullscreen_1y5ek_29 ._vjs-tech_1y5ek_23{width:100%!important;height:100%!important;object-fit:cover;object-position:center}._Frame_1y5ek_1 ._vjs-control-bar_1y5ek_43,._Frame_1y5ek_1 ._vjs-big-play-button_1y5ek_46,._Frame_1y5ek_1 ._vjs-loading-spinner_1y5ek_49,._Frame_1y5ek_1 ._vjs-error-display_1y5ek_52{display:none!important}@media (max-width: 768px){._Frame_1y5ek_1 .video-js{min-height:var(--video-player-height, 250px)}}@media (max-width: 480px){._Frame_1y5ek_1 .video-js{min-height:var(--video-player-height, 200px)}}}@layer VideoPlayer.Player{._VideoElement_cfekd_2{width:100%;height:100%;position:relative;display:flex;flex-direction:column}._VideoElement_cfekd_2>.vjs-tech{width:100%;height:calc(100% - var(--progress-bar-height, 0px));position:relative}}@layer VideoPlayer.Thumbnail{._Thumbnail_1hgib_1{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}._ThumbnailImage_1hgib_11{width:100%;height:100%;object-fit:cover}}@layer VideoPlayer.Widgets.Button{._WidgetButton_1g3p0_2{background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;pointer-events:auto}._WidgetButton_1g3p0_2:hover{background:#0003}}@layer VideoPlayer.Widgets.ProgressBar{._ProgressBar_yylk1_1{width:100%;height:8px;cursor:pointer;position:relative;pointer-events:auto;overflow:visible;flex-shrink:0}@media screen and (min-width: 1440px){._ProgressBar_yylk1_1{height:16px}}._ProgressTrack_yylk1_16{width:100%;height:100%;background:#d9d9d9;border-radius:0;overflow:visible;position:relative}._BufferedProgress_yylk1_24{position:absolute;top:0;left:0;height:100%;background:#afafaf;border-radius:0;will-change:width}._CurrentProgress_yylk1_33{position:absolute;top:0;left:0;height:100%;background:#ff6b35;border-radius:0;will-change:width}}@layer VideoPlayer.Widgets.VolumeControl{._VolumeControl_cqcm4_1{--vp-volume-control-width: 40px;--vp-volume-control-width-expanded: 124px;--vp-volume-control-gap: 8px;--vp-volume-control-gap-expanded: 6px;--vp-volume-slider-width: 0;--vp-volume-slider-opacity: 0;--vp-volume-button-hover-bg: rgba(255, 255, 255, .1);--vp-volume-track-bg: rgba(255, 255, 255, .2);--vp-volume-track-fill: #ffffff;--vp-volume-thumb-bg: #ffffff;--vp-volume-thumb-shadow: 0 1px 3px rgba(0, 0, 0, .25);position:relative;display:flex;flex-direction:row;align-items:center;gap:var(--vp-volume-control-gap);pointer-events:auto;width:var(--vp-volume-control-width);min-width:var(--vp-volume-control-width);overflow:hidden;transition:width .3s ease-out,min-width .3s ease-out,gap .3s ease-out}._VolumeControl_cqcm4_1:hover,._VolumeControl_cqcm4_1:focus-within,._VolumeControl_cqcm4_1._isActive_cqcm4_25{width:var(--vp-volume-control-width-expanded);min-width:var(--vp-volume-control-width-expanded);gap:var(--vp-volume-control-gap-expanded)}._VolumeControl_cqcm4_1:hover ._VolumeSlider_cqcm4_30,._VolumeControl_cqcm4_1:focus-within ._VolumeSlider_cqcm4_30,._VolumeControl_cqcm4_1._isActive_cqcm4_25 ._VolumeSlider_cqcm4_30{width:60px;opacity:1;pointer-events:auto}._VolumeControl_cqcm4_1 ._VolumeButton_cqcm4_35{flex-shrink:0;width:40px;height:40px;min-width:40px;min-height:40px;background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}._VolumeControl_cqcm4_1 ._VolumeButton_cqcm4_35:hover{background:var(--vp-volume-button-hover-bg)}._VolumeSlider_cqcm4_30{display:flex;align-items:center;gap:8px;width:var(--vp-volume-slider-width);min-width:0;opacity:var(--vp-volume-slider-opacity);pointer-events:none;transition:width .3s ease-out,opacity .3s ease-out}._InlineTrackWrapper_cqcm4_63{position:relative;width:60px;height:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:none;outline:none}._InlineTrackWrapper_cqcm4_63:focus-visible{outline:none;box-shadow:none}._InlineTrackBackground_cqcm4_78{position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);border-radius:999px;background:var(--vp-volume-track-bg)}._InlineTrackProgress_cqcm4_88{position:absolute;top:50%;left:0;width:var(--vp-volume-fill, 0);height:2px;transform:translateY(-50%);border-radius:999px;background:var(--vp-volume-track-fill)}._InlineThumb_cqcm4_98{position:absolute;top:50%;left:var(--vp-volume-thumb, 0);width:12px;height:12px;border-radius:50%;background:var(--vp-volume-thumb-bg);transform:translate(-50%,-50%);box-shadow:var(--vp-volume-thumb-shadow);pointer-events:none}._VolumeValue_cqcm4_110{color:#fff;font-size:12px;font-weight:500}}@layer VideoPlayer.Widgets.SpeedControl{._SpeedControl_3kfjh_1{position:relative;display:flex;align-items:center;pointer-events:auto}._SpeedButton_3kfjh_8{background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px}._SpeedButton_3kfjh_8:hover{background:#ffffff1a}._SpeedText_3kfjh_23{color:#fff;font-size:12px;font-weight:500}._SpeedMenu_3kfjh_28{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000e6;border-radius:8px;border:1px solid rgba(255,255,255,.2);padding:8px 0;min-width:80px;z-index:20}._SpeedOption_3kfjh_40{width:100%;padding:8px 16px;background:none;border:none;color:#fff;cursor:pointer;font-size:14px;text-align:center;transition:background-color .2s ease}._SpeedOption_3kfjh_40:hover{background:#ffffff1a}._SpeedOption_3kfjh_40._active_3kfjh_54{background:#ff6b3533;color:#ff6b35;font-weight:600}._SpeedControl_3kfjh_1._cycle_3kfjh_59 ._SpeedMenu_3kfjh_28{display:none}}@layer VideoPlayer.Widgets.Time{._TimeDisplay_1m48s_2{display:flex;align-items:center;height:40px;min-height:40px;color:#fff;font-size:14px;font-weight:500;font-family:monospace;text-shadow:0 1px 3px rgba(0,0,0,.8);white-space:nowrap;pointer-events:auto}@media (max-width: 768px){._TimeDisplay_1m48s_2{font-size:12px}}}
1
+ @charset "UTF-8";@layer PrimitiveGlobal{html,body{width:100%;height:100%}body{background-color:var(--backgroundDefault, #fff)}*{box-sizing:border-box;padding:0;margin:0}button,[role=button]{outline:none;border:none;background:none;cursor:pointer}ul,li{list-style:none}a{color:inherit;text-decoration:none}input{outline:none;background-color:transparent;border:none}input::-ms-clear,input::-ms-reveal{opacity:0}input::-webkit-search-decoration,input::-webkit-search-cancel-button,input::-webkit-search-results-button,input::-webkit-search-results-decoration{opacity:0}.button-desc{text-indent:-9999px;font-size:0}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}}@layer Button{._ButtonIcon_1pkf8_2{flex-shrink:0}._ButtonRoot_1pkf8_5{display:flex;align-items:center;justify-content:center;background-color:var(--default-color, #b1916b);border:1px solid var(--border-color, #b1916b)}._ButtonRoot_1pkf8_5._circle_1pkf8_12{aspect-ratio:1/1!important;border-radius:50%!important;padding:0!important}._ButtonRoot_1pkf8_5:not(._circle_1pkf8_12)._isFitted_1pkf8_17{flex:1}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20){padding:0 12px;border-radius:var(--radius, 4px)}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20)._large_1pkf8_24{height:48px}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20)._medium_1pkf8_27{height:40px}._ButtonRoot_1pkf8_5:not(._link_1pkf8_20)._small_1pkf8_30{height:32px}._ButtonRoot_1pkf8_5:hover{background-color:var(--hover-bg-color, #b1916b);border-color:var(--hover-border-color)}._ButtonRoot_1pkf8_5:disabled{pointer-events:none}._ButtonText_1pkf8_40{color:var(--color, #fff)}._ButtonText_1pkf8_40._large_1pkf8_24{font-weight:700;font-size:16px;line-height:24px}[data-typography=senior] ._ButtonText_1pkf8_40._large_1pkf8_24{font-size:18px}[data-typography=mobile] ._ButtonText_1pkf8_40._large_1pkf8_24{font-size:12px}[data-typography=senior] ._ButtonText_1pkf8_40._large_1pkf8_24{line-height:30px}[data-typography=mobile] ._ButtonText_1pkf8_40._large_1pkf8_24{line-height:24px}._ButtonText_1pkf8_40._medium_1pkf8_27{line-height:24px;font-weight:700;font-size:14px;line-height:22px}[data-typography=senior] ._ButtonText_1pkf8_40._medium_1pkf8_27{font-size:16px}[data-typography=mobile] ._ButtonText_1pkf8_40._medium_1pkf8_27{font-size:10px}[data-typography=senior] ._ButtonText_1pkf8_40._medium_1pkf8_27{line-height:24px}[data-typography=mobile] ._ButtonText_1pkf8_40._medium_1pkf8_27{line-height:22px}._ButtonText_1pkf8_40._small_1pkf8_30{line-height:24px;font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._ButtonText_1pkf8_40._small_1pkf8_30{font-size:14px}[data-typography=mobile] ._ButtonText_1pkf8_40._small_1pkf8_30{font-size:8px}[data-typography=senior] ._ButtonText_1pkf8_40._small_1pkf8_30{line-height:14px}[data-typography=mobile] ._ButtonText_1pkf8_40._small_1pkf8_30{line-height:18px}}._CommentWrapper_9wn1d_1{padding:8px;background:var(--Gray-Gray99, #f6f8fb);border-radius:4px;display:flex;flex-direction:row;align-items:flex-start;gap:8px}._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{vertical-align:top;font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{font-size:12px}[data-typography=mobile] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{font-size:6px}[data-typography=senior] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{line-height:12px}[data-typography=mobile] ._CommentWrapper_9wn1d_1 ._Caption_9wn1d_10{line-height:14px}._HelperText_sf60f_1{display:flex;flex-direction:row;align-items:center;gap:4px;color:var(--Simentic-On-Surface-Variant, #505254);font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._HelperText_sf60f_1{font-size:12px}[data-typography=mobile] ._HelperText_sf60f_1{font-size:6px}[data-typography=senior] ._HelperText_sf60f_1{line-height:12px}[data-typography=mobile] ._HelperText_sf60f_1{line-height:14px}._HelperText_sf60f_1._error_sf60f_23{color:var(--error-color, var(--Simentic-Error, #d32f2f))}._HelperText_sf60f_1._success_sf60f_26{color:var(--success-color, var(--Simentic-Success, #4caf50))}._HelperText_sf60f_1._warning_sf60f_29{color:var(--warning-color, var(--Simentic-Warning, #e9a802))}._HelperText_sf60f_1._info_sf60f_32{color:var(--info-color, var(--Simentic-Info, #2196f3))}._HelperText_sf60f_1._hint_sf60f_35{color:var(--hint-color, var(--Simentic-On-Surface-Variant, #505254))}._Divider_1w80l_1{width:100%;background:var(--Gray-Gray95, #e8e8e9)}._Divider_1w80l_1._small_1w80l_5{height:1px}._Divider_1w80l_1._large_1w80l_8{height:8px}@layer Accordion{._Unset_hr4h9_2{display:flex;flex-direction:column}._Root_hr4h9_6{position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box;background-color:var(--backgroundDefault, #fff);border-radius:8px}._Root_hr4h9_6._transition_hr4h9_15{transition:.25s ease-in-out;overflow:hidden;will-change:background-color,border}._Root_hr4h9_6._contained_hr4h9_20{border:1px solid transparent;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._outlined_hr4h9_24{border:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._adaptived_hr4h9_27{border:1px solid transparent;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._adaptived_hr4h9_27._open_hr4h9_31{border:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._bottomLined_hr4h9_34{border:1px solid transparent;border-bottom:1px solid var(--actionAction, #919eab);border-radius:0;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._bottomLined_hr4h9_34._open_hr4h9_31{border-bottom:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._sideLined_hr4h9_43{border:1px solid transparent;border-inline:1px solid var(--actionAction, #919eab);border-radius:0;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725))}._Root_hr4h9_6._sideLined_hr4h9_43._open_hr4h9_31{border-inline:1px solid var(--actionAction, #919eab)}._Root_hr4h9_6._shadow_hr4h9_52{border:1px solid transparent;background-color:var(--componentTextfieldFilled, rgba(145, 158, 171, .0784313725));box-shadow:0 2px 2px var(--shadow12, rgba(145, 158, 171, .1215686275))}._Root_hr4h9_6._disabled_hr4h9_57{background-color:var(--actionDisabledBackground, rgba(145, 158, 171, .1215686275))}._Root_hr4h9_6._disabled_hr4h9_57._outlined_hr4h9_24{border:1px solid var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._Root_hr4h9_6._disabled_hr4h9_57._bottomLined_hr4h9_34{border-bottom:1px solid var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._Root_hr4h9_6._disabled_hr4h9_57._sideLined_hr4h9_43{border-inline:1px solid var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._Root_hr4h9_6._unset_hr4h9_69{background-color:transparent;border-radius:0;border:none}._Root_hr4h9_6._open_hr4h9_31:not(._Root_hr4h9_6._unset_hr4h9_69){background-color:var(--backgroundDefault, #fff)}._Trigger_hr4h9_77{display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box;padding:12px 16px;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--textPrimary, #1c252e)}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91{flex-shrink:0}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91._open_hr4h9_31{transform:rotate(180deg)}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91._transition_hr4h9_15{transition:transform .25s ease-in-out}._Trigger_hr4h9_77 ._TriggerIcon_hr4h9_91 path{stroke:var(--textPrimary, #1c252e);fill:var(--textPrimary, #1c252e)}._Trigger_hr4h9_77._disabled_hr4h9_57{cursor:not-allowed;color:var(--textDisabled, #c4cdd5)}._Trigger_hr4h9_77._disabled_hr4h9_57 ._TriggerIcon_hr4h9_91 path{stroke:var(--textTertiary, #919eab);fill:var(--textTertiary, #919eab)}._Item_hr4h9_112{display:none;padding:0 16px 12px;box-sizing:border-box;flex-direction:column;overflow:hidden}._Item_hr4h9_112._open_hr4h9_31{display:flex}._Item_hr4h9_112._transition_hr4h9_15{display:unset;max-height:0;opacity:0;margin-bottom:-12px;will-change:height,opacity,margin-bottom}._Item_hr4h9_112._transition_hr4h9_15._open_hr4h9_31{opacity:1;margin-bottom:0;max-height:unset}._Item_hr4h9_112._disabled_hr4h9_57{cursor:not-allowed;color:var(--Gray-Gray90, #d6d7da)}}@layer Breadcrumb{._List_oqxbn_2{display:flex;align-items:center;gap:10px}._Link_oqxbn_7{text-decoration:none;color:var(--textDisabled, #c4cdd5);transition:color .25s ease-in-out}._Link_oqxbn_7._href_oqxbn_12:hover,._Link_oqxbn_7._focused_oqxbn_15{color:var(--textPrimary, #1c252e)}._Separator_oqxbn_18>path{fill:var(--textDisabled, #c4cdd5)}._Ellipsis_oqxbn_21{rotate:90deg}._Ellipsis_oqxbn_21>path{fill:var(--textDisabled, #c4cdd5)}}._Progress_mgxlv_1{--progress-progress-height: 8px;--progress-value-width: 0;--progress-value-color: "#688DEE";width:100%;height:var(--progress-progress-height);border-radius:4px;position:relative;background-color:var(--Gray-Gray80, #b1b3b7);cursor:pointer}._Progress_mgxlv_1 ._Mark_mgxlv_12{position:absolute;top:0;left:0;height:inherit;display:flex;align-items:center}._Progress_mgxlv_1 ._Mark_mgxlv_12 ._Point_mgxlv_20{width:4px;height:4px;border-radius:50%;background-color:#fff;position:relative;transform:translate(-50%)}._Progress_mgxlv_1 ._Mark_mgxlv_12 ._Label_mgxlv_28{position:absolute;top:0;left:0;transform:translate(-50%,16px);font-size:14px;color:var(--Gray-Gray80, #b1b3b7);-webkit-user-select:none;user-select:none}._Progress_mgxlv_1 ._Mark_mgxlv_12 ._Label_mgxlv_28._active_mgxlv_37{color:var(--progress-value-color)}._Progress_mgxlv_1 ._Value_mgxlv_40{position:absolute;top:0;left:0;width:var(--progress-value-width);height:inherit;border-radius:4px;background-color:var(--progress-value-color)}._Progress_mgxlv_1 ._Thumb_mgxlv_49{position:absolute;top:0;left:0;display:grid;place-items:center;gap:10px}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20{border-radius:50%;padding:4px;background-color:#fff;border:4px solid var(--progress-value-color);display:grid;place-items:center;transition:opacity .25s ease-in-out;opacity:1;position:relative}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20:before{content:attr(data-value);box-sizing:border-box;padding:4px;background-color:var(--Gray-Gray10, #121416);color:#fff;border-radius:4px;font-size:14px;transition:opacity .25s ease-in-out,display .25s ease-in-out allow-discrete;opacity:0;position:absolute;top:-40px;display:none;white-space:nowrap}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20:hover:before{opacity:1;display:flex}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20._labelAlwaysOn_mgxlv_88:before{opacity:1;display:flex}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20._isDragging_mgxlv_92:before{opacity:1;display:flex}._Progress_mgxlv_1 ._Thumb_mgxlv_49 ._Point_mgxlv_20._hidden_mgxlv_96:before{opacity:0;display:none}._Progress_mgxlv_1._readOnly_mgxlv_100{cursor:default}._Progress_mgxlv_1._disabled_mgxlv_103{filter:grayscale(1);cursor:not-allowed}._Progress_mgxlv_1._invert_mgxlv_107{background-color:var(--progress-value-color)}._Progress_mgxlv_1._invert_mgxlv_107 ._Value_mgxlv_40{background-color:var(--Gray-Gray80, #b1b3b7)}._Root_2c5kt_1{width:auto;display:flex;position:relative;align-items:flex-start}._Root_2c5kt_1._row_2c5kt_7{flex-direction:row}._Root_2c5kt_1._column_2c5kt_10{flex-direction:column;gap:10px}._Divider_2c5kt_15{height:1px;width:100%;background-color:#000}._Divider_2c5kt_15._row_2c5kt_7{margin-inline:10px;transform:translateY(25px)}._Divider_2c5kt_15._row_2c5kt_7._isTop_2c5kt_24{align-self:flex-end;transform:translateY(-25px)}._Divider_2c5kt_15._column_2c5kt_10{width:1px;height:100%;min-height:100px;margin-block:10px;box-sizing:border-box;transform:translate(25px)}._Desc_2c5kt_37{font-size:14px;color:var(--Gray-Gray70, #989b9f);width:200px;display:flex}._Title_2c5kt_44{font-size:20px;color:var(--Gray-Gray70, #989b9f);width:200px;display:flex}._Content_2c5kt_51{display:flex;flex-direction:column;gap:4px}._Point_2c5kt_57{background-color:var(--Gray-Gray80, #b1b3b7);width:30px;height:30px;border-radius:50%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin:10px}._Step_2c5kt_71{display:flex;position:relative;width:fit-content}._Step_2c5kt_71._block_2c5kt_76{flex-direction:column;align-items:center}._Step_2c5kt_71._block_2c5kt_76 ._Title_2c5kt_44,._Step_2c5kt_71._block_2c5kt_76 ._Desc_2c5kt_37{text-align:center;justify-content:center}._Step_2c5kt_71._inline_2c5kt_85{flex-direction:row}._Step_2c5kt_71._inline_2c5kt_85 ._Title_2c5kt_44,._Step_2c5kt_71._inline_2c5kt_85 ._Desc_2c5kt_37{align-items:center}._Step_2c5kt_71._left_2c5kt_92 ._Title_2c5kt_44,._Step_2c5kt_71._left_2c5kt_92 ._Desc_2c5kt_37{justify-content:flex-end;text-align:end}._Step_2c5kt_71._column_2c5kt_10 ._Point_2c5kt_57{align-self:flex-start}._Step_2c5kt_71._column_2c5kt_10._block_2c5kt_76 ._Title_2c5kt_44,._Step_2c5kt_71._column_2c5kt_10._block_2c5kt_76 ._Desc_2c5kt_37{text-align:start;justify-content:flex-start;border-left:1px solid var(--Gray-Gray95, #e8e8e9);transform:translate(25px);padding:4px 0 4px 25px}._Step_2c5kt_71._active_2c5kt_108 ._Point_2c5kt_57{background-color:#688dee}._Step_2c5kt_71._active_2c5kt_108 ._Title_2c5kt_44,._Step_2c5kt_71._active_2c5kt_108 ._Desc_2c5kt_37{color:#688dee}._StepWrap_2c5kt_118{display:flex;cursor:pointer}._StepWrap_2c5kt_118._column_2c5kt_10{flex-direction:column}._StepWrap_2c5kt_118._column_2c5kt_10._inline_2c5kt_85 ._Desc_2c5kt_37{text-align:start;border-left:1px solid var(--Gray-Gray95, #e8e8e9);transform:translate(25px);padding:4px 0 4px 25px}._StepWrap_2c5kt_118._column_2c5kt_10._left_2c5kt_92{align-items:flex-end}._StepWrap_2c5kt_118._column_2c5kt_10._left_2c5kt_92 ._Desc_2c5kt_37{text-align:end;border-left:unset;border-right:1px solid var(--Gray-Gray95, #e8e8e9);transform:translate(-25px);padding:4px 25px 4px 0}._StepWrap_2c5kt_118._column_2c5kt_10._active_2c5kt_108 ._Desc_2c5kt_37{color:#688dee}._StepWrap_2c5kt_118._linear_2c5kt_144{cursor:default}@layer Badge{._Wrap_r1qra_2{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px;position:relative;min-width:36px;min-height:fit-content}._Wrap_r1qra_2._square_r1qra_13{background-color:#688dee}._Wrap_r1qra_2._circle_r1qra_16{background-color:#688dee;border-radius:50%}._Badge_r1qra_20{position:absolute;top:0;right:0;box-sizing:border-box;padding:4px 6px;border-radius:50px;font-size:14px;color:#fff;transform:translate(50%,-25%);height:fit-content}._Badge_r1qra_20._dot_r1qra_32{width:12px;height:12px;border-radius:50%;padding:unset}._Badge_r1qra_20._hidden_r1qra_38{display:none}._Standalone_r1qra_41{position:relative;transform:unset}}@layer{._Group_e8604_2{display:flex}._GroupItem_e8604_5{margin-inline:-4px}._Item_e8604_8{--bg-color: white;--size: 40px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none;border:2px solid var(--backgroundDefault, #fff);background-color:var(--bgColor);width:var(--size);height:var(--size)}._Item_e8604_8._rounded_e8604_22{border-radius:10px}._Item_e8604_8._circle_e8604_25{border-radius:50%}._Text_e8604_28{width:inherit;height:inherit;font-size:100%;display:flex;align-items:center;justify-content:center;white-space:nowrap}._AvatarImage_e8604_37{width:inherit;height:inherit;object-fit:cover}}._Root_1d59i_1{position:relative;display:inline-flex}._Menu_1d59i_6{position:absolute;top:0;left:0;display:flex;border-radius:4px;align-items:flex-start}._Column_1d59i_15{--selected-option-top: 0;--max-column-view: 6;position:relative;left:0;top:0;translate:0 var(--selected-option-top);min-width:180px;max-height:calc(40px * var(--max-column-view));overflow:auto;box-sizing:border-box;border:1px solid #e8e8e9;background:#fff;margin-left:-1px;display:flex;flex-direction:column;overscroll-behavior:contain}._Column_1d59i_15._columnOpenAnimation_1d59i_33{transition:translate .2s ease-in-out}._Column_1d59i_15::-webkit-scrollbar{width:6px}._Column_1d59i_15::-webkit-scrollbar-track{background:transparent}._Column_1d59i_15::-webkit-scrollbar-thumb{background:#e8e8e9;border-radius:2px}._Column_1d59i_15::-webkit-scrollbar-thumb:hover{background:#d1d1d1}._Column_1d59i_15:first-child{border-radius:4px 0 0 4px;margin-left:0}._Column_1d59i_15:last-child{border-radius:0 4px 4px 0}._Item_1d59i_57{--item-height: 40px;height:var(--item-height);box-sizing:border-box;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}._Item_1d59i_57:hover{background-color:#f5f5f5}._Item_1d59i_57._title_1d59i_70{font-weight:700;cursor:default;background-color:transparent}._Item_1d59i_57._title_1d59i_70:hover{background-color:transparent}._Item_1d59i_57._divider_1d59i_78{height:1px;background-color:#e8e8e9;cursor:default;padding:0;margin:8px 0;flex-shrink:0}._Item_1d59i_57._divider_1d59i_78:hover{background-color:#e8e8e9}._Item_1d59i_57._isSelected_1d59i_89{font-weight:500;color:#688dee}._Item_1d59i_57._isSelected_1d59i_89 ._GoNext_1d59i_93>path{fill:#688dee}._Item_1d59i_57._disabled_1d59i_96{color:#ccc;cursor:not-allowed}._Item_1d59i_57._disabled_1d59i_96 ._GoNext_1d59i_93>path{fill:#ccc}._Item_1d59i_57._disabled_1d59i_96:hover{background-color:transparent}._Item_1d59i_57 ._ItemText_1d59i_106{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:124px;flex-shrink:0}._GoNext_1d59i_93{flex-shrink:0}._GoNext_1d59i_93._isSelected_1d59i_89 path{fill:#688dee}@layer CheckBox{._CheckBoxRoot_s63cn_2{display:flex;flex-direction:row;gap:4px;align-items:center}._CheckBoxRoot_s63cn_2._checked_s63cn_8 ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{border:none}._CheckBoxRoot_s63cn_2:hover ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{border:2px solid var(--textSecondary, #637381)}._CheckBoxRoot_s63cn_2:hover ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8._checked_s63cn_8{border:none}._CheckBoxRoot_s63cn_2:hover ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8._disabled_s63cn_17:hover{border:2px solid var(--border-color)}._CheckBoxRoot_s63cn_2:hover ._CheckBoxRound_s63cn_20 path{fill:var(--pDark, #007867)}._CheckBoxRoot_s63cn_2:hover ._CheckBoxRound_s63cn_20._disabled_s63cn_17 path{fill:var(--actionDisabled, rgba(145, 158, 171, .4))}._CheckBoxRoot_s63cn_2._disabled_s63cn_17 ._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{border:2px solid var(--border-color)}._CheckBoxTrigger_s63cn_8{width:24px;height:24px;display:flex;align-items:center;justify-content:center}._CheckBoxTrigger_s63cn_8 ._CheckBoxIcon_s63cn_8{width:18px;height:18px;border:2px solid var(--textTertiary, #919eab);border-radius:2px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-color:var(--border-color, transparent);background-color:var(--default-bg-color, #b1916b);flex-shrink:0}._CheckBoxLabel_s63cn_49{color:var(--color, #8a8c8f);font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._CheckBoxLabel_s63cn_49{font-size:16px}[data-typography=mobile] ._CheckBoxLabel_s63cn_49{font-size:10px}[data-typography=senior] ._CheckBoxLabel_s63cn_49{line-height:26px}[data-typography=mobile] ._CheckBoxLabel_s63cn_49{line-height:24px}}@layer Tab{._Root_167r3_2{display:flex;flex-direction:column;box-sizing:content-box}._Root_167r3_2._vertical_167r3_7{flex-direction:row}._List_167r3_10{display:flex;flex-direction:row;flex-wrap:nowrap}._List_167r3_10._horizontal_167r3_15{max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._List_167r3_10._horizontal_167r3_15::-webkit-scrollbar{display:none}._List_167r3_10._horizontal_167r3_15 ._Item_167r3_28{flex-shrink:0}._List_167r3_10._horizontal_167r3_15 ._Item_167r3_28._fitted_167r3_31{flex:1 1 0%;min-width:max-content}._List_167r3_10._horizontal_167r3_15 ._ItemButton_167r3_35{white-space:nowrap}._List_167r3_10._small_167r3_38{height:32px}._List_167r3_10._medium_167r3_41{height:40px}._List_167r3_10._large_167r3_44{height:48px}._List_167r3_10._circle_167r3_47{border-radius:50px;padding:4px;background:var(--grey8, rgba(145, 158, 171, .0784313725))}._List_167r3_10._square_167r3_52{border-radius:8px;padding:4px;background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._List_167r3_10._squareLine_167r3_57{background-color:var(--grey4, rgba(145, 158, 171, .0392156863))}._List_167r3_10._squareLine_167r3_57:not(._fitted_167r3_31),._List_167r3_10._circle_167r3_47:not(._fitted_167r3_31),._List_167r3_10._square_167r3_52:not(._fitted_167r3_31){width:max-content}._List_167r3_10._rounded_167r3_63{border-bottom:1px solid var(--Simentic-On-Surface-Sub, #abadb0)}._List_167r3_10._vertical_167r3_7{flex-direction:column}._List_167r3_10._circle_167r3_47._vertical_167r3_7._start_167r3_69,._List_167r3_10._square_167r3_52._vertical_167r3_7._start_167r3_69,._List_167r3_10._squareLine_167r3_57._vertical_167r3_7._start_167r3_69{justify-self:flex-start}._List_167r3_10._circle_167r3_47._vertical_167r3_7._center_167r3_72,._List_167r3_10._square_167r3_52._vertical_167r3_7._center_167r3_72,._List_167r3_10._squareLine_167r3_57._vertical_167r3_7._center_167r3_72{justify-self:center}._List_167r3_10._circle_167r3_47._vertical_167r3_7._end_167r3_75,._List_167r3_10._square_167r3_52._vertical_167r3_7._end_167r3_75,._List_167r3_10._squareLine_167r3_57._vertical_167r3_7._end_167r3_75{justify-self:flex-end}._List_167r3_10._circle_167r3_47._horizontal_167r3_15:not(._fitted_167r3_31)._start_167r3_69,._List_167r3_10._square_167r3_52._horizontal_167r3_15:not(._fitted_167r3_31)._start_167r3_69,._List_167r3_10._squareLine_167r3_57._horizontal_167r3_15:not(._fitted_167r3_31)._start_167r3_69{align-self:flex-start}._List_167r3_10._circle_167r3_47._horizontal_167r3_15:not(._fitted_167r3_31)._center_167r3_72,._List_167r3_10._square_167r3_52._horizontal_167r3_15:not(._fitted_167r3_31)._center_167r3_72,._List_167r3_10._squareLine_167r3_57._horizontal_167r3_15:not(._fitted_167r3_31)._center_167r3_72{align-self:center}._List_167r3_10._circle_167r3_47._horizontal_167r3_15:not(._fitted_167r3_31)._end_167r3_75,._List_167r3_10._square_167r3_52._horizontal_167r3_15:not(._fitted_167r3_31)._end_167r3_75,._List_167r3_10._squareLine_167r3_57._horizontal_167r3_15:not(._fitted_167r3_31)._end_167r3_75{align-self:flex-end}._List_167r3_10._line_167r3_87._start_167r3_69,._List_167r3_10._textLine_167r3_87._start_167r3_69,._List_167r3_10._rounded_167r3_63._start_167r3_69,._List_167r3_10._text_167r3_87._start_167r3_69{justify-content:flex-start}._List_167r3_10._line_167r3_87._center_167r3_72,._List_167r3_10._textLine_167r3_87._center_167r3_72,._List_167r3_10._rounded_167r3_63._center_167r3_72,._List_167r3_10._text_167r3_87._center_167r3_72{justify-content:center}._List_167r3_10._line_167r3_87._end_167r3_75,._List_167r3_10._textLine_167r3_87._end_167r3_75,._List_167r3_10._rounded_167r3_63._end_167r3_75,._List_167r3_10._text_167r3_87._end_167r3_75{justify-content:flex-end}._Panel_167r3_96{display:none;padding:4px}._Panel_167r3_96._active_167r3_100{display:block}._Item_167r3_28{padding-inline:12px;display:flex;align-items:center;justify-content:center;color:var(--textTertiary, #919eab)}._Item_167r3_28._active_167r3_100{color:var(--textPrimary, #1c252e)}._Item_167r3_28._large_167r3_44{padding-inline:16px;font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._Item_167r3_28._large_167r3_44{font-size:22px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44{font-size:14px}[data-typography=senior] ._Item_167r3_28._large_167r3_44{line-height:34px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44{line-height:30px}._Item_167r3_28._large_167r3_44._active_167r3_100{font-weight:700;font-size:18px;line-height:30px}[data-typography=senior] ._Item_167r3_28._large_167r3_44._active_167r3_100{font-size:22px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44._active_167r3_100{font-size:14px}[data-typography=senior] ._Item_167r3_28._large_167r3_44._active_167r3_100{line-height:34px}[data-typography=mobile] ._Item_167r3_28._large_167r3_44._active_167r3_100{line-height:30px}._Item_167r3_28._medium_167r3_41{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41{font-size:20px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41{font-size:12px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41{line-height:30px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41{line-height:26px}._Item_167r3_28._medium_167r3_41._active_167r3_100{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41._active_167r3_100{font-size:20px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41._active_167r3_100{font-size:12px}[data-typography=senior] ._Item_167r3_28._medium_167r3_41._active_167r3_100{line-height:30px}[data-typography=mobile] ._Item_167r3_28._medium_167r3_41._active_167r3_100{line-height:26px}._Item_167r3_28._small_167r3_38{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Item_167r3_28._small_167r3_38{font-size:18px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38{font-size:10px}[data-typography=senior] ._Item_167r3_28._small_167r3_38{line-height:30px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38{line-height:24px}._Item_167r3_28._small_167r3_38._active_167r3_100{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Item_167r3_28._small_167r3_38._active_167r3_100{font-size:18px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38._active_167r3_100{font-size:10px}[data-typography=senior] ._Item_167r3_28._small_167r3_38._active_167r3_100{line-height:30px}[data-typography=mobile] ._Item_167r3_28._small_167r3_38._active_167r3_100{line-height:24px}._Item_167r3_28._line_167r3_87{padding-inline:16px;border-bottom:2px solid var(--actionDisabled, rgba(145, 158, 171, .4))}._Item_167r3_28._line_167r3_87._large_167r3_44{padding-inline:24px}._Item_167r3_28._line_167r3_87._active_167r3_100{border-color:var(--textPrimary, #1c252e)}._Item_167r3_28._squareLine_167r3_57{border:1px solid var(--textTertiary, #919eab);background-color:var(--grey4, rgba(145, 158, 171, .0392156863))}._Item_167r3_28._squareLine_167r3_57._active_167r3_100{border-color:var(--textPrimary, #1c252e);background-color:var(--backgroundDefault, #ffffff)}._Item_167r3_28._rounded_167r3_63._active_167r3_100{border:1px solid var(--Simentic-On-Surface-Sub, #abadb0);border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-color:transparent}._Item_167r3_28._circle_167r3_47{border-radius:40px}._Item_167r3_28._circle_167r3_47._active_167r3_100{background:var(--backgroundDefault, #ffffff)}._Item_167r3_28._square_167r3_52{border-radius:8px}._Item_167r3_28._square_167r3_52._active_167r3_100{background:var(--backgroundDefault, #ffffff);box-shadow:0 4px 8px 0 var(--shadow12, rgba(145, 158, 171, .1215686275))}._Item_167r3_28._fitted_167r3_31{flex:1 auto}._Item_167r3_28 ._ItemButton_167r3_35{font:inherit;line-height:initial!important;color:inherit;width:100%;height:100%}._Item_167r3_28 ._ItemButton_167r3_35._textLine_167r3_87{border-bottom:2px solid transparent}._Item_167r3_28 ._ItemButton_167r3_35._textLine_167r3_87._active_167r3_100{border-color:var(--Simentic-On-Surface, #121416)}}@layer Dropdown{._DropdownRoot_ygs6e_2{position:relative;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._DropdownRoot_ygs6e_2{font-size:18px}[data-typography=mobile] ._DropdownRoot_ygs6e_2{font-size:10px}[data-typography=senior] ._DropdownRoot_ygs6e_2{line-height:30px}[data-typography=mobile] ._DropdownRoot_ygs6e_2{line-height:24px}._DropdownTrigger_ygs6e_20{cursor:pointer;padding:8px;height:24px;display:flex;flex-direction:row;align-items:center;border-radius:8px;gap:8px;border:1px solid var(--border-color);background-color:var(--background-color);color:var(--color)}._DropdownTrigger_ygs6e_20._text_ygs6e_33{background:transparent}._DropdownTrigger_ygs6e_20._small_ygs6e_36{height:32px}._DropdownTrigger_ygs6e_20._medium_ygs6e_39{height:40px}._DropdownTrigger_ygs6e_20._large_ygs6e_42{height:48px}._DropdownTriggerText_ygs6e_45{color:var(--color);flex:1;min-width:0}._DropdownTriggerSearchField_ygs6e_50{position:relative;display:flex;flex:1;align-items:center;min-width:0;min-height:1em}._DropdownSearchCommitted_ygs6e_58{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;z-index:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;color:var(--textPrimary, #1a1c20);opacity:.45}._DropdownSearchCommitted_ygs6e_58._isEmpty_ygs6e_71{opacity:.6}._LeftIcon_ygs6e_74{flex-shrink:0}._LeftIcon_ygs6e_74 path{fill:var(--icon-color)}._RightIcon_ygs6e_80{margin-left:auto;flex-shrink:0;transform:rotate(0);transition:transform .3s ease;transform-origin:top top;display:flex;flex-direction:row;align-items:center}._RightIcon_ygs6e_80 path{fill:var(--icon-color)}._RightIcon_ygs6e_80._open_ygs6e_93{transform:rotate(180deg)}._DropdownMenu_ygs6e_96{width:100%;z-index:1000;border-radius:8px;padding:8px;overflow-y:auto}._DropdownMenu_ygs6e_96._shadow_ygs6e_103{background-color:var(--backgroundDefault, #ffffff);box-shadow:0 30px 40px 0 var(--shadow12, rgba(145, 158, 171, .1215686275));border:1px solid var(--grey8, rgba(145, 158, 171, .0784313725))}._DropdownMenu_ygs6e_96._line_ygs6e_108{background-color:var(--backgroundDefault, #ffffff);border:1px solid var(--grey20, rgba(145, 158, 171, .2))}._DropdownTriggerInput_ygs6e_112{position:relative;z-index:1;width:100%;min-width:0;height:100%;border:none;background:transparent;color:var(--color);padding:0;outline:none;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._DropdownTriggerInput_ygs6e_112{font-size:18px}[data-typography=mobile] ._DropdownTriggerInput_ygs6e_112{font-size:10px}[data-typography=senior] ._DropdownTriggerInput_ygs6e_112{line-height:30px}[data-typography=mobile] ._DropdownTriggerInput_ygs6e_112{line-height:24px}._DropdownTriggerInput_ygs6e_112::placeholder{color:var(--color)}._DropdownItem_ygs6e_142{padding:0 8px;border-radius:8px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;color:var(--textPrimary, #1a1c20)}._DropdownItem_ygs6e_142._small_ygs6e_36{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._DropdownItem_ygs6e_142._small_ygs6e_36{font-size:18px}[data-typography=mobile] ._DropdownItem_ygs6e_142._small_ygs6e_36{font-size:10px}[data-typography=senior] ._DropdownItem_ygs6e_142._small_ygs6e_36{line-height:30px}[data-typography=mobile] ._DropdownItem_ygs6e_142._small_ygs6e_36{line-height:24px}._DropdownItem_ygs6e_142._small_ygs6e_36{height:32px;line-height:32px}._DropdownItem_ygs6e_142._medium_ygs6e_39{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._DropdownItem_ygs6e_142._medium_ygs6e_39{font-size:20px}[data-typography=mobile] ._DropdownItem_ygs6e_142._medium_ygs6e_39{font-size:12px}[data-typography=senior] ._DropdownItem_ygs6e_142._medium_ygs6e_39{line-height:30px}[data-typography=mobile] ._DropdownItem_ygs6e_142._medium_ygs6e_39{line-height:26px}._DropdownItem_ygs6e_142._medium_ygs6e_39{height:40px;line-height:40px}._DropdownItem_ygs6e_142._shadow_ygs6e_103:hover{background:var(--grey8, rgba(145, 158, 171, .0784313725))}._DropdownItem_ygs6e_142._line_ygs6e_108{border-bottom:1px solid var(--grey16, rgba(145, 158, 171, .1607843137))}._DropdownItem_ygs6e_142._line_ygs6e_108:hover{background:var(--grey8, rgba(145, 158, 171, .0784313725))}._DropdownItem_ygs6e_142._line_ygs6e_108:last-child{border-bottom:none}._DropdownItem_ygs6e_142._selected_ygs6e_206{color:var(--textDisabled, #c4cdd5)}._DropdownItem_ygs6e_142._disabled_ygs6e_209{pointer-events:none}}._OTPInputWrapper_q2hf0_1{border-bottom:1px solid #cccccc}._OTPInputWrapper_q2hf0_1 input{text-align:center;border:none;outline:none;background:none;font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._OTPInputWrapper_q2hf0_1 input{font-size:22px}[data-typography=mobile] ._OTPInputWrapper_q2hf0_1 input{font-size:14px}[data-typography=senior] ._OTPInputWrapper_q2hf0_1 input{line-height:34px}[data-typography=mobile] ._OTPInputWrapper_q2hf0_1 input{line-height:30px}._OTPInputWrapper_q2hf0_1 input::-webkit-outer-spin-button,._OTPInputWrapper_q2hf0_1 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._OTPInputList_q2hf0_30{display:flex;flex-direction:row;gap:8px}._SwitchWrapper_13b66_1{display:inline-flex;align-items:center;padding:2px;height:64px;background-color:var(--background-color, #e1e3e7);border-radius:64px;transition:background-color .3s}._SwitchWrapper_13b66_1._small_13b66_10{height:32px;width:56px}._SwitchWrapper_13b66_1._medium_13b66_14{height:48px;min-width:120px}._SwitchWrapper_13b66_1 ._SwitchInput_13b66_18{display:none}._SwitchWrapper_13b66_1 ._SwitchInput_13b66_18:checked+._SwitchBullet_13b66_21{margin-left:100%;transform:translate(-100%)}._SwitchWrapper_13b66_1 ._SwitchBullet_13b66_21{height:28px;aspect-ratio:1/1;background-color:#fff;border-radius:50%;transition:all .3s;box-shadow:0 0 4px #0000001a}._SwitchLabel_13b66_34{color:var(--color, #8a8c8f);font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._SwitchLabel_13b66_34{font-size:16px}[data-typography=mobile] ._SwitchLabel_13b66_34{font-size:10px}[data-typography=senior] ._SwitchLabel_13b66_34{line-height:26px}[data-typography=mobile] ._SwitchLabel_13b66_34{line-height:24px}._SwitchLabel_13b66_34._checked_13b66_52{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._SwitchLabel_13b66_34._checked_13b66_52{font-size:18px}[data-typography=mobile] ._SwitchLabel_13b66_34._checked_13b66_52{font-size:10px}[data-typography=senior] ._SwitchLabel_13b66_34._checked_13b66_52{line-height:30px}[data-typography=mobile] ._SwitchLabel_13b66_34._checked_13b66_52{line-height:24px}._SwitchRoot_13b66_70{display:flex;flex-direction:column}._SwitchRoot_13b66_70._row_13b66_74{flex-direction:row;align-items:center;gap:8px}@layer Radio{._RadioRoot_12i7e_2{display:flex;flex-direction:row;gap:4px;align-items:center}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8{width:20px;height:20px;border:2px solid var(--border-color, #8a8c8f);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8:hover{border-color:var(--hover-border-color, #b1916b)}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8._checked_12i7e_21{border-color:var(--border-color, #b1916b);background-color:var(--background-color, #b1916b)}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8 ._RadioInner_12i7e_25{width:50%;height:50%;background-color:var(--border-color, #ffffff);margin:auto;border-radius:50%}._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8._disabled_12i7e_32,._RadioTrigger_12i7e_8 ._RadioIcon_12i7e_8._readOnly_12i7e_32{border-color:var(--border-color, #8a8c8f)}._RadioLabel_12i7e_35{color:var(--color, #8a8c8f);font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._RadioLabel_12i7e_35{font-size:16px}[data-typography=mobile] ._RadioLabel_12i7e_35{font-size:10px}[data-typography=senior] ._RadioLabel_12i7e_35{line-height:26px}[data-typography=mobile] ._RadioLabel_12i7e_35{line-height:24px}._RadioLabel_12i7e_35:hover{color:var(--hover-color, #b1916b)}._RadioLabel_12i7e_35._checked_12i7e_21{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._RadioLabel_12i7e_35._checked_12i7e_21{font-size:18px}[data-typography=mobile] ._RadioLabel_12i7e_35._checked_12i7e_21{font-size:10px}[data-typography=senior] ._RadioLabel_12i7e_35._checked_12i7e_21{line-height:30px}[data-typography=mobile] ._RadioLabel_12i7e_35._checked_12i7e_21{line-height:24px}._RadioLabel_12i7e_35._disabled_12i7e_32,._RadioLabel_12i7e_35._readOnly_12i7e_32{color:var(--color, #8a8c8f)}}@layer TextInput{._TextInputRoot_1dppb_2._row_1dppb_2{display:flex;flex-direction:row;gap:8px;align-items:center}._TextInputLabel_1dppb_8{font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._TextInputLabel_1dppb_8{font-size:14px}[data-typography=mobile] ._TextInputLabel_1dppb_8{font-size:8px}[data-typography=senior] ._TextInputLabel_1dppb_8{line-height:24px}[data-typography=mobile] ._TextInputLabel_1dppb_8{line-height:18px}._TextInputLabel_1dppb_8{color:var(--textSecondary, #637381)}._TextInputLabel_1dppb_8._large_1dppb_28,._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{font-size:18px}[data-typography=mobile] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{font-size:10px}[data-typography=senior] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{line-height:30px}[data-typography=mobile] ._TextInputLabel_1dppb_8._large_1dppb_28,[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._small_1dppb_28{line-height:24px}._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{font-size:20px}[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{font-size:12px}[data-typography=senior] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{line-height:30px}[data-typography=mobile] ._TextInputLabel_1dppb_8._row_1dppb_2._large_1dppb_28{line-height:26px}._TextInputLabel_1dppb_8._row_1dppb_2{flex-basis:var(--basis, 105px)}._TextInputLabel_1dppb_8._error_1dppb_65{color:var(--error-color, var(--textError, #f5222d))}._TextInputLabel_1dppb_8._success_1dppb_68{color:var(--success-color, var(--textSuccess, #1cc95c))}._TextInputLabel_1dppb_8._warning_1dppb_71{color:var(--warning-color, var(--textWarning, #ffab00))}._TextInputErase_1dppb_74{display:inline-flex;align-items:center;justify-content:center;padding:6px;flex-shrink:0;border:none;background-color:transparent;cursor:pointer}._TextInputComponentWrapper_1dppb_84{display:flex;flex-direction:row;align-items:center;padding:4px;border-radius:8px;border:1px solid var(--border-color, rgba(145, 158, 171, .2392156863));color:var(--color, var(--textPrimary, #1c252e));overflow:hidden;max-width:100%;height:40px;background-color:var(--background-color, var(--componentTextfieldFilled, #edeff2));flex-grow:1;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84{font-size:18px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84{font-size:10px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84{line-height:30px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84{line-height:24px}._TextInputComponentWrapper_1dppb_84 ._TextInputComponentInput_1dppb_113{border:none;outline:none;background:none;font:inherit;flex:1 0 0;text-overflow:ellipsis;min-width:0;padding:0 8px;color:inherit}._TextInputComponentWrapper_1dppb_84 ._TextInputComponentInput_1dppb_113::placeholder{color:var(--placeholder-color, var(--textPrimary, #8e8e93));font:inherit}._TextInputComponentWrapper_1dppb_84._large_1dppb_28{padding-block:8px;height:48px;font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{font-size:20px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{font-size:12px}[data-typography=senior] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{line-height:30px}[data-typography=mobile] ._TextInputComponentWrapper_1dppb_84._large_1dppb_28{line-height:26px}._TextInputComponentWrapper_1dppb_84._contained_1dppb_147 ._TextInputComponentInput_1dppb_113::placeholder{color:var(--placeholder-color, var(--Simentic-On-Surface-Variant, #505254));font:inherit}._TextInputComponentWrapper_1dppb_84._success_1dppb_68._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._success_1dppb_68._all_1dppb_151{border-color:var(--success-color, var(--Simentic-Success, #4caf50))}._TextInputComponentWrapper_1dppb_84._warning_1dppb_71._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._warning_1dppb_71._all_1dppb_151{border-color:var(--warning-color, var(--Simentic-Warning, #e9a802))}._TextInputComponentWrapper_1dppb_84._error_1dppb_65._in_1dppb_157 input,._TextInputComponentWrapper_1dppb_84._error_1dppb_65._all_1dppb_151 input{color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextInputComponentWrapper_1dppb_84._error_1dppb_65._in_1dppb_157 input::placeholder,._TextInputComponentWrapper_1dppb_84._error_1dppb_65._all_1dppb_151 input::placeholder{color:var(--error-color, var(--Simentic-Error, #d32f2f))!important}._TextInputComponentWrapper_1dppb_84._error_1dppb_65._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._error_1dppb_65._all_1dppb_151{border-color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextInputComponentWrapper_1dppb_84._focused_1dppb_166._out_1dppb_151,._TextInputComponentWrapper_1dppb_84._focused_1dppb_166._all_1dppb_151{border-color:var(--border-color)}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157._outlined_1dppb_169,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151._outlined_1dppb_169,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151._outlined_1dppb_169{border-color:var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157._contained_1dppb_147,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151._contained_1dppb_147,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151._contained_1dppb_147{border-color:transparent}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157 input,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151 input,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151 input{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))}._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._in_1dppb_157 input::placeholder,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._out_1dppb_151 input::placeholder,._TextInputComponentWrapper_1dppb_84._disabled_1dppb_169._all_1dppb_151 input::placeholder{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))!important}}@layer TextArea{._TextAreaTextCount_1mebl_2{position:absolute;bottom:8px;right:8px;color:var(--textDisabled, #c4cdd5);z-index:10;font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._TextAreaTextCount_1mebl_2{font-size:12px}[data-typography=mobile] ._TextAreaTextCount_1mebl_2{font-size:6px}[data-typography=senior] ._TextAreaTextCount_1mebl_2{line-height:12px}[data-typography=mobile] ._TextAreaTextCount_1mebl_2{line-height:14px}._TextAreaLabel_1mebl_24{color:var(--textSecondary, #637381);font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._TextAreaLabel_1mebl_24{font-size:18px}[data-typography=mobile] ._TextAreaLabel_1mebl_24{font-size:10px}[data-typography=senior] ._TextAreaLabel_1mebl_24{line-height:30px}[data-typography=mobile] ._TextAreaLabel_1mebl_24{line-height:24px}._TextAreaLabel_1mebl_24._error_1mebl_42{color:var(--error-color, var(--textError, #f5222d))}._TextAreaLabel_1mebl_24._success_1mebl_45{color:var(--success-color, var(--textSuccess, #1cc95c))}._TextAreaLabel_1mebl_24._warning_1mebl_48{color:var(--warning-color, var(--textWarning, #ffab00))}._TextAreaComponentWrapper_1mebl_51{position:relative;display:flex;border:1px solid var(--border-color, var(--Gray-Gray80, #b1b3b7));border-radius:8px;background-color:var(--background-color, transparent)}._TextAreaComponentWrapper_1mebl_51 textarea{border:none;background:none;resize:none;outline:none;font:inherit;color:var(--color, var(--textPrimary, #000000))}._TextAreaComponentWrapper_1mebl_51 textarea::placeholder{color:var(--placeholder-color, var(--textTertiary, #8e8e93));font:inherit}._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{padding:8px 16px;flex:1;align-self:stretch;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{font-size:18px}[data-typography=mobile] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{font-size:10px}[data-typography=senior] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{line-height:30px}[data-typography=mobile] ._TextAreaComponentWrapper_1mebl_51 ._TextAreaInput_1mebl_70{line-height:24px}._TextAreaComponentWrapper_1mebl_51._success_1mebl_45._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._success_1mebl_45._all_1mebl_90{border-color:var(--success-color, var(--Simentic-Success, #4caf50))}._TextAreaComponentWrapper_1mebl_51._warning_1mebl_48._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._warning_1mebl_48._all_1mebl_90{border-color:var(--warning-color, var(--Simentic-Warning, #e9a802))}._TextAreaComponentWrapper_1mebl_51._contained_1mebl_96{background-color:var(--background-color, var(--Simentic-Surface, #edeff2))}._TextAreaComponentWrapper_1mebl_51._contained_1mebl_96 textarea::placeholder{color:var(--placeholder-color, var(--Simentic-On-Surface-Variant, #505254));font:inherit}._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._all_1mebl_90{border-color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._in_1mebl_106 textarea,._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._all_1mebl_90 textarea{color:var(--error-color, var(--Simentic-Error, #d32f2f))}._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._in_1mebl_106 textarea::placeholder,._TextAreaComponentWrapper_1mebl_51._error_1mebl_42._all_1mebl_90 textarea::placeholder{color:var(--error-color, var(--Simentic-Error, #d32f2f))!important}._TextAreaComponentWrapper_1mebl_51._focused_1mebl_112._out_1mebl_90,._TextAreaComponentWrapper_1mebl_51._focused_1mebl_112._all_1mebl_90{border-color:var(--border-color)}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106._outlined_1mebl_115,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90._outlined_1mebl_115,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90._outlined_1mebl_115{border-color:var(--componentTextfieldOutline, rgba(145, 158, 171, .2392156863))}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106._contained_1mebl_96,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90._contained_1mebl_96,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90._contained_1mebl_96{border-color:transparent}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106 textarea,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90 textarea,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90 textarea{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))}._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._in_1mebl_106 textarea::placeholder,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._out_1mebl_90 textarea::placeholder,._TextAreaComponentWrapper_1mebl_51._disabled_1mebl_115._all_1mebl_90 textarea::placeholder{color:var(--disabled-color, var(--Simentic-SurfContainer-Highest, #d0d2d5))!important}._TextAreaClone_1mebl_127{position:absolute;padding-top:0;padding-bottom:0;visibility:hidden;opacity:0;z-index:-1}}._LazyImage_b5s08_1{background-repeat:no-repeat;background-size:50% 50%;background-color:#222;background-position:center center}@layer Calendar{._CaledarRoot_1715d_3{width:100%;display:flex;flex-direction:column;flex:1 auto}._CalendarHeaderDate_1715d_9{color:var(--textPrimary, #1a1c20);font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._CalendarHeaderDate_1715d_9{font-size:20px}[data-typography=mobile] ._CalendarHeaderDate_1715d_9{font-size:12px}[data-typography=senior] ._CalendarHeaderDate_1715d_9{line-height:30px}[data-typography=mobile] ._CalendarHeaderDate_1715d_9{line-height:26px}._CalendarDayTextList_1715d_27{display:grid;flex-direction:row;align-items:center;flex-shrink:0;padding:8px 0}._CalednarDayTextColumn_1715d_34{color:var(--textPrimary, #1a1c20);height:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._CalednarDayTextColumn_1715d_34{font-size:16px}[data-typography=mobile] ._CalednarDayTextColumn_1715d_34{font-size:10px}[data-typography=senior] ._CalednarDayTextColumn_1715d_34{line-height:26px}[data-typography=mobile] ._CalednarDayTextColumn_1715d_34{line-height:24px}._CalednarDayTextColumn_1715d_34._sunday_1715d_57{color:#cc054b}._CalednarDayTextColumn_1715d_34._saturday_1715d_60{color:#2a3480}._CalendarBody_1715d_63{flex:1 auto;display:grid}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67{display:flex;align-items:center;justify-content:center;height:36px;margin-block:4px;cursor:pointer;position:relative}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._selected_1715d_76{background-color:var(--pContrastText, #f5f5f5)}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._between_1715d_79{background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._start_1715d_82:before{content:"";position:absolute;top:0;left:50%;bottom:0;right:0;background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._end_1715d_91:before{content:"";position:absolute;top:0;left:0;bottom:0;right:50%;background-color:var(--grey8, rgba(145, 158, 171, .0784313725))}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._both_1715d_100{border-radius:50%}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._today_1715d_103{color:var(--pMain, orange)}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._sunday_1715d_57{color:#cc054b}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67._saturday_1715d_60{color:#2a3480}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67:disabled{pointer-events:none;color:var(--Neutral-40, #8c8c8c)}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{width:36px;line-height:36px;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{font-size:16px}[data-typography=mobile] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{font-size:10px}[data-typography=senior] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{line-height:26px}[data-typography=mobile] ._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116{line-height:24px}._CalendarBody_1715d_63 ._CalendarBodyColumn_1715d_67 ._CalendarBodyColumnText_1715d_116._selected_1715d_76{border-radius:50%;aspect-ratio:1;color:var(--pContrastText, #f5f5f5);background-color:var(--pMain, orange)}}@layer Editor{@keyframes _skeletonGradient_3y806_1{0%{background-position:-800% 0}to{background-position:800% 0}}._EditorContainer_3y806_10{display:flex;flex-direction:column;position:relative;flex:1;background-color:var(--backgroundDefault, #fff)}._EditorContainer_3y806_10._readOnly_3y806_17{pointer-events:none}._EditorContainer_3y806_10._readOnly_3y806_17 .ql-toolbar,._EditorContainer_3y806_10._readOnly_3y806_17 .ql-container{background-color:var(--backgroundSecond, rgba(145, 158, 171, .0784313725))}._SkeletonWrapper_3y806_26{position:absolute;top:0;right:0;bottom:0;left:0;flex:1;background:linear-gradient(60deg,#f1f3f5 25%,#e5e7eb,#f1f3f5 75%);background-size:800% 800%;animation:_skeletonGradient_3y806_1 32s infinite linear}._Wrapper_3y806_34{flex:1;visibility:visible}._Wrapper_3y806_34._isLoading_3y806_38{visibility:hidden}}._EditorContainer_3y806_10 .ql-editor.ql-blank:before{font-style:normal}._EditorContainer_3y806_10 .ql-picker.ql-size .ql-picker-label:before,._EditorContainer_3y806_10 .ql-picker.ql-size .ql-picker-item:before{content:attr(data-value)}._EditorContainer_3y806_10 .ql-picker.ql-size .ql-picker-options{max-height:200px;overflow-y:auto}._EditorContainer_3y806_10 .ql-picker.ql-font{min-width:150px}._EditorContainer_3y806_10 .ql-picker.ql-font ._ql-picker-label_3y806_45,._EditorContainer_3y806_10 .ql-picker.ql-font ._ql-picker-item_3y806_46{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._EditorContainer_3y806_10 .ql-picker.ql-font ._ql-picker-options_3y806_49{min-width:max-content;max-width:300px}@layer Table{._Cell_xud2b_2{background-color:transparent;padding:12px;border-bottom:1px dashed var(--grey20, rgba(145, 158, 171, .2));color:var(--textPrimary, #1c252e);text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Cell_xud2b_2{font-size:18px}[data-typography=mobile] ._Cell_xud2b_2{font-size:10px}[data-typography=senior] ._Cell_xud2b_2{line-height:30px}[data-typography=mobile] ._Cell_xud2b_2{line-height:24px}._Cell_xud2b_2._bordered_xud2b_28{border:1px solid #ddd}._Cell_xud2b_2._compact_xud2b_31{padding:8px}._HeaderCell_xud2b_34{color:var(--textSecondary, #637381);text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:12px;position:relative;background-color:var(--grey8, rgba(145, 158, 171, .08));font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._HeaderCell_xud2b_34{font-size:18px}[data-typography=mobile] ._HeaderCell_xud2b_34{font-size:10px}[data-typography=senior] ._HeaderCell_xud2b_34{line-height:30px}[data-typography=mobile] ._HeaderCell_xud2b_34{line-height:24px}._HeaderCell_xud2b_34._bordered_xud2b_28{border:1px solid #ddd}._HeaderCell_xud2b_34._compact_xud2b_31{padding:8px}._Row_xud2b_66:hover ._Cell_xud2b_2:not(._isSelected_xud2b_66){background-color:var(--grey4, rgba(145, 158, 171, .04))}._Row_xud2b_66._striped_xud2b_69:nth-child(2n) ._Cell_xud2b_2:not(._isSelected_xud2b_66){background-color:var(--grey4, rgba(145, 158, 171, .04))}._Row_xud2b_66 ._Cell_xud2b_2._isSelected_xud2b_66{background-color:var(--p4, rgba(0, 167, 111, .04))}._Row_xud2b_66:first-child ._HeaderCell_xud2b_34:not(._bordered_xud2b_28):first-child{border-top-left-radius:8px}._Row_xud2b_66:first-child ._HeaderCell_xud2b_34:not(._bordered_xud2b_28):last-child{border-top-right-radius:8px}._Root_xud2b_81{border-collapse:collapse;width:100%;table-layout:fixed}._Root_xud2b_81 *{box-sizing:border-box}}@layer WeeklyCalendar{._WeeklyCalendarRoot_15h4n_3{display:flex;flex-direction:column;height:100%;width:100%;padding:8px;border-radius:8px;-webkit-user-select:none;user-select:none}._CalendarHeader_15h4n_12{display:flex;flex-direction:row}._CalendarHeader_15h4n_12 ._Empty_15h4n_16{height:64px}._CalendarHeaderContent_15h4n_19{flex:1 auto;display:flex;flex-direction:column}._CalendarBody_15h4n_24{display:flex;flex-direction:row;flex:1 auto;overflow:hidden}._StandardTime_15h4n_30{font-size:11px;align-self:stretch;display:flex;flex-direction:row}._DateCellRow_15h4n_36{height:84px;display:flex;flex-direction:row;flex:1 auto;border-bottom:1px solid #f4f6f8}._DateCellRow_15h4n_36 ._DateCell_15h4n_36{display:flex;flex-direction:column;align-items:center;flex:1 auto;color:var(--textPrimary, #1a1c20)}._DateCellRow_15h4n_36 ._DateCell_15h4n_36._today_15h4n_50{color:var(--pMain, #00a76f)}._DateCellRow_15h4n_36 ._DateCell_15h4n_36 ._DayText_15h4n_53{line-height:32px;font-size:11px}._DateCellRow_15h4n_36 ._DateCell_15h4n_36 ._Date_15h4n_36{font-size:26px;line-height:46px}._TimelineWrapper_15h4n_61{position:relative;min-width:40px;flex-shrink:0;padding-left:8px;border-right:1px solid #f4f6f8;overflow-y:hidden}._TimelineWrapper_15h4n_61._noLines_15h4n_69{border-right:none}._Timeline_15h4n_61{position:relative;padding-right:8px;text-align:right;min-width:40px}._Timeline_15h4n_61 ._TimeText_15h4n_78{position:absolute;bottom:0;left:0;font-size:10px}._DateColumnRow_15h4n_84{display:flex;flex-direction:row;flex:1 auto;overflow-y:auto}._DateColumnRow_15h4n_84 ._DateColumnRowInner_15h4n_90{height:max-content;display:flex;flex-direction:row;flex:1 auto}._DateColumnRow_15h4n_84 ._DateColumn_15h4n_84{position:relative;flex:1;display:flex;border-right:1px solid #f4f6f8;background:repeating-linear-gradient(to bottom,var(--backgroundDefault, #ffffff) 0,var(--backgroundDefault, #ffffff) var(--bg-start-white, 47px),var(--backgroundNeutral, #f4f6f8) var(--bg-start-white, 47px),var(--backgroundNeutral, #f4f6f8) var(--bg-line-white, 48px))}._DateColumnRow_15h4n_84 ._DateColumn_15h4n_84._noLines_15h4n_69{border-right:none}._DateColumnRow_15h4n_84 ._DateColumn_15h4n_84 ._DateColumnInner_15h4n_107{position:relative;width:95%;flex:1}._DateColumnRow_15h4n_84 ._TodayIndicator_15h4n_112{position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#00a76f;z-index:9999}._DateColumnRow_15h4n_84 ._TodayIndicator_15h4n_112:before{position:absolute;left:0;top:50%;transform:translateY(-50%);content:"";border-radius:50%;background-color:#00a76f;z-index:10000}._DateColumnRow_15h4n_84 ._TimeCriteria_15h4n_131{height:max-content}._DateColumnRow_15h4n_84 ._TimeCriteria_15h4n_131 ._TimeCriteriaCell_15h4n_134{height:48px}._EventItem_15h4n_137{padding:4px;font-size:12px;background-color:orange;cursor:pointer}._EventItem_15h4n_137:hover{background-color:#ff8c00}._EventItem_15h4n_137._dragging_15h4n_146{z-index:10}._DateColumn_15h4n_84._allowCreate_15h4n_149{cursor:cell}._DateColumn_15h4n_84._dragging_15h4n_146 ._EventItem_15h4n_137{pointer-events:none}._EventItem_15h4n_137._draggable_15h4n_155{cursor:move}._EventItem_15h4n_137._dragging_15h4n_146{opacity:.5;z-index:10}}@layer MobilePicker{@property --item-height{syntax: "<length>"; inherits: false; initial-value: 36px;}._Root_fhkj1_7{display:flex;width:100%;height:auto;position:relative}._Column_fhkj1_13{display:flex;flex-direction:column;flex:1;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent);mask-image:linear-gradient(to top,transparent,transparent 5%,#fff 20%,#fff 80%,transparent 95%,transparent)}._Item_fhkj1_21{height:var(--item-height);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;color:#ccc;flex-shrink:0;-webkit-user-select:none;user-select:none}._Item_fhkj1_21._isSelected_fhkj1_32{color:#333}._ItemWrap_fhkj1_35{position:absolute;width:100%;transition:transform .2s ease-out}._ItemWrap_fhkj1_35._isDragging_fhkj1_40{transition:none}._Divider_fhkj1_43{width:100%;height:var(--item-height);position:absolute;top:50%;left:0;transform:translateY(-50%);box-sizing:border-box;border-block:2px solid #ebebeb;z-index:-1}}@layer LNB{._Wrapper_1ss2n_2{max-width:240px;white-space:nowrap}._Wrapper_1ss2n_2 ._Logo_1ss2n_6{padding:24px 16px;display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700}._Wrapper_1ss2n_2 ._List_1ss2n_14{display:flex;flex-direction:column}._Wrapper_1ss2n_2 ._Item_1ss2n_18{cursor:pointer;width:100%;background-color:transparent;border:none;display:flex;align-items:center;min-height:40px;color:var(--default-color);background-color:var(--default-bg-color);border-radius:8px}._Wrapper_1ss2n_2 ._Item_1ss2n_18:hover{color:var(--hover-color);background-color:var(--hover-bg-color)}._Wrapper_1ss2n_2 ._Item_1ss2n_18._active_1ss2n_34{color:var(--active-color);background-color:var(--active-bg-color)}._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38{flex:1;display:flex;flex-direction:column;text-align:start}._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{font-weight:400;font-size:12px;line-height:18px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{font-size:14px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{font-size:8px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{line-height:24px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18 ._TextGroup_1ss2n_38 ._Subtitle_1ss2n_44{line-height:18px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{padding:0 12px;gap:8px;min-height:48px;font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{font-size:18px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{line-height:30px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._full_1ss2n_61{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{padding:0 12px 0 40px;gap:8px;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{font-size:18px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{line-height:30px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._secondary_1ss2n_81{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{padding:0 12px;gap:8px;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{font-size:18px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{line-height:30px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._list_1ss2n_100{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{padding:0 12px;gap:8px;font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{font-size:16px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{font-size:10px}[data-typography=senior] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{line-height:26px}[data-typography=mobile] ._Wrapper_1ss2n_2 ._Item_1ss2n_18._title_1ss2n_119{line-height:24px}._Wrapper_1ss2n_2 ._Item_1ss2n_18._disabled_1ss2n_138{color:var(--default-color);background-color:var(--default-bg-color);pointer-events:none}}@layer Pagination{._Root_hmncd_2{display:flex;flex-direction:row;align-items:center;gap:6px}._Root_hmncd_2._medium_hmncd_8{height:40px}._Root_hmncd_2._small_hmncd_11{height:32px}._PageItem_hmncd_14{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._PageItem_hmncd_14{font-size:20px}[data-typography=mobile] ._PageItem_hmncd_14{font-size:12px}[data-typography=senior] ._PageItem_hmncd_14{line-height:30px}[data-typography=mobile] ._PageItem_hmncd_14{line-height:26px}._PageItem_hmncd_14{border:none;cursor:pointer;background-color:var(--background-color);color:var(--color);height:inherit;aspect-ratio:1}._PageItem_hmncd_14._square_hmncd_39{border-radius:8px}._PageItem_hmncd_14._round_hmncd_42{border-radius:50%}._PageItem_hmncd_14._active_hmncd_45{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._PageItem_hmncd_14._active_hmncd_45{font-size:20px}[data-typography=mobile] ._PageItem_hmncd_14._active_hmncd_45{font-size:12px}[data-typography=senior] ._PageItem_hmncd_14._active_hmncd_45{line-height:30px}[data-typography=mobile] ._PageItem_hmncd_14._active_hmncd_45{line-height:26px}._PageItem_hmncd_14._disabled_hmncd_62{cursor:auto}._Icon_hmncd_65{border:none;background:none;box-sizing:border-box;cursor:pointer;text-align:center;height:inherit;aspect-ratio:1}._Icon_hmncd_65._medium_hmncd_8{padding:8px}._Icon_hmncd_65._small_hmncd_11{padding:4px}._Icon_hmncd_65._disabled_hmncd_62{cursor:auto}}@layer Chips{._ChipsWrapper_5cgrc_2{padding:0 12px;display:flex;flex-direction:row;align-items:center;gap:4px;background-color:var(--default-background-color, #edeff2);color:var(--default-tint-color, #000000);border:1px solid var(--default-border-color, #d9d9d9);max-width:100%}._ChipsWrapper_5cgrc_2._large_5cgrc_13{height:48px;font-weight:500;font-size:16px;line-height:26px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{font-size:18px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{font-size:12px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{line-height:30px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._large_5cgrc_13{line-height:26px}._ChipsWrapper_5cgrc_2._medium_5cgrc_31{height:40px;font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{font-size:16px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{font-size:10px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{line-height:26px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._medium_5cgrc_31{line-height:24px}._ChipsWrapper_5cgrc_2._small_5cgrc_49{height:32px;font-weight:500;font-size:14px;line-height:24px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{font-size:16px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{font-size:10px}[data-typography=senior] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{line-height:26px}[data-typography=mobile] ._ChipsWrapper_5cgrc_2._small_5cgrc_49{line-height:24px}._ChipsWrapper_5cgrc_2._outlined_5cgrc_67{border-radius:16px}._ChipsWrapper_5cgrc_2._round_5cgrc_70{border-radius:22px}._ChipsWrapper_5cgrc_2._round_5cgrc_70._small_5cgrc_49{border-radius:16px}._ChipsWrapper_5cgrc_2._square_5cgrc_76{border-radius:8px}._ChipsWrapper_5cgrc_2._square_5cgrc_76._small_5cgrc_49{border-radius:4px}._ChipsText_5cgrc_82{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}}@layer Label{._Label_1xhzp_2{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding-inline:6px;border-radius:6px;gap:4px;background-color:var(--background-color, rgba(255, 171, 0, .1215686275));color:var(--color, #b76e00);border:1px solid var(--border-color, transparent)}._Label_1xhzp_2._cursor_1xhzp_14{cursor:pointer}._Label_1xhzp_2._medium_1xhzp_17{height:32px;font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Label_1xhzp_2._medium_1xhzp_17{font-size:18px}[data-typography=mobile] ._Label_1xhzp_2._medium_1xhzp_17{font-size:10px}[data-typography=senior] ._Label_1xhzp_2._medium_1xhzp_17{line-height:30px}[data-typography=mobile] ._Label_1xhzp_2._medium_1xhzp_17{line-height:24px}._Label_1xhzp_2._small_1xhzp_35{height:24px;font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._Label_1xhzp_2._small_1xhzp_35{font-size:14px}[data-typography=mobile] ._Label_1xhzp_2._small_1xhzp_35{font-size:8px}[data-typography=senior] ._Label_1xhzp_2._small_1xhzp_35{line-height:24px}[data-typography=mobile] ._Label_1xhzp_2._small_1xhzp_35{line-height:18px}._Label_1xhzp_2._xSmall_1xhzp_53{height:16px;font-weight:700;font-size:10px;line-height:14px}[data-typography=senior] ._Label_1xhzp_2._xSmall_1xhzp_53{font-size:12px}[data-typography=mobile] ._Label_1xhzp_2._xSmall_1xhzp_53{font-size:6px}[data-typography=senior] ._Label_1xhzp_2._xSmall_1xhzp_53{line-height:12px}[data-typography=mobile] ._Label_1xhzp_2._xSmall_1xhzp_53{line-height:14px}}@layer ScrollCalendar{._Body_1px9a_2{width:100%;height:auto;overflow:hidden;display:flex}._Body_1px9a_2::-webkit-scrollbar{display:none}._Body_1px9a_2 ._ColumnWrap_1px9a_11{display:flex}._Column_1px9a_11{display:none;flex-direction:column;align-items:center;flex-shrink:0;color:#637381;font-weight:400;font-size:14px}._Column_1px9a_11._visible_1px9a_23{display:flex}._Column_1px9a_11._selected_1px9a_26{color:#00a76f}._Column_1px9a_11 ._Date_1px9a_29,._Column_1px9a_11 ._Text_1px9a_32{line-height:24px}}@layer Sheet{._Dimmed_dueb9_2{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:#00000080;z-index:998}@property --safe-size{syntax: "<length>"; initial-value: 1000px; inherits: false;}@property --shadow-color{syntax: "<color>"; initial-value: rgba(145,158,171,.1215686275); inherits: false;}._Wrapper_dueb9_21{position:fixed;z-index:999;display:none;transition:display .25s ease-in-out allow-discrete;background-color:#fff}._Wrapper_dueb9_21._open_dueb9_28{display:block}._Wrapper_dueb9_21._top_dueb9_31{width:100vw;box-shadow:0 40px 40px -4px var(--shadow-color);padding-top:var(--safe-size);top:calc(0% - var(--safe-size));left:0}._Wrapper_dueb9_21._bottom_dueb9_38{width:100vw;border-radius:16px 16px 0 0;box-shadow:0 -40px 40px -4px var(--shadow-color);padding-bottom:var(--safe-size);bottom:calc(0% - var(--safe-size));left:0}._Wrapper_dueb9_21._left_dueb9_46{height:100vh;box-shadow:40px 0 40px -4px var(--shadow-color);padding-left:var(--safe-size);top:0;left:calc(0% - var(--safe-size))}._Wrapper_dueb9_21._right_dueb9_53{height:100vh;box-shadow:-40px 0 40px -4px var(--shadow-color);padding-right:var(--safe-size);top:0;right:calc(0% - var(--safe-size))}}@layer Popup{html:has(._Layer_14dap_2:popover-open._bodyScroll_14dap_2){overflow:auto}html:has(._Layer_14dap_2:popover-open:not(._bodyScroll_14dap_2)){overflow:hidden}@property --shadow-color{syntax: "<color>"; initial-value: rgba(145,158,171,.2); inherits: false;}._Contents_14dap_13{padding:16px;background-color:#fff;border-radius:10px;box-shadow:0 20px 50px 20px var(--shadow-color);z-index:1000;position:relative;display:flex;flex-direction:column}._Dimmed_14dap_23{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;cursor:default}._Layer_14dap_2{width:100%;height:100%;border:none;background:none}._Layer_14dap_2:popover-open{display:flex;justify-content:center;align-items:center}._Layer_14dap_2::backdrop{display:none}}@layer TimeInput{._InputWrapper_i02wu_2{display:flex;align-items:center;gap:10px;padding:4px;border-radius:8px;border:1px solid var(--border-color, var(--componentTextfieldOutline));color:var(--color, var(--textPrimary, #1c252e));background-color:var(--background-color, transparent);height:40px;flex:1;font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._InputWrapper_i02wu_2{font-size:18px}[data-typography=mobile] ._InputWrapper_i02wu_2{font-size:10px}[data-typography=senior] ._InputWrapper_i02wu_2{line-height:30px}[data-typography=mobile] ._InputWrapper_i02wu_2{line-height:24px}._InputWrapper_i02wu_2._row_i02wu_29{flex-direction:row;flex-grow:1}._InputWrapper_i02wu_2._contained_i02wu_33{background-color:var(--componentTextfieldFilled, #edeff2)}._InputWrapper_i02wu_2._large_i02wu_36{height:48px;font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._InputWrapper_i02wu_2._large_i02wu_36{font-size:20px}[data-typography=mobile] ._InputWrapper_i02wu_2._large_i02wu_36{font-size:12px}[data-typography=senior] ._InputWrapper_i02wu_2._large_i02wu_36{line-height:30px}[data-typography=mobile] ._InputWrapper_i02wu_2._large_i02wu_36{line-height:26px}._InputWrapper_i02wu_2._error_i02wu_54{border-color:var(--textError, #f5222d)}._InputWrapper_i02wu_2._warning_i02wu_57{border-color:var(--textWarning, #ffab00)}._InputWrapper_i02wu_2._success_i02wu_60{border-color:var(--textSuccess, #1cc95c)}._InputWrapper_i02wu_2._focused_i02wu_63{border-color:var(--border-color, var(--componentTextfieldOutline))}._InputWrapper_i02wu_2._disabled_i02wu_66{cursor:not-allowed}._InputWrapper_i02wu_2 ._Input_i02wu_2{border:none;outline:none;background:none;font:inherit;text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;display:inline-block;flex:1;color:var(--color, inherit)}._InputWrapper_i02wu_2 ._Input_i02wu_2::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._InputWrapper_i02wu_2 ._Input_i02wu_2::placeholder{color:var(--placeholder-color, var(--textTertiary, #919eab));font:inherit}._InputWrapper_i02wu_2 ._Input_i02wu_2._error_i02wu_54{color:var(--textError, #f5222d)}._InputWrapper_i02wu_2 ._Input_i02wu_2._error_i02wu_54::placeholder{color:var(--textError, #f5222d)}._InputWrapper_i02wu_2 ._Input_i02wu_2._readOnly_i02wu_94{cursor:default}._InputWrapper_i02wu_2 ._Input_i02wu_2._disabled_i02wu_66{cursor:not-allowed;color:var(--textDisabled, #c4cdd5)}._InputWrapper_i02wu_2 ._Input_i02wu_2._disabled_i02wu_66::placeholder{color:var(--textDisabled, #c4cdd5)}._InputWrapper_i02wu_2 ._TimeRange_i02wu_104{display:flex;align-items:center;gap:10px;flex:1}._Colon_i02wu_110{color:#919eab}._Colon_i02wu_110._error_i02wu_54{color:var(--textError, #f5222d)}._Colon_i02wu_110._warning_i02wu_57{color:var(--textWarning, #ffab00)}._Colon_i02wu_110._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._Colon_i02wu_110._disabled_i02wu_66{color:var(--textDisabled, #c4cdd5)}._Separator_i02wu_125{color:#919eab}._Separator_i02wu_125._error_i02wu_54{color:var(--textError, #f5222d)}._Separator_i02wu_125._warning_i02wu_57{color:var(--textWarning, #ffab00)}._Separator_i02wu_125._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._Separator_i02wu_125._disabled_i02wu_66{color:var(--textDisabled, #c4cdd5)}._HelperText_i02wu_140{color:var(--textTertiary, #919eab)}._HelperText_i02wu_140._error_i02wu_54{color:var(--textError, #f5222d)}._HelperText_i02wu_140._warning_i02wu_57{color:var(--textWarning, #ffab00)}._HelperText_i02wu_140._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._TimeInputLabel_i02wu_152{color:var(--textSecondary, #637381);margin-bottom:4px;font-weight:700;font-size:12px;line-height:18px}[data-typography=senior] ._TimeInputLabel_i02wu_152{font-size:14px}[data-typography=mobile] ._TimeInputLabel_i02wu_152{font-size:8px}[data-typography=senior] ._TimeInputLabel_i02wu_152{line-height:24px}[data-typography=mobile] ._TimeInputLabel_i02wu_152{line-height:18px}._TimeInputLabel_i02wu_152._focused_i02wu_63{color:var(--actionAction)}._TimeInputLabel_i02wu_152._error_i02wu_54{color:var(--textError, #f5222d)}._TimeInputLabel_i02wu_152._warning_i02wu_57{color:var(--textWarning, #ffab00)}._TimeInputLabel_i02wu_152._success_i02wu_60{color:var(--textSuccess, #1cc95c)}._TimeInputLabel_i02wu_152._row_i02wu_29{margin-bottom:0;margin-right:8px;flex:0 0 var(--basis, 105px)}._TimeInputLabel_i02wu_152._large_i02wu_36,._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{font-size:18px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{font-size:10px}[data-typography=senior] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{line-height:30px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._large_i02wu_36,[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._small_i02wu_188{line-height:24px}._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{font-weight:700;font-size:16px;line-height:26px}[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{font-size:20px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{font-size:12px}[data-typography=senior] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{line-height:30px}[data-typography=mobile] ._TimeInputLabel_i02wu_152._row_i02wu_29._large_i02wu_36{line-height:26px}._TimeInputRoot_i02wu_222{display:flex;flex-direction:column;gap:8px;width:100%}._TimeInputRoot_i02wu_222._row_i02wu_29{flex-direction:row;align-items:center}}@layer List{._List_1lfpt_2{display:flex;align-items:center;justify-content:space-between;gap:4px}._List_1lfpt_2._s_1lfpt_8._row_1lfpt_8{padding-block:4px}._List_1lfpt_2._m_1lfpt_11._row_1lfpt_8{padding-block:8px}._List_1lfpt_2._l_1lfpt_14._row_1lfpt_8{padding-block:10px}._List_1lfpt_2._column_1lfpt_17{padding-block:8px}._TextWrapper_1lfpt_20{display:flex;width:100%}._TextWrapper_1lfpt_20._row_1lfpt_8{flex-direction:row;align-items:center;gap:16px}._TextWrapper_1lfpt_20._column_1lfpt_17{flex-direction:column}._Title_1lfpt_32{color:var(--textSecondary, #637381)}._Title_1lfpt_32._row_1lfpt_8{flex-basis:100px;flex-shrink:0}._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{font-size:18px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{font-size:10px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{line-height:30px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._s_1lfpt_8{line-height:24px}._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{font-size:20px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{font-size:12px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{line-height:30px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._m_1lfpt_11{line-height:26px}._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{font-size:22px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{font-size:14px}[data-typography=senior] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{line-height:34px}[data-typography=mobile] ._Title_1lfpt_32._text_1lfpt_39._l_1lfpt_14{line-height:30px}._Title_1lfpt_32._contentsHeader_1lfpt_90{font-weight:700;font-size:14px;line-height:24px}[data-typography=senior] ._Title_1lfpt_32._contentsHeader_1lfpt_90{font-size:18px}[data-typography=mobile] ._Title_1lfpt_32._contentsHeader_1lfpt_90{font-size:10px}[data-typography=senior] ._Title_1lfpt_32._contentsHeader_1lfpt_90{line-height:30px}[data-typography=mobile] ._Title_1lfpt_32._contentsHeader_1lfpt_90{line-height:24px}._Label_1lfpt_107{color:var(--textPrimary, #1c252e);flex-grow:1}._Label_1lfpt_107._s_1lfpt_8{font-weight:400;font-size:14px;line-height:24px}[data-typography=senior] ._Label_1lfpt_107._s_1lfpt_8{font-size:18px}[data-typography=mobile] ._Label_1lfpt_107._s_1lfpt_8{font-size:10px}[data-typography=senior] ._Label_1lfpt_107._s_1lfpt_8{line-height:30px}[data-typography=mobile] ._Label_1lfpt_107._s_1lfpt_8{line-height:24px}._Label_1lfpt_107._m_1lfpt_11{font-weight:400;font-size:16px;line-height:26px}[data-typography=senior] ._Label_1lfpt_107._m_1lfpt_11{font-size:20px}[data-typography=mobile] ._Label_1lfpt_107._m_1lfpt_11{font-size:12px}[data-typography=senior] ._Label_1lfpt_107._m_1lfpt_11{line-height:30px}[data-typography=mobile] ._Label_1lfpt_107._m_1lfpt_11{line-height:26px}._Label_1lfpt_107._l_1lfpt_14{font-weight:400;font-size:18px;line-height:30px}[data-typography=senior] ._Label_1lfpt_107._l_1lfpt_14{font-size:22px}[data-typography=mobile] ._Label_1lfpt_107._l_1lfpt_14{font-size:14px}[data-typography=senior] ._Label_1lfpt_107._l_1lfpt_14{line-height:34px}[data-typography=mobile] ._Label_1lfpt_107._l_1lfpt_14{line-height:30px}}@layer Thumbnail{._Wrapper_1n0fd_2{display:flex;align-items:center;justify-content:flex-start;height:auto;position:relative;gap:8px;-webkit-user-select:none;user-select:none}._ImageWrapper_1n0fd_11{position:relative;display:inline-block;line-height:0}._LoadingSkeleton_1n0fd_16{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;aspect-ratio:var(--aspectRatio);pointer-events:none;animation:_skeleton-loading_1n0fd_1 1s infinite alternate}._LoadingSkeleton_1n0fd_16._square_1n0fd_24{border-radius:8px}._LoadingSkeleton_1n0fd_16._circle_1n0fd_27{border-radius:50%}._Image_1n0fd_11{aspect-ratio:var(--aspectRatio);background-color:#fff;position:relative;display:block;opacity:0;transition:opacity .15s ease}._Image_1n0fd_11._isLoaded_1n0fd_38{opacity:1}._Image_1n0fd_11._square_1n0fd_24{border-radius:8px}._Image_1n0fd_11._circle_1n0fd_27{border-radius:50%}._Image_1n0fd_11._cover_1n0fd_47{object-fit:cover}._Image_1n0fd_11._contain_1n0fd_50{object-fit:contain}._UploadInput_1n0fd_53{display:none}._EmptyImage_1n0fd_56{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;aspect-ratio:var(--aspectRatio);background-color:var(--thumbnailPlaceholderBg, var(--greyGrey3, #f4f6f8));cursor:pointer}._EmptyImage_1n0fd_56._square_1n0fd_24{border-radius:8px}._EmptyImage_1n0fd_56._circle_1n0fd_27{border-radius:50%}._EmptyImage_1n0fd_56 ._Text_1n0fd_73{color:var(--textTertiary, #919eab);font-weight:400;font-size:10px;line-height:14px}[data-typography=senior] ._EmptyImage_1n0fd_56 ._Text_1n0fd_73{font-size:12px}[data-typography=mobile] ._EmptyImage_1n0fd_56 ._Text_1n0fd_73{font-size:6px}[data-typography=senior] ._EmptyImage_1n0fd_56 ._Text_1n0fd_73{line-height:12px}[data-typography=mobile] ._EmptyImage_1n0fd_56 ._Text_1n0fd_73{line-height:14px}._ErrorImage_1n0fd_91{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0;aspect-ratio:var(--aspectRatio);background-color:var(--thumbnailPlaceholderBg, var(--greyGrey3, #f4f6f8));position:relative}._ErrorImage_1n0fd_91._square_1n0fd_24{border-radius:8px}._ErrorImage_1n0fd_91._circle_1n0fd_27{border-radius:50%}._EditButton_1n0fd_108{width:var(--exactSize);height:var(--exactSize);position:absolute;bottom:0;right:0;border-radius:50%;background-color:var(--greyGrey7, #637381);display:flex;align-items:center;justify-content:center;border:var(--borderWidth) solid #fff;cursor:pointer}._EditButton_1n0fd_108._square_1n0fd_24{transform:translate(var(--translate),var(--translate))}._EditButton_1n0fd_108._circle_1n0fd_27{transform:translate(4px)}._FileInput_1n0fd_128{display:none}._RemoveButton_1n0fd_131{width:var(--exactSize);height:var(--exactSize);position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;cursor:pointer}._RemoveButton_1n0fd_131._square_1n0fd_24{border-radius:0 8px 0 0;background:var(--black32, rgba(0, 0, 0, .3215686275));box-shadow:var(--z8x, 0) var(--z8y, 8px) var(--z8blur, 16px) var(--z8spread, 0px) var(--shadow12, #919eab)}._RemoveButton_1n0fd_131._circle_1n0fd_27{border-radius:50%;background-color:var(--greyGrey7, #637381);border:var(--borderWidth) solid #fff;transform:translate(4px)}}@keyframes _skeleton-loading_1n0fd_1{0%{background-color:#dcdcdc99}to{background-color:#f4f6f899}}@layer VideoPlayer.Overlay{._Overlay_1topf_1{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;pointer-events:auto}._Overlay_1topf_1._fullscreen_1topf_11{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999}._OverlayGrid_1topf_19{position:relative;top:0;right:0;bottom:0;left:0;width:100%;flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;padding:4px}._OverlayGrid_1topf_19>*{pointer-events:auto}._TopLeft_1topf_32{grid-area:1/1;display:flex;align-items:flex-start;justify-content:flex-start}._TopCenter_1topf_38{grid-area:1/2;display:flex;align-items:flex-start;justify-content:center}._TopRight_1topf_44{grid-area:1/3;display:flex;align-items:flex-start;justify-content:flex-end}._MiddleLeft_1topf_50{grid-area:2/1;display:flex;align-items:center;justify-content:flex-start}._MiddleCenter_1topf_56{grid-area:2/2;display:flex;align-items:center;justify-content:center}._MiddleRight_1topf_62{grid-area:2/3;display:flex;align-items:center;justify-content:flex-end}._BottomLeft_1topf_68{grid-area:3/1;display:flex;align-items:flex-end;justify-content:flex-start}._BottomCenter_1topf_74{grid-area:3/2;display:flex;align-items:flex-end;justify-content:center}._BottomRight_1topf_80{grid-area:3/3;display:flex;align-items:flex-end;justify-content:flex-end}._ProgressContainer_1topf_86{position:absolute;bottom:0;left:0;right:0;padding:0;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:auto;z-index:20}._ProgressContainer_1topf_86._visible_1topf_98{opacity:1;visibility:visible}._Content_1topf_102{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;visibility:visible;transition:opacity .2s ease,visibility .2s ease;display:flex;flex-direction:column}._Content_1topf_102._hidden_1topf_111{opacity:0;visibility:hidden;pointer-events:none}}@layer VideoPlayer.Loading{._Loading_1nfaq_1{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10}._LoadingSpinner_1nfaq_11{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1nfaq_1 1s linear infinite}@keyframes _spin_1nfaq_1{to{transform:rotate(360deg)}}._LoadingText_1nfaq_27{position:absolute;top:calc(50% + 40px);left:50%;transform:translate(-50%);margin-top:0;max-width:calc(100% - 32px);text-align:center;color:#fff;font-size:14px}}@layer VideoPlayer.Error{._Error_1755e_1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000000b3;z-index:10;padding:24px}._ErrorTitle_1755e_16{color:#fff;font-size:18px;font-weight:600;margin-bottom:8px}._ErrorDescription_1755e_22{color:#fffc;font-size:14px;margin-bottom:16px;text-align:center}._ErrorActionButton_1755e_28{padding:8px 16px;background-color:#fff;color:#000;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}._ErrorActionButton_1755e_28:hover{background-color:#ffffffe6}}@layer VideoPlayer.Frame{._Frame_1y5ek_1{width:var(--video-player-width, 100%);max-width:var(--video-player-max-width, 1200px);margin:0 auto;background:var(--video-player-background, #000);border-radius:0;position:relative;min-height:var(--video-player-height, 400px);height:var(--video-player-height, 400px)}._Frame_1y5ek_1>[data-vjs-player]{width:100%;height:100%;position:relative}._Frame_1y5ek_1 .video-js{width:100%!important;height:100%!important;background:#000;position:relative}._Frame_1y5ek_1 .video-js ._vjs-tech_1y5ek_23{width:100%!important;height:100%!important;object-fit:cover;object-position:center}._Frame_1y5ek_1 .video-js._vjs-fullscreen_1y5ek_29{width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important;z-index:9998!important}._Frame_1y5ek_1 .video-js._vjs-fullscreen_1y5ek_29 ._vjs-tech_1y5ek_23{width:100%!important;height:100%!important;object-fit:cover;object-position:center}._Frame_1y5ek_1 ._vjs-control-bar_1y5ek_43,._Frame_1y5ek_1 ._vjs-big-play-button_1y5ek_46,._Frame_1y5ek_1 ._vjs-loading-spinner_1y5ek_49,._Frame_1y5ek_1 ._vjs-error-display_1y5ek_52{display:none!important}@media (max-width: 768px){._Frame_1y5ek_1 .video-js{min-height:var(--video-player-height, 250px)}}@media (max-width: 480px){._Frame_1y5ek_1 .video-js{min-height:var(--video-player-height, 200px)}}}@layer VideoPlayer.Player{._VideoElement_cfekd_2{width:100%;height:100%;position:relative;display:flex;flex-direction:column}._VideoElement_cfekd_2>.vjs-tech{width:100%;height:calc(100% - var(--progress-bar-height, 0px));position:relative}}@layer VideoPlayer.Thumbnail{._Thumbnail_1hgib_1{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}._ThumbnailImage_1hgib_11{width:100%;height:100%;object-fit:cover}}@layer VideoPlayer.Widgets.Button{._WidgetButton_1g3p0_2{background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;pointer-events:auto}._WidgetButton_1g3p0_2:hover{background:#0003}}@layer VideoPlayer.Widgets.ProgressBar{._ProgressBar_yylk1_1{width:100%;height:8px;cursor:pointer;position:relative;pointer-events:auto;overflow:visible;flex-shrink:0}@media screen and (min-width: 1440px){._ProgressBar_yylk1_1{height:16px}}._ProgressTrack_yylk1_16{width:100%;height:100%;background:#d9d9d9;border-radius:0;overflow:visible;position:relative}._BufferedProgress_yylk1_24{position:absolute;top:0;left:0;height:100%;background:#afafaf;border-radius:0;will-change:width}._CurrentProgress_yylk1_33{position:absolute;top:0;left:0;height:100%;background:#ff6b35;border-radius:0;will-change:width}}@layer VideoPlayer.Widgets.VolumeControl{._VolumeControl_cqcm4_1{--vp-volume-control-width: 40px;--vp-volume-control-width-expanded: 124px;--vp-volume-control-gap: 8px;--vp-volume-control-gap-expanded: 6px;--vp-volume-slider-width: 0;--vp-volume-slider-opacity: 0;--vp-volume-button-hover-bg: rgba(255, 255, 255, .1);--vp-volume-track-bg: rgba(255, 255, 255, .2);--vp-volume-track-fill: #ffffff;--vp-volume-thumb-bg: #ffffff;--vp-volume-thumb-shadow: 0 1px 3px rgba(0, 0, 0, .25);position:relative;display:flex;flex-direction:row;align-items:center;gap:var(--vp-volume-control-gap);pointer-events:auto;width:var(--vp-volume-control-width);min-width:var(--vp-volume-control-width);overflow:hidden;transition:width .3s ease-out,min-width .3s ease-out,gap .3s ease-out}._VolumeControl_cqcm4_1:hover,._VolumeControl_cqcm4_1:focus-within,._VolumeControl_cqcm4_1._isActive_cqcm4_25{width:var(--vp-volume-control-width-expanded);min-width:var(--vp-volume-control-width-expanded);gap:var(--vp-volume-control-gap-expanded)}._VolumeControl_cqcm4_1:hover ._VolumeSlider_cqcm4_30,._VolumeControl_cqcm4_1:focus-within ._VolumeSlider_cqcm4_30,._VolumeControl_cqcm4_1._isActive_cqcm4_25 ._VolumeSlider_cqcm4_30{width:60px;opacity:1;pointer-events:auto}._VolumeControl_cqcm4_1 ._VolumeButton_cqcm4_35{flex-shrink:0;width:40px;height:40px;min-width:40px;min-height:40px;background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}._VolumeControl_cqcm4_1 ._VolumeButton_cqcm4_35:hover{background:var(--vp-volume-button-hover-bg)}._VolumeSlider_cqcm4_30{display:flex;align-items:center;gap:8px;width:var(--vp-volume-slider-width);min-width:0;opacity:var(--vp-volume-slider-opacity);pointer-events:none;transition:width .3s ease-out,opacity .3s ease-out}._InlineTrackWrapper_cqcm4_63{position:relative;width:60px;height:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:none;outline:none}._InlineTrackWrapper_cqcm4_63:focus-visible{outline:none;box-shadow:none}._InlineTrackBackground_cqcm4_78{position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);border-radius:999px;background:var(--vp-volume-track-bg)}._InlineTrackProgress_cqcm4_88{position:absolute;top:50%;left:0;width:var(--vp-volume-fill, 0);height:2px;transform:translateY(-50%);border-radius:999px;background:var(--vp-volume-track-fill)}._InlineThumb_cqcm4_98{position:absolute;top:50%;left:var(--vp-volume-thumb, 0);width:12px;height:12px;border-radius:50%;background:var(--vp-volume-thumb-bg);transform:translate(-50%,-50%);box-shadow:var(--vp-volume-thumb-shadow);pointer-events:none}._VolumeValue_cqcm4_110{color:#fff;font-size:12px;font-weight:500}}@layer VideoPlayer.Widgets.SpeedControl{._SpeedControl_3kfjh_1{position:relative;display:flex;align-items:center;pointer-events:auto}._SpeedButton_3kfjh_8{background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px}._SpeedButton_3kfjh_8:hover{background:#ffffff1a}._SpeedText_3kfjh_23{color:#fff;font-size:12px;font-weight:500}._SpeedMenu_3kfjh_28{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000e6;border-radius:8px;border:1px solid rgba(255,255,255,.2);padding:8px 0;min-width:80px;z-index:20}._SpeedOption_3kfjh_40{width:100%;padding:8px 16px;background:none;border:none;color:#fff;cursor:pointer;font-size:14px;text-align:center;transition:background-color .2s ease}._SpeedOption_3kfjh_40:hover{background:#ffffff1a}._SpeedOption_3kfjh_40._active_3kfjh_54{background:#ff6b3533;color:#ff6b35;font-weight:600}._SpeedControl_3kfjh_1._cycle_3kfjh_59 ._SpeedMenu_3kfjh_28{display:none}}@layer VideoPlayer.Widgets.Time{._TimeDisplay_1m48s_2{display:flex;align-items:center;height:40px;min-height:40px;color:#fff;font-size:14px;font-weight:500;font-family:monospace;text-shadow:0 1px 3px rgba(0,0,0,.8);white-space:nowrap;pointer-events:auto}@media (max-width: 768px){._TimeDisplay_1m48s_2{font-size:12px}}}