@sberbusiness/triplex-next 1.4.0 → 1.6.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 (462) hide show
  1. package/chunks/{AlertProcessSpoiler-BQv9QI6L.js → AlertProcessSpoiler-BCXIqVd5.js} +6 -6
  2. package/chunks/CalendarViewItem-CHiqUGxF.js +101 -0
  3. package/chunks/Card.module-CmXEvD5r.js +17 -0
  4. package/chunks/CheckboxTreeExtended.module-D-2ZUrcy.js +11 -0
  5. package/chunks/{Chip-G6cGXuGj.js → Chip-yWyfl_o2.js} +11 -11
  6. package/chunks/Confirm.module-Ds4ZMYVB.js +15 -0
  7. package/chunks/{DropdownListItem-D2hzyBGc.js → DropdownListItem-DgEkMGvB.js} +19 -19
  8. package/chunks/DropdownMobile.module-thvNKX4t.js +21 -0
  9. package/chunks/Footer.module-DZhiuTzP.js +9 -0
  10. package/chunks/{FormFieldInput-CO7yZP0Q.js → FormFieldInput-BBhoiftf.js} +10 -10
  11. package/chunks/HeaderLayoutSidebar.module-DaB6pHPF.js +9 -0
  12. package/chunks/HeaderTabs.module-DK3rR1yV.js +9 -0
  13. package/chunks/{HeaderTitle.module-BHyH17ZI.js → HeaderTitle.module-CBMLSjn-.js} +2 -2
  14. package/chunks/IslandAccordion.module-D9LSijXT.js +26 -0
  15. package/chunks/{LightBoxContent-DmoszkOx.js → LightBoxContent-BjsBFl6W.js} +12 -12
  16. package/chunks/LightBoxControls.module-BHw6I5-d.js +16 -0
  17. package/chunks/LightBoxSideOverlayClose.module-VE4NCDr0.js +8 -0
  18. package/chunks/{ListItemControlsButton-BoEiexyr.js → ListItemControlsButton-CueYzEGM.js} +10 -10
  19. package/chunks/ListItemTail.module-Bw2cyg-n.js +12 -0
  20. package/chunks/ListMasterFooter.module-BfD7OQFa.js +10 -0
  21. package/chunks/ModalWindow.module-Nps-2rvx.js +17 -0
  22. package/chunks/Notification.module-DZZnmvDX.js +21 -0
  23. package/chunks/Overlay.module-BGfiVeol.js +18 -0
  24. package/chunks/Page.module-CV4uy77C.js +12 -0
  25. package/chunks/{RightBorderArrow-BHW7rkmN.js → RightBorderArrow-rROpeCX0.js} +8 -8
  26. package/chunks/SMSInput.module-Br6FTDVD.js +16 -0
  27. package/chunks/SliderExtendedMarks.module-Bubs2UAN.js +15 -0
  28. package/chunks/SliderExtendedRail-BmH-0W3L.js +40 -0
  29. package/chunks/StatusTracker.module-BVzGbfDD.js +24 -0
  30. package/chunks/{SuggestFieldMobileDropdownHint-CMKMF0PQ.js → SuggestFieldMobileDropdownHint-Bh4smUeN.js} +2 -2
  31. package/chunks/TableFooter.module-hx13-EO6.js +14 -0
  32. package/chunks/TabsExtended.module-CNjCgifz.js +16 -0
  33. package/chunks/TabsLine.module-_Jn8K0jv.js +23 -0
  34. package/chunks/TooltipDesktop.module-Cx6fDiek.js +19 -0
  35. package/chunks/TooltipMobileCloseButton-BUyQFHWX.js +20 -0
  36. package/chunks/TreeView.module-oeG4_2Ve.js +9 -0
  37. package/chunks/{UploadZoneInput-pdhICY56.js → UploadZoneInput-CjsECm07.js} +3 -3
  38. package/chunks/{utils-C8a4iCV0.js → utils-C1Q-0uVF.js} +6 -6
  39. package/chunks/utils-C8A7RzC0.js +20 -0
  40. package/chunks/utils-Cb3psf0n.js +73 -0
  41. package/chunks/{utils-C9-tOm2Z.js → utils-D-KMukhm.js} +8 -8
  42. package/chunks/utils-vwCIbf0H.js +24 -0
  43. package/chunks/vendor-D3hUOusX.js +14839 -0
  44. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  45. package/components/AccordionBase/protected/AccordionBase.js +10 -10
  46. package/components/Alert/AlertContext/AlertContext.js +13 -13
  47. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  49. package/components/Amount/Amount.js +3 -3
  50. package/components/AmountField/AmountField.js +11 -11
  51. package/components/Body/Body.js +13 -13
  52. package/components/Body/index.js +4 -2
  53. package/components/Button/Button.js +22 -22
  54. package/components/Button/ButtonBase.js +1 -1
  55. package/components/Button/ButtonDropdown.js +2 -2
  56. package/components/Button/ButtonDropdownExtended.js +5 -5
  57. package/components/Button/ButtonIcon.js +12 -12
  58. package/components/Calendar/Calendar.js +188 -0
  59. package/components/Calendar/CalendarContext.js +22 -0
  60. package/components/Calendar/CalendarViewContext.js +8 -0
  61. package/components/Calendar/components/CalendarControls.js +98 -0
  62. package/components/Calendar/components/CalendarFooter.js +9 -0
  63. package/components/Calendar/components/CalendarFooterButton.js +31 -0
  64. package/components/Calendar/components/CalendarView.js +30 -0
  65. package/components/Calendar/components/CalendarViewDays.js +100 -0
  66. package/components/Calendar/components/CalendarViewItem.js +11 -0
  67. package/components/Calendar/components/CalendarViewMonths.js +64 -0
  68. package/components/Calendar/components/CalendarViewYears.js +64 -0
  69. package/components/Calendar/enums.js +7 -0
  70. package/components/Calendar/index.js +9 -0
  71. package/components/Calendar/types.js +2 -0
  72. package/components/Calendar/utils.js +38 -0
  73. package/components/Card/CardAction.js +14 -14
  74. package/components/Card/CardStatic.js +3 -3
  75. package/components/Card/components/CardContent/CardContent.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  78. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  79. package/components/Card/components/CardMedia.js +2 -2
  80. package/components/Card/utils.js +1 -1
  81. package/components/CarouselExtended/CarouselExtended.js +12 -12
  82. package/components/Checkbox/Checkbox.js +16 -16
  83. package/components/Checkbox/CheckboxXGroup.js +13 -13
  84. package/components/Checkbox/CheckboxYGroup.js +4 -4
  85. package/components/CheckboxTree/index.js +5 -0
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +8 -7
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +4 -3
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +22 -21
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +21 -24
  90. package/components/CheckboxTreeExtended/index.js +5 -0
  91. package/components/Chip/Chip.js +2 -2
  92. package/components/Chip/ChipClearButton.js +7 -7
  93. package/components/Chip/ChipDropdownArrow.js +4 -4
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +46 -0
  96. package/components/Chip/ChipOptions.js +9 -9
  97. package/components/Chip/ChipSelect.js +2 -2
  98. package/components/Chip/ChipSort.js +55 -0
  99. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  100. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  101. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  102. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
  103. package/components/Chip/index.js +13 -9
  104. package/components/ChipGroup/ChipGroup.js +13 -13
  105. package/components/Col/Col.js +137 -137
  106. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  107. package/components/Confirm/Confirm.js +41 -0
  108. package/components/Confirm/components/ConfirmClose.js +13 -0
  109. package/components/Confirm/components/ConfirmCloseButton.js +27 -0
  110. package/components/Confirm/components/ConfirmContent.js +13 -0
  111. package/components/Confirm/components/ConfirmContentSubTitle.js +15 -0
  112. package/components/Confirm/components/ConfirmContentTitle.js +16 -0
  113. package/components/Confirm/components/ConfirmControls.js +9 -0
  114. package/components/Confirm/enums.js +5 -0
  115. package/components/Confirm/index.js +5 -0
  116. package/components/DateField/DateField.js +135 -0
  117. package/components/DateField/DateFieldContext.js +12 -0
  118. package/components/DateField/DateFieldTarget.js +60 -0
  119. package/components/DateField/constants.js +5 -0
  120. package/components/DateField/index.js +5 -0
  121. package/components/DateField/types.js +2 -0
  122. package/components/DateField/utils.js +23 -0
  123. package/components/DatePickerExtended/DatePickerExtended.js +136 -0
  124. package/components/DatePickerExtended/DatePickerExtendedContext.js +11 -0
  125. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +63 -0
  126. package/components/DateRange/DateRange.js +73 -0
  127. package/components/DateRange/enums.js +5 -0
  128. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  129. package/components/DesignTokens/DesignTokensComponents.js +94 -70
  130. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +89 -65
  131. package/components/DesignTokens/DesignTokensCore.js +1 -1
  132. package/components/DesignTokens/components/Calendar.js +107 -0
  133. package/components/DesignTokens/components/Divider.js +4 -4
  134. package/components/DesignTokens/components/Island.js +4 -4
  135. package/components/DesignTokens/components/IslandAccordion.js +15 -4
  136. package/components/DesignTokens/components/ModalWindow.js +11 -0
  137. package/components/DesignTokens/components/MultiselectField.js +9 -0
  138. package/components/DesignTokens/components/Slider.js +59 -0
  139. package/components/DesignTokens/components/SmallInput.js +15 -0
  140. package/components/DesignTokens/components/TopOverlay.js +9 -0
  141. package/components/DesignTokens/components/UploadZone.js +1 -1
  142. package/components/DesignTokens/components/index.js +144 -126
  143. package/components/Divider/Divider.js +21 -21
  144. package/components/DocumentNumberEdit/DocumentNumberEdit.js +64 -0
  145. package/components/DocumentNumberEdit/index.js +5 -0
  146. package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
  147. package/components/Dropdown/desktop/DropdownList.js +2 -2
  148. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  149. package/components/Dropdown/desktop/index.js +1 -1
  150. package/components/Dropdown/index.js +1 -1
  151. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  152. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  153. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  154. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  155. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  156. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  157. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  158. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  159. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  160. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  161. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +11 -0
  162. package/components/Ellipsis/Ellipsis.js +13 -13
  163. package/components/ExpandAnimation/ExpandAnimation.js +24 -24
  164. package/components/Footer/Footer.js +1 -1
  165. package/components/Footer/components/FooterDescription.js +2 -2
  166. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  167. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  168. package/components/FormField/FormField.js +25 -25
  169. package/components/FormField/components/FormFieldClear.js +13 -17
  170. package/components/FormField/components/FormFieldCounter.js +4 -4
  171. package/components/FormField/components/FormFieldDescription.js +4 -4
  172. package/components/FormField/components/FormFieldInput.js +2 -2
  173. package/components/FormField/components/FormFieldLabel.js +5 -5
  174. package/components/FormField/components/FormFieldMaskedInput.js +24 -28
  175. package/components/FormField/components/FormFieldPostfix.js +8 -8
  176. package/components/FormField/components/FormFieldPrefix.js +8 -8
  177. package/components/FormField/components/FormFieldTarget.js +37 -36
  178. package/components/FormField/components/FormFieldTextarea.js +11 -11
  179. package/components/FormField/index.js +1 -1
  180. package/components/Header/Header.js +1 -1
  181. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  182. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  183. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  184. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  185. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  186. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  187. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  188. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  189. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  190. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  191. package/components/HelpBox/HelpBox.js +6 -6
  192. package/components/Island/Island.js +2 -2
  193. package/components/Island/components/IslandBody.js +5 -5
  194. package/components/Island/components/IslandFooter.js +4 -4
  195. package/components/Island/components/IslandHeader.js +4 -4
  196. package/components/Island/utils.js +1 -1
  197. package/components/IslandAccordion/IslandAccordion.js +3 -3
  198. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  199. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  200. package/components/IslandAccordion/components/IslandAccordionItem.js +81 -73
  201. package/components/LightBox/LightBox.js +29 -29
  202. package/components/LightBox/LightBoxContent.js +2 -2
  203. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  204. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  205. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  206. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  207. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +9 -9
  208. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  209. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  210. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  211. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
  212. package/components/Link/Link.js +17 -17
  213. package/components/List/List.js +6 -6
  214. package/components/List/ListSortable.js +1 -1
  215. package/components/List/components/ListEmptyState.js +2 -2
  216. package/components/List/components/ListItem.js +1 -1
  217. package/components/List/components/ListItemContent.js +7 -7
  218. package/components/List/components/ListItemControls.js +2 -2
  219. package/components/List/components/ListItemControlsButton.js +2 -2
  220. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  221. package/components/List/components/ListItemLoading.js +7 -7
  222. package/components/List/components/ListItemSelectable.js +7 -7
  223. package/components/List/components/ListItemTable.js +4 -4
  224. package/components/List/components/ListItemTailLeft.js +2 -2
  225. package/components/List/components/ListItemTailRight.js +2 -2
  226. package/components/List/components/ListSortableItem.js +6 -6
  227. package/components/List/components/ListSortableItemControls.js +5 -5
  228. package/components/List/components/ListSortableItemTarget.js +6 -6
  229. package/components/List/index.js +1 -1
  230. package/components/ListMaster/ListMaster.js +1 -1
  231. package/components/ListMaster/components/ListMasterBody.js +1 -1
  232. package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
  233. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  234. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  235. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  236. package/components/ListMaster/components/ListMasterHeader.js +6 -6
  237. package/components/ListMaster/components/SelectionControls.js +6 -6
  238. package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
  239. package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
  240. package/components/LoaderScreen/LoaderScreen.js +2 -2
  241. package/components/Marker/Marker.js +2 -2
  242. package/components/Marker/utils.js +1 -1
  243. package/components/MarkerStatus/MarkerStatus.js +13 -13
  244. package/components/ModalWindow/ModalWindow.js +98 -0
  245. package/components/ModalWindow/components/ModalWindowBody.js +21 -0
  246. package/components/ModalWindow/components/ModalWindowClose.js +29 -0
  247. package/components/ModalWindow/components/ModalWindowContent.js +13 -0
  248. package/components/ModalWindow/components/ModalWindowFooter.js +10 -0
  249. package/components/ModalWindow/components/ModalWindowHeader.js +13 -0
  250. package/components/ModalWindow/components/ModalWindowViewManager.js +45 -0
  251. package/components/ModalWindow/index.js +17 -0
  252. package/components/MonthYearField/MonthYearField.js +66 -0
  253. package/components/MonthYearField/MonthYearFieldContext.js +9 -0
  254. package/components/MonthYearField/MonthYearFieldTarget.js +59 -0
  255. package/components/MonthYearField/constants.js +5 -0
  256. package/components/MonthYearField/index.js +5 -0
  257. package/components/MonthYearField/types.js +2 -0
  258. package/components/MonthYearField/utils.js +22 -0
  259. package/components/MultiselectField/MultiselectField.js +22 -0
  260. package/components/MultiselectField/MultiselectFieldContext.js +10 -0
  261. package/components/MultiselectField/components/MultiselectFieldDropdown.js +65 -0
  262. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +23 -0
  263. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +13 -0
  264. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +13 -0
  265. package/components/MultiselectField/components/index.js +11 -0
  266. package/components/MultiselectField/index.js +5 -0
  267. package/components/Notification/Notification.js +3 -3
  268. package/components/Notification/NotificationGrouped.js +1 -1
  269. package/components/Notification/components/NotificationBody.js +1 -1
  270. package/components/Notification/components/NotificationBodyContent.js +1 -1
  271. package/components/Notification/components/NotificationBodyList.js +2 -2
  272. package/components/Notification/components/NotificationClose.js +1 -1
  273. package/components/Notification/components/NotificationFooter.js +1 -1
  274. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  275. package/components/Notification/components/NotificationHeader.js +1 -1
  276. package/components/Notification/components/NotificationIcon.js +1 -1
  277. package/components/Notification/components/NotificationTime.js +1 -1
  278. package/components/Notification/index.js +7 -0
  279. package/components/NumberField/NumberFieldInput.js +1 -1
  280. package/components/OrderedList/OrderedList.js +5 -5
  281. package/components/OrderedList/OrderedListItem.js +10 -10
  282. package/components/Overlay/Overlay.js +2 -2
  283. package/components/Overlay/OverlayMask.js +2 -2
  284. package/components/Overlay/OverlayPanel.js +2 -2
  285. package/components/Page/Page.js +2 -2
  286. package/components/Page/components/BodyPage.js +2 -2
  287. package/components/Page/components/FooterPage.js +2 -2
  288. package/components/Page/components/HeaderPage.js +2 -2
  289. package/components/Page/components/useStickyCornerRadius.js +1 -1
  290. package/components/Pagination/components/PaginationExtended.js +6 -6
  291. package/components/Pagination/components/PaginationNavigationButton.js +5 -5
  292. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  293. package/components/Pagination/components/PaginationPageButton.js +9 -8
  294. package/components/Pagination/components/PaginationPageEllipsis.js +3 -3
  295. package/components/Pagination/components/PaginationSelect.js +6 -6
  296. package/components/Pagination/utils/paginationUtils.js +1 -1
  297. package/components/Radio/Radio.js +6 -6
  298. package/components/Radio/RadioXGroup.js +11 -11
  299. package/components/Radio/RadioYGroup.js +8 -8
  300. package/components/Row/Row.js +6 -6
  301. package/components/SMSInput/SMSInput.js +3 -3
  302. package/components/SMSInput/components/RefreshIcon.js +2 -2
  303. package/components/SMSInput/components/SMSInputInput.js +3 -3
  304. package/components/SMSInput/components/SMSInputRefresh.js +2 -2
  305. package/components/SMSInput/components/SMSInputSubmit.js +2 -2
  306. package/components/SMSInput/components/SMSInputTooltip.js +1 -1
  307. package/components/SegmentedControl/SegmentedControl.js +6 -6
  308. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  309. package/components/SelectExtendedField/SelectExtendedField.js +60 -54
  310. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  311. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +81 -67
  312. package/components/SelectField/SelectField.js +1 -1
  313. package/components/Skeleton/Skeleton.js +8 -8
  314. package/components/Slider/Slider.js +20 -0
  315. package/components/Slider/index.js +5 -0
  316. package/components/SliderExtended/SliderExtended.js +102 -0
  317. package/components/SliderExtended/SliderExtendedContext.js +30 -0
  318. package/components/SliderExtended/SliderExtendedUtils.js +32 -0
  319. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +158 -0
  320. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDotActions.js +12 -0
  321. package/components/SliderExtended/components/SliderExtendedDot/useSliderExtendedDotTabIndex.js +21 -0
  322. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +48 -0
  323. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarkActions.js +27 -0
  324. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +9 -0
  325. package/components/SliderExtended/components/SliderExtendedMoveHandler.js +25 -0
  326. package/components/SliderExtended/components/SliderExtendedRail.js +10 -0
  327. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +39 -0
  328. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +147 -0
  329. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrackActions.js +36 -0
  330. package/components/SliderExtended/index.js +5 -0
  331. package/components/SliderRange/SliderRange.js +63 -0
  332. package/components/SliderRange/index.js +5 -0
  333. package/components/SmallInput/SmallInput.js +11 -0
  334. package/components/SmallInput/index.js +5 -0
  335. package/components/Spoiler/Spoiler.js +15 -15
  336. package/components/StatusTracker/StatusTracker.js +13 -13
  337. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  338. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  339. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  340. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  341. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  342. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  343. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  344. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  345. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  346. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  347. package/components/StatusTracker/enums.js +1 -1
  348. package/components/StatusTracker/index.js +3 -0
  349. package/components/Step/Step.js +10 -10
  350. package/components/Stepper/RightBorderArrow.js +1 -1
  351. package/components/Stepper/Stepper.js +56 -56
  352. package/components/Stepper/StepperExtended.js +6 -6
  353. package/components/Stepper/StepperStep.js +3 -3
  354. package/components/Stepper/StepperWrapper.js +7 -7
  355. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  356. package/components/SuggestField/SuggestField.js +1 -1
  357. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  358. package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
  359. package/components/SuggestField/desktop/SuggestFieldDesktop.js +25 -25
  360. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  361. package/components/SuggestField/index.js +1 -1
  362. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  363. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  364. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  365. package/components/SuggestField/mobile/index.js +1 -1
  366. package/components/SwipeableArea/SwipeableArea.js +20 -20
  367. package/components/Table/FilterPanel.js +7 -7
  368. package/components/Table/MasterTable.js +3 -3
  369. package/components/Table/NoColumns.js +4 -4
  370. package/components/Table/PaginationPanel.js +3 -3
  371. package/components/Table/TableBasic/TableBasic.js +20 -20
  372. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  373. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  374. package/components/Table/TableBasic/components/TableBasicRow.js +31 -34
  375. package/components/Table/TableBasicSettings/TableBasicSettings.js +29 -31
  376. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  377. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  378. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +4 -4
  379. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  380. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  381. package/components/Table/TableFooter/TableFooter.js +14 -11
  382. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  383. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  384. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  385. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  386. package/components/Table/TabsLinePanel.js +6 -6
  387. package/components/Table/TabsLinePanelLinks.js +22 -10
  388. package/components/Table/utils.js +1 -1
  389. package/components/Tabs/Tabs.js +15 -15
  390. package/components/TabsExtended/TabsExtended.js +3 -3
  391. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  392. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  393. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  394. package/components/TabsExtended/components/TabsExtendedTabButton.js +7 -7
  395. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  396. package/components/TabsExtended/utils.js +1 -1
  397. package/components/TabsLine/TabsLine.js +2 -2
  398. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  399. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  400. package/components/TabsLine/components/TabsLineItem.js +13 -12
  401. package/components/TabsLine/components/TabsLineMobile.js +8 -8
  402. package/components/Tag/Tag.js +20 -20
  403. package/components/TagGroup/TagGroup.js +10 -10
  404. package/components/TextField/TextField.js +1 -1
  405. package/components/TextareaField/TextareaField.js +1 -1
  406. package/components/ThemeProvider/ThemeProvider.js +4 -4
  407. package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
  408. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  409. package/components/Tooltip/components/common/TooltipLink.js +19 -19
  410. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  411. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  412. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  413. package/components/Tooltip/components/mobile/TooltipMobile.js +28 -32
  414. package/components/Tooltip/components/mobile/components/TooltipMobileCloseButton.js +6 -11
  415. package/components/Tooltip/components/mobile/components/TooltipMobileHeader.js +4 -4
  416. package/components/TopOverlay/TopOverlay.js +85 -0
  417. package/components/TopOverlay/index.js +5 -0
  418. package/components/TreeView/TreeView.js +9 -8
  419. package/components/TreeView/components/TreeViewGroup.js +3 -2
  420. package/components/TreeView/components/TreeViewNode.js +12 -11
  421. package/components/Typography/Caption.js +14 -14
  422. package/components/Typography/Text.js +29 -29
  423. package/components/Typography/Title.js +12 -12
  424. package/components/Typography/utils.js +1 -1
  425. package/components/UnorderedList/UnorderedList.js +6 -6
  426. package/components/UnorderedList/UnorderedListItem.js +7 -7
  427. package/components/UploadZone/UploadZone.js +3 -3
  428. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  429. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  430. package/components/index.js +515 -421
  431. package/consts/DateConst.js +14 -0
  432. package/helpers/less/z-indexes.less +6 -1
  433. package/index.d.ts +1344 -56
  434. package/index.js +518 -424
  435. package/package.json +62 -1
  436. package/styles/triplex-next.css +527 -472
  437. package/types/DateTypes.js +2 -0
  438. package/utils/amountUtils.js +1 -1
  439. package/chunks/Card.module-kTbr6OQy.js +0 -17
  440. package/chunks/DropdownMobile.module-Fa_t6vz1.js +0 -21
  441. package/chunks/Footer.module-B3uFxh54.js +0 -9
  442. package/chunks/HeaderLayoutSidebar.module-CGCy_cim.js +0 -9
  443. package/chunks/HeaderTabs.module-DMuNfILv.js +0 -9
  444. package/chunks/IslandAccordion.module-7xAwgJVI.js +0 -22
  445. package/chunks/LightBoxControls.module-42gn-co3.js +0 -16
  446. package/chunks/LightBoxSideOverlayClose.module-B_oIB3rc.js +0 -8
  447. package/chunks/ListItemTail.module-BB5TJPEc.js +0 -12
  448. package/chunks/ListMasterFooter.module-DxZ_nXDV.js +0 -10
  449. package/chunks/Notification.module-C-HCMpAz.js +0 -21
  450. package/chunks/Overlay.module-q-oPhooa.js +0 -18
  451. package/chunks/Page.module-DjGbJ-Uw.js +0 -12
  452. package/chunks/SMSInput.module-Ci4GRnk_.js +0 -16
  453. package/chunks/StatusTracker.module-zTyojoH4.js +0 -24
  454. package/chunks/TableFooter.module-DrRycaTr.js +0 -13
  455. package/chunks/TabsExtended.module-Be8qpZYz.js +0 -16
  456. package/chunks/TabsLine.module-DKAp48Sx.js +0 -23
  457. package/chunks/TooltipDesktop.module-D72ObNia.js +0 -19
  458. package/chunks/utils-B7AjUpy-.js +0 -20
  459. package/chunks/utils-C-1ATq_g.js +0 -24
  460. package/chunks/utils-DwX2_kEA.js +0 -72
  461. package/chunks/vendor-Ba_pyhza.js +0 -12036
  462. package/components/LightBox/LightBoxTopOverlay/LightBoxTopOverlay.js +0 -86
@@ -1,472 +1,527 @@
1
- html {--triplex-next-ColorBrand-0-1-4-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-4-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-4-0: #006063;
4
- --triplex-next-ColorBrand-30-1-4-0: #007777;
5
- --triplex-next-ColorBrand-40-1-4-0: #008985;
6
- --triplex-next-ColorBrand-50-1-4-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-4-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-4-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-4-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-4-0: #A8F5E9;
11
- --triplex-next-ColorBrand-100-1-4-0: #E3FFFA;
12
- --triplex-next-ColorDarkNeutralAlpha-0-1-4-0: rgba(31, 31, 34, 1);
13
- --triplex-next-ColorDarkNeutralAlpha-10-1-4-0: rgba(31, 31, 34, .95);
14
- --triplex-next-ColorDarkNeutralAlpha-20-1-4-0: rgba(31, 31, 34, .85);
15
- --triplex-next-ColorDarkNeutralAlpha-30-1-4-0: rgba(31, 31, 34, .75);
16
- --triplex-next-ColorDarkNeutralAlpha-40-1-4-0: rgba(31, 31, 34, .65);
17
- --triplex-next-ColorDarkNeutralAlpha-50-1-4-0: rgba(31, 31, 34, .55);
18
- --triplex-next-ColorDarkNeutralAlpha-60-1-4-0: rgba(31, 31, 34, .45);
19
- --triplex-next-ColorDarkNeutralAlpha-70-1-4-0: rgba(31, 31, 34, .35);
20
- --triplex-next-ColorDarkNeutralAlpha-80-1-4-0: rgba(31, 31, 34, .25);
21
- --triplex-next-ColorDarkNeutralAlpha-90-1-4-0: rgba(31, 31, 34, .15);
22
- --triplex-next-ColorDarkNeutralAlpha-100-1-4-0: rgba(31, 31, 34, .05);
23
- --triplex-next-ColorDarkNeutral-0-1-4-0: #000000;
24
- --triplex-next-ColorDarkNeutral-10-1-4-0: #171719;
25
- --triplex-next-ColorDarkNeutral-20-1-4-0: #1B1B1D;
26
- --triplex-next-ColorDarkNeutral-30-1-4-0: #1F1F22;
27
- --triplex-next-ColorDarkNeutral-40-1-4-0: #262629;
28
- --triplex-next-ColorDarkNeutral-50-1-4-0: #2D2D30;
29
- --triplex-next-ColorDarkNeutral-60-1-4-0: #343437;
30
- --triplex-next-ColorDarkNeutral-70-1-4-0: #3B3B3E;
31
- --triplex-next-ColorDarkNeutral-80-1-4-0: #424245;
32
- --triplex-next-ColorDarkNeutral-90-1-4-0: #49494C;
33
- --triplex-next-ColorDarkNeutral-100-1-4-0: #4F4F52;
34
- --triplex-next-ColorError-0-1-4-0: #443139;
35
- --triplex-next-ColorError-10-1-4-0: #4E3741;
36
- --triplex-next-ColorError-20-1-4-0: #A90024;
37
- --triplex-next-ColorError-30-1-4-0: #BD002C;
38
- --triplex-next-ColorError-40-1-4-0: #D10032;
39
- --triplex-next-ColorError-50-1-4-0: #E60037;
40
- --triplex-next-ColorError-60-1-4-0: #F80C45;
41
- --triplex-next-ColorError-70-1-4-0: #FF5571;
42
- --triplex-next-ColorError-80-1-4-0: #FFB1C1;
43
- --triplex-next-ColorError-90-1-4-0: #FCE0E6;
44
- --triplex-next-ColorError-100-1-4-0: #FFF0F3;
45
- --triplex-next-ColorInfo-0-1-4-0: #313749;
46
- --triplex-next-ColorInfo-10-1-4-0: #2E3A52;
47
- --triplex-next-ColorInfo-20-1-4-0: #0A43B0;
48
- --triplex-next-ColorInfo-30-1-4-0: #124FC2;
49
- --triplex-next-ColorInfo-40-1-4-0: #0E57CC;
50
- --triplex-next-ColorInfo-50-1-4-0: #1371E4;
51
- --triplex-next-ColorInfo-60-1-4-0: #1297FE;
52
- --triplex-next-ColorInfo-70-1-4-0: #66BEFF;
53
- --triplex-next-ColorInfo-80-1-4-0: #8DD2FF;
54
- --triplex-next-ColorInfo-90-1-4-0: #B8E6FF;
55
- --triplex-next-ColorInfo-100-1-4-0: #E3F6FF;
56
- --triplex-next-ColorNeutralAlpha-0-1-4-0: rgba(255, 255, 255, 1);
57
- --triplex-next-ColorNeutralAlpha-10-1-4-0: rgba(255, 255, 255, .95);
58
- --triplex-next-ColorNeutralAlpha-20-1-4-0: rgba(255, 255, 255, .85);
59
- --triplex-next-ColorNeutralAlpha-30-1-4-0: rgba(255, 255, 255, .75);
60
- --triplex-next-ColorNeutralAlpha-40-1-4-0: rgba(255, 255, 255, .65);
61
- --triplex-next-ColorNeutralAlpha-50-1-4-0: rgba(255, 255, 255, .55);
62
- --triplex-next-ColorNeutralAlpha-60-1-4-0: rgba(255, 255, 255, .45);
63
- --triplex-next-ColorNeutralAlpha-70-1-4-0: rgba(255, 255, 255, .35);
64
- --triplex-next-ColorNeutralAlpha-80-1-4-0: rgba(255, 255, 255, .25);
65
- --triplex-next-ColorNeutralAlpha-90-1-4-0: rgba(255, 255, 255, .15);
66
- --triplex-next-ColorNeutralAlpha-100-1-4-0: rgba(255, 255, 255, .05);
67
- --triplex-next-ColorNeutral-0-1-4-0: #CBCFD7;
68
- --triplex-next-ColorNeutral-10-1-4-0: #D1D4DC;
69
- --triplex-next-ColorNeutral-20-1-4-0: #D6D9E0;
70
- --triplex-next-ColorNeutral-30-1-4-0: #DCDFE4;
71
- --triplex-next-ColorNeutral-40-1-4-0: #DFE2E7;
72
- --triplex-next-ColorNeutral-50-1-4-0: #E3E6EA;
73
- --triplex-next-ColorNeutral-60-1-4-0: #E7E9EE;
74
- --triplex-next-ColorNeutral-70-1-4-0: #EAEDF1;
75
- --triplex-next-ColorNeutral-80-1-4-0: #EEF0F4;
76
- --triplex-next-ColorNeutral-90-1-4-0: #F2F4F7;
77
- --triplex-next-ColorNeutral-100-1-4-0: #FFFFFF;
78
- --triplex-next-ColorSuccess-0-1-4-0: #28433E;
79
- --triplex-next-ColorSuccess-10-1-4-0: #2A4C45;
80
- --triplex-next-ColorSuccess-20-1-4-0: #00624C;
81
- --triplex-next-ColorSuccess-30-1-4-0: #007353;
82
- --triplex-next-ColorSuccess-40-1-4-0: #008B5C;
83
- --triplex-next-ColorSuccess-50-1-4-0: #00C075;
84
- --triplex-next-ColorSuccess-60-1-4-0: #00D67D;
85
- --triplex-next-ColorSuccess-70-1-4-0: #3AF299;
86
- --triplex-next-ColorSuccess-80-1-4-0: #8AFFB8;
87
- --triplex-next-ColorSuccess-90-1-4-0: #B8FFD4;
88
- --triplex-next-ColorSuccess-100-1-4-0: #E1FFEB;
89
- --triplex-next-ColorSystem-0-1-4-0: #373C49;
90
- --triplex-next-ColorSystem-10-1-4-0: #384156;
91
- --triplex-next-ColorSystem-20-1-4-0: #47526D;
92
- --triplex-next-ColorSystem-30-1-4-0: #57637F;
93
- --triplex-next-ColorSystem-40-1-4-0: #697591;
94
- --triplex-next-ColorSystem-50-1-4-0: #8291B3;
95
- --triplex-next-ColorSystem-60-1-4-0: #95A3C1;
96
- --triplex-next-ColorSystem-70-1-4-0: #A9B6D0;
97
- --triplex-next-ColorSystem-80-1-4-0: #BFCADF;
98
- --triplex-next-ColorSystem-90-1-4-0: #D6DEED;
99
- --triplex-next-ColorSystem-100-1-4-0: #EEF3FC;
100
- --triplex-next-ColorWarning-0-1-4-0: #463734;
101
- --triplex-next-ColorWarning-10-1-4-0: #4F3E3B;
102
- --triplex-next-ColorWarning-20-1-4-0: #E03400;
103
- --triplex-next-ColorWarning-30-1-4-0: #E63D00;
104
- --triplex-next-ColorWarning-40-1-4-0: #EF4C01;
105
- --triplex-next-ColorWarning-50-1-4-0: #FD6508;
106
- --triplex-next-ColorWarning-60-1-4-0: #FF7A17;
107
- --triplex-next-ColorWarning-70-1-4-0: #FFB13B;
108
- --triplex-next-ColorWarning-80-1-4-0: #FFD169;
109
- --triplex-next-ColorWarning-90-1-4-0: #FFE7B1;
110
- --triplex-next-ColorWarning-100-1-4-0: #FFF4DB;
111
- --triplex-next-AlertContext-Error_Color-1-4-0: #D10032;
112
- --triplex-next-AlertContext-Info_Color-1-4-0: rgba(31, 31, 34, 1);
113
- --triplex-next-AlertContext-System_Color-1-4-0: rgba(31, 31, 34, 1);
114
- --triplex-next-AlertContext-Warning_Color-1-4-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertProcess-Info_Background-1-4-0: #E3F6FF;
116
- --triplex-next-AlertProcess-Warning_Background-1-4-0: #FFF4DB;
117
- --triplex-next-AlertProcess-Error_Background-1-4-0: #FFF0F3;
118
- --triplex-next-AlertProcess-System_Background-1-4-0: #EEF3FC;
119
- --triplex-next-AlertProcess-Feature_Background-1-4-0: #E3FFFA;
120
- --triplex-next-Button-General_Background_Active-1-4-0: #007777;
121
- --triplex-next-Button-General_Background_Default-1-4-0: #21A19A;
122
- --triplex-next-Button-General_Background_Disabled-1-4-0: #F2F4F7;
123
- --triplex-next-Button-General_Background_Hover-1-4-0: #19BDB0;
124
- --triplex-next-Button-General_Color_Active-1-4-0: rgba(255, 255, 255, 1);
125
- --triplex-next-Button-General_Color_Default-1-4-0: rgba(255, 255, 255, 1);
126
- --triplex-next-Button-General_Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
127
- --triplex-next-Button-General_Color_Hover-1-4-0: rgba(255, 255, 255, 1);
128
- --triplex-next-Button-General_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
129
- --triplex-next-Button-Secondary_Background_Active-1-4-0: #DCDFE4;
130
- --triplex-next-Button-Secondary_Background_Default-1-4-0: #F2F4F7;
131
- --triplex-next-Button-Secondary_Background_Disabled-1-4-0: #F2F4F7;
132
- --triplex-next-Button-Secondary_Background_Hover-1-4-0: #EAEDF1;
133
- --triplex-next-Button-Secondary_Color_Active-1-4-0: #007777;
134
- --triplex-next-Button-Secondary_Color_Default-1-4-0: #008985;
135
- --triplex-next-Button-Secondary_Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
136
- --triplex-next-Button-Secondary_Color_Hover-1-4-0: #21A19A;
137
- --triplex-next-Button-Secondary_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
138
- --triplex-next-Button-SecondaryLight_Background_Active-1-4-0: #DFE2E7;
139
- --triplex-next-Button-SecondaryLight_Background_Default-1-4-0: #FFFFFF;
140
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-4-0: #F2F4F7;
141
- --triplex-next-Button-SecondaryLight_Background_Hover-1-4-0: #EEF0F4;
142
- --triplex-next-Button-SecondaryLight_Color_Active-1-4-0: #007777;
143
- --triplex-next-Button-SecondaryLight_Color_Default-1-4-0: #008985;
144
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
145
- --triplex-next-Button-SecondaryLight_Color_Hover-1-4-0: #21A19A;
146
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
147
- --triplex-next-Button-Danger_Background_Active-1-4-0: #BD002C;
148
- --triplex-next-Button-Danger_Background_Default-1-4-0: #E60037;
149
- --triplex-next-Button-Danger_Background_Disabled-1-4-0: #F2F4F7;
150
- --triplex-next-Button-Danger_Background_Hover-1-4-0: #F80C45;
151
- --triplex-next-Button-Danger_Color_Active-1-4-0: rgba(255, 255, 255, 1);
152
- --triplex-next-Button-Danger_Color_Default-1-4-0: rgba(255, 255, 255, 1);
153
- --triplex-next-Button-Danger_Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
154
- --triplex-next-Button-Danger_Color_Hover-1-4-0: rgba(255, 255, 255, 1);
155
- --triplex-next-Button-Danger_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
156
- --triplex-next-Button-Icon_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169;
157
- --triplex-next-Button-Link_Color_Active-1-4-0: #007777;
158
- --triplex-next-Button-Link_Color_Default-1-4-0: #008985;
159
- --triplex-next-Button-Link_Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
160
- --triplex-next-Button-Link_Color_Hover-1-4-0: #21A19A;
161
- --triplex-next-Button-Link_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
162
- --triplex-next-Card-Static_General_Background-1-4-0: #FFFFFF;
163
- --triplex-next-Card-Static_Secondary_Background-1-4-0: #F2F4F7;
164
- --triplex-next-Card-Action_General_Background-1-4-0: #FFFFFF;
165
- --triplex-next-Card-Action_General_Background_Hover-1-4-0: #FFFFFF;
166
- --triplex-next-Card-Action_General_Background_Selected-1-4-0: #F2F4F7;
167
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-4-0: #F2F4F7;
168
- --triplex-next-Card-Action_Secondary_Background-1-4-0: #F2F4F7;
169
- --triplex-next-Card-Action_Secondary_Background_Hover-1-4-0: #EAEDF1;
170
- --triplex-next-Card-Action_Secondary_Background_Selected-1-4-0: #E3E6EA;
171
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-4-0: #DCDFE4;
172
- --triplex-next-Card-Shadow_Default-1-4-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
173
- --triplex-next-Card-Shadow_Focus-1-4-0: inset 0 0 0 1px #FFD169;
174
- --triplex-next-Card-Shadow_Hover-1-4-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
175
- --triplex-next-Card-Shadow_Selected-1-4-0: inset 0 0 0 1px #21A19A;
176
- --triplex-next-Card-Shadow_Selected_Hover-1-4-0: inset 0 0 0 1px #19BDB0;
177
- --triplex-next-Checkbox-Background_Checked_Default-1-4-0: #21A19A;
178
- --triplex-next-Checkbox-Background_Checked_Disabled-1-4-0: #EAEDF1;
179
- --triplex-next-Checkbox-Background_Checked_Hover-1-4-0: #007777;
180
- --triplex-next-Checkbox-Background_Default-1-4-0: #F2F4F7;
181
- --triplex-next-Checkbox-Background_Disabled-1-4-0: #F2F4F7;
182
- --triplex-next-Checkbox-Background_Hover-1-4-0: #19BDB0;
183
- --triplex-next-Checkbox-BorderColor_Default-1-4-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
184
- --triplex-next-Checkbox-BorderColor_Disabled-1-4-0: 0 0 0 1px #E3E6EA inset;
185
- --triplex-next-Checkbox-BorderColor_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
186
- --triplex-next-Checkbox-BorderColor_Hover-1-4-0: none;
187
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-4-0: none;
188
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-4-0: none;
189
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-4-0: rgba(255, 255, 255, 1);
190
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-4-0: rgba(31, 31, 34, .15);
191
- --triplex-next-Chip-Background_Active-1-4-0: #DFE2E7;
192
- --triplex-next-Chip-Background_Default-1-4-0: #F2F4F7;
193
- --triplex-next-Chip-Background_Disabled-1-4-0: #F2F4F7;
194
- --triplex-next-Chip-Background_Hover-1-4-0: #EAEDF1;
195
- --triplex-next-Chip-Background_Selected_Active-1-4-0: #4F4F52;
196
- --triplex-next-Chip-Background_Selected_Default-1-4-0: #3B3B3E;
197
- --triplex-next-Chip-Background_Selected_Disabled-1-4-0: #343437;
198
- --triplex-next-Chip-Background_Selected_Hover-1-4-0: #49494C;
199
- --triplex-next-Chip-Color_Active-1-4-0: rgba(31, 31, 34, 1);
200
- --triplex-next-Chip-Color_Default-1-4-0: rgba(31, 31, 34, 1);
201
- --triplex-next-Chip-Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
202
- --triplex-next-Chip-Color_Hover-1-4-0: rgba(31, 31, 34, 1);
203
- --triplex-next-Chip-Color_Selected_Active-1-4-0: rgba(255, 255, 255, 1);
204
- --triplex-next-Chip-Color_Selected_Default-1-4-0: rgba(255, 255, 255, 1);
205
- --triplex-next-Chip-Color_Selected_Disabled-1-4-0: rgba(255, 255, 255, .25);
206
- --triplex-next-Chip-Color_Selected_Hover-1-4-0: rgba(255, 255, 255, 1);
207
- --triplex-next-Chip-Shadow_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
208
- --triplex-next-Divider-Background-1-4-0: #D6D9E0;
209
- --triplex-next-Dropdown-Background-1-4-0: #FFFFFF;
210
- --triplex-next-Dropdown-Shadow-1-4-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
211
- --triplex-next-DropdownList-Background_Active-1-4-0: #EAEDF1;
212
- --triplex-next-DropdownList-Background_Default-1-4-0: none;
213
- --triplex-next-DropdownList-Background_Selected-1-4-0: #DCDFE4;
214
- --triplex-next-DropdownList-Color-1-4-0: rgba(31, 31, 34, 1);
215
- --triplex-next-DropdownMobile-Backdrop-1-4-0: rgba(31, 31, 34, .65);
216
- --triplex-next-DropdownMobile-Border_Color-1-4-0: #D6D9E0;
217
- --triplex-next-DropdownMobile-Content_Background-1-4-0: #FFFFFF;
218
- --triplex-next-DropdownMobile-Footer_Background-1-4-0: #FFFFFF;
219
- --triplex-next-DropdownMobile-Header_Background-1-4-0: #F2F4F7;
220
- --triplex-next-DropdownMobileList-Active_Background-1-4-0: #F2F4F7;
221
- --triplex-next-DropdownMobileList-Selected_Background-1-4-0: #DCDFE4;
222
- --triplex-next-FooterPage-StickyShadow-1-4-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
223
- --triplex-next-FormField-Background_Active-1-4-0: #F2F4F7;
224
- --triplex-next-FormField-Background_Default-1-4-0: #F2F4F7;
225
- --triplex-next-FormField-Background_Disabled-1-4-0: #F2F4F7;
226
- --triplex-next-FormField-Background_Error-1-4-0: #FFF0F3;
227
- --triplex-next-FormField-Background_Error_Hover-1-4-0: #FCE0E6;
228
- --triplex-next-FormField-Background_Hover-1-4-0: #EAEDF1;
229
- --triplex-next-FormField-Background_Warning-1-4-0: #FFF4DB;
230
- --triplex-next-FormField-Background_Warning_Hover-1-4-0: #FFE7B1;
231
- --triplex-next-FormField-Input_Color_Default-1-4-0: rgba(31, 31, 34, 1);
232
- --triplex-next-FormField-Input_Color_Disabled-1-4-0: rgba(31, 31, 34, .45);
233
- --triplex-next-FormField-Target_Color_Default-1-4-0: rgba(31, 31, 34, 1);
234
- --triplex-next-FormField-Target_Color_Disabled-1-4-0: rgba(31, 31, 34, .45);
235
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-4-0: rgba(31, 31, 34, .65);
236
- --triplex-next-FormField-Label_Color_Default-1-4-0: rgba(31, 31, 34, .65);
237
- --triplex-next-FormField-Label_Color_Disabled-1-4-0: rgba(31, 31, 34, .45);
238
- --triplex-next-FormField-Shadow_Active-1-4-0: 0 0 0 1px #21A19A inset;
239
- --triplex-next-FormField-Shadow_Default-1-4-0: none;
240
- --triplex-next-FormField-Shadow_Error_Active-1-4-0: 0 0 0 1px #E60037 inset;
241
- --triplex-next-FormField-Shadow_Warning_Active-1-4-0: 0 0 0 1px #FD6508 inset;
242
- --triplex-next-FormField-Placeholder_Color-1-4-0: rgba(31, 31, 34, .65);
243
- --triplex-next-HeaderPage-StickyShadow-1-4-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
244
- --triplex-next-Island-Type1_Background-1-4-0: #FFFFFF;
245
- --triplex-next-Island-Type2_Background-1-4-0: rgba(255, 255, 255, .35);
246
- --triplex-next-Island-Type3_Background-1-4-0: #F2F4F7;
247
- --triplex-next-Island-Type1_Shadow-1-4-0: 0 0 0 1px #FFFFFF inset;
248
- --triplex-next-Island-Type2_Shadow-1-4-0: 0 0 0 1px #FFFFFF inset;
249
- --triplex-next-Island-Type3_Shadow-1-4-0: 0 0 0 1px #F2F4F7 inset;
250
- --triplex-next-IslandAccordion-Shadow_Focus-1-4-0: 0 0 0 1px #FFD169;
251
- --triplex-next-Link-BorderColor_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
252
- --triplex-next-Link-Text_Color_Active-1-4-0: #007777;
253
- --triplex-next-Link-Text_Color_Default-1-4-0: #008985;
254
- --triplex-next-Link-Text_Color_Hover-1-4-0: #21A19A;
255
- --triplex-next-ListItem-Background-1-4-0: #FFFFFF;
256
- --triplex-next-ListItem-Background_Dragging-1-4-0: #FFFFFF;
257
- --triplex-next-ListItem-Background_Selected-1-4-0: #F2F4F7;
258
- --triplex-next-ListItem-Shadow-1-4-0: 0 2px 7px rgba(31, 31, 34, 0.25);
259
- --triplex-next-ListItemControlsButton-Background_Active-1-4-0: #DCDFE4;
260
- --triplex-next-ListItemControlsButton-Background_Default-1-4-0: #F2F4F7;
261
- --triplex-next-ListItemControlsButton-Background_Hover-1-4-0: #EAEDF1;
262
- --triplex-next-ListItemControlsButton-Color_Active-1-4-0: #007777;
263
- --triplex-next-ListItemControlsButton-Color_Default-1-4-0: #008985;
264
- --triplex-next-ListItemControlsButton-Color_Hover-1-4-0: #21A19A;
265
- --triplex-next-ListMaster-Background-1-4-0: #FFFFFF;
266
- --triplex-next-ListMaster-Footer_Background-1-4-0: #DCDFE4;
267
- --triplex-next-ListMaster-Footer_Color-1-4-0: #EAEDF1;
268
- --triplex-next-ListMaster-Header_Background-1-4-0: #DCDFE4;
269
- --triplex-next-ListMaster-Header_Color-1-4-0: #EAEDF1;
270
- --triplex-next-Loader-Element_Background_Brand-1-4-0: #21A19A;
271
- --triplex-next-Loader-Element_Background_Neutral-1-4-0: rgba(255, 255, 255, 1);
272
- --triplex-next-Loader-Middle_Background_Default-1-4-0: #EEF0F4;
273
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-4-0: rgba(255, 255, 255, .75);
274
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-4-0: rgba(255, 255, 255, .75);
275
- --triplex-next-LoaderScreen-Middle_Background_Default-1-4-0: #EEF0F4;
276
- --triplex-next-Marker-Background_Error-1-4-0: #E60037;
277
- --triplex-next-Marker-Background_Success-1-4-0: #21A19A;
278
- --triplex-next-Marker-Background_Waiting-1-4-0: #8291B3;
279
- --triplex-next-Marker-Background_Warning-1-4-0: #FD6508;
280
- --triplex-next-MarkerStatus-Description_Color-1-4-0: rgba(0, 0, 0, 0.55);
281
- --triplex-next-Overlay-Background-1-4-0: rgba(255, 255, 255, .8);
282
- --triplex-next-Overlay-Panel_Background-1-4-0: #FFFFFF;
283
- --triplex-next-Pagination-PageButton_Background_Active-1-4-0: #E3E6EA;
284
- --triplex-next-Pagination-PageButton_Background_Hover-1-4-0: #F2F4F7;
285
- --triplex-next-Pagination-PageButton_Background_Selected-1-4-0: #E3E6EA;
286
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-4-0: #FFD169;
287
- --triplex-next-Pagination-PageButton_Color-1-4-0: rgba(31, 31, 34, 1);
288
- --triplex-next-Radio-Background_Checked_Default-1-4-0: #21A19A;
289
- --triplex-next-Radio-Background_Checked_Disabled-1-4-0: #EAEDF1;
290
- --triplex-next-Radio-Background_Checked_Hover-1-4-0: #007777;
291
- --triplex-next-Radio-Background_Default-1-4-0: #F2F4F7;
292
- --triplex-next-Radio-Background_Disabled-1-4-0: #F2F4F7;
293
- --triplex-next-Radio-Background_Hover-1-4-0: #19BDB0;
294
- --triplex-next-Radio-BorderColor_Default-1-4-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
295
- --triplex-next-Radio-BorderColor_Disabled-1-4-0: 0 0 0 1px #E3E6EA inset;
296
- --triplex-next-Radio-BorderColor_Focused-1-4-0: 0 0 0 1px #FFD169 inset;
297
- --triplex-next-Radio-BorderColor_Checked_Default-1-4-0: none;
298
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-4-0: none;
299
- --triplex-next-Radio-Dot_Default-1-4-0: rgba(255, 255, 255, 1);
300
- --triplex-next-Radio-Dot_Disabled-1-4-0: rgba(31, 31, 34, .15);
301
- --triplex-next-SegmentedControl-General_1_Background-1-4-0: #F2F4F7;
302
- --triplex-next-SegmentedControl-General_2_Background-1-4-0: #FFFFFF;
303
- --triplex-next-SegmentedControl-Secondary_1_Background-1-4-0: #F2F4F7;
304
- --triplex-next-SegmentedControl-Secondary_2_Background-1-4-0: #FFFFFF;
305
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-4-0: rgba(31, 31, 34, .65);
306
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
307
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-4-0: rgba(31, 31, 34, .15);
308
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-4-0: rgba(255, 255, 255, 1);
309
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-4-0: rgba(255, 255, 255, 1);
310
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-4-0: rgba(255, 255, 255, .25);
311
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-4-0: #F2F4F7;
312
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-4-0: #DFE2E7;
313
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-4-0: #F2F4F7;
314
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-4-0: #3B3B3E;
315
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-4-0: #49494C;
316
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-4-0: #343437;
317
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-4-0: rgba(31, 31, 34, .65);
318
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
319
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-4-0: rgba(31, 31, 34, .15);
320
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-4-0: rgba(255, 255, 255, 1);
321
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-4-0: rgba(255, 255, 255, 1);
322
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-4-0: rgba(255, 255, 255, .25);
323
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-4-0: #FFFFFF;
324
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-4-0: #EEF0F4;
325
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-4-0: #FFFFFF;
326
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-4-0: #3B3B3E;
327
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-4-0: #49494C;
328
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-4-0: #343437;
329
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-4-0: rgba(31, 31, 34, .65);
330
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
331
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-4-0: rgba(31, 31, 34, .15);
332
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-4-0: rgba(31, 31, 34, 1);
333
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-4-0: rgba(31, 31, 34, 1);
334
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-4-0: rgba(31, 31, 34, .15);
335
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-4-0: #F2F4F7;
336
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-4-0: #DFE2E7;
337
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-4-0: #F2F4F7;
338
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-4-0: #FFFFFF;
339
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-4-0: #DFE2E7;
340
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-4-0: #FFFFFF;
341
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-4-0: rgba(31, 31, 34, .65);
342
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
343
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-4-0: rgba(31, 31, 34, .15);
344
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-4-0: rgba(31, 31, 34, 1);
345
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-4-0: rgba(31, 31, 34, 1);
346
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-4-0: rgba(31, 31, 34, .15);
347
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-4-0: #FFFFFF;
348
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-4-0: #EEF0F4;
349
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-4-0: #FFFFFF;
350
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-4-0: #E3E6EA;
351
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-4-0: #D6D9E0;
352
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-4-0: #F2F4F7;
353
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-4-0: transparent;
354
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-4-0: #FFD169;
355
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-4-0: #F2F4F7;
356
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-4-0: #DFE2E7;
357
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-4-0: rgba(31, 31, 34, .05);
358
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-4-0: rgba(31, 31, 34, .15);
359
- --triplex-next-SMSInput-Refresh_Fill_Empty-1-4-0: rgba(31, 31, 34, .35);
360
- --triplex-next-SMSInput-Refresh_Fill_Full-1-4-0: #008985;
361
- --triplex-next-SMSInput-Refresh_Disabled-1-4-0: rgba(31, 31, 34, .15);
362
- --triplex-next-SMSInput-Submit_Background_Default-1-4-0: rgba(31, 31, 34, .15);
363
- --triplex-next-SMSInput-Submit_Background_Hover-1-4-0: #19BDB0;
364
- --triplex-next-SMSInput-Submit_Background_Active-1-4-0: #21A19A;
365
- --triplex-next-Step-Color_Active-1-4-0: #008985;
366
- --triplex-next-Step-Color_Default-1-4-0: rgba(31, 31, 34, .65);
367
- --triplex-next-Step-Color_Disabled-1-4-0: #FFFFFF;
368
- --triplex-next-Step-Color_Done-1-4-0: #FFFFFF;
369
- --triplex-next-Step-Color_Error-1-4-0: rgba(255, 255, 255, 1);
370
- --triplex-next-Step-Color_Warning-1-4-0: rgba(255, 255, 255, 1);
371
- --triplex-next-Step-Background_Active-1-4-0: #E3FFFA;
372
- --triplex-next-Step-Background_Default-1-4-0: #F2F4F7;
373
- --triplex-next-Step-Background_Disabled-1-4-0: rgba(31, 31, 34, .15);
374
- --triplex-next-Step-Background_Done-1-4-0: #008985;
375
- --triplex-next-Step-Background_Error-1-4-0: #D10032;
376
- --triplex-next-Step-Background_Warning-1-4-0: #EF4C01;
377
- --triplex-next-Stepper-Step_Background_Default-1-4-0: #F2F4F7;
378
- --triplex-next-Stepper-Step_Background_Hover-1-4-0: #EAEDF1;
379
- --triplex-next-Stepper-Step_Background_Disabled-1-4-0: #F2F4F7;
380
- --triplex-next-Stepper-Step_Background_Error-1-4-0: #FFF0F3;
381
- --triplex-next-Stepper-Step_Background_Error_Hover-1-4-0: #FCE0E6;
382
- --triplex-next-Stepper-Step_Background_Warning-1-4-0: #FFF4DB;
383
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0: #FFE7B1;
384
- --triplex-next-Stepper-Step_BorderColor_Focus-1-4-0: #FFD169;
385
- --triplex-next-Stepper-Step_BorderColor_Error-1-4-0: #E60037;
386
- --triplex-next-Stepper-Step_BorderColor_Warning-1-4-0: #FD6508;
387
- --triplex-next-Stepper-Step_BorderColor_Success-1-4-0: #21A19A;
388
- --triplex-next-Stepper-Step_Color_Default-1-4-0: rgba(31, 31, 34, .65);
389
- --triplex-next-Stepper-Step_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
390
- --triplex-next-Stepper-Step_Color_Disabled-1-4-0: rgba(31, 31, 34, .35);
391
- --triplex-next-Stepper-ButtonNext_Background-1-4-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
392
- --triplex-next-Stepper-ButtonPrev_Background-1-4-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
393
- --triplex-next-Stepper-Background-1-4-0: #FFFFFF;
394
- --triplex-next-Stepper-Wrapper_Background-1-4-0: linear-gradient(#FFFFFF 64px, transparent 0);
395
- --triplex-next-Stepper-Wrapper_BoxShadow-1-4-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
396
- --triplex-next-TableBasic-Background_Hover-1-4-0: #E3E6EA;
397
- --triplex-next-TableBasic-Background_Selected-1-4-0: #DCDFE4;
398
- --triplex-next-TableBasic-Color-1-4-0: rgba(31, 31, 34, 1);
399
- --triplex-next-TableBasic-Header_Background-1-4-0: #E7E9EE;
400
- --triplex-next-TableBasic-TableFooter_Background-1-4-0: #E7E9EE;
401
- --triplex-next-TableBasic-TableFooter_Highlight-1-4-0: linear-gradient(transparent, #FFFFFF);
402
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-4-0: #D6D9E0;
403
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-4-0: #FFFFFF;
404
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-4-0: #EAEDF1;
405
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-4-0: #FFFFFF;
406
- --triplex-next-Tabs-Type1_Background-1-4-0: #F2F4F7;
407
- --triplex-next-Tabs-Type2_Background-1-4-0: #FFFFFF;
408
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-4-0: #F2F4F7;
409
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-4-0: #FFFFFF;
410
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-4-0: #DCDFE4;
411
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-4-0: #E3E6EA;
412
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-4-0: #E3E6EA;
413
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-4-0: #EEF0F4;
414
- --triplex-next-Tabs-Type1_Tab_Color_Default-1-4-0: rgba(31, 31, 34, .65);
415
- --triplex-next-Tabs-Type2_Tab_Color_Default-1-4-0: rgba(31, 31, 34, .65);
416
- --triplex-next-Tabs-Type1_Tab_Color_Selected-1-4-0: rgba(31, 31, 34, 1);
417
- --triplex-next-Tabs-Type2_Tab_Color_Selected-1-4-0: rgba(31, 31, 34, 1);
418
- --triplex-next-Tabs-Type1_Tab_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
419
- --triplex-next-Tabs-Type2_Tab_Color_Hover-1-4-0: rgba(31, 31, 34, 1);
420
- --triplex-next-Tabs-Tab_BorderColor_Default-1-4-0: transparent;
421
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-4-0: 0 0 0 1px #FFD169 inset;
422
- --triplex-next-Tag-Background-1-4-0: #DFE2E7;
423
- --triplex-next-TabsLine-BorderColor_Active-1-4-0: #21A19A;
424
- --triplex-next-TabsLine-BorderColor_Hover-1-4-0: #19BDB0;
425
- --triplex-next-TabsLine-Color_Active-1-4-0: rgba(31, 31, 34, 1);
426
- --triplex-next-TabsLine-Color_Default-1-4-0: rgba(31, 31, 34, .65);
427
- --triplex-next-TabsLine-Color_Hover-1-4-0: rgba(31, 31, 34, 1);
428
- --triplex-next-TabsLine-Notification_Color-1-4-0: #FFB13B;
429
- --triplex-next-TabsLine-Separator_Color-1-4-0: #D6D9E0;
430
- --triplex-next-TabsLine-Shadow_Focus-1-4-0: 0 0 0 1px #FFDD64 inset;
431
- --triplex-next-Tooltip-Background-1-4-0: #1B1B1D;
432
- --triplex-next-Tooltip-Color-1-4-0: rgba(255, 255, 255, 1);
433
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-4-0: #008985;
434
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-4-0: #19BDB0;
435
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-4-0: #4BD9CF;
436
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-4-0: 0 0 0 1px #FFD169;
437
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-4-0: #007777;
438
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-4-0: #008985;
439
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-4-0: #21A19A;
440
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-4-0: 0 0 0 1px #FFDD64;
441
- --triplex-next-Typography-Primary_Color-1-4-0: rgba(31, 31, 34, 1);
442
- --triplex-next-Typography-Complementary_Color-1-4-0: rgba(31, 31, 34, .85);
443
- --triplex-next-Typography-Secondary_Color-1-4-0: rgba(31, 31, 34, .65);
444
- --triplex-next-Typography-Tertiary_Color-1-4-0: rgba(31, 31, 34, .55);
445
- --triplex-next-Typography-Disabled_Color-1-4-0: rgba(31, 31, 34, .35);
446
- --triplex-next-Typography-Brand_Color-1-4-0: #008985;
447
- --triplex-next-Typography-Info_Color-1-4-0: #0E57CC;
448
- --triplex-next-Typography-Success_Color-1-4-0: #008B5C;
449
- --triplex-next-Typography-Error_Color-1-4-0: #D10032;
450
- --triplex-next-Typography-Warning_Color-1-4-0: #EF4C01;
451
- --triplex-next-Typography-System_Color-1-4-0: #697591;
452
- --triplex-next-UploadZone-Background_Default-1-4-0: #F2F4F7;
453
- --triplex-next-UploadZone-Background_Hover-1-4-0: #EAEDF1;
454
- --triplex-next-UploadZone-BorderColor_Default-1-4-0: rgba(31, 31, 34, .45);
455
- --triplex-next-UploadZone-DragArea_Background-1-4-0: #F2F4F7;
456
- --triplex-next-UploadZone-DragArea_BorderColor-1-4-0: #21A19A;
457
- --triplex-next-LightBox-Backdrop_Background-1-4-0: rgba(31, 31, 34, .75);
458
- --triplex-next-LightBox-Content_Background-1-4-0: #EAEDF1;
459
- --triplex-next-Notification-Background-1-4-0: #FFFFFF;
460
- --triplex-next-Notification-Color-1-4-0: #1F1F22;
461
- --triplex-next-Notification-TimeColor-1-4-0: rgba(31, 31, 34, 0.65);
462
- --triplex-next-Notification-Shadow-1-4-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
463
- --triplex-next-StatusTracker-Draft_Background-1-4-0: rgba(255, 255, 255, .15);
464
- --triplex-next-StatusTracker-Warning_Background-1-4-0: #FF7A17;
465
- --triplex-next-StatusTracker-Waiting_Background-1-4-0: #BFCADF;
466
- --triplex-next-StatusTracker-Rejected_Background-1-4-0: #FF5571;
467
- --triplex-next-StatusTracker-Approved_Background-1-4-0: #00D67D;
468
- --triplex-next-StatusTracker-Waiting_Color-1-4-0: #A9B6D0;
469
- --triplex-next-StatusTracker-Rejected_Color-1-4-0: #FFB1C1;
470
- --triplex-next-StatusTracker-Approved_Color-1-4-0: #00D67D;
471
- --triplex-next-StatusTracker-Border_Color-1-4-0: #FFFFFF;}
472
- .underline__4b5c155e{text-decoration:underline}.strikethrough__3ac02950{text-decoration:line-through}.underlineStrikethrough__8ca67583{text-decoration:underline line-through}.typography__cfdd71a8.primary__041b0166{color:var(--triplex-next-Typography-Primary_Color-1-4-0)}.typography__cfdd71a8.complementary__c831b0d4{color:var(--triplex-next-Typography-Complementary_Color-1-4-0)}.typography__cfdd71a8.secondary__70bf5058{color:var(--triplex-next-Typography-Secondary_Color-1-4-0)}.typography__cfdd71a8.tertiary__7e3a68c5{color:var(--triplex-next-Typography-Tertiary_Color-1-4-0)}.typography__cfdd71a8.disabled__ed085e78{color:var(--triplex-next-Typography-Disabled_Color-1-4-0)}.typography__cfdd71a8.brand__851e1e6c{color:var(--triplex-next-Typography-Brand_Color-1-4-0);-webkit-user-select:none;user-select:none}.typography__cfdd71a8.info__0b3502f9{color:var(--triplex-next-Typography-Info_Color-1-4-0)}.typography__cfdd71a8.success__b870fba5{color:var(--triplex-next-Typography-Success_Color-1-4-0)}.typography__cfdd71a8.error__ef201f07{color:var(--triplex-next-Typography-Error_Color-1-4-0)}.typography__cfdd71a8.warning__6e8f50ab{color:var(--triplex-next-Typography-Warning_Color-1-4-0)}.typography__cfdd71a8.system__03010f94{color:var(--triplex-next-Typography-System_Color-1-4-0)}.typography__cfdd71a8.compact__fe7d4ece{line-height:calc(16 / 14)}.title__86287c92{outline:none}.title__86287c92.regular__54c9b5fe{font-family:SBSansDisplay}.title__86287c92.semibold__30123ab3{font-family:SBSansDisplaySemibold}.title__86287c92.medium__9d0a8fb0{font-family:SBSansDisplayMedium}.title__86287c92.bold__243ddcbb{font-family:SBSansDisplayBold}.h1__3ffe964d,.h2__6d6e36df,.h3__276b4f3e{margin:0}.h1__3ffe964d{font-size:28px;line-height:36px}.h2__6d6e36df{font-size:24px;line-height:32px}.h3__276b4f3e{font-size:20px;line-height:28px}.text__0ea99e12{outline:none}.text__0ea99e12.regular__54c9b5fe{font-family:SBSansText}.text__0ea99e12.semibold__30123ab3{font-family:SBSansTextSemibold}.b1__c10b3dd6{font-size:18px;line-height:24px}.b2__a85809e6{font-size:16px;line-height:20px}.b3__f8e6d427{font-size:14px;line-height:20px}.b3__f8e6d427.compact__fe7d4ece{line-height:16px}.b4__05ec6de9{font-size:12px;line-height:16px}.caption__5fdb3c24.regular__54c9b5fe{font-family:SBSansText}.caption__5fdb3c24.semibold__30123ab3{font-family:SBSansTextSemibold}.c1__c1c3ad33{font-size:10px;line-height:12px}.c2__7a03151f{font-size:8px;line-height:10px}.d1__46674d4f{font-size:32px;line-height:40px}.d1__46674d4f.regular__54c9b5fe{font-family:SBSansDisplay}.d1__46674d4f.semibold__30123ab3{font-family:SBSansDisplaySemibold}.formFieldInput__3674a3e7{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-4-0)}.formFieldInput__3674a3e7:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-4-0)}.formFieldInput__3674a3e7::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-4-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__3674a3e7:focus{outline:none}.formFieldInput__3674a3e7:focus::placeholder{opacity:1}.formFieldInput__3674a3e7:-webkit-autofill{animation-name:autofill-applied-hook__3c0c58d2;animation-duration:1ms}.formFieldInput__3674a3e7:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__2ad89fdc;animation-duration:1ms}.formFieldInput__3674a3e7.sm__b412b02f{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__3674a3e7.md__c14e799d{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__3674a3e7.lg__96871987{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__3c0c58d2{0%{transform:none}}@keyframes autofill-cancelled-hook__2ad89fdc{0%{transform:none}}.formField__7d7fcf94{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-4-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__7d7fcf94:hover{background:var(--triplex-next-FormField-Background_Hover-1-4-0)}.formField__7d7fcf94.disabled__b720611e{background:var(--triplex-next-FormField-Background_Disabled-1-4-0)}.formField__7d7fcf94.active__242fb002{background:var(--triplex-next-FormField-Background_Active-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-4-0)}.formField__7d7fcf94.active__242fb002::placeholder{opacity:1}.formField__7d7fcf94.error__5d66e340{background:var(--triplex-next-FormField-Background_Error-1-4-0)}.formField__7d7fcf94.error__5d66e340:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-4-0)}.formField__7d7fcf94.error__5d66e340.active__242fb002{background:var(--triplex-next-FormField-Background_Error-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-4-0)}.formField__7d7fcf94.warning__38b847e0{background:var(--triplex-next-FormField-Background_Warning-1-4-0)}.formField__7d7fcf94.warning__38b847e0:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-4-0)}.formField__7d7fcf94.warning__38b847e0.active__242fb002{background:var(--triplex-next-FormField-Background_Warning-1-4-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-4-0)}.formField__7d7fcf94.size-sm__7540e812{border-radius:6px}.formField__7d7fcf94.size-md__c6a543db{border-radius:8px}.formField__7d7fcf94.size-lg__1760a0c4{border-radius:10px}.formFieldDescription__37b5794f{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__37b5794f.withCounter__b73c01a3{display:flex;justify-content:space-between}.formFieldLabel__cc7aa592{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__cc7aa592.size-sm__7540e812{top:6px}.formFieldLabel__cc7aa592.size-md__c6a543db{top:10px}.formFieldLabel__cc7aa592.size-lg__1760a0c4{top:18px}.formFieldLabel__cc7aa592.size-lg__1760a0c4.floating__2a4fa279{top:10px}.formFieldLabelText__09fde7f9{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-4-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__7540e812 .formFieldLabelText__09fde7f9{font-size:12px;line-height:16px}.size-md__c6a543db .formFieldLabelText__09fde7f9{font-size:14px;line-height:20px}.size-lg__1760a0c4 .formFieldLabelText__09fde7f9{font-size:16px;line-height:20px}.floating__2a4fa279 .formFieldLabelText__09fde7f9{font-size:12px;line-height:16px}.floating__2a4fa279.size-sm__7540e812 .formFieldLabelText__09fde7f9,.floating__2a4fa279.size-md__c6a543db .formFieldLabelText__09fde7f9{display:none}.disabled__b720611e .formFieldLabelText__09fde7f9{color:var(--triplex-next-FormField-Label_Color_Disabled-1-4-0)}.formFieldPostfix__9fa31efa{padding:0 12px 0 4px;position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__95f1c407{padding:0 8px 0 12px;position:absolute;left:0;top:0;bottom:0;display:flex;align-items:center;gap:4px}.formFieldCounter__0e57c3a0{padding-left:4px}.formFieldMaskedInputWrapper__a2c0a493{position:relative}.formFieldMaskedInputWrapper__a2c0a493 .formFieldMaskedInputPlaceholder__b0621a6f{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__a2c0a493 .formFieldMaskedInputPlaceholder__b0621a6f::placeholder{opacity:1}.formFieldMaskedInputWrapper__a2c0a493.size-sm__7540e812{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a2c0a493.size-sm__7540e812 .formFieldMaskedInputPlaceholder__b0621a6f{top:5px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__a2c0a493.size-md__c6a543db{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493.size-md__c6a543db .formFieldMaskedInputPlaceholder__b0621a6f{top:9px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493.size-lg__1760a0c4{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493.size-lg__1760a0c4 .formFieldMaskedInputPlaceholder__b0621a6f{top:25px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__a2c0a493 .formFieldMaskedInput__8f7dcad2{display:block;position:relative;background:none!important}.dropdownDesktop__836aeeca{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-4-0);background-color:var(--triplex-next-Dropdown-Background-1-4-0)}.dropdownDesktop-sm__ccdecf4e{border-radius:6px}.dropdownDesktop-md__ae42ef15{border-radius:8px}.dropdownDesktop-lg__34fabc97{border-radius:10px}.dropdownDesktopOverflowHidden__001366c0{overflow:hidden}.dropdownMobileWrapper__581dc913{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__0490975e{background:var(--triplex-next-DropdownMobile-Backdrop-1-4-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__0490975e.closing__06e4af19{opacity:0}.dropdownMobileBackdrop__0490975e.opening__a1670864,.dropdownMobileBackdrop__0490975e.opened__3b4d6687{opacity:var(--triplex-DropdownMobile-Opacity-1-4-0)}.dropdownMobile__f260da02{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__f260da02.closing__06e4af19{transform:translateY(100%)}.dropdownMobile__f260da02.opening__a1670864,.dropdownMobile__f260da02.opened__3b4d6687{transform:translateY(0)}.dropdownMobileHeader__c581f1f0{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-4-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__d68b1314{background:var(--triplex-next-DropdownMobile-Content_Background-1-4-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__26d75e48{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-4-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-4-0);flex-shrink:1}.dropdownMobileListItem__a84da1f3{padding:16px}.dropdownMobileListItem__a84da1f3.selected__aa469e95{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-4-0)}.dropdownMobileListItem__a84da1f3:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-4-0)}.dropdownMobileLoader__d00e9eea+.dropdownMobileClose__38003f5a{margin-left:8px}.dropdownMobileListLoader__4d096640{margin:-2px auto}.dropdownMobileBodyOverflow__c71c8a49{overflow:hidden}.dropdownDesktopList__c85160d1{padding:4px;overflow:auto}.dropdownDesktopList__c85160d1.sm__68d529af{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__c85160d1.sm__68d529af .dropdownDesktopListItem__f75c375c{padding:6px 8px;border-radius:6px}.dropdownDesktopList__c85160d1.sm__68d529af .dropdownDesktopListLoader__c994d3c6{margin:0 auto}.dropdownDesktopList__c85160d1.md__d6d3e86e{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__c85160d1.md__d6d3e86e .dropdownDesktopListItem__f75c375c{padding:7px 8px;border-radius:8px}.dropdownDesktopList__c85160d1.md__d6d3e86e .dropdownDesktopListLoader__c994d3c6{margin:-2px auto}.dropdownDesktopList__c85160d1.lg__a0bb2012{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__c85160d1.lg__a0bb2012 .dropdownDesktopListItem__f75c375c{padding:14px 8px;border-radius:10px}.dropdownDesktopList__c85160d1.lg__a0bb2012 .dropdownDesktopListLoader__c994d3c6{margin:-6px auto}.dropdownDesktopListItem__f75c375c{color:var(--triplex-next-DropdownList-Color-1-4-0);background:var(--triplex-next-DropdownList-Background_Default-1-4-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__f75c375c+.dropdownDesktopListItem__f75c375c{margin-top:2px}.dropdownDesktopListItem__f75c375c.active__234b14fb{background:var(--triplex-next-DropdownList-Background_Active-1-4-0);cursor:pointer}.dropdownDesktopListItem__f75c375c.selected__aa469e95{background:var(--triplex-next-DropdownList-Background_Selected-1-4-0);cursor:default}.loaderSmall__64fa4e1f{display:flex;justify-content:center;align-items:center}.loaderSmall__64fa4e1f.sm__0acad274{width:16px;height:16px;gap:2px}.loaderSmall__64fa4e1f.sm__0acad274 .dot__92555a29{width:4px;height:4px}.loaderSmall__64fa4e1f.md__ae815afc{width:24px;height:24px;gap:3px}.loaderSmall__64fa4e1f.md__ae815afc .dot__92555a29{width:6px;height:6px}.loaderSmall__64fa4e1f.lg__0464ee2e{width:32px;height:32px;gap:4px}.loaderSmall__64fa4e1f.lg__0464ee2e .dot__92555a29{width:8px;height:8px}.loaderSmall__64fa4e1f.neutral__ed963c7b .dot__92555a29{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-4-0)}.loaderSmall__64fa4e1f.brand__30995eb3 .dot__92555a29{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-4-0)}.loaderSmall__64fa4e1f .dot__92555a29{border-radius:50%}.loaderSmall__64fa4e1f .dot1__ef208edd{animation:dotCycleSmall__25be4c3f .9s infinite}.loaderSmall__64fa4e1f .dot2__c8a9a5f8{animation:dotCycleSmall__25be4c3f .9s infinite .15s}.loaderSmall__64fa4e1f .dot3__c33b0654{animation:dotCycleSmall__25be4c3f .9s infinite .3s}@keyframes dotCycleSmall__25be4c3f{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__98ad058f{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-4-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__032610a5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__032610a5 .dot__92555a29{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-4-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__032610a5 .dot1__ef208edd{top:0;left:0;animation:dotCycleMiddle__17b1b260 3s infinite}.loaderMiddleDots__032610a5 .dot2__c8a9a5f8{right:0;top:0;opacity:.7;animation:dotCycleMiddle__17b1b260 3s infinite .74s}.loaderMiddleDots__032610a5 .dot3__c33b0654{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__17b1b260 3s infinite 1.5s}.loaderMiddleDots__032610a5 .dot4__4c47aa62{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__17b1b260 3s infinite 2.25s}.loaderMiddleDots__032610a5 .line__d450e1eb{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-4-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__f927cf3a 3s infinite}@keyframes lineCycle__f927cf3a{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__17b1b260{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__216c0eb5{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__216c0eb5:enabled{cursor:pointer}.buttonIcon__216c0eb5.circle__0b9e21a1{border-radius:50%}.buttonIcon__216c0eb5.squircle__c4c2b714{border-radius:4px}.buttonIcon__216c0eb5:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-4-0)}.dropdownMobileInput__894c0662{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-4-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__894c0662::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-4-0);opacity:1}.dropdownMobileInput__894c0662::-ms-clear{display:none}.dropdownMobileInput__894c0662+.dropdownMobileClose__38003f5a,.dropdownMobileInput__894c0662+.dropdownMobileLoader__d00e9eea{margin-left:12px}.tabsLineWrapper__0333fd06[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__0333fd06[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__0333fd06[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__0333fd06[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__0333fd06{position:relative}.tabsLineWrapper__0333fd06:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-4-0);bottom:0;left:0;right:0}.tabsLine__7ea92b64{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__7ea92b64:has(.sm__766ff181){height:28px}.tabsLine__7ea92b64:has(.md__f1b5189c){height:40px}.tabsLine__7ea92b64:has(.lg__e12b5b43){height:56px}.tab__a55124ff{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer;color:var(--triplex-next-TabsLine-Color_Default-1-4-0);font-weight:400}.tab__a55124ff.sm__766ff181{font-size:12px;line-height:16px;height:28px;padding-bottom:12px}.tab__a55124ff.md__f1b5189c{font-size:14px;line-height:20px;height:40px;padding-top:8px;padding-bottom:12px}.tab__a55124ff.lg__e12b5b43{font-size:16px;line-height:20px;height:56px;padding-top:16px;padding-bottom:20px}.tab__a55124ff::-moz-focus-inner{border:none;padding:0}.tab__a55124ff:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-4-0)}.tab__a55124ff.active__578a83c2{cursor:default;color:var(--triplex-next-TabsLine-Color_Active-1-4-0)}.tab__a55124ff:hover{color:var(--triplex-next-TabsLine-Color_Hover-1-4-0)}.tab__a55124ff:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__a55124ff:hover:after,.tab__a55124ff:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-4-0)}.tab__a55124ff.active__578a83c2:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-4-0)}.notificationIcon__4e370f6c{position:absolute;right:6px;width:8px;height:8px;border-radius:50%;background-color:var(--triplex-next-TabsLine-Notification_Color-1-4-0)}.sm__766ff181 .notificationIcon__4e370f6c{top:0}.md__f1b5189c .notificationIcon__4e370f6c{top:8px}.lg__e12b5b43 .notificationIcon__4e370f6c{top:16px}.tabsLineDropdown__674f7a1c{display:inline-block}.tabsLineDropdown__674f7a1c .dropdownTarget__afa4ffd6.active__578a83c2{cursor:pointer}.tabsLineDropdown__674f7a1c .dropdownTargetInner__884a6e55{display:inline-flex;align-items:center}.tabsLineDropdown__674f7a1c .dropdownTargetCaret__b10f51a1{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__674f7a1c .dropdownTargetCaret__b10f51a1.opened__788af670{transform:rotate(-180deg)}.tabsLineDropdown__674f7a1c .dropdown__cc720cef{right:0;padding:4px}.tabsLineDropdown__674f7a1c .dropdownItem__18d959b3.withNotification__7b046854 .dropdownItemInner__b0fcf4f7{margin-right:2px}.tabsLineDropdown__674f7a1c .dropdownItem__18d959b3.withNotification__7b046854 .notificationIcon__4e370f6c{top:2px;right:2px}.tabsLineMobileWrapper__483d4ce3{position:relative}.tabsLineMobileWrapper__483d4ce3 .tab__a55124ff{flex-shrink:0}.tabsLineMobileWrapper__483d4ce3 .tab__a55124ff:first-child{margin-left:16px}.tabsLineMobileWrapper__483d4ce3 .tab__a55124ff:last-child{margin-right:16px}.tabsLineMobile__ca022d18{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__ca022d18::-webkit-scrollbar{display:none}.label__c3fe9303{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c3fe9303.md__21a37875{min-height:24px;min-width:24px}.label__c3fe9303.md__21a37875.nonempty__6261ba27{padding-left:32px;padding-top:2px}.label__c3fe9303.lg__1f2875fa{min-width:28px;min-height:28px}.label__c3fe9303.lg__1f2875fa.nonempty__6261ba27{padding-left:40px;padding-top:4px}.label__c3fe9303.disabled__be8cd257{cursor:default}.radio__dcefb078{margin:0;opacity:0}.radioIcon__19939bac{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-4-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-4-0)}.radioIcon__19939bac:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-4-0);border-radius:50%;transform:scale(0)}.md__21a37875 .radioIcon__19939bac:after{width:12px;height:12px;top:6px;left:6px}.lg__1f2875fa .radioIcon__19939bac:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__19939bac,.radioIcon__19939bac:after{pointer-events:none}.radio__dcefb078,.radioIcon__19939bac{position:absolute;left:0;top:0}.md__21a37875 .radio__dcefb078,.md__21a37875 .radioIcon__19939bac{width:24px;height:24px}.lg__1f2875fa .radio__dcefb078,.lg__1f2875fa .radioIcon__19939bac{width:28px;height:28px}.radio__dcefb078:enabled{cursor:pointer}.radio__dcefb078:checked+.radioIcon__19939bac{background:var(--triplex-next-Radio-Background_Checked_Default-1-4-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-4-0)}.radio__dcefb078:checked+.radioIcon__19939bac:after{transform:scale(1);transition:transform .2s ease-out}.radio__dcefb078:hover+.radioIcon__19939bac{background-color:var(--triplex-next-Radio-Background_Hover-1-4-0);box-shadow:none}.radio__dcefb078:disabled+.radioIcon__19939bac{background:var(--triplex-next-Radio-Background_Disabled-1-4-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-4-0)}.radio__dcefb078:disabled:checked+.radioIcon__19939bac{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-4-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-4-0)}.radio__dcefb078:disabled+.radioIcon__19939bac:after{background:var(--triplex-next-Radio-Dot_Disabled-1-4-0)}.radio__dcefb078:focus-visible+.radioIcon__19939bac{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-4-0)}.radio__dcefb078:checked:enabled:hover+.radioIcon__19939bac{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-4-0)}.radioXGroup__ecb24a83{display:inline-flex;flex-flow:row wrap}.radioXGroup__ecb24a83.indent-12__555c2369{margin-left:-6px;margin-right:-6px}.radioXGroup__ecb24a83.indent-12__555c2369 .label__c3fe9303{margin-left:6px;margin-right:6px}.radioXGroup__ecb24a83.indent-16__2708432f{margin-left:-8px;margin-right:-8px}.radioXGroup__ecb24a83.indent-16__2708432f .label__c3fe9303{margin-left:8px;margin-right:8px}.radioXGroup__ecb24a83.indent-20__6cbab84c{margin-left:-10px;margin-right:-10px}.radioXGroup__ecb24a83.indent-20__6cbab84c .label__c3fe9303{margin-left:10px;margin-right:10px}.radioXGroup__ecb24a83.indent-24__50f6ef8b{margin-left:-12px;margin-right:-12px}.radioXGroup__ecb24a83.indent-24__50f6ef8b .label__c3fe9303{margin-left:12px;margin-right:12px}.radioXGroup__ecb24a83.indent-28__ca1ff69f{margin-left:-14px;margin-right:-14px}.radioXGroup__ecb24a83.indent-28__ca1ff69f .label__c3fe9303{margin-left:14px;margin-right:14px}.radioXGroup__ecb24a83.indent-32__eecf987e{margin-left:-16px;margin-right:-16px}.radioXGroup__ecb24a83.indent-32__eecf987e .label__c3fe9303{margin-left:16px;margin-right:16px}.radioYGroup__1f7e60dd{display:inline-flex;flex-flow:column wrap}.radioYGroup__1f7e60dd .label__c3fe9303.md__21a37875+.label__c3fe9303.md__21a37875{margin-top:16px}.radioYGroup__1f7e60dd .label__c3fe9303.lg__1f2875fa+.label__c3fe9303.lg__1f2875fa{margin-top:20px}.loaderScreen__6b0f1dc2{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__6b0f1dc2.loaderSmallBackdrop__62dece38{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-4-0)}.loaderScreen__6b0f1dc2.loaderMiddleBackdrop__d1bab17f{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-4-0)}.list__7f1f7f67{margin:0;padding:0;list-style:none;position:relative}.listItemControls__c5d8fb05{display:flex;padding:0 16px 0 4px}.listItemContent__902fc2d6{background:var(--triplex-next-ListItem-Background-1-4-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__902fc2d6.selected__4e0411a2{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-4-0)}.listItemControlsButton__b0dd3f67{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-4-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__b0dd3f67:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-4-0)}.listItemControlsButton__b0dd3f67:hover .listItemControlsButtonLabel__bc81bce7{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-4-0)!important}.listItemControlsButton__b0dd3f67.expanded__5bd36159,.listItemControlsButton__b0dd3f67:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-4-0)}.listItemControlsButton__b0dd3f67.expanded__5bd36159 .listItemControlsButtonLabel__bc81bce7,.listItemControlsButton__b0dd3f67:active .listItemControlsButtonLabel__bc81bce7{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-4-0)!important}.listItemControlsButton__b0dd3f67+.listItemControlsButton__b0dd3f67,.listItemControlsButton__b0dd3f67+.listItemControlsButtonDropdown__443299e2{margin-left:4px}.listItemControlsButtonIcon__5e7f3909{line-height:0}.listItemControlsButton__b0dd3f67.withText__f5363776 .listItemControlsButtonIcon__5e7f3909{margin-bottom:8px}.listItemControlsButtonLabel__bc81bce7{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-4-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__443299e2{display:flex}.listItemControlsButtonInner__276d9a84{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__b0dd3f67.withIcon__7f9afd16.withText__f5363776 .listItemControlsButtonInner__276d9a84{height:44px;overflow:visible}.buttonDropdownMenuItem__6565939d{overflow:hidden;text-overflow:ellipsis}.buttonDropdownExtended__471c326e{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__471c326e .buttonDropdownExtendedBlock__f13c5176{padding:4px;margin-top:4px;right:0}.listEmptyState__34268a29{padding:64px 16px 16px;text-align:center}.listItemLoading__ac3cdc4e{height:24px;padding:12px 0;position:relative}.label__a7f16d39{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__a7f16d39.md__8c013058{min-width:24px;min-height:24px}.label__a7f16d39.md__8c013058.nonempty__c5c13c4e{padding-left:32px;padding-top:2px}.label__a7f16d39.lg__31e4a4c4{min-width:28px;min-height:28px}.label__a7f16d39.lg__31e4a4c4.nonempty__c5c13c4e{padding-left:40px;padding-top:4px}.label__a7f16d39.disabled__cb080a13{cursor:default}.label__a7f16d39[hidden]{display:none}.checkbox__bf68ea73{margin:0;opacity:0}.checkboxIcon__e1d726a3{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-4-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-4-0)}.checkmarkIcon__5bb5c14a{transform:scale(0)}.checkmarkIcon__5bb5c14a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-4-0)}.checkboxIcon__e1d726a3,.checkmarkIcon__5bb5c14a{pointer-events:none}.checkbox__bf68ea73,.checkboxIcon__e1d726a3,.checkmarkIcon__5bb5c14a{position:absolute;left:0;top:0}.md__8c013058 .checkbox__bf68ea73,.md__8c013058 .checkboxIcon__e1d726a3,.md__8c013058 .checkmarkIcon__5bb5c14a{width:24px;height:24px}.lg__31e4a4c4 .checkbox__bf68ea73,.lg__31e4a4c4 .checkboxIcon__e1d726a3,.lg__31e4a4c4 .checkmarkIcon__5bb5c14a{width:28px;height:28px}.checkbox__bf68ea73:enabled{cursor:pointer}.checkbox__bf68ea73:enabled:hover+.checkboxIcon__e1d726a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-4-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-4-0)}.checkbox__bf68ea73:checked+.checkboxIcon__e1d726a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-4-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-4-0)}.checkbox__bf68ea73:checked~.checkmarkIcon__5bb5c14a{transform:scale(1);transition:transform .2s ease-out}.checkbox__bf68ea73:disabled+.checkboxIcon__e1d726a3{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-4-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-4-0)}.checkbox__bf68ea73:disabled:checked+.checkboxIcon__e1d726a3{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-4-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-4-0)}.checkbox__bf68ea73:disabled~.checkmarkIcon__5bb5c14a path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-4-0)}.checkbox__bf68ea73:focus-visible+.checkboxIcon__e1d726a3{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-4-0)}.checkbox__bf68ea73:checked:enabled:hover+.checkboxIcon__e1d726a3{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-4-0)}.listItemSelectable__92c53029{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-4-0);border-radius:8px}.listItemSelectable__92c53029.selected__4e0411a2{background:var(--triplex-next-ListItem-Background_Selected-1-4-0)}.checkboxWrapper__f923c619{padding:16px;line-height:0}.childrenWrapper__01a2be1b{flex-grow:1}.checkboxLabel__ca7c9433{padding:0!important;position:relative}.checkboxLabelClickArea__98905eba{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__f2b5a350{position:relative;overflow:hidden}.swipeableArea__f2b5a350 .content__8d64dd62{position:relative;touch-action:pan-y}.swipeableArea__f2b5a350 .content__8d64dd62.disableScroll__4d2d1b89{touch-action:none}.swipeableArea__f2b5a350 .content__8d64dd62.disablePointerEvents__ef08160c:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__f2b5a350 .swipeAnimationFinish__1fa391cf{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__f2b5a350 .leftContent__01c5f9bc,.swipeableArea__f2b5a350 .rightContent__9b3ba465{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__f2b5a350 .rightContent__9b3ba465{left:auto;right:0}.listItemTail__10a2260e{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__5453c08e{background:var(--triplex-next-ListMaster-Background-1-4-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__1dd3d02b{position:absolute;top:0;left:0;right:0}.listItemTailTop__1dd3d02b:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-4-0)}.listItemTailTop__1dd3d02b:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-4-0)}.listItemTailBottom__853dbd6c{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__853dbd6c:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-4-0)}.listItemTailBottom__853dbd6c:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-4-0)}.listItemTailRight__a6864865{right:-8px}.listItemTailLeft__9f3c7666{left:-8px}.listItemTable__72486f35{margin-bottom:4px}.listItemTable__72486f35:last-child{margin-bottom:0}.listSortableItemTarget__88432b5a{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-4-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__88432b5a:hover{background:var(--triplex-next-ListItem-Background_Selected-1-4-0)}.listSortableItemTarget__88432b5a.dragging__382d516f{background:var(--triplex-next-ListItem-Background_Dragging-1-4-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-4-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__25581799{flex:1}.listSortableItemTargetIcon__7bb0dc8d{display:block;margin-left:24px}.listSortableItem__18c325b0{position:relative}.listSortableItem__18c325b0.dragging__382d516f{z-index:1}.listSortableItemControls__f1ae30d6{display:inline-block}.islandBody__ffcad635,.islandHeader__a9ab4cde,.islandFooter__c24b5c07{position:relative}.button__d729a0e8.general__352d5337{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-4-0);color:var(--triplex-next-Button-General_Color_Default-1-4-0)}.button__d729a0e8.general__352d5337:hover{background:var(--triplex-next-Button-General_Background_Hover-1-4-0);color:var(--triplex-next-Button-General_Color_Hover-1-4-0)}.button__d729a0e8.general__352d5337.expanded__50b96a56,.button__d729a0e8.general__352d5337:active{background:var(--triplex-next-Button-General_Background_Active-1-4-0);color:var(--triplex-next-Button-General_Color_Active-1-4-0)}.button__d729a0e8.general__352d5337:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-4-0)}.button__d729a0e8.general__352d5337:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-4-0);color:var(--triplex-next-Button-General_Color_Disabled-1-4-0)}.button__d729a0e8.secondary__961a3c28{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-4-0)}.button__d729a0e8.secondary__961a3c28:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-4-0)}.button__d729a0e8.secondary__961a3c28.expanded__50b96a56,.button__d729a0e8.secondary__961a3c28:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-4-0)}.button__d729a0e8.secondary__961a3c28:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-4-0)}.button__d729a0e8.secondary__961a3c28:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-4-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9.expanded__50b96a56,.button__d729a0e8.secondaryLight__20282cb9:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-4-0)}.button__d729a0e8.secondaryLight__20282cb9:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-4-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-4-0)}.button__d729a0e8.danger__ae19eb3a{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-4-0);color:var(--triplex-next-Button-Danger_Color_Default-1-4-0)}.button__d729a0e8.danger__ae19eb3a:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-4-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-4-0)}.button__d729a0e8.danger__ae19eb3a.expanded__50b96a56,.button__d729a0e8.danger__ae19eb3a:active{background:var(--triplex-next-Button-Danger_Background_Active-1-4-0);color:var(--triplex-next-Button-Danger_Color_Active-1-4-0)}.button__d729a0e8.danger__ae19eb3a:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-4-0)}.button__d729a0e8.danger__ae19eb3a:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-4-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-4-0)}.button__d729a0e8.link__0827d549{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-4-0);padding:0}.button__d729a0e8.link__0827d549.sm__2720d538{height:28px;min-width:0px;padding:6px 2px}.button__d729a0e8.link__0827d549.md__95523687{height:40px;min-width:0px;padding:10px 2px}.button__d729a0e8.link__0827d549.lg__1677cae0{height:56px;min-width:0px;padding:18px 2px}.button__d729a0e8.link__0827d549:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-4-0)}.button__d729a0e8.link__0827d549.expanded__50b96a56,.button__d729a0e8.link__0827d549:active{color:var(--triplex-next-Button-Link_Color_Active-1-4-0)}.button__d729a0e8.link__0827d549:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-4-0)}.button__d729a0e8.link__0827d549:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-4-0)}.button__d729a0e8{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__d729a0e8::-moz-focus-inner{border:none;padding:0}.button__d729a0e8.sm__2720d538{line-height:16px;font-size:12px}.button__d729a0e8.sm__2720d538.general__352d5337,.button__d729a0e8.sm__2720d538.secondary__961a3c28,.button__d729a0e8.sm__2720d538.secondaryLight__20282cb9,.button__d729a0e8.sm__2720d538.danger__ae19eb3a{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__d729a0e8.sm__2720d538.icon__e1bdf7a9{min-height:28px;min-width:28px;padding:4px}.button__d729a0e8.md__95523687{line-height:20px;font-size:14px}.button__d729a0e8.md__95523687.general__352d5337,.button__d729a0e8.md__95523687.secondary__961a3c28,.button__d729a0e8.md__95523687.secondaryLight__20282cb9,.button__d729a0e8.md__95523687.danger__ae19eb3a{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__d729a0e8.md__95523687.icon__e1bdf7a9{min-height:40px;min-width:40px;padding:10px}.button__d729a0e8.lg__1677cae0{line-height:20px;font-size:16px}.button__d729a0e8.lg__1677cae0.general__352d5337,.button__d729a0e8.lg__1677cae0.secondary__961a3c28,.button__d729a0e8.lg__1677cae0.secondaryLight__20282cb9,.button__d729a0e8.lg__1677cae0.danger__ae19eb3a{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__d729a0e8.lg__1677cae0.icon__e1bdf7a9{min-height:56px;min-width:56px;padding:12px}.button__d729a0e8:disabled{cursor:default}.button__d729a0e8:disabled *{pointer-events:none}.button__d729a0e8+.button__d729a0e8:not(.block__dbaf919a){margin-left:12px}.button__d729a0e8 .content__6f62233b{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__d729a0e8.block__dbaf919a{display:block;width:100%}.button__d729a0e8.loading__c2f82391{pointer-events:none}.button__d729a0e8.loading__c2f82391 .content__6f62233b{visibility:hidden}.button__d729a0e8 .loader__d887fb1a{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__d729a0e8 .loader__d887fb1a.hidden__2efe2c8c{visibility:hidden}.buttonDropdown__025b9ea2.block__dbaf919a{display:block}.buttonDropdown__025b9ea2+.button__d729a0e8:not(.block__dbaf919a),.buttonDropdown__025b9ea2+.buttonDropdown__025b9ea2:not(.block__dbaf919a){margin-left:16px}.buttonDropdown__025b9ea2 .buttonDropdownTarget__7f03c16a .caretIcon__00b977ec{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__025b9ea2 .buttonDropdownTarget__7f03c16a.active__0410ebaf .caretIcon__00b977ec{transform:rotate(-180deg)}.buttonDropdown__025b9ea2 .buttonDropdownMenuItem__31df2b01{overflow:hidden;text-overflow:ellipsis}.formFieldClear__ab290d63{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__ab290d63.hidden__1b4afecd{opacity:0;pointer-events:none}.formFieldTarget__8ca0e86d{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-4-0)}.formFieldTarget__8ca0e86d.placeholder__58ee63a8{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-4-0)}.formFieldTarget__8ca0e86d.disabled__b720611e{color:var(--triplex-next-FormField-Target_Color_Disabled-1-4-0)}.formFieldTarget__8ca0e86d.size-sm__7540e812{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__8ca0e86d.size-md__c6a543db{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__8ca0e86d.size-lg__1760a0c4{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTextarea__28af73f9{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-4-0);resize:none}.formFieldTextarea__28af73f9.sm__b412b02f{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__28af73f9.md__c14e799d{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__28af73f9.lg__96871987{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__28af73f9:focus{outline:none}.formFieldTextarea__28af73f9:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-4-0)}.formFieldTextarea__28af73f9::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-4-0)}.chipGroupItem__cf23b277{display:inline-block}.chip__c125ac12{background:var(--triplex-next-Chip-Background_Default-1-4-0);color:var(--triplex-next-Chip-Color_Default-1-4-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__c125ac12.lg__0de9bae2{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__c125ac12.lg__0de9bae2 .prefix__7e057460{padding-left:16px}.chip__c125ac12.lg__0de9bae2 .postfix__d3905a5d{padding-right:16px}.chip__c125ac12.md__22d31d53{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__c125ac12.md__22d31d53 .prefix__7e057460{padding-left:12px}.chip__c125ac12.md__22d31d53 .postfix__d3905a5d{padding-right:12px}.chip__c125ac12.sm__bb628cd7{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__c125ac12.sm__bb628cd7 .prefix__7e057460{padding-left:8px}.chip__c125ac12.sm__bb628cd7 .postfix__d3905a5d{padding-right:8px}.chip__c125ac12:hover{background:var(--triplex-next-Chip-Background_Hover-1-4-0);color:var(--triplex-next-Chip-Color_Hover-1-4-0)}.chip__c125ac12:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-4-0)}.chip__c125ac12:active,.chip__c125ac12[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-4-0);color:var(--triplex-next-Chip-Color_Active-1-4-0)}.chip__c125ac12.disabled__d194d8ca{background:var(--triplex-next-Chip-Background_Disabled-1-4-0);color:var(--triplex-next-Chip-Color_Disabled-1-4-0);cursor:default;pointer-events:none}.chip__c125ac12.selected__320abf0a{background:var(--triplex-next-Chip-Background_Selected_Default-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-4-0)}.chip__c125ac12.selected__320abf0a:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-4-0)}.chip__c125ac12.selected__320abf0a:active,.chip__c125ac12.selected__320abf0a[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-4-0)}.chip__c125ac12.selected__320abf0a.disabled__d194d8ca{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-4-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-4-0)}.chip__c125ac12.withPrefix__da7b2b2b{padding-left:0}.chip__c125ac12.withPostfix__65282022{padding-right:0}.chip__c125ac12 .content__51db1204{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__c125ac12 .prefix__7e057460,.chip__c125ac12 .postfix__d3905a5d{display:flex}.chipClearButton__a3391524{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__a3391524:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-4-0)}.chipDropdownArrow__38a0e6b9{transition:transform .3s ease}.chipDropdownArrow__38a0e6b9.rotated__06743662{transform:rotate(-180deg)}.chipOptionsContent__4d305314{min-width:14px;text-align:center;display:block}.selectExtendedFieldTarget__08e42c17{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__08e42c17 .caretIcon__cd1cc205{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__08e42c17.selectOpened__47e6ebed .caretIcon__cd1cc205{transform:rotate(180deg)}.selectExtendedFieldTarget__08e42c17.loading__68ee4945,.selectExtendedFieldTarget__08e42c17.disabled__b849031d{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__1269567f{position:relative}.tooltipDesktop__41cf92bf{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__41cf92bf .tooltipBody__7bb00d17{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-4-0)}.tooltipDesktop__41cf92bf .tooltipXButton__08ea82d5{position:absolute;right:8px;top:8px}.tooltipDesktopContent__5057220c{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-4-0);border-radius:8px}.closable__ca01ac3a .tooltipDesktopContent__5057220c{padding-right:32px}.tooltipSM__b206ea38 .tooltipDesktopContent__5057220c{width:192px;min-height:52px}.tooltipLG__898b9f86 .tooltipDesktopContent__5057220c{width:384px;min-height:52px}.tooltipOverlay__154eecbc{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__3e052a4d{width:0;height:0}.tooltipDesktopTip__3e052a4d.down__18e5baca{border-top:solid var(--triplex-next-Tooltip-Background-1-4-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__3e052a4d.up__adc92ab4{border-bottom:solid var(--triplex-next-Tooltip-Background-1-4-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__3e052a4d.left__85dc17e4{border-right:solid var(--triplex-next-Tooltip-Background-1-4-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__3e052a4d.right__117b0e93{border-left:solid var(--triplex-next-Tooltip-Background-1-4-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__cd044b3c .tooltipBody__7bb00d17{text-align:left}.tooltipMobile__cd044b3c .tooltipXButton__08ea82d5{position:absolute;right:16px;top:16px}.tooltipMobileContent__fd6829ce{padding:16px}.headerless__8cd0ef50 .tooltipMobileContent__fd6829ce{padding-right:40px}.tooltipLink__ca8acc6a{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:block;margin-top:16px}.desktop__b9b441c9{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-4-0)}.desktop__b9b441c9:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-4-0)}.desktop__b9b441c9:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-4-0)}.desktop__b9b441c9:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-4-0)}.mobile__dc5fd737{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-4-0)}.mobile__dc5fd737:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-4-0)}.mobile__dc5fd737:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-4-0)}.mobile__dc5fd737:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-4-0)}.chipSuggestInputWrapper__7c7828be{margin:12px}.suggestDropdownMobileBody__a090dc85{height:176px}.suggestDropdownMobileNoOptionsText__3acd4df6{padding:16px}.checkboxXGroup__a6d31b60{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__a6d31b60.indent-12__e540c6fe{margin-left:-6px;margin-right:-6px}.checkboxXGroup__a6d31b60.indent-12__e540c6fe .label__a7f16d39{margin-left:6px;margin-right:6px}.checkboxXGroup__a6d31b60.indent-16__76cd5d36{margin-left:-8px;margin-right:-8px}.checkboxXGroup__a6d31b60.indent-16__76cd5d36 .label__a7f16d39{margin-left:8px;margin-right:8px}.checkboxXGroup__a6d31b60.indent-20__5fc53752{margin-left:-10px;margin-right:-10px}.checkboxXGroup__a6d31b60.indent-20__5fc53752 .label__a7f16d39{margin-left:10px;margin-right:10px}.checkboxXGroup__a6d31b60.indent-24__2274c11d{margin-left:-12px;margin-right:-12px}.checkboxXGroup__a6d31b60.indent-24__2274c11d .label__a7f16d39{margin-left:12px;margin-right:12px}.checkboxXGroup__a6d31b60.indent-28__1d8c2d38{margin-left:-14px;margin-right:-14px}.checkboxXGroup__a6d31b60.indent-28__1d8c2d38 .label__a7f16d39{margin-left:14px;margin-right:14px}.checkboxXGroup__a6d31b60.indent-32__0324ad2b{margin-left:-16px;margin-right:-16px}.checkboxXGroup__a6d31b60.indent-32__0324ad2b .label__a7f16d39{margin-left:16px;margin-right:16px}.checkboxYGroup__85cf9766{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__85cf9766 .label__a7f16d39.lg__31e4a4c4+.label__a7f16d39.lg__31e4a4c4{margin-top:20px}.checkboxYGroup__85cf9766 .label__a7f16d39.md__8c013058+.label__a7f16d39.md__8c013058{margin-top:16px}.card__62cefc77{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__62cefc77.roundingMD__09dbba7d{--radius: 16px}.card__62cefc77.roundingSM__c3d0f155{--radius: 8px}.card__62cefc77.general__053516a7{background:var(--triplex-next-Card-Static_General_Background-1-4-0)}.card__62cefc77.secondary__3e66922e{background:var(--triplex-next-Card-Static_Secondary_Background-1-4-0)}.card__62cefc77 .cardMedia__ba1eebcd{background-size:cover;background-repeat:no-repeat;background-position:center}.card__62cefc77 .cardContent__7c60f32e{padding:var(--padding)}.card__62cefc77 .cardContent__7c60f32e.paddingMD__1545a74b{--padding: 24px}.card__62cefc77 .cardContent__7c60f32e.paddingSM__a2c332a8{--padding: 16px}.card__62cefc77 .cardContent__7c60f32e .cardContentHeader__8af7a187{margin-bottom:16px}.card__62cefc77 .cardContent__7c60f32e .cardContentFooter__9303bb26{margin-top:16px}.action__a2b4210b{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__a2b4210b:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__a2b4210b.general__053516a7{background:var(--triplex-next-Card-Action_General_Background-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-4-0)}.action__a2b4210b.general__053516a7:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-4-0)}.action__a2b4210b.general__053516a7.selected__d176b229{background:var(--triplex-next-Card-Action_General_Background_Selected-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-4-0)}.action__a2b4210b.general__053516a7.selected__d176b229:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-4-0)}.action__a2b4210b.general__053516a7:focus{outline:none}.action__a2b4210b.general__053516a7:focus.focusVisible__0fb99f00{box-shadow:var(--triplex-next-Card-Shadow_Default-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-4-0)}.action__a2b4210b.secondary__3e66922e{background:var(--triplex-next-Card-Action_Secondary_Background-1-4-0)}.action__a2b4210b.secondary__3e66922e:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-4-0)}.action__a2b4210b.secondary__3e66922e.selected__d176b229{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-4-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-4-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-4-0)}.action__a2b4210b.secondary__3e66922e.selected__d176b229:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-4-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-4-0)}.action__a2b4210b.secondary__3e66922e:focus{outline:none}.action__a2b4210b.secondary__3e66922e:focus.focusVisible__0fb99f00{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-4-0)}.alertContext__acd8f089{display:flex;font-size:12px;line-height:16px}.alertContext__acd8f089>svg{flex-shrink:0}.alertContext__acd8f089 .alertContextText__bcc2c646{margin-left:8px}.alertContext__acd8f089.alertTypeError__ced7c27f .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-Error_Color-1-4-0)}.alertContext__acd8f089.alertTypeInfo__3002ea3b .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-Info_Color-1-4-0)}.alertContext__acd8f089.alertTypeWarning__732e3a96 .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-Warning_Color-1-4-0)}.alertContext__acd8f089.alertTypeSystem__2c54c9e2 .alertContextText__bcc2c646{color:var(--triplex-next-AlertContext-System_Color-1-4-0)}.alertProcess__96d0382e{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__96d0382e.withSpoiler__1b8522a9{min-height:40px}.alertProcess__96d0382e .themeIcon__9bfe5b45{box-sizing:border-box;height:20px;width:20px}.alertProcess__96d0382e.alertTypeError__ced7c27f{background:var(--triplex-next-AlertProcess-Error_Background-1-4-0)}.alertProcess__96d0382e.alertTypeInfo__3002ea3b{background:var(--triplex-next-AlertProcess-Info_Background-1-4-0)}.alertProcess__96d0382e.alertTypeWarning__732e3a96{background:var(--triplex-next-AlertProcess-Warning_Background-1-4-0)}.alertProcess__96d0382e.alertTypeSystem__2c54c9e2{background:var(--triplex-next-AlertProcess-System_Background-1-4-0)}.alertProcess__96d0382e.alertTypeFeature__23e4269b{background:var(--triplex-next-AlertProcess-Feature_Background-1-4-0)}.alertProcess__96d0382e.alertTypeFeature__23e4269b .themeIcon__9bfe5b45{padding-top:0}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402{flex:1;margin-left:10px}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402:not(:has(+.closeButton__2943f73b)){padding-right:26px}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402 .expandableContent__fdd6ee88{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__96d0382e .alertProcessContentBlock__4e11d402 .expandableContent__fdd6ee88.expanded__d208d07b{max-height:1000px;opacity:1}.alertProcess__96d0382e .closeButton__2943f73b{margin-left:10px}.alertProcess__96d0382e .expandButton__5db473d1{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__96d0382e .expandButton__5db473d1.expanded__d208d07b{transform:rotate(180deg)}.adaptive__f029dbba{font-size:10px!important;line-height:12px!important}.col-1__840b11d6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__42e76c4d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__eac316e0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__26e16a56{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__c48916d4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__1da8fe88{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__edcd84c1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__4ae9eb7f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__272db6c3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__83f092b2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__9a35eefc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__ae5f3af2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__f18eee6f{margin-left:0%}.offset-1__e227c950{margin-left:8.33333333%}.offset-2__c2d8d0fb{margin-left:16.66666667%}.offset-3__3b7d4db6{margin-left:25%}.offset-4__9cfb72da{margin-left:33.33333333%}.offset-5__0ab9708d{margin-left:41.66666667%}.offset-6__e8c26d23{margin-left:50%}.offset-7__f03487fe{margin-left:58.33333333%}.offset-8__13cf2bcf{margin-left:66.66666667%}.offset-9__58589603{margin-left:75%}.offset-10__dc26af03{margin-left:83.33333333%}.offset-11__e4f68e39{margin-left:91.66666667%}.d-none__8c7ab4d8{display:none!important}.d-block__236eb3b8{display:block!important}@media (min-width: 576px){.col-sm-1__234f970d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__3d505435{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__24d19057{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__e2bf4747{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__8acbf0e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__de9b5a0c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__a013a8c9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__e2af247f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__34dd8382{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__d196bb59{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__5e6bdb87{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__db92bd9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__54745404{margin-left:0%}.offset-sm-1__19064341{margin-left:8.33333333%}.offset-sm-2__c2984acd{margin-left:16.66666667%}.offset-sm-3__cf775219{margin-left:25%}.offset-sm-4__c5a71e09{margin-left:33.33333333%}.offset-sm-5__d195b750{margin-left:41.66666667%}.offset-sm-6__2f5fa19c{margin-left:50%}.offset-sm-7__f560a254{margin-left:58.33333333%}.offset-sm-8__6f0de97d{margin-left:66.66666667%}.offset-sm-9__d3150c81{margin-left:75%}.offset-sm-10__88644433{margin-left:83.33333333%}.offset-sm-11__e58467db{margin-left:91.66666667%}.d-none-sm__bb6fe3f6{display:none!important}.d-block-sm__82e24c18{display:block!important}}@media (min-width: 768px){.col-md-1__862cac00{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__a47f557f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__7c9bf7c4{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__25308f95{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__aff747a5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__411c2684{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__56a84ba0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__30ea878d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__387718fb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__75b4f9db{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__fcd8c9b8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__0bbc913c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__6af5106b{margin-left:0%}.offset-md-1__519600da{margin-left:8.33333333%}.offset-md-2__566c30e8{margin-left:16.66666667%}.offset-md-3__0112f1e8{margin-left:25%}.offset-md-4__dfd7a2cb{margin-left:33.33333333%}.offset-md-5__6d47de32{margin-left:41.66666667%}.offset-md-6__8326b109{margin-left:50%}.offset-md-7__95e57c01{margin-left:58.33333333%}.offset-md-8__a45ae394{margin-left:66.66666667%}.offset-md-9__127bd226{margin-left:75%}.offset-md-10__06ad9a57{margin-left:83.33333333%}.offset-md-11__297dffee{margin-left:91.66666667%}.d-none-md__050e7ece{display:none!important}.d-block-md__15a87a3e{display:block!important}}@media (min-width: 992px){.col-lg-1__d02d024f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__f10fd9ab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__761509fe{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__3232976f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__f207f7dc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__7ae0e83a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__e0971854{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__48f75a7c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__3a32f8a8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__9e5e23ed{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__b4d36669{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__03a406bf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__9f776d06{margin-left:0%}.offset-lg-1__ccc71661{margin-left:8.33333333%}.offset-lg-2__3a07902c{margin-left:16.66666667%}.offset-lg-3__4d96e97a{margin-left:25%}.offset-lg-4__b493d9ca{margin-left:33.33333333%}.offset-lg-5__9b09c70f{margin-left:41.66666667%}.offset-lg-6__8361aac7{margin-left:50%}.offset-lg-7__57143664{margin-left:58.33333333%}.offset-lg-8__6c459daf{margin-left:66.66666667%}.offset-lg-9__16563d06{margin-left:75%}.offset-lg-10__e9f8b9c8{margin-left:83.33333333%}.offset-lg-11__9ccb1de6{margin-left:91.66666667%}.d-none-lg__6b6a1201{display:none!important}.d-block-lg__160a28d9{display:block!important}}@media (min-width: 1200px){.col-xl-1__0961dd75{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__30c5db9d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__cb4bd642{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__4404f9ab{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__e97df39d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__93cff378{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__82a7792b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__8cad0e01{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__8c2897a1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__b726cc88{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__4cedb772{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__d9ab6ba6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6a11e48b{margin-left:0%}.offset-xl-1__bba46f05{margin-left:8.33333333%}.offset-xl-2__a4a0e9ae{margin-left:16.66666667%}.offset-xl-3__af01612a{margin-left:25%}.offset-xl-4__438fbad3{margin-left:33.33333333%}.offset-xl-5__a6d47c4e{margin-left:41.66666667%}.offset-xl-6__be8279ce{margin-left:50%}.offset-xl-7__d795b8c2{margin-left:58.33333333%}.offset-xl-8__a4a4dcd3{margin-left:66.66666667%}.offset-xl-9__42885d54{margin-left:75%}.offset-xl-10__063cd47a{margin-left:83.33333333%}.offset-xl-11__96b6be76{margin-left:91.66666667%}.d-none-xl__78ac179c{display:none!important}.d-block-xl__73d2004d{display:block!important}}.ellipsisLineClamp__bc58c37a{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__bc58c37a.oneLine__bf828d37{word-break:break-all}.link__81e5301c{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-4-0)}.link__81e5301c:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-4-0)}.link__81e5301c:active{color:var(--triplex-next-Link-Text_Color_Active-1-4-0)}.link__81e5301c:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-4-0)}.wordWithContent__0a1c37b4{white-space:nowrap;display:inline-flex;align-items:center}.before__2ff2f479 :first-child{margin-right:4px}.after__61cfb574 :last-child{margin-left:4px}.marker__119ccf67{border-radius:50%}.marker__119ccf67.md__d86cd052{width:8px;height:8px}.marker__119ccf67.lg__16301202{width:10px;height:10px}.marker__119ccf67.success__b3fc4dac{background:var(--triplex-next-Marker-Background_Success-1-4-0)}.marker__119ccf67.error__a320efd7{background:var(--triplex-next-Marker-Background_Error-1-4-0)}.marker__119ccf67.warning__cffa0e53{background:var(--triplex-next-Marker-Background_Warning-1-4-0)}.marker__119ccf67.waiting__2990c0da{background:var(--triplex-next-Marker-Background_Waiting-1-4-0)}.markerStatus__05ee2eb0{line-height:0;display:flex;align-items:start}.markerStatus__05ee2eb0 .contentContainer__be1c340a{display:flex;flex-direction:column}.markerStatus__05ee2eb0.md__361f55fb{gap:4px}.markerStatus__05ee2eb0.md__361f55fb .markerContainer__26e63bbc{margin-top:4px}.markerStatus__05ee2eb0.lg__959c712a{gap:6px}.markerStatus__05ee2eb0.lg__959c712a .contentContainer__be1c340a{gap:4px}.markerStatus__05ee2eb0.lg__959c712a .markerContainer__26e63bbc{margin-top:5px}.row__19f39b2b{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__19f39b2b.noPaddingBottom__7c495d32,.row__19f39b2b:last-child{padding-bottom:0}.tabsExtended__7018fd5a{position:relative}.tabsExtendedContent__ef0e5a6e{display:inline-flex}.tabsExtendedContent__ef0e5a6e.sm__a01319df{border-radius:6px;padding:4px}.tabsExtendedContent__ef0e5a6e.md__876e832d{border-radius:8px;padding:4px}.tabsExtendedContent__ef0e5a6e.lg__24933fe7{border-radius:10px;padding:8px}.tabsExtendedTab__68dc04ec{display:flex}.tabsExtendedTab__68dc04ec+.tabsExtendedTab__68dc04ec,.tabsExtendedDropdown__25d438e0{margin-left:2px}.tabsReal__5d7def52,.tabsFake__66c182f0{display:flex;box-sizing:border-box;width:100%}.tabsReal__5d7def52.hidden__e2d0157c{visibility:hidden}.tabsReal__5d7def52 .tabsExtendedTab__68dc04ec.hidden__e2d0157c{display:none}.tabsFake__66c182f0{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__8893c8a8 .tabsExtendedContent__ef0e5a6e{background-color:var(--triplex-next-Tabs-Type1_Background-1-4-0)}.type2__685a0cb5 .tabsExtendedContent__ef0e5a6e{background-color:var(--triplex-next-Tabs-Type2_Background-1-4-0)}.tabsExtendedTabButton__ad3ed934{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-4-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__ad3ed934 .tabButtonText__d5e15aef{font-weight:400}.tabsExtendedTabButton__ad3ed934.lg__24933fe7{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__ad3ed934.lg__24933fe7 .tabButtonText__d5e15aef{font-size:16px;line-height:20px}.tabsExtendedTabButton__ad3ed934.md__876e832d{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__ad3ed934.md__876e832d .tabButtonText__d5e15aef{font-size:14px;line-height:20px}.tabsExtendedTabButton__ad3ed934.sm__a01319df{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__ad3ed934.sm__a01319df .tabButtonText__d5e15aef{font-size:12px;line-height:16px}.tabsExtendedTabButton__ad3ed934::-moz-focus-inner{border:none}.tabsExtendedTabButton__ad3ed934+.tabsExtendedTabButton__ad3ed934{margin-left:2px}.tabsExtendedTabButton__ad3ed934:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8.selected__a3521b19{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8.selected__a3521b19 .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8:hover .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-4-0)}.tabsExtendedTabButton__ad3ed934.type1__8893c8a8 .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-4-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5.selected__a3521b19{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5.selected__a3521b19 .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-4-0)}.tabsExtendedTabButton__ad3ed934.type2__685a0cb5:hover .tabButtonText__d5e15aef{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-4-0)}.tabButtonDropdown__ff5b844f{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__ff5b844f.sm__7fd386fc{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__ff5b844f.md__b2dc47b6{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__ff5b844f.lg__e904da7b{min-width:40px!important;min-height:40px!important}.tag__e5da6a0e{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-4-0);border-radius:4px;gap:2px}.tag__e5da6a0e.sm__19da04d7{height:20px;padding:2px 4px 2px 6px}.tag__e5da6a0e.md__2b874a84{height:28px;padding:4px 6px 4px 8px}.tag__e5da6a0e.lg__b6a87358{height:32px;padding:6px 8px 6px 10px}.content__6f0bb8df{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__ab1b8190{display:flex;flex-wrap:wrap}.tagGroup__ab1b8190.sm__8f95e7bf{gap:4px}.tagGroup__ab1b8190.md__1aaaf24e{gap:8px}.tagGroup__ab1b8190.lg__93a79982{gap:12px}.footerDescription__8950f9ed{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__14a20043{flex-grow:1;margin-right:auto}.footerDescriptionControls__d38102d8{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__8950f9ed{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__14a20043{width:100%}.footerDescriptionControls__d38102d8{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__d38102d8>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__14a20043+.footerDescriptionControls__d38102d8{margin-top:0}.footer__d970c387{padding:16px 0}}.body__bd83b958{position:relative;display:flex}.body__bd83b958 .bodyInner__5467a77e{position:relative;flex-grow:1;width:100%}.verticalMargin24__bd0f7c5c{margin-top:24px;margin-bottom:24px}.verticalMargin16__87b54f81{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__bd0f7c5c{margin-top:16px;margin-bottom:16px}.verticalMargin16__87b54f81{margin-top:8px;margin-bottom:8px}}.headerTabs__fa441d4a{display:flex;justify-content:space-between}.headerTabs__fa441d4a .headerTabsContent__92ee5871{flex-grow:1}.headerTabs__fa441d4a .headerTabsControls__89ae6354{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__fa441d4a{flex-wrap:wrap}.headerTabs__fa441d4a .headerTabsContent__92ee5871{width:100%}.headerTabs__fa441d4a .headerTabsControls__89ae6354{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__fa441d4a .headerTabsControls__89ae6354>button{margin-left:16px;margin-top:16px}}.headerTitle__a270f183{display:flex;justify-content:space-between}.headerTitle__a270f183 .headerTitleControls__5bda1b58{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__9bb97233+.headerTitle__a270f183{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__a270f183{flex-wrap:wrap}.headerTitle__a270f183 .headerTitleContent__4228665c{width:100%}.headerTitle__a270f183 .headerTitleControls__5bda1b58{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__a270f183 .headerTitleControls__5bda1b58>button{margin-left:16px;margin-top:16px}}.headerSubheader__d7180ecd{padding:24px 0}.headerSubheader__d7180ecd.withoutPaddings__064c5a69{padding:0}.headerLayoutSidebar__33126cd8{display:flex;justify-content:space-between}.headerLayoutSidebarContent__b333486e{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__75293af7{display:none}}.page__1f5cd968{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__1f5cd968{padding:16px}}.bodyPage__2d253a5b{flex-grow:1}.global-LB-more-media-point-0 .headerPageTypeFirst__7d52c77e.sticky__04faacf4{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__7d52c77e.sticky__04faacf4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-4-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__bf239990.sticky__04faacf4{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__bf239990.sticky__04faacf4[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-4-0)!important}.island__3eef83fc{position:relative}.island__3eef83fc.type1__60747040{background-color:var(--triplex-next-Island-Type1_Background-1-4-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-4-0)}.island__3eef83fc.type2__0c92284f{background-color:var(--triplex-next-Island-Type2_Background-1-4-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-4-0)}.island__3eef83fc.type3__52d7ace5{background-color:var(--triplex-next-Island-Type3_Background-1-4-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-4-0)}.island__3eef83fc.sm__3b3e4703{border-radius:16px;padding:16px}.island__3eef83fc.md__b82a7599{border-radius:24px;padding:24px}.island__3eef83fc.lg__be3a6e3d{border-radius:32px;padding:32px}.island__3eef83fc .islandHeader__a9ab4cde+.islandBody__ffcad635,.island__3eef83fc .islandHeader__a9ab4cde+.islandFooter__c24b5c07,.island__3eef83fc .islandBody__ffcad635+.islandFooter__c24b5c07{margin-top:16px}@media (max-width: 767px){.island__3eef83fc.sm__3b3e4703,.island__3eef83fc.md__b82a7599{border-radius:16px;padding:16px}.island__3eef83fc.lg__be3a6e3d{border-radius:24px;padding:24px}}.paginationExtended__7979df6c{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__d18ce87c .directionIconNext__4555aac3{transform:rotate(180deg)}.pageEllipsis__59df78ae{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-4-0);cursor:default}.paginationPageButton__6e91ed4b{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-4-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__6e91ed4b:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-4-0);outline:none}.paginationPageButton__6e91ed4b:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-4-0)}.paginationPageButton__6e91ed4b:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-4-0);cursor:grabbing}.paginationPageButton__6e91ed4b.currentPage__aefe3f07{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-4-0);cursor:default}.paginationNavigationExtended__b95e2d3a{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__edb33000{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__edb33000 .paginationSelectControl__4469791d{margin-left:8px}.skeleton__1223599a{border-radius:16px;flex-grow:1}.skeleton__1223599a.light__e32d63c9{animation:skeleton-light-pulse__594356be 2s ease-in-out infinite}.skeleton__1223599a.dark__9ca8ac63{animation:skeleton-dark-pulse__0201a821 2s ease-in-out infinite}@keyframes skeleton-light-pulse__594356be{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-4-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-4-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-4-0)}}@keyframes skeleton-dark-pulse__0201a821{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-4-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-4-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-4-0)}}.segmentedControlSegment__62bdda84{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-4-0);outline:none;cursor:pointer}.segmentedControlSegment__62bdda84:disabled{cursor:default}.sm__96ba2861 .segmentedControlSegment__62bdda84{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__94bd2d9b .segmentedControlSegment__62bdda84{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__d92a95ae .segmentedControlSegment__62bdda84{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__39d67cc0 .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84.selected__38b19bb8:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-4-0)}.general1__39d67cc0 .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84.selected__38b19bb8:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-4-0)}.general2__616f869e .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-4-0)}.secondary1__c26891fa .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84.selected__38b19bb8{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-4-0)}.secondary2__39f5f0ce .segmentedControlSegment__62bdda84.selected__38b19bb8:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-4-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-4-0)}.segmentedControlSegment__62bdda84:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-4-0)}.content__a3f72550{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__92bc0336{display:flex;gap:4px}.segmentedControl__92bc0336.general1__39d67cc0{background:var(--triplex-next-SegmentedControl-General_1_Background-1-4-0)}.segmentedControl__92bc0336.secondary1__c26891fa{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-4-0)}.segmentedControl__92bc0336.general2__616f869e{background:var(--triplex-next-SegmentedControl-General_2_Background-1-4-0)}.segmentedControl__92bc0336.secondary2__39f5f0ce{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-4-0)}.segmentedControl__92bc0336.sm__96ba2861{padding:4px}.segmentedControl__92bc0336.md__94bd2d9b{padding:6px}.segmentedControl__92bc0336.lg__d92a95ae{padding:8px}.step__8a2b79f6{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__8a2b79f6.default__979f8e3a{background-color:var(--triplex-next-Step-Background_Default-1-4-0)}.step__8a2b79f6.default__979f8e3a>span{color:var(--triplex-next-Step-Color_Default-1-4-0)}.step__8a2b79f6.done__3fc8c503{background-color:var(--triplex-next-Step-Background_Done-1-4-0)}.step__8a2b79f6.done__3fc8c503>span{color:var(--triplex-next-Step-Color_Done-1-4-0)}.step__8a2b79f6.warning__d6aeb6f5{background-color:var(--triplex-next-Step-Background_Warning-1-4-0)}.step__8a2b79f6.warning__d6aeb6f5>span{color:var(--triplex-next-Step-Color_Warning-1-4-0)}.step__8a2b79f6.active__245ca4e0{background-color:var(--triplex-next-Step-Background_Active-1-4-0)}.step__8a2b79f6.active__245ca4e0>span{color:var(--triplex-next-Step-Color_Active-1-4-0)}.step__8a2b79f6.error__bb1871d9{background-color:var(--triplex-next-Step-Background_Error-1-4-0)}.step__8a2b79f6.error__bb1871d9>span{color:var(--triplex-next-Step-Color_Error-1-4-0)}.step__8a2b79f6.disabled__cb7d7874{background-color:var(--triplex-next-Step-Background_Disabled-1-4-0)}.step__8a2b79f6.disabled__cb7d7874>span{color:var(--triplex-next-Step-Color_Disabled-1-4-0)}.stepperWrapper__0fc159c7{position:relative;padding:16px 32px;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-4-0)}.stepperStep__1df87ab2{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__1df87ab2+.stepperStep__1df87ab2{margin-left:12px}.stepperStep__1df87ab2.sm__38a06386:not(:last-child) .content__52004cc2{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__1df87ab2.sm__38a06386:last-child .content__52004cc2{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__1df87ab2.sm__38a06386:last-child .arrow__8e041fed{display:none}.stepperStep__1df87ab2.md__bfbd0a1b:not(:last-child) .content__52004cc2{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__1df87ab2.md__bfbd0a1b:last-child .content__52004cc2{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__1df87ab2.md__bfbd0a1b:last-child .arrow__8e041fed{display:none}.stepperStep__1df87ab2.lg__56d8fc57:not(:last-child) .content__52004cc2{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__1df87ab2.lg__56d8fc57:last-child .content__52004cc2{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__1df87ab2.lg__56d8fc57:last-child .arrow__8e041fed{display:none}.stepperStep__1df87ab2:hover:not(.active__d2950b71):not(.disabled__6f607a9a) .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0)}.stepperStep__1df87ab2:hover:not(.active__d2950b71):not(.disabled__6f607a9a) .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0)}.stepperStep__1df87ab2:hover:not(.active__d2950b71):not(.disabled__6f607a9a) .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-4-0)}.stepperStep__1df87ab2.active__d2950b71{cursor:default}.stepperStep__1df87ab2.active__d2950b71 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-4-0)}.stepperStep__1df87ab2.active__d2950b71 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.error__07a25611 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.error__07a25611 .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.error__07a25611 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.warning__4abb7dfc .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.warning__4abb7dfc .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.active__d2950b71.warning__4abb7dfc .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611 .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611:hover .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611:hover .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.error__07a25611:hover .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc:hover .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc:hover .arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0)}.stepperStep__1df87ab2.completed__4a724d97.warning__4abb7dfc:hover .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-4-0)}.stepperStep__1df87ab2.inactive__263e6be3 .content__52004cc2{color:var(--triplex-next-Stepper-Step_Color_Default-1-4-0)}.stepperStep__1df87ab2.inactive__263e6be3:hover .content__52004cc2{color:var(--triplex-next-Stepper-Step_Color_Hover-1-4-0)}.stepperStep__1df87ab2.disabled__6f607a9a{pointer-events:none}.stepperStep__1df87ab2.disabled__6f607a9a .content__52004cc2{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-4-0)}.stepperStep__1df87ab2.disabled__6f607a9a .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-4-0)}.stepperStep__1df87ab2.disabled__6f607a9a .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97 .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71 .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3 .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97 .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71 .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3 .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97:hover .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71:hover .content__52004cc2,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3:hover .content__52004cc2{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.stepperStep__1df87ab2.focusVisible__7c191dd0.completed__4a724d97:hover .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.active__d2950b71:hover .arrow__8e041fed path:last-child,.stepperStep__1df87ab2.focusVisible__7c191dd0.inactive__263e6be3:hover .arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-4-0)}.content__52004cc2{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-4-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-4-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-4-0);border-style:solid;white-space:nowrap;font-weight:400}.sm__38a06386{font-size:12px;line-height:16px}.md__bfbd0a1b{font-size:14px;line-height:20px}.lg__56d8fc57{font-size:16px;line-height:20px}.arrow__8e041fed{transform:translate(0)}.arrow__8e041fed path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-4-0)}.arrow__8e041fed path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-4-0)}.icon__daa2bc47{display:inline-flex;align-items:center;line-height:0}.nonempty__6cfdbdc4 .icon__daa2bc47{margin-right:6px}.stepperExtended__041b27e1{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__6bcdf1d9{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__6bcdf1d9::-webkit-scrollbar{display:none}.stepper__c10ca561{padding-left:32px;padding-right:32px}.stepperCarousel__0ecc2c7b{margin-left:-32px;margin-right:-32px;position:relative}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03,.stepperCarousel__0ecc2c7b .buttonNext__baace22d{position:absolute;top:0;bottom:0;z-index:1}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03.sm__38a06386,.stepperCarousel__0ecc2c7b .buttonNext__baace22d.sm__38a06386{height:28px;width:28px}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03.md__bfbd0a1b,.stepperCarousel__0ecc2c7b .buttonNext__baace22d.md__bfbd0a1b{height:40px;width:40px}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03.lg__56d8fc57,.stepperCarousel__0ecc2c7b .buttonNext__baace22d.lg__56d8fc57{height:56px;width:56px}.stepperCarousel__0ecc2c7b .buttonPrev__12d12c03{left:0;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-4-0)}.stepperCarousel__0ecc2c7b .buttonNext__baace22d{right:0;background:var(--triplex-next-Stepper-ButtonNext_Background-1-4-0)}@media (max-width: 767px){.stepper__c10ca561{padding-left:16px;padding-right:16px}.buttonPrev__12d12c03,.buttonNext__baace22d{display:none}}.expandAnimation__e4ff3b4b{transition-property:height;transition-timing-function:ease-in-out}.islandAccordion__db6c7789{margin:0;padding:0}.islandAccordion__db6c7789 .island__f3f7549f{padding:0}.islandAccordion__db6c7789 .item__f682bfa9{position:relative;list-style-type:none}.islandAccordion__db6c7789 .item__f682bfa9.disabled__a504c28d{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__db6c7789 .item__f682bfa9+.item__f682bfa9.sm__dce620d6,.islandAccordion__db6c7789 .item__f682bfa9+.item__f682bfa9.md__8550acb1{margin-top:16px}.islandAccordion__db6c7789 .item__f682bfa9+.item__f682bfa9.lg__77de81b7{margin-top:24px}.islandAccordion__db6c7789 .item__f682bfa9 .header__73324065{display:flex;width:100%;margin:0;outline:none;border:1px solid transparent;text-align:left;cursor:pointer;background:none}.islandAccordion__db6c7789 .item__f682bfa9 .header__73324065:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-4-0)}.islandAccordion__db6c7789 .item__f682bfa9 .footer__5def73b8{text-align:right}.islandAccordion__db6c7789 .item__f682bfa9 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9 .footer__5def73b8{visibility:hidden}.islandAccordion__db6c7789 .item__f682bfa9.opened__66a65923 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.opened__66a65923 .footer__5def73b8{visibility:visible}.islandAccordion__db6c7789 .item__f682bfa9 .caretWrapper__1d94e2b9{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__db6c7789 .item__f682bfa9 .caretIcon__bf7c5ca7{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .header__73324065{padding:16px;border-radius:16px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .step__75cc324f+.titleWrapper__fe071575{margin-top:2px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .footer__5def73b8{padding:0 16px 16px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .caretWrapper__1d94e2b9{right:20px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .remove__19bfe67f{right:-40px;top:20px}.islandAccordion__db6c7789 .item__f682bfa9.sm__dce620d6 .step__75cc324f{margin-right:12px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .header__73324065{padding:24px;border-radius:24px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .footer__5def73b8{padding:0 24px 24px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .caretWrapper__1d94e2b9{right:28px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .remove__19bfe67f{right:-40px;top:28px}.islandAccordion__db6c7789 .item__f682bfa9.md__8550acb1 .step__75cc324f{margin-right:12px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .header__73324065{padding:32px;border-radius:32px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .body__2fbcd93b,.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .footer__5def73b8{padding:0 32px 32px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .caretWrapper__1d94e2b9{right:36px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .remove__19bfe67f{right:-48px;top:40px}.islandAccordion__db6c7789 .item__f682bfa9.lg__77de81b7 .step__75cc324f{margin:2px 16px 0 0}.islandAccordion__db6c7789 .item__f682bfa9.opened__66a65923:not(.disabled__a504c28d) .caretWrapper__1d94e2b9 .caretIcon__bf7c5ca7{transform:rotate(-180deg)}.islandAccordion__db6c7789 .item__f682bfa9 .remove__19bfe67f{position:absolute}.noColumns__6052562b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__6052562b>.content__dad821a9{width:456px;text-align:center}.filterPanel__308c3fb0{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__d80940c3{display:flex;height:32px;z-index:1;margin-left:auto}.tabsLinePanelLinks__d80940c3>a:not(:first-child){margin-left:16px}.tabsLinePanel__954b8aec{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__29f57350{0%{opacity:0}to{opacity:1}}.tableBasic__9bbbed6f{position:relative}.tableBasic__9bbbed6f table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__9bbbed6f table th.alignLeft__d6e04405,.tableBasic__9bbbed6f table td.alignLeft__d6e04405{text-align:left}.tableBasic__9bbbed6f table th.alignRight__d5b02678,.tableBasic__9bbbed6f table td.alignRight__d5b02678{text-align:right}.tableBasic__9bbbed6f table th.alignCenter__73e37c40,.tableBasic__9bbbed6f table td.alignCenter__73e37c40{text-align:center}.tableBasic__9bbbed6f table th.verticalAlignBaseline__f32c92d7,.tableBasic__9bbbed6f table td.verticalAlignBaseline__f32c92d7{vertical-align:baseline}.tableBasic__9bbbed6f table th.verticalAlignSub__78659fbe,.tableBasic__9bbbed6f table td.verticalAlignSub__78659fbe{vertical-align:sub}.tableBasic__9bbbed6f table th.verticalAlignSuper__092db58b,.tableBasic__9bbbed6f table td.verticalAlignSuper__092db58b{vertical-align:super}.tableBasic__9bbbed6f table th.verticalAlignTextTop__77aa10bb,.tableBasic__9bbbed6f table td.verticalAlignTextTop__77aa10bb{vertical-align:text-top}.tableBasic__9bbbed6f table th.verticalAlignTextBottom__3b9a6e6e,.tableBasic__9bbbed6f table td.verticalAlignTextBottom__3b9a6e6e{vertical-align:text-bottom}.tableBasic__9bbbed6f table th.verticalAlignMiddle__07ec3cd2,.tableBasic__9bbbed6f table td.verticalAlignMiddle__07ec3cd2{vertical-align:middle}.tableBasic__9bbbed6f table th.verticalAlignTop__c1e20726,.tableBasic__9bbbed6f table td.verticalAlignTop__c1e20726{vertical-align:top}.tableBasic__9bbbed6f table th.verticalAlignBottom__ef2df5f8,.tableBasic__9bbbed6f table td.verticalAlignBottom__ef2df5f8{vertical-align:bottom}.tableBasic__9bbbed6f table>thead>tr{height:48px}.tableBasic__9bbbed6f table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-4-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-4-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9bbbed6f table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-4-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-4-0)}}.tableBasic__9bbbed6f table>thead>tr>th:first-child{border-top-left-radius:8px}.tableBasic__9bbbed6f table>thead>tr>th:last-child{border-top-right-radius:8px}.tableBasic__9bbbed6f table>thead>tr>th.checkboxType__70617439{padding:16px 12px}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3{display:inline-flex;vertical-align:top}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335{cursor:pointer}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb{display:flex;visibility:hidden;align-items:center}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb.alignLeft__d6e04405{margin-right:8px}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb.alignRight__d5b02678{margin-left:8px}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335 .orderButton__2f805fcb.sorted__bc731cf3{visibility:visible}.tableBasic__9bbbed6f table>thead>tr>th .thBlock__28bc50c3.order__e0a17335:hover .orderButton__2f805fcb{visibility:visible}.tableBasic__9bbbed6f table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-4-0)}.tableBasic__9bbbed6f table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__9bbbed6f table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__9bbbed6f table>tbody>tr>td.textType__f0bb033e{padding:12px}.tableBasic__9bbbed6f table>tbody>tr>td.componentsType__9b762eca{padding:8px 12px}.tableBasic__9bbbed6f table>tbody>tr>td.checkboxType__70617439{padding:10px 12px 12px}.tableBasic__9bbbed6f table>tbody>tr.selected__db3f3473>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-4-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9bbbed6f table>tbody>tr.selected__db3f3473>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-4-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-4-0)}}.tableBasic__9bbbed6f table>tbody.clickable__bca03636>tr{cursor:pointer}.tableBasic__9bbbed6f table>tbody.hoverable__9f9ba463>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-4-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9bbbed6f table>tbody.hoverable__9f9ba463>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-4-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-4-0)}}.tableBasic__9bbbed6f .footerEmptyData__1572f39d{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__9bbbed6f .spinnerWrapper__c4d51891{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__9bbbed6f .overlayCover__740ca339{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-4-0);animation:fadeIn__29f57350 .3s}.tableBasicSettingsBody__4b4de2d9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__6ccee5c7{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-4-0)!important}.columnSettingsSortableListItemTarget__6ccee5c7:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-4-0)!important}.columnSettingsSortableListItemTarget__6ccee5c7.dragging__28e6209a{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-4-0)!important}.columnSettingsStaticListItem__3a770c86{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-4-0)}.tableBasicSettingsFooter__07daa96e{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-4-0);padding:11px 12px 12px}.tableBasicSettingsHeader__b953b856{padding:16px 12px 12px}.tableSettingsLink__da9a023a{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__060fd76f{width:320px}.tableFooterWrapper__982cbc38{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e{background:var(--triplex-next-TableBasic-TableFooter_Background-1-4-0);padding:16px 12px}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e:before{content:"";position:absolute;top:-64px;left:0;width:100%;height:64px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-4-0);pointer-events:none}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9{display:flex;align-items:center}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectedCount__6d8ac7fe,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectAllButton__43748881,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummaryAmount__8961d5f4{display:inline-flex}.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectedCount__6d8ac7fe,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummarySelectAllButton__43748881,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummaryAmount__8961d5f4,.tableFooterWrapper__982cbc38 .tableFooter__bcd22b6e .tableFooterSummary__1ba07cd9 .tableFooterSummaryLabel__caea6bf0{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__982cbc38{height:112px}}.paginationPanel__57350695{margin-top:16px}.masterTable__b18bca89{position:relative}.currency__67ab2406{font-size:16px;line-height:20px;color:var(--triplex-next-ColorDarkNeutralAlpha-90-1-4-0)}.orderedListItem__d0bd33a4{counter-increment:list-item-tx}.orderedListItem__d0bd33a4:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__d0bd33a4+.orderedListItem__d0bd33a4{margin-top:8px}.orderedList__303d0649{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.unorderedListItem__ef0f91cd:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__ef0f91cd+.unorderedListItem__ef0f91cd{margin-top:8px}.unorderedList__2bcd8656{position:relative;margin:0;padding-left:14px;list-style:none}.suggestFieldDesktop__83a89ae8{position:relative}.suggestDropdownListItem__8ebef50d{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__70f3e0af{position:relative}.suggestFieldMobileBody__a9d085e7{height:176px}.suggestFieldMobileDropdownHint__6b883aaa{padding:16px}.lightBox__da82777f{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__da82777f .lightBoxBackdrop__588a3cfe{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-4-0)}.lightBox__da82777f.lightBoxSideOverlayActive__13153a38,.lightBox__da82777f.lightBoxTopOverlayActive__4271910e{overflow-y:hidden}.lightBox__da82777f .lightBoxContent__265f0120{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-4-0)}.lightBox__da82777f .lightBoxContent__265f0120>.global-page{max-width:800px}.lightBox__da82777f .loadingContentOverlay__b4a5e5cb{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__da82777f .lightBoxContentResizeWrapper__fe389b0a{position:absolute;left:0;right:0;height:0}.lightBox__da82777f .tempElSafariBug__f2b1ff44{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__41ad88f6,.global-LB-less-or-equal-media-point-0 .lightBox__da82777f.lightBoxSideOverlayActive__13153a38{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__265f0120{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__265f0120{padding-left:80px;padding-right:80px}.lightBoxControls__b0a10e69{z-index:100}.withKeyboardEvent__aaabdaa3{display:inline-block}.withoutKeyboardEvent__0af55ef7,.lightBox__da82777f.lightBoxSideOverlayActive__13153a38 .withKeyboardEvent__aaabdaa3,.lightBox__da82777f.lightBoxTopOverlayActive__4271910e .withKeyboardEvent__aaabdaa3,.lightBox__da82777f.isLoading__9cc212bf .withKeyboardEvent__aaabdaa3{display:none}.lightBox__da82777f.lightBoxSideOverlayActive__13153a38 .withoutKeyboardEvent__0af55ef7,.lightBox__da82777f.lightBoxTopOverlayActive__4271910e .withoutKeyboardEvent__0af55ef7,.lightBox__da82777f.isLoading__9cc212bf .withoutKeyboardEvent__0af55ef7{display:inline-block}.lightBox__da82777f.isLoading__9cc212bf .lightBoxPrev__ab32793a,.lightBox__da82777f.isLoading__9cc212bf .lightBoxNext__62be21f8{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__b0a10e69{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__e52ad2aa{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__b6d8b46f{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__89c8771e{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ab32793a,.global-LB-less-or-equal-media-point-0 .lightBoxNext__62be21f8{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__ab32793a{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__34751374,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__e7813009{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__b0a10e69{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__e52ad2aa{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__b6d8b46f{display:none}.global-LB-more-media-point-0 .lightBoxClose__89c8771e{position:fixed;right:calc(40px + var(--triplex-next-scroll-width, 0));top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__ab32793a,.global-LB-more-media-point-0 .lightBoxNext__62be21f8{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__ab32793a{left:40px}.global-LB-more-media-point-0 .lightBoxNext__62be21f8{right:calc(40px + var(--triplex-next-scroll-width, 0))}.overlay__e2e1654a{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__e2e1654a.fixed__cd6ddb96{position:fixed}.overlay__e2e1654a.closing__82950f74,.overlay__e2e1654a.opened__a4793aa9{visibility:visible;left:0;right:0}.overlayPanel__8fa4831d{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-4-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__8fa4831d.bottom__3e603b61{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__8fa4831d.left__822780ce{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__8fa4831d.right__ecc8e27c{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__8fa4831d.top__93e9d9f9{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__8fa4831d.left__822780ce.opened__a4793aa9,.overlayPanel__8fa4831d.right__ecc8e27c.opened__a4793aa9{transform:translate(0)}.overlayPanel__8fa4831d.top__93e9d9f9.opened__a4793aa9,.overlayPanel__8fa4831d.bottom__3e603b61.opened__a4793aa9{transform:translateY(0)}.overlayContent__cb587381{display:flex;min-height:100%}.overlayMask__8f489797{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-4-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__8f489797.overlayOpened__64f5adca{opacity:1}.lightBoxSideOverlayLoaderWrapper__e4f40a9e{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__b6f86166{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__9fcd6fff{position:absolute;top:22px;right:16px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__b6f86166{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9fcd6fff{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__9fcd6fff{top:14px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__b6f86166{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__9fcd6fff{display:none}.lightBoxSideOverlayMask__de7cade6{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-4-0)}.lightBoxSideOverlayWrapper__13dd0b96{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__13dd0b96.overflowXHidden__52e21450{overflow-x:hidden}.lightBoxSideOverlayWrapper__13dd0b96.overflowYHidden__43f25ae1{overflow-y:hidden}.lightBoxSideOverlayWrapper__13dd0b96.closing__a7cdf5fb,.lightBoxSideOverlayWrapper__13dd0b96.opened__700be6cf{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__13dd0b96.closing__a7cdf5fb{pointer-events:none}.lightBoxSideOverlayWrapper__13dd0b96 .global-page{background-color:transparent!important}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-4-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1.opened__700be6cf{transform:none}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1.opening__0fdcbef9{transform:translateY(0)}.lightBoxSideOverlayWrapper__13dd0b96.sizeSM__f9ea30b2 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__13dd0b96.sizeMD__08b1884a .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__13dd0b96.sizeLG__6e960630 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayBase__156c9309{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__13dd0b96 .lightBoxSideOverlayContent__55d6cff1{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__13dd0b96 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__13dd0b96 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__38639a17{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__38639a17.closing__a7cdf5fb,.lightBoxSideOverlay__38639a17.opening__0fdcbef9{overflow-x:hidden}.lightBoxTopOverlayMask__9410973f{transition:opacity 0s}.lightBoxTopOverlayWrapper__11edb4db{position:absolute;left:0;right:0;top:0}.lightBoxTopOverlayWrapper__11edb4db.closing__a7cdf5fb,.lightBoxTopOverlayWrapper__11edb4db.opened__700be6cf{bottom:0}.lightBoxTopOverlayWrapper__11edb4db .lightBoxTopOverlayPanel__79e54db9{transition:transform .6s;box-shadow:none}.lightBoxTopOverlay__57206756{z-index:500}html.scroll-0__ee9a2b1c{--triplex-next-scroll-width: 0px}html.scroll-15__7138e655{--triplex-next-scroll-width: 15px}html.scroll-16__1082f6d9{--triplex-next-scroll-width: 16px}html.scroll-17__f763fcf4{--triplex-next-scroll-width: 17px}.smsInput__674270f6{display:inline-block;position:relative;width:100%}.smsInput__674270f6 .input__31e12dd7{text-align:center}.smsInput__674270f6 .input__31e12dd7::placeholder{opacity:1}.smsInput__674270f6 .input__31e12dd7:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-4-0)}.smsInput__674270f6 .input__31e12dd7.lg__f70a1dd0{padding:18px 40px}.smsInput__674270f6 .input__31e12dd7.md__7cec3a7b{padding-left:26px;padding-right:26px}.smsInput__674270f6 .input__31e12dd7.sm__92ec863f{padding-left:20px;padding-right:20px}.smsInput__674270f6 .btnRefresh__68066ffc{position:absolute;outline:none;z-index:1}.smsInput__674270f6 .btnRefresh__68066ffc.lg__f70a1dd0{top:12px;left:12px;height:32px;width:32px}.smsInput__674270f6 .btnRefresh__68066ffc.md__7cec3a7b{top:10px;left:10px}.smsInput__674270f6 .btnRefresh__68066ffc.sm__92ec863f{top:4px;left:4px}.smsInput__674270f6 .btnRefresh__68066ffc .full__9f7968c9{fill:var(--triplex-next-SMSInput-Refresh_Fill_Full-1-4-0)}.smsInput__674270f6 .btnRefresh__68066ffc .empty__6f352186{fill:var(--triplex-next-SMSInput-Refresh_Fill_Empty-1-4-0)}.smsInput__674270f6 .btnRefresh__68066ffc:disabled{cursor:default;fill:var(--triplex-next-SMSInput-Refresh_Disabled-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85{position:absolute;fill:var(--triplex-next-SMSInput-Submit_Background_Default-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85.active__3ae0509c:not(:disabled){fill:var(--triplex-next-SMSInput-Submit_Background_Active-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85.active__3ae0509c:not(:disabled):hover{fill:var(--triplex-next-SMSInput-Submit_Background_Hover-1-4-0)}.smsInput__674270f6 .btnSubmit__bb125a85.lg__f70a1dd0{top:15px;right:15px;height:26px;width:26px}.smsInput__674270f6 .btnSubmit__bb125a85.md__7cec3a7b{top:10px;right:10px}.smsInput__674270f6 .btnSubmit__bb125a85.sm__92ec863f{top:4px;right:4px}.spoiler__15264a2f{display:flex;flex-direction:column}.spoiler__15264a2f.opened__998aeaab .caretIcon__c89287da{transform:rotate(-180deg)}.spoiler__15264a2f .head__6a3545b7 .caretIcon__c89287da{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__15264a2f .head__6a3545b7 button>span{white-space:normal;text-align:left}.spoiler__15264a2f .content__c476f938.hidden__51c75bb2{display:none}.spoiler__15264a2f .lg__bfc6869e .content__c476f938{margin-top:8px}.spoiler__15264a2f .md__d78a8e08 .content__c476f938{margin-top:0}.spoiler__15264a2f .sm__d9e2b027 .content__c476f938{margin-top:-4px}.statusTrackerWrapper__775b0efc{display:flex;justify-content:center;min-height:360px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-4-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-4-0);overflow:hidden;height:100%}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a.verticalAlignMiddle__10eca07a{align-self:center}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a.verticalAlignBottom__e98edef8{align-self:end}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerChild__c2117f3c{padding:8px 0}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerChild__c2117f3c:empty{padding:0}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerSum__41417587,.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerTitle__8ae664d4{padding-bottom:4px}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerDescription__d9140d43{display:block;padding-top:8px}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerAlert__de3cfd9e{margin-top:12px;text-align:left}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerStatus__3e74bd77{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerFooterWrapper__29901a61{display:grid}.statusTrackerWrapper__775b0efc .statusTracker__3bfc5d9a .statusTrackerFooterWrapper__29901a61 .statusTrackerButton__1cf9ab3d{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1{position:absolute;width:75%;height:76%;left:-15px;right:92px;top:-10px;bottom:89px;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.waiting__c27f0023{background:var(--triplex-next-StatusTracker-Waiting_Color-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.warning__46f987da{background:var(--triplex-next-StatusTracker-Warning_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.rejected__59c1bdc4{background:var(--triplex-next-StatusTracker-Rejected_Color-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerColor__26702aa1.approved__815bef50{background:var(--triplex-next-StatusTracker-Approved_Color-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29{position:absolute;width:88%;height:42%;left:15px;right:0;top:-13%;bottom:0;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.waiting__c27f0023{background:var(--triplex-next-StatusTracker-Waiting_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.warning__46f987da{background:var(--triplex-next-StatusTracker-Warning_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.rejected__59c1bdc4{background:var(--triplex-next-StatusTracker-Rejected_Background-1-4-0)}.statusTrackerWrapper__775b0efc .statusTrackerBackground__41087f29.approved__815bef50{background:var(--triplex-next-StatusTracker-Approved_Background-1-4-0)}@media (max-width: 767px){.statusTrackerWrapper__775b0efc{border-radius:16px}}.notification__1cef9dc7{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-4-0);background:var(--triplex-next-Notification-Background-1-4-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-4-0);z-index:300}.notification__1cef9dc7:first-child{margin-top:0}.notification__1cef9dc7.extraBottomPadding__a9e405f8{padding-bottom:24px}.notification__1cef9dc7 .notificationHeader__a94f689b{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-4-0);width:100%;margin-top:0;margin-bottom:8px}.notification__1cef9dc7 .notificationIcon__5a451425{line-height:0}.notification__1cef9dc7 .notificationBody__77d9780d{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__1cef9dc7 .notificationBodyList__cbda7d24{margin-top:8px}.notification__1cef9dc7 .notificationBodyContent__6005176a{width:100%;font-size:14px}.notification__1cef9dc7 .notificationClose__b47f1bef{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__1cef9dc7.showCloseOnHover__237304af .notificationClose__b47f1bef{opacity:0}.notification__1cef9dc7.showCloseOnHover__237304af:hover{cursor:pointer}.notification__1cef9dc7.showCloseOnHover__237304af:hover .notificationClose__b47f1bef{opacity:1}.notification__1cef9dc7 .notificationFooter__28339400{display:flex;align-items:center;margin-top:16px}.notification__1cef9dc7 .notificationFooter__28339400 button+a{margin-left:16px}.notification__1cef9dc7 .notificationTime__4559a1a5{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-4-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__cdefd0fd{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__cdefd0fd:hover{cursor:pointer}.notificationGroupedWrapper__cdefd0fd .notificationGroupedFooterItem__38da2413{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-4-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-4-0)}.notificationGroupedWrapper__cdefd0fd .notificationGroupedFooterItem__38da2413.first__7cd688f0{bottom:-8px;z-index:200}.notificationGroupedWrapper__cdefd0fd .notificationGroupedFooterItem__38da2413.second__a42d9b58{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__1cef9dc7,.notificationGroupedWrapper__cdefd0fd{width:100%}}.listMasterFooter__caee51f7{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-4-0);color:var(--triplex-next-ListMaster-Footer_Color-1-4-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__caee51f7.sticky__3b68f33d{position:sticky;bottom:0}.listMasterFooterDescription__1f5fbc75{padding-right:16px}.listMasterFooterControls__81bb4124{white-space:nowrap}.collapsableTreeNodeContent__b5393f54.collapsed__f7b591d2{visibility:hidden}.checkboxTreeExtended__e4269762{margin-bottom:-8px}.checkboxTreeExtendedNode__3ec333d4 .checkboxTreeExtendedNode__3ec333d4{margin-left:24px}.checkboxTreeExtendedNodeHeader__c4acf373{display:flex;justify-content:space-between;position:relative;margin-bottom:8px}.checkboxTreeExtendedNodeHeader__c4acf373 .checkboxTreeCheckboxLabel__504cf907{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__c4acf373 .caretIconWrapper__49bcff13{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__c4acf373 .caretIconWrapper__49bcff13:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-4-0)}.checkboxTreeExtendedNodeHeader__c4acf373.opened__b35c3182 .caretIconWrapper__49bcff13{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__e4269762{margin:0 16px}.checkboxTreeExtendedNodeHeader__c4acf373{margin-bottom:0}.checkboxTreeCheckboxLabel__504cf907{padding-top:16px;padding-bottom:16px}.checkboxTreeCheckboxLabel__504cf907>span,.checkboxTreeCheckboxLabel__504cf907>svg,.checkboxTreeCheckboxLabel__504cf907 .checkboxTreeCheckbox__204532fd{top:18px!important}}.listMasterChipGroup__343f9055{padding:0 16px}.listMasterHeader__2d5f3949{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-4-0);color:var(--triplex-next-ListMaster-Header_Color-1-4-0)}.listMasterHeader__2d5f3949.sticky__3b68f33d{position:sticky;top:0;z-index:1}.selectionControls__d27558dc{display:flex;justify-content:space-between;align-items:center}button.helpBoxButton__3d925752{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__27844b32{padding-right:16px}.uploadZone__4dc57136{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-4-0)}.uploadZone__4dc57136:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-4-0)}.uploadZoneDragArea__363e94e4{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-4-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__2edf6334{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-4-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-4-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-4-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__1c9a0d15{display:none}.divider__d8a95b65{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-4-0);border:none}.marginTopSize-4__40fb17e6{margin-top:4px}.marginBottomSize-4__7c87c601{margin-bottom:4px}.marginTopSize-8__670109d0{margin-top:8px}.marginBottomSize-8__9345c724{margin-bottom:8px}.marginTopSize-12__b8ff07f6{margin-top:12px}.marginBottomSize-12__71a02466{margin-bottom:12px}.marginTopSize-16__8c24a6ed{margin-top:16px}.marginBottomSize-16__677fa96c{margin-bottom:16px}.marginTopSize-20__c6356b4b{margin-top:20px}.marginBottomSize-20__f2e03d2a{margin-bottom:20px}.marginTopSize-24__40d1882b{margin-top:24px}.marginBottomSize-24__3f5869bb{margin-bottom:24px}.marginTopSize-28__10065680{margin-top:28px}.marginBottomSize-28__319bdc18{margin-bottom:28px}.marginTopSize-32__b054b703{margin-top:32px}.marginBottomSize-32__728ddefb{margin-bottom:32px}.chipGroup__ef0f45cc{display:flex}.chipGroup__ef0f45cc.oneLine__d1aacdf2{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__ef0f45cc.oneLine__d1aacdf2::-webkit-scrollbar{display:none}.chipGroup__ef0f45cc.multiLine__c5a61413{flex-wrap:wrap}.chipGroup__ef0f45cc.lg__9fd49b9d{gap:12px}.chipGroup__ef0f45cc.md__488dd898,.chipGroup__ef0f45cc.sm__05bd5a1b{gap:8px}
1
+ html {--triplex-next-ColorBrand-0-1-6-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-6-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-6-0: #006063;
4
+ --triplex-next-ColorBrand-30-1-6-0: #007777;
5
+ --triplex-next-ColorBrand-40-1-6-0: #008985;
6
+ --triplex-next-ColorBrand-50-1-6-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-6-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-6-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-6-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-6-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-100-1-6-0: #E3FFFA;
12
+ --triplex-next-ColorDarkNeutralAlpha-0-1-6-0: rgba(31, 31, 34, 1);
13
+ --triplex-next-ColorDarkNeutralAlpha-10-1-6-0: rgba(31, 31, 34, .95);
14
+ --triplex-next-ColorDarkNeutralAlpha-20-1-6-0: rgba(31, 31, 34, .85);
15
+ --triplex-next-ColorDarkNeutralAlpha-30-1-6-0: rgba(31, 31, 34, .75);
16
+ --triplex-next-ColorDarkNeutralAlpha-40-1-6-0: rgba(31, 31, 34, .65);
17
+ --triplex-next-ColorDarkNeutralAlpha-50-1-6-0: rgba(31, 31, 34, .55);
18
+ --triplex-next-ColorDarkNeutralAlpha-60-1-6-0: rgba(31, 31, 34, .45);
19
+ --triplex-next-ColorDarkNeutralAlpha-70-1-6-0: rgba(31, 31, 34, .35);
20
+ --triplex-next-ColorDarkNeutralAlpha-80-1-6-0: rgba(31, 31, 34, .25);
21
+ --triplex-next-ColorDarkNeutralAlpha-90-1-6-0: rgba(31, 31, 34, .15);
22
+ --triplex-next-ColorDarkNeutralAlpha-100-1-6-0: rgba(31, 31, 34, .05);
23
+ --triplex-next-ColorDarkNeutral-0-1-6-0: #000000;
24
+ --triplex-next-ColorDarkNeutral-10-1-6-0: #171719;
25
+ --triplex-next-ColorDarkNeutral-20-1-6-0: #1B1B1D;
26
+ --triplex-next-ColorDarkNeutral-30-1-6-0: #1F1F22;
27
+ --triplex-next-ColorDarkNeutral-40-1-6-0: #262629;
28
+ --triplex-next-ColorDarkNeutral-50-1-6-0: #2D2D30;
29
+ --triplex-next-ColorDarkNeutral-60-1-6-0: #343437;
30
+ --triplex-next-ColorDarkNeutral-70-1-6-0: #3B3B3E;
31
+ --triplex-next-ColorDarkNeutral-80-1-6-0: #424245;
32
+ --triplex-next-ColorDarkNeutral-90-1-6-0: #49494C;
33
+ --triplex-next-ColorDarkNeutral-100-1-6-0: #4F4F52;
34
+ --triplex-next-ColorError-0-1-6-0: #443139;
35
+ --triplex-next-ColorError-10-1-6-0: #4E3741;
36
+ --triplex-next-ColorError-20-1-6-0: #A90024;
37
+ --triplex-next-ColorError-30-1-6-0: #BD002C;
38
+ --triplex-next-ColorError-40-1-6-0: #D10032;
39
+ --triplex-next-ColorError-50-1-6-0: #E60037;
40
+ --triplex-next-ColorError-60-1-6-0: #F80C45;
41
+ --triplex-next-ColorError-70-1-6-0: #FF5571;
42
+ --triplex-next-ColorError-80-1-6-0: #FFB1C1;
43
+ --triplex-next-ColorError-90-1-6-0: #FCE0E6;
44
+ --triplex-next-ColorError-100-1-6-0: #FFF0F3;
45
+ --triplex-next-ColorInfo-0-1-6-0: #313749;
46
+ --triplex-next-ColorInfo-10-1-6-0: #2E3A52;
47
+ --triplex-next-ColorInfo-20-1-6-0: #0A43B0;
48
+ --triplex-next-ColorInfo-30-1-6-0: #124FC2;
49
+ --triplex-next-ColorInfo-40-1-6-0: #0E57CC;
50
+ --triplex-next-ColorInfo-50-1-6-0: #1371E4;
51
+ --triplex-next-ColorInfo-60-1-6-0: #1297FE;
52
+ --triplex-next-ColorInfo-70-1-6-0: #66BEFF;
53
+ --triplex-next-ColorInfo-80-1-6-0: #8DD2FF;
54
+ --triplex-next-ColorInfo-90-1-6-0: #B8E6FF;
55
+ --triplex-next-ColorInfo-100-1-6-0: #E3F6FF;
56
+ --triplex-next-ColorNeutralAlpha-0-1-6-0: rgba(255, 255, 255, 1);
57
+ --triplex-next-ColorNeutralAlpha-10-1-6-0: rgba(255, 255, 255, .95);
58
+ --triplex-next-ColorNeutralAlpha-20-1-6-0: rgba(255, 255, 255, .85);
59
+ --triplex-next-ColorNeutralAlpha-30-1-6-0: rgba(255, 255, 255, .75);
60
+ --triplex-next-ColorNeutralAlpha-40-1-6-0: rgba(255, 255, 255, .65);
61
+ --triplex-next-ColorNeutralAlpha-50-1-6-0: rgba(255, 255, 255, .55);
62
+ --triplex-next-ColorNeutralAlpha-60-1-6-0: rgba(255, 255, 255, .45);
63
+ --triplex-next-ColorNeutralAlpha-70-1-6-0: rgba(255, 255, 255, .35);
64
+ --triplex-next-ColorNeutralAlpha-80-1-6-0: rgba(255, 255, 255, .25);
65
+ --triplex-next-ColorNeutralAlpha-90-1-6-0: rgba(255, 255, 255, .15);
66
+ --triplex-next-ColorNeutralAlpha-100-1-6-0: rgba(255, 255, 255, .05);
67
+ --triplex-next-ColorNeutral-0-1-6-0: #CBCFD7;
68
+ --triplex-next-ColorNeutral-10-1-6-0: #D1D4DC;
69
+ --triplex-next-ColorNeutral-20-1-6-0: #D6D9E0;
70
+ --triplex-next-ColorNeutral-30-1-6-0: #DCDFE4;
71
+ --triplex-next-ColorNeutral-40-1-6-0: #DFE2E7;
72
+ --triplex-next-ColorNeutral-50-1-6-0: #E3E6EA;
73
+ --triplex-next-ColorNeutral-60-1-6-0: #E7E9EE;
74
+ --triplex-next-ColorNeutral-70-1-6-0: #EAEDF1;
75
+ --triplex-next-ColorNeutral-80-1-6-0: #EEF0F4;
76
+ --triplex-next-ColorNeutral-90-1-6-0: #F2F4F7;
77
+ --triplex-next-ColorNeutral-100-1-6-0: #FFFFFF;
78
+ --triplex-next-ColorSuccess-0-1-6-0: #28433E;
79
+ --triplex-next-ColorSuccess-10-1-6-0: #2A4C45;
80
+ --triplex-next-ColorSuccess-20-1-6-0: #00624C;
81
+ --triplex-next-ColorSuccess-30-1-6-0: #007353;
82
+ --triplex-next-ColorSuccess-40-1-6-0: #008B5C;
83
+ --triplex-next-ColorSuccess-50-1-6-0: #00C075;
84
+ --triplex-next-ColorSuccess-60-1-6-0: #00D67D;
85
+ --triplex-next-ColorSuccess-70-1-6-0: #3AF299;
86
+ --triplex-next-ColorSuccess-80-1-6-0: #8AFFB8;
87
+ --triplex-next-ColorSuccess-90-1-6-0: #B8FFD4;
88
+ --triplex-next-ColorSuccess-100-1-6-0: #E1FFEB;
89
+ --triplex-next-ColorSystem-0-1-6-0: #373C49;
90
+ --triplex-next-ColorSystem-10-1-6-0: #384156;
91
+ --triplex-next-ColorSystem-20-1-6-0: #47526D;
92
+ --triplex-next-ColorSystem-30-1-6-0: #57637F;
93
+ --triplex-next-ColorSystem-40-1-6-0: #697591;
94
+ --triplex-next-ColorSystem-50-1-6-0: #8291B3;
95
+ --triplex-next-ColorSystem-60-1-6-0: #95A3C1;
96
+ --triplex-next-ColorSystem-70-1-6-0: #A9B6D0;
97
+ --triplex-next-ColorSystem-80-1-6-0: #BFCADF;
98
+ --triplex-next-ColorSystem-90-1-6-0: #D6DEED;
99
+ --triplex-next-ColorSystem-100-1-6-0: #EEF3FC;
100
+ --triplex-next-ColorWarning-0-1-6-0: #463734;
101
+ --triplex-next-ColorWarning-10-1-6-0: #4F3E3B;
102
+ --triplex-next-ColorWarning-20-1-6-0: #E03400;
103
+ --triplex-next-ColorWarning-30-1-6-0: #E63D00;
104
+ --triplex-next-ColorWarning-40-1-6-0: #EF4C01;
105
+ --triplex-next-ColorWarning-50-1-6-0: #FD6508;
106
+ --triplex-next-ColorWarning-60-1-6-0: #FF7A17;
107
+ --triplex-next-ColorWarning-70-1-6-0: #FFB13B;
108
+ --triplex-next-ColorWarning-80-1-6-0: #FFD169;
109
+ --triplex-next-ColorWarning-90-1-6-0: #FCEAC7;
110
+ --triplex-next-ColorWarning-100-1-6-0: #FFF4DB;
111
+ --triplex-next-AlertContext-Error_Color-1-6-0: #D10032;
112
+ --triplex-next-AlertContext-Info_Color-1-6-0: rgba(31, 31, 34, 1);
113
+ --triplex-next-AlertContext-System_Color-1-6-0: rgba(31, 31, 34, 1);
114
+ --triplex-next-AlertContext-Warning_Color-1-6-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertProcess-Info_Background-1-6-0: #E3F6FF;
116
+ --triplex-next-AlertProcess-Warning_Background-1-6-0: #FFF4DB;
117
+ --triplex-next-AlertProcess-Error_Background-1-6-0: #FFF0F3;
118
+ --triplex-next-AlertProcess-System_Background-1-6-0: #EEF3FC;
119
+ --triplex-next-AlertProcess-Feature_Background-1-6-0: #E3FFFA;
120
+ --triplex-next-Button-General_Background_Active-1-6-0: #007777;
121
+ --triplex-next-Button-General_Background_Default-1-6-0: #21A19A;
122
+ --triplex-next-Button-General_Background_Disabled-1-6-0: #F2F4F7;
123
+ --triplex-next-Button-General_Background_Hover-1-6-0: #19BDB0;
124
+ --triplex-next-Button-General_Color_Active-1-6-0: rgba(255, 255, 255, 1);
125
+ --triplex-next-Button-General_Color_Default-1-6-0: rgba(255, 255, 255, 1);
126
+ --triplex-next-Button-General_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
127
+ --triplex-next-Button-General_Color_Hover-1-6-0: rgba(255, 255, 255, 1);
128
+ --triplex-next-Button-General_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
129
+ --triplex-next-Button-Secondary_Background_Active-1-6-0: #DCDFE4;
130
+ --triplex-next-Button-Secondary_Background_Default-1-6-0: #F2F4F7;
131
+ --triplex-next-Button-Secondary_Background_Disabled-1-6-0: #F2F4F7;
132
+ --triplex-next-Button-Secondary_Background_Hover-1-6-0: #EAEDF1;
133
+ --triplex-next-Button-Secondary_Color_Active-1-6-0: #007777;
134
+ --triplex-next-Button-Secondary_Color_Default-1-6-0: #008985;
135
+ --triplex-next-Button-Secondary_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
136
+ --triplex-next-Button-Secondary_Color_Hover-1-6-0: #21A19A;
137
+ --triplex-next-Button-Secondary_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
138
+ --triplex-next-Button-SecondaryLight_Background_Active-1-6-0: #DFE2E7;
139
+ --triplex-next-Button-SecondaryLight_Background_Default-1-6-0: #FFFFFF;
140
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-6-0: #F2F4F7;
141
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-6-0: #EEF0F4;
142
+ --triplex-next-Button-SecondaryLight_Color_Active-1-6-0: #007777;
143
+ --triplex-next-Button-SecondaryLight_Color_Default-1-6-0: #008985;
144
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
145
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-6-0: #21A19A;
146
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
147
+ --triplex-next-Button-Danger_Background_Active-1-6-0: #BD002C;
148
+ --triplex-next-Button-Danger_Background_Default-1-6-0: #E60037;
149
+ --triplex-next-Button-Danger_Background_Disabled-1-6-0: #F2F4F7;
150
+ --triplex-next-Button-Danger_Background_Hover-1-6-0: #F80C45;
151
+ --triplex-next-Button-Danger_Color_Active-1-6-0: rgba(255, 255, 255, 1);
152
+ --triplex-next-Button-Danger_Color_Default-1-6-0: rgba(255, 255, 255, 1);
153
+ --triplex-next-Button-Danger_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
154
+ --triplex-next-Button-Danger_Color_Hover-1-6-0: rgba(255, 255, 255, 1);
155
+ --triplex-next-Button-Danger_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
156
+ --triplex-next-Button-Icon_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169;
157
+ --triplex-next-Button-Link_Color_Active-1-6-0: #007777;
158
+ --triplex-next-Button-Link_Color_Default-1-6-0: #008985;
159
+ --triplex-next-Button-Link_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
160
+ --triplex-next-Button-Link_Color_Hover-1-6-0: #21A19A;
161
+ --triplex-next-Button-Link_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
162
+ --triplex-next-Calendar-Background_Shadow-1-6-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
163
+ --triplex-next-Calendar-View_Header_Color-1-6-0: rgba(31, 31, 34, .55);
164
+ --triplex-next-Calendar-View_Item_Background_Default-1-6-0: none;
165
+ --triplex-next-Calendar-View_Item_Background_Hover-1-6-0: #19BDB0;
166
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-6-0: #21A19A;
167
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-6-0: #007777;
168
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-6-0: #E3FFFA;
169
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-6-0: #A8F5E9;
170
+ --triplex-next-Calendar-View_Item_Color_Default-1-6-0: rgba(31, 31, 34, 1);
171
+ --triplex-next-Calendar-View_Item_Color_Hover-1-6-0: rgba(255, 255, 255, 1);
172
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
173
+ --triplex-next-Calendar-View_Item_Color_Muted-1-6-0: rgba(31, 31, 34, .35);
174
+ --triplex-next-Calendar-View_Item_Color_Selected-1-6-0: rgba(255, 255, 255, 1);
175
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-6-0: rgba(31, 31, 34, .35);
176
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-6-0: rgba(31, 31, 34, .35);
177
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-6-0: rgba(31, 31, 34, .35);
178
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-6-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-6-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-6-0: #00C075;
181
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-6-0: #00C075;
182
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-6-0: #00C075;
183
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-6-0: #FD6508;
184
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-6-0: #FD6508;
185
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-6-0: #FD6508;
186
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-6-0: #E60037;
187
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-6-0: #E60037;
188
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-6-0: #E60037;
189
+ --triplex-next-Card-Static_General_Background-1-6-0: #FFFFFF;
190
+ --triplex-next-Card-Static_Secondary_Background-1-6-0: #F2F4F7;
191
+ --triplex-next-Card-Action_General_Background-1-6-0: #FFFFFF;
192
+ --triplex-next-Card-Action_General_Background_Hover-1-6-0: #FFFFFF;
193
+ --triplex-next-Card-Action_General_Background_Selected-1-6-0: #F2F4F7;
194
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-6-0: #F2F4F7;
195
+ --triplex-next-Card-Action_Secondary_Background-1-6-0: #F2F4F7;
196
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-6-0: #EAEDF1;
197
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-6-0: #E3E6EA;
198
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-6-0: #DCDFE4;
199
+ --triplex-next-Card-Shadow_Default-1-6-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
200
+ --triplex-next-Card-Shadow_Focus-1-6-0: inset 0 0 0 1px #FFD169;
201
+ --triplex-next-Card-Shadow_Hover-1-6-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
202
+ --triplex-next-Card-Shadow_Selected-1-6-0: inset 0 0 0 1px #21A19A;
203
+ --triplex-next-Card-Shadow_Selected_Hover-1-6-0: inset 0 0 0 1px #19BDB0;
204
+ --triplex-next-Checkbox-Background_Checked_Default-1-6-0: #21A19A;
205
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-6-0: #EAEDF1;
206
+ --triplex-next-Checkbox-Background_Checked_Hover-1-6-0: #007777;
207
+ --triplex-next-Checkbox-Background_Default-1-6-0: #F2F4F7;
208
+ --triplex-next-Checkbox-Background_Disabled-1-6-0: #F2F4F7;
209
+ --triplex-next-Checkbox-Background_Hover-1-6-0: #19BDB0;
210
+ --triplex-next-Checkbox-BorderColor_Default-1-6-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
211
+ --triplex-next-Checkbox-BorderColor_Disabled-1-6-0: 0 0 0 1px #E3E6EA inset;
212
+ --triplex-next-Checkbox-BorderColor_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
213
+ --triplex-next-Checkbox-BorderColor_Hover-1-6-0: none;
214
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-6-0: none;
215
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-6-0: none;
216
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-6-0: rgba(255, 255, 255, 1);
217
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-6-0: rgba(31, 31, 34, .15);
218
+ --triplex-next-Chip-Background_Active-1-6-0: #DFE2E7;
219
+ --triplex-next-Chip-Background_Default-1-6-0: #F2F4F7;
220
+ --triplex-next-Chip-Background_Disabled-1-6-0: #F2F4F7;
221
+ --triplex-next-Chip-Background_Hover-1-6-0: #EAEDF1;
222
+ --triplex-next-Chip-Background_Selected_Active-1-6-0: #4F4F52;
223
+ --triplex-next-Chip-Background_Selected_Default-1-6-0: #3B3B3E;
224
+ --triplex-next-Chip-Background_Selected_Disabled-1-6-0: #343437;
225
+ --triplex-next-Chip-Background_Selected_Hover-1-6-0: #49494C;
226
+ --triplex-next-Chip-Color_Active-1-6-0: rgba(31, 31, 34, 1);
227
+ --triplex-next-Chip-Color_Default-1-6-0: rgba(31, 31, 34, 1);
228
+ --triplex-next-Chip-Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
229
+ --triplex-next-Chip-Color_Hover-1-6-0: rgba(31, 31, 34, 1);
230
+ --triplex-next-Chip-Color_Selected_Active-1-6-0: rgba(255, 255, 255, 1);
231
+ --triplex-next-Chip-Color_Selected_Default-1-6-0: rgba(255, 255, 255, 1);
232
+ --triplex-next-Chip-Color_Selected_Disabled-1-6-0: rgba(255, 255, 255, .25);
233
+ --triplex-next-Chip-Color_Selected_Hover-1-6-0: rgba(255, 255, 255, 1);
234
+ --triplex-next-Chip-Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
235
+ --triplex-next-Divider-Background-1-6-0: #D6D9E0;
236
+ --triplex-next-Dropdown-Background-1-6-0: #FFFFFF;
237
+ --triplex-next-Dropdown-Shadow-1-6-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
238
+ --triplex-next-DropdownList-Background_Active-1-6-0: #EAEDF1;
239
+ --triplex-next-DropdownList-Background_Default-1-6-0: none;
240
+ --triplex-next-DropdownList-Background_Selected-1-6-0: #DCDFE4;
241
+ --triplex-next-DropdownList-Color-1-6-0: rgba(31, 31, 34, 1);
242
+ --triplex-next-DropdownMobile-Backdrop-1-6-0: rgba(31, 31, 34, .65);
243
+ --triplex-next-DropdownMobile-Border_Color-1-6-0: #D6D9E0;
244
+ --triplex-next-DropdownMobile-Content_Background-1-6-0: #FFFFFF;
245
+ --triplex-next-DropdownMobile-Footer_Background-1-6-0: #FFFFFF;
246
+ --triplex-next-DropdownMobile-Header_Background-1-6-0: #F2F4F7;
247
+ --triplex-next-DropdownMobileList-Active_Background-1-6-0: #F2F4F7;
248
+ --triplex-next-DropdownMobileList-Selected_Background-1-6-0: #DCDFE4;
249
+ --triplex-next-FooterPage-StickyShadow-1-6-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
250
+ --triplex-next-FormField-Background_Active-1-6-0: #F2F4F7;
251
+ --triplex-next-FormField-Background_Default-1-6-0: #F2F4F7;
252
+ --triplex-next-FormField-Background_Disabled-1-6-0: #F2F4F7;
253
+ --triplex-next-FormField-Background_Error-1-6-0: #FFF0F3;
254
+ --triplex-next-FormField-Background_Error_Hover-1-6-0: #FCE0E6;
255
+ --triplex-next-FormField-Background_Hover-1-6-0: #EAEDF1;
256
+ --triplex-next-FormField-Background_Warning-1-6-0: #FFF4DB;
257
+ --triplex-next-FormField-Background_Warning_Hover-1-6-0: #FCEAC7;
258
+ --triplex-next-FormField-Input_Color_Default-1-6-0: rgba(31, 31, 34, 1);
259
+ --triplex-next-FormField-Input_Color_Disabled-1-6-0: rgba(31, 31, 34, .45);
260
+ --triplex-next-FormField-Target_Color_Default-1-6-0: rgba(31, 31, 34, 1);
261
+ --triplex-next-FormField-Target_Color_Disabled-1-6-0: rgba(31, 31, 34, .45);
262
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-6-0: rgba(31, 31, 34, .65);
263
+ --triplex-next-FormField-Label_Color_Default-1-6-0: rgba(31, 31, 34, .65);
264
+ --triplex-next-FormField-Label_Color_Disabled-1-6-0: rgba(31, 31, 34, .45);
265
+ --triplex-next-FormField-Shadow_Active-1-6-0: 0 0 0 1px #21A19A inset;
266
+ --triplex-next-FormField-Shadow_Default-1-6-0: none;
267
+ --triplex-next-FormField-Shadow_Error_Active-1-6-0: 0 0 0 1px #E60037 inset;
268
+ --triplex-next-FormField-Shadow_Warning_Active-1-6-0: 0 0 0 1px #FD6508 inset;
269
+ --triplex-next-FormField-Placeholder_Color-1-6-0: rgba(31, 31, 34, .65);
270
+ --triplex-next-HeaderPage-StickyShadow-1-6-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
271
+ --triplex-next-Island-Type1_Background-1-6-0: #FFFFFF;
272
+ --triplex-next-Island-Type2_Background-1-6-0: rgba(255, 255, 255, .35);
273
+ --triplex-next-Island-Type3_Background-1-6-0: #F2F4F7;
274
+ --triplex-next-Island-Type1_Shadow-1-6-0: none;
275
+ --triplex-next-Island-Type2_Shadow-1-6-0: 0 0 0 1px #FFFFFF inset;
276
+ --triplex-next-Island-Type3_Shadow-1-6-0: none;
277
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-6-0: #DCDFE4;
278
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-6-0: rgba(31, 31, 34, .05);
279
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-6-0: #DCDFE4;
280
+ --triplex-next-IslandAccordion-Shadow_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
281
+ --triplex-next-Link-BorderColor_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
282
+ --triplex-next-Link-Text_Color_Active-1-6-0: #007777;
283
+ --triplex-next-Link-Text_Color_Default-1-6-0: #008985;
284
+ --triplex-next-Link-Text_Color_Hover-1-6-0: #21A19A;
285
+ --triplex-next-ListItem-Background-1-6-0: #FFFFFF;
286
+ --triplex-next-ListItem-Background_Dragging-1-6-0: #FFFFFF;
287
+ --triplex-next-ListItem-Background_Selected-1-6-0: #F2F4F7;
288
+ --triplex-next-ListItem-Shadow-1-6-0: 0 2px 7px rgba(31, 31, 34, 0.25);
289
+ --triplex-next-ListItemControlsButton-Background_Active-1-6-0: #DCDFE4;
290
+ --triplex-next-ListItemControlsButton-Background_Default-1-6-0: #F2F4F7;
291
+ --triplex-next-ListItemControlsButton-Background_Hover-1-6-0: #EAEDF1;
292
+ --triplex-next-ListItemControlsButton-Color_Active-1-6-0: #007777;
293
+ --triplex-next-ListItemControlsButton-Color_Default-1-6-0: #008985;
294
+ --triplex-next-ListItemControlsButton-Color_Hover-1-6-0: #21A19A;
295
+ --triplex-next-ListMaster-Background-1-6-0: #FFFFFF;
296
+ --triplex-next-ListMaster-Footer_Background-1-6-0: #DCDFE4;
297
+ --triplex-next-ListMaster-Footer_Color-1-6-0: #EAEDF1;
298
+ --triplex-next-ListMaster-Header_Background-1-6-0: #DCDFE4;
299
+ --triplex-next-ListMaster-Header_Color-1-6-0: #EAEDF1;
300
+ --triplex-next-Loader-Element_Background_Brand-1-6-0: #21A19A;
301
+ --triplex-next-Loader-Element_Background_Neutral-1-6-0: rgba(255, 255, 255, 1);
302
+ --triplex-next-Loader-Middle_Background_Default-1-6-0: #EEF0F4;
303
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-6-0: rgba(255, 255, 255, .75);
304
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-6-0: rgba(255, 255, 255, .75);
305
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-6-0: #EEF0F4;
306
+ --triplex-next-Marker-Background_Error-1-6-0: #E60037;
307
+ --triplex-next-Marker-Background_Success-1-6-0: #21A19A;
308
+ --triplex-next-Marker-Background_Waiting-1-6-0: #8291B3;
309
+ --triplex-next-Marker-Background_Warning-1-6-0: #FD6508;
310
+ --triplex-next-MarkerStatus-Description_Color-1-6-0: rgba(0, 0, 0, 0.55);
311
+ --triplex-next-MultiselectField-Divider_Color-1-6-0: #D6D9E0;
312
+ --triplex-next-Overlay-Background-1-6-0: rgba(255, 255, 255, .8);
313
+ --triplex-next-Overlay-Panel_Background-1-6-0: #FFFFFF;
314
+ --triplex-next-Pagination-PageButton_Background_Active-1-6-0: #E3E6EA;
315
+ --triplex-next-Pagination-PageButton_Background_Hover-1-6-0: #F2F4F7;
316
+ --triplex-next-Pagination-PageButton_Background_Selected-1-6-0: #E3E6EA;
317
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-6-0: #FFD169;
318
+ --triplex-next-Pagination-PageButton_Color-1-6-0: rgba(31, 31, 34, 1);
319
+ --triplex-next-Radio-Background_Checked_Default-1-6-0: #21A19A;
320
+ --triplex-next-Radio-Background_Checked_Disabled-1-6-0: #EAEDF1;
321
+ --triplex-next-Radio-Background_Checked_Hover-1-6-0: #007777;
322
+ --triplex-next-Radio-Background_Default-1-6-0: #F2F4F7;
323
+ --triplex-next-Radio-Background_Disabled-1-6-0: #F2F4F7;
324
+ --triplex-next-Radio-Background_Hover-1-6-0: #19BDB0;
325
+ --triplex-next-Radio-BorderColor_Default-1-6-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
326
+ --triplex-next-Radio-BorderColor_Disabled-1-6-0: 0 0 0 1px #E3E6EA inset;
327
+ --triplex-next-Radio-BorderColor_Focused-1-6-0: 0 0 0 1px #FFD169 inset;
328
+ --triplex-next-Radio-BorderColor_Checked_Default-1-6-0: none;
329
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-6-0: none;
330
+ --triplex-next-Radio-Dot_Default-1-6-0: rgba(255, 255, 255, 1);
331
+ --triplex-next-Radio-Dot_Disabled-1-6-0: rgba(31, 31, 34, .15);
332
+ --triplex-next-SegmentedControl-General_1_Background-1-6-0: #F2F4F7;
333
+ --triplex-next-SegmentedControl-General_2_Background-1-6-0: #FFFFFF;
334
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-6-0: #F2F4F7;
335
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-6-0: #FFFFFF;
336
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-6-0: rgba(31, 31, 34, .65);
337
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
338
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-6-0: rgba(31, 31, 34, .15);
339
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-6-0: rgba(255, 255, 255, 1);
340
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-6-0: rgba(255, 255, 255, 1);
341
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-6-0: rgba(255, 255, 255, .25);
342
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-6-0: #F2F4F7;
343
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-6-0: #DFE2E7;
344
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-6-0: #F2F4F7;
345
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-6-0: #3B3B3E;
346
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-6-0: #49494C;
347
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-6-0: #343437;
348
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-6-0: rgba(31, 31, 34, .65);
349
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
350
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-6-0: rgba(31, 31, 34, .15);
351
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-6-0: rgba(255, 255, 255, 1);
352
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-6-0: rgba(255, 255, 255, 1);
353
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-6-0: rgba(255, 255, 255, .25);
354
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-6-0: #FFFFFF;
355
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-6-0: #EEF0F4;
356
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-6-0: #FFFFFF;
357
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-6-0: #3B3B3E;
358
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-6-0: #49494C;
359
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-6-0: #343437;
360
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-6-0: rgba(31, 31, 34, .65);
361
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
362
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-6-0: rgba(31, 31, 34, .15);
363
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-6-0: rgba(31, 31, 34, 1);
364
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-6-0: rgba(31, 31, 34, 1);
365
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-6-0: rgba(31, 31, 34, .15);
366
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-6-0: #F2F4F7;
367
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-6-0: #DFE2E7;
368
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-6-0: #F2F4F7;
369
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-6-0: #FFFFFF;
370
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-6-0: #DFE2E7;
371
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-6-0: #FFFFFF;
372
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-6-0: rgba(31, 31, 34, .65);
373
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
374
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-6-0: rgba(31, 31, 34, .15);
375
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-6-0: rgba(31, 31, 34, 1);
376
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-6-0: rgba(31, 31, 34, 1);
377
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-6-0: rgba(31, 31, 34, .15);
378
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-6-0: #FFFFFF;
379
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-6-0: #EEF0F4;
380
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-6-0: #FFFFFF;
381
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-6-0: #E3E6EA;
382
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-6-0: #D6D9E0;
383
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-6-0: #F2F4F7;
384
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-6-0: transparent;
385
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-6-0: #FFD169;
386
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-6-0: #F2F4F7;
387
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-6-0: #DFE2E7;
388
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-6-0: rgba(31, 31, 34, .05);
389
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-6-0: rgba(31, 31, 34, .15);
390
+ --triplex-next-SMSInput-Refresh_Fill_Empty-1-6-0: rgba(31, 31, 34, .35);
391
+ --triplex-next-SMSInput-Refresh_Fill_Full-1-6-0: #008985;
392
+ --triplex-next-SMSInput-Refresh_Disabled-1-6-0: rgba(31, 31, 34, .15);
393
+ --triplex-next-SMSInput-Submit_Background_Default-1-6-0: rgba(31, 31, 34, .15);
394
+ --triplex-next-SMSInput-Submit_Background_Hover-1-6-0: #19BDB0;
395
+ --triplex-next-SMSInput-Submit_Background_Active-1-6-0: #21A19A;
396
+ --triplex-next-Slider-Dot_Background_Default-1-6-0: #21A19A;
397
+ --triplex-next-Slider-Dot_Background_Disabled-1-6-0: #F2F4F7;
398
+ --triplex-next-Slider-Dot_Background_Hover-1-6-0: #19BDB0;
399
+ --triplex-next-Slider-Dot_Background_Select-1-6-0: #007777;
400
+ --triplex-next-Slider-Dot_Focus-1-6-0: #FFD169;
401
+ --triplex-next-Slider-Dot_Inner_Background-1-6-0: #FFFFFF;
402
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-6-0: rgba(31, 31, 34, .15);
403
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-6-0: #DCDFE4;
404
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-6-0: #21A19A;
405
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-6-0: #E7E9EE;
406
+ --triplex-next-Slider-Rail_Background-1-6-0: #DCDFE4;
407
+ --triplex-next-Slider-Rail_Background_Disabled-1-6-0: #DCDFE4;
408
+ --triplex-next-Slider-Tooltip_Background-1-6-0: #1B1B1D;
409
+ --triplex-next-Slider-Tooltip_Color-1-6-0: rgba(255, 255, 255, 1);
410
+ --triplex-next-Slider-Track_Background_Default-1-6-0: #21A19A;
411
+ --triplex-next-Slider-Track_Background_Disabled-1-6-0: #E7E9EE;
412
+ --triplex-next-Slider-Track_Background_Hover-1-6-0: #007777;
413
+ --triplex-next-Step-Color_Active-1-6-0: #008985;
414
+ --triplex-next-Step-Color_Default-1-6-0: rgba(31, 31, 34, .65);
415
+ --triplex-next-Step-Color_Disabled-1-6-0: #FFFFFF;
416
+ --triplex-next-Step-Color_Done-1-6-0: #FFFFFF;
417
+ --triplex-next-Step-Color_Error-1-6-0: rgba(255, 255, 255, 1);
418
+ --triplex-next-Step-Color_Warning-1-6-0: rgba(255, 255, 255, 1);
419
+ --triplex-next-Step-Background_Active-1-6-0: #E3FFFA;
420
+ --triplex-next-Step-Background_Default-1-6-0: #F2F4F7;
421
+ --triplex-next-Step-Background_Disabled-1-6-0: rgba(31, 31, 34, .15);
422
+ --triplex-next-Step-Background_Done-1-6-0: #008985;
423
+ --triplex-next-Step-Background_Error-1-6-0: #D10032;
424
+ --triplex-next-Step-Background_Warning-1-6-0: #EF4C01;
425
+ --triplex-next-Stepper-Step_Background_Default-1-6-0: #F2F4F7;
426
+ --triplex-next-Stepper-Step_Background_Hover-1-6-0: #EAEDF1;
427
+ --triplex-next-Stepper-Step_Background_Disabled-1-6-0: #F2F4F7;
428
+ --triplex-next-Stepper-Step_Background_Error-1-6-0: #FFF0F3;
429
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-6-0: #FCE0E6;
430
+ --triplex-next-Stepper-Step_Background_Warning-1-6-0: #FFF4DB;
431
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0: #FCEAC7;
432
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-6-0: #FFD169;
433
+ --triplex-next-Stepper-Step_BorderColor_Error-1-6-0: #E60037;
434
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-6-0: #FD6508;
435
+ --triplex-next-Stepper-Step_BorderColor_Success-1-6-0: #21A19A;
436
+ --triplex-next-Stepper-Step_Color_Default-1-6-0: rgba(31, 31, 34, .65);
437
+ --triplex-next-Stepper-Step_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
438
+ --triplex-next-Stepper-Step_Color_Disabled-1-6-0: rgba(31, 31, 34, .35);
439
+ --triplex-next-Stepper-ButtonNext_Background-1-6-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
440
+ --triplex-next-Stepper-ButtonPrev_Background-1-6-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
441
+ --triplex-next-Stepper-Background-1-6-0: #FFFFFF;
442
+ --triplex-next-Stepper-Wrapper_Background-1-6-0: linear-gradient(#FFFFFF 64px, transparent 0);
443
+ --triplex-next-Stepper-Wrapper_BoxShadow-1-6-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
444
+ --triplex-next-TableBasic-Background_Hover-1-6-0: #E3E6EA;
445
+ --triplex-next-TableBasic-Background_Selected-1-6-0: #DCDFE4;
446
+ --triplex-next-TableBasic-Color-1-6-0: rgba(31, 31, 34, 1);
447
+ --triplex-next-TableBasic-Header_Background-1-6-0: #E7E9EE;
448
+ --triplex-next-TableBasic-TableFooter_Background-1-6-0: #E7E9EE;
449
+ --triplex-next-TableBasic-TableFooter_Highlight-1-6-0: linear-gradient(transparent, #FFFFFF);
450
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-6-0: #D6D9E0;
451
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-6-0: #FFFFFF;
452
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-6-0: #EAEDF1;
453
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-6-0: #FFFFFF;
454
+ --triplex-next-Tabs-Type1_Background-1-6-0: #F2F4F7;
455
+ --triplex-next-Tabs-Type2_Background-1-6-0: #FFFFFF;
456
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-6-0: #F2F4F7;
457
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-6-0: #FFFFFF;
458
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-6-0: #DCDFE4;
459
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-6-0: #E3E6EA;
460
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-6-0: #E3E6EA;
461
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-6-0: #EEF0F4;
462
+ --triplex-next-Tabs-Type1_Tab_Color_Default-1-6-0: rgba(31, 31, 34, .65);
463
+ --triplex-next-Tabs-Type2_Tab_Color_Default-1-6-0: rgba(31, 31, 34, .65);
464
+ --triplex-next-Tabs-Type1_Tab_Color_Selected-1-6-0: rgba(31, 31, 34, 1);
465
+ --triplex-next-Tabs-Type2_Tab_Color_Selected-1-6-0: rgba(31, 31, 34, 1);
466
+ --triplex-next-Tabs-Type1_Tab_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
467
+ --triplex-next-Tabs-Type2_Tab_Color_Hover-1-6-0: rgba(31, 31, 34, 1);
468
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-6-0: transparent;
469
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-6-0: 0 0 0 1px #FFD169 inset;
470
+ --triplex-next-Tag-Background-1-6-0: #DFE2E7;
471
+ --triplex-next-TabsLine-BorderColor_Active-1-6-0: #21A19A;
472
+ --triplex-next-TabsLine-BorderColor_Hover-1-6-0: #19BDB0;
473
+ --triplex-next-TabsLine-Color_Active-1-6-0: rgba(31, 31, 34, 1);
474
+ --triplex-next-TabsLine-Color_Default-1-6-0: rgba(31, 31, 34, .65);
475
+ --triplex-next-TabsLine-Color_Hover-1-6-0: rgba(31, 31, 34, 1);
476
+ --triplex-next-TabsLine-Notification_Color-1-6-0: #FFB13B;
477
+ --triplex-next-TabsLine-Separator_Color-1-6-0: #D6D9E0;
478
+ --triplex-next-TabsLine-Shadow_Focus-1-6-0: 0 0 0 1px #FFDD64 inset;
479
+ --triplex-next-Tooltip-Background-1-6-0: #1B1B1D;
480
+ --triplex-next-Tooltip-Color-1-6-0: rgba(255, 255, 255, 1);
481
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-6-0: #008985;
482
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-6-0: #19BDB0;
483
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-6-0: #4BD9CF;
484
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-6-0: 0 0 0 1px #FFD169;
485
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-6-0: #007777;
486
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-6-0: #008985;
487
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-6-0: #21A19A;
488
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-6-0: 0 0 0 1px #FFDD64;
489
+ --triplex-next-Typography-Primary_Color-1-6-0: rgba(31, 31, 34, 1);
490
+ --triplex-next-Typography-Complementary_Color-1-6-0: rgba(31, 31, 34, .85);
491
+ --triplex-next-Typography-Secondary_Color-1-6-0: rgba(31, 31, 34, .65);
492
+ --triplex-next-Typography-Tertiary_Color-1-6-0: rgba(31, 31, 34, .55);
493
+ --triplex-next-Typography-Disabled_Color-1-6-0: rgba(31, 31, 34, .35);
494
+ --triplex-next-Typography-Brand_Color-1-6-0: #008985;
495
+ --triplex-next-Typography-Info_Color-1-6-0: #0E57CC;
496
+ --triplex-next-Typography-Success_Color-1-6-0: #008B5C;
497
+ --triplex-next-Typography-Error_Color-1-6-0: #D10032;
498
+ --triplex-next-Typography-Warning_Color-1-6-0: #EF4C01;
499
+ --triplex-next-Typography-System_Color-1-6-0: #697591;
500
+ --triplex-next-UploadZone-Background_Default-1-6-0: #F2F4F7;
501
+ --triplex-next-UploadZone-Background_Hover-1-6-0: #EAEDF1;
502
+ --triplex-next-UploadZone-BorderColor_Default-1-6-0: #2D2D30;
503
+ --triplex-next-UploadZone-DragArea_Background-1-6-0: #F2F4F7;
504
+ --triplex-next-UploadZone-DragArea_BorderColor-1-6-0: #21A19A;
505
+ --triplex-next-LightBox-Backdrop_Background-1-6-0: rgba(31, 31, 34, .75);
506
+ --triplex-next-LightBox-Content_Background-1-6-0: #EAEDF1;
507
+ --triplex-next-Notification-Background-1-6-0: #FFFFFF;
508
+ --triplex-next-Notification-Color-1-6-0: #1F1F22;
509
+ --triplex-next-Notification-TimeColor-1-6-0: rgba(31, 31, 34, 0.65);
510
+ --triplex-next-Notification-Shadow-1-6-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
511
+ --triplex-next-StatusTracker-Draft_Background-1-6-0: rgba(255, 255, 255, .15);
512
+ --triplex-next-StatusTracker-Warning_Background-1-6-0: #FF7A17;
513
+ --triplex-next-StatusTracker-Waiting_Background-1-6-0: #BFCADF;
514
+ --triplex-next-StatusTracker-Rejected_Background-1-6-0: #FF5571;
515
+ --triplex-next-StatusTracker-Approved_Background-1-6-0: #00D67D;
516
+ --triplex-next-StatusTracker-Waiting_Color-1-6-0: #A9B6D0;
517
+ --triplex-next-StatusTracker-Rejected_Color-1-6-0: #FFB1C1;
518
+ --triplex-next-StatusTracker-Approved_Color-1-6-0: #00D67D;
519
+ --triplex-next-StatusTracker-Border_Color-1-6-0: #FFFFFF;
520
+ --triplex-next-ModalWindow-Background-1-6-0: #E7E9EE;
521
+ --triplex-next-ModalWindow-Backdrop_Background-1-6-0: rgba(31, 31, 34, .75);
522
+ --triplex-next-TopOverlay-Background-1-6-0: rgba(31, 31, 34, .55);
523
+ --triplex-next-SmallInput-Background-1-6-0: #F2F4F7;
524
+ --triplex-next-SmallInput-Color-1-6-0: rgba(31, 31, 34, 1);
525
+ --triplex-next-SmallInput-PlaceholderColor-1-6-0: rgba(31, 31, 34, .65);
526
+ --triplex-next-SmallInput-Shadow-1-6-0: 0 0 0 1px rgba(33, 161, 154) inset;}
527
+ .underline__80697dc9{text-decoration:underline}.strikethrough__362125fd{text-decoration:line-through}.underlineStrikethrough__a6167bb8{text-decoration:underline line-through}.typography__6ae7891e.primary__3c96e037{color:var(--triplex-next-Typography-Primary_Color-1-6-0)}.typography__6ae7891e.complementary__f1ca9c53{color:var(--triplex-next-Typography-Complementary_Color-1-6-0)}.typography__6ae7891e.secondary__3d89ec22{color:var(--triplex-next-Typography-Secondary_Color-1-6-0)}.typography__6ae7891e.tertiary__49b26c82{color:var(--triplex-next-Typography-Tertiary_Color-1-6-0)}.typography__6ae7891e.disabled__c8b30584{color:var(--triplex-next-Typography-Disabled_Color-1-6-0)}.typography__6ae7891e.brand__30f0a5d4{color:var(--triplex-next-Typography-Brand_Color-1-6-0);-webkit-user-select:none;user-select:none}.typography__6ae7891e.info__1a1416e7{color:var(--triplex-next-Typography-Info_Color-1-6-0)}.typography__6ae7891e.success__9131f887{color:var(--triplex-next-Typography-Success_Color-1-6-0)}.typography__6ae7891e.error__a1d5efbc{color:var(--triplex-next-Typography-Error_Color-1-6-0)}.typography__6ae7891e.warning__8cf4aef7{color:var(--triplex-next-Typography-Warning_Color-1-6-0)}.typography__6ae7891e.system__e8f33339{color:var(--triplex-next-Typography-System_Color-1-6-0)}.typography__6ae7891e.compact__e28e24bf{line-height:calc(16 / 14)}.title__c0ffe8b2{outline:none}.title__c0ffe8b2.regular__63531158{font-family:SBSansDisplay}.title__c0ffe8b2.semibold__1fc498e2{font-family:SBSansDisplaySemibold}.title__c0ffe8b2.medium__49d0f868{font-family:SBSansDisplayMedium}.title__c0ffe8b2.bold__ad719535{font-family:SBSansDisplayBold}.h1__6613eb6a,.h2__9c4fbfec,.h3__94f50c9a{margin:0}.h1__6613eb6a{font-size:28px;line-height:36px}.h2__9c4fbfec{font-size:24px;line-height:32px}.h3__94f50c9a{font-size:20px;line-height:28px}.text__bcc0dc6e{outline:none}.text__bcc0dc6e.regular__63531158{font-family:SBSansText}.text__bcc0dc6e.semibold__1fc498e2{font-family:SBSansTextSemibold}.b1__0fd43505{font-size:18px;line-height:24px}.b2__a171a9c3{font-size:16px;line-height:20px}.b3__5c1468fd{font-size:14px;line-height:20px}.b3__5c1468fd.compact__e28e24bf{line-height:16px}.b4__1d0d60e0{font-size:12px;line-height:16px}.caption__60b81dae.regular__63531158{font-family:SBSansText}.caption__60b81dae.semibold__1fc498e2{font-family:SBSansTextSemibold}.c1__3050af1b{font-size:10px;line-height:12px}.c2__784aadcc{font-size:8px;line-height:10px}.d1__3e6e6119{font-size:32px;line-height:40px}.d1__3e6e6119.regular__63531158{font-family:SBSansDisplay}.d1__3e6e6119.semibold__1fc498e2{font-family:SBSansDisplaySemibold}.formFieldInput__7fbad237{padding:0;width:100%;box-sizing:border-box;font-family:inherit;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--triplex-next-FormField-Input_Color_Default-1-6-0)}.formFieldInput__7fbad237:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-6-0)}.formFieldInput__7fbad237::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-6-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__7fbad237:focus{outline:none}.formFieldInput__7fbad237:focus::placeholder{opacity:1}.formFieldInput__7fbad237:-webkit-autofill{animation-name:autofill-applied-hook__8029d67c;animation-duration:1ms}.formFieldInput__7fbad237:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__09c85b1c;animation-duration:1ms}.formFieldInput__7fbad237.sm__ae3e17c6{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__7fbad237.md__3ee668f8{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__7fbad237.lg__45373710{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__8029d67c{0%{transform:none}}@keyframes autofill-cancelled-hook__09c85b1c{0%{transform:none}}.formField__74acaaa2{position:relative;flex-grow:1;background:var(--triplex-next-FormField-Background_Default-1-6-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-6-0);transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.formField__74acaaa2:hover{background:var(--triplex-next-FormField-Background_Hover-1-6-0)}.formField__74acaaa2.disabled__a453a005{background:var(--triplex-next-FormField-Background_Disabled-1-6-0)}.formField__74acaaa2.active__3bd8f944{background:var(--triplex-next-FormField-Background_Active-1-6-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-6-0)}.formField__74acaaa2.active__3bd8f944::placeholder{opacity:1}.formField__74acaaa2.error__6a48cc00{background:var(--triplex-next-FormField-Background_Error-1-6-0)}.formField__74acaaa2.error__6a48cc00:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-6-0)}.formField__74acaaa2.error__6a48cc00.active__3bd8f944{background:var(--triplex-next-FormField-Background_Error-1-6-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-6-0)}.formField__74acaaa2.warning__9fd4543e{background:var(--triplex-next-FormField-Background_Warning-1-6-0)}.formField__74acaaa2.warning__9fd4543e:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-6-0)}.formField__74acaaa2.warning__9fd4543e.active__3bd8f944{background:var(--triplex-next-FormField-Background_Warning-1-6-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-6-0)}.formField__74acaaa2.size-sm__a05087c7{border-radius:6px}.formField__74acaaa2.size-md__534a484a{border-radius:8px}.formField__74acaaa2.size-lg__01deb97d{border-radius:10px}.formFieldDescription__04c30e8b{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__04c30e8b.withCounter__ab72fda8{display:flex;justify-content:space-between}.formFieldLabel__8c7d557e{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__8c7d557e.size-sm__a05087c7{top:6px}.formFieldLabel__8c7d557e.size-md__534a484a{top:10px}.formFieldLabel__8c7d557e.size-lg__01deb97d{top:18px}.formFieldLabel__8c7d557e.size-lg__01deb97d.floating__5f3fd3a4{top:10px}.formFieldLabelText__c1999037{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-6-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.size-sm__a05087c7 .formFieldLabelText__c1999037{font-size:12px;line-height:16px}.size-md__534a484a .formFieldLabelText__c1999037{font-size:14px;line-height:20px}.size-lg__01deb97d .formFieldLabelText__c1999037{font-size:16px;line-height:20px}.floating__5f3fd3a4 .formFieldLabelText__c1999037{font-size:12px;line-height:16px}.floating__5f3fd3a4.size-sm__a05087c7 .formFieldLabelText__c1999037,.floating__5f3fd3a4.size-md__534a484a .formFieldLabelText__c1999037{display:none}.disabled__a453a005 .formFieldLabelText__c1999037{color:var(--triplex-next-FormField-Label_Color_Disabled-1-6-0)}.formFieldPostfix__50d2379a{padding:0 12px 0 4px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__17de3372{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__8a5bfe4a{padding-left:4px}.formFieldMaskedInputWrapper__ccdbf74e{position:relative}.formFieldMaskedInputWrapper__ccdbf74e .formFieldMaskedInputPlaceholder__a0993816{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__ccdbf74e .formFieldMaskedInputPlaceholder__a0993816::placeholder{opacity:1}.formFieldMaskedInputWrapper__ccdbf74e.size-sm__a05087c7{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ccdbf74e.size-sm__a05087c7 .formFieldMaskedInputPlaceholder__a0993816{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__ccdbf74e.size-md__534a484a{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ccdbf74e.size-md__534a484a .formFieldMaskedInputPlaceholder__a0993816{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__ccdbf74e.size-lg__01deb97d{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ccdbf74e.size-lg__01deb97d .formFieldMaskedInputPlaceholder__a0993816{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__ccdbf74e .formFieldMaskedInput__f11e71b1{display:block;position:relative;background:none!important}.dropdownDesktop__c0d8e69f{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-6-0);background-color:var(--triplex-next-Dropdown-Background-1-6-0)}.dropdownDesktop-sm__a9b3b6f8{border-radius:6px}.dropdownDesktop-md__c23e146a{border-radius:8px}.dropdownDesktop-lg__9be8b00f{border-radius:10px}.dropdownDesktopOverflowHidden__d5818123{overflow:hidden}.dropdownMobileWrapper__62d02df7{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__0a46d64a{background:var(--triplex-next-DropdownMobile-Backdrop-1-6-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__0a46d64a.closing__439fb613{opacity:0}.dropdownMobileBackdrop__0a46d64a.opening__6632290c,.dropdownMobileBackdrop__0a46d64a.opened__d2efa3c3{opacity:var(--triplex-DropdownMobile-Opacity-1-6-0)}.dropdownMobile__02c11781{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;max-height:50vh;display:flex;flex-direction:column;outline:none}.dropdownMobile__02c11781.closing__439fb613{transform:translateY(100%)}.dropdownMobile__02c11781.opening__6632290c,.dropdownMobile__02c11781.opened__d2efa3c3{transform:translateY(0)}.dropdownMobileHeader__faa8b0aa{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-6-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileContent__cd94ac57{background:var(--triplex-next-DropdownMobile-Content_Background-1-6-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__e154151b{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-6-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-6-0);flex-shrink:1}.dropdownMobileListItem__e759e582{padding:16px}.dropdownMobileListItem__e759e582.selected__130db7dc{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-6-0)}.dropdownMobileListItem__e759e582:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-6-0)}.dropdownMobileLoader__19f19886+.dropdownMobileClose__a748598f{margin-left:8px}.dropdownMobileListLoader__40d99989{margin:-2px auto}.dropdownMobileBodyOverflow__009eb4f7{overflow:hidden}.dropdownDesktopList__3abfb451{padding:4px;overflow:auto}.dropdownDesktopList__3abfb451.sm__147b8f89{max-height:156px;font-size:12px;line-height:16px}.dropdownDesktopList__3abfb451.sm__147b8f89 .dropdownDesktopListItem__f30ddff8{padding:6px 8px;border-radius:6px}.dropdownDesktopList__3abfb451.sm__147b8f89 .dropdownDesktopListLoader__311f4342{margin:0 auto}.dropdownDesktopList__3abfb451.md__b5e2989a{max-height:186px;font-size:14px;line-height:20px}.dropdownDesktopList__3abfb451.md__b5e2989a .dropdownDesktopListItem__f30ddff8{padding:7px 8px;border-radius:8px}.dropdownDesktopList__3abfb451.md__b5e2989a .dropdownDesktopListLoader__311f4342{margin:-2px auto}.dropdownDesktopList__3abfb451.lg__c0888fb9{max-height:256px;font-size:16px;line-height:20px}.dropdownDesktopList__3abfb451.lg__c0888fb9 .dropdownDesktopListItem__f30ddff8{padding:14px 8px;border-radius:10px}.dropdownDesktopList__3abfb451.lg__c0888fb9 .dropdownDesktopListLoader__311f4342{margin:-6px auto}.dropdownDesktopListItem__f30ddff8{color:var(--triplex-next-DropdownList-Color-1-6-0);background:var(--triplex-next-DropdownList-Background_Default-1-6-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__f30ddff8+.dropdownDesktopListItem__f30ddff8{margin-top:2px}.dropdownDesktopListItem__f30ddff8.active__4deceb68{background:var(--triplex-next-DropdownList-Background_Active-1-6-0);cursor:pointer}.dropdownDesktopListItem__f30ddff8.selected__130db7dc{background:var(--triplex-next-DropdownList-Background_Selected-1-6-0);cursor:default}.loaderSmall__8608a2de{display:flex;justify-content:center;align-items:center}.loaderSmall__8608a2de.sm__0dd6a168{width:16px;height:16px;gap:2px}.loaderSmall__8608a2de.sm__0dd6a168 .dot__13d5d74a{width:4px;height:4px}.loaderSmall__8608a2de.md__b8ae98c3{width:24px;height:24px;gap:3px}.loaderSmall__8608a2de.md__b8ae98c3 .dot__13d5d74a{width:6px;height:6px}.loaderSmall__8608a2de.lg__c6452c40{width:32px;height:32px;gap:4px}.loaderSmall__8608a2de.lg__c6452c40 .dot__13d5d74a{width:8px;height:8px}.loaderSmall__8608a2de.neutral__5204e10e .dot__13d5d74a{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-6-0)}.loaderSmall__8608a2de.brand__b517bef8 .dot__13d5d74a{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-6-0)}.loaderSmall__8608a2de .dot__13d5d74a{border-radius:50%}.loaderSmall__8608a2de .dot1__a35666dd{animation:dotCycleSmall__563e26d5 .9s infinite}.loaderSmall__8608a2de .dot2__d6d91828{animation:dotCycleSmall__563e26d5 .9s infinite .15s}.loaderSmall__8608a2de .dot3__4a5176ed{animation:dotCycleSmall__563e26d5 .9s infinite .3s}@keyframes dotCycleSmall__563e26d5{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__e0f43871{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-6-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__f2ffdff2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__f2ffdff2 .dot__13d5d74a{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-6-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__f2ffdff2 .dot1__a35666dd{top:0;left:0;animation:dotCycleMiddle__35c0a5bb 3s infinite}.loaderMiddleDots__f2ffdff2 .dot2__d6d91828{right:0;top:0;opacity:.7;animation:dotCycleMiddle__35c0a5bb 3s infinite .74s}.loaderMiddleDots__f2ffdff2 .dot3__4a5176ed{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__35c0a5bb 3s infinite 1.5s}.loaderMiddleDots__f2ffdff2 .dot4__84a6bee6{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__35c0a5bb 3s infinite 2.25s}.loaderMiddleDots__f2ffdff2 .line__df020147{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-6-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__93bab119 3s infinite}@keyframes lineCycle__93bab119{0%{width:12px;height:12px;left:0;top:0;opacity:1}12.5%{width:100%;height:12px;left:0;top:0;opacity:1}25%{width:12px;height:12px;left:calc(100% - 12px);top:0;opacity:1}37.5%{width:12px;height:100%;left:calc(100% - 12px);top:0;opacity:1}50%{width:12px;height:12px;left:calc(100% - 12px);top:calc(100% - 12px);opacity:1}62.5%{width:100%;height:12px;left:0;top:calc(100% - 12px);opacity:1}75%{width:12px;height:12px;left:0;top:calc(100% - 12px);opacity:1}87.5%{width:12px;height:100%;left:0;top:0;opacity:1}to{width:12px;height:12px;left:0;top:0;opacity:1}}@keyframes dotCycleMiddle__35c0a5bb{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.buttonIcon__7b0bba3d{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__7b0bba3d:enabled{cursor:pointer}.buttonIcon__7b0bba3d.circle__be219406{border-radius:50%}.buttonIcon__7b0bba3d.squircle__65b941ee{border-radius:4px}.buttonIcon__7b0bba3d:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-6-0)}.dropdownMobileInput__68d17977{flex:1;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-6-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__68d17977::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-6-0);opacity:1}.dropdownMobileInput__68d17977::-ms-clear{display:none}.dropdownMobileInput__68d17977+.dropdownMobileClose__a748598f,.dropdownMobileInput__68d17977+.dropdownMobileLoader__19f19886{margin-left:12px}.tabsLineWrapper__3c2888b6[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__3c2888b6[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__3c2888b6[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__3c2888b6[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__3c2888b6{position:relative}.tabsLineWrapper__3c2888b6:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-6-0);bottom:0;left:0;right:0}.tabsLine__2a1061f5{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__2a1061f5:has(.sm__7d373e9c){height:28px}.tabsLine__2a1061f5:has(.md__60a5762f){height:40px}.tabsLine__2a1061f5:has(.lg__c2a9c9d3){height:56px}.tab__afc98269{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer;color:var(--triplex-next-TabsLine-Color_Default-1-6-0);font-weight:400}.tab__afc98269.sm__7d373e9c{font-size:12px;line-height:16px;height:28px;padding-bottom:12px}.tab__afc98269.md__60a5762f{font-size:14px;line-height:20px;height:40px;padding-top:8px;padding-bottom:12px}.tab__afc98269.lg__c2a9c9d3{font-size:16px;line-height:20px;height:56px;padding-top:16px;padding-bottom:20px}.tab__afc98269::-moz-focus-inner{border:none;padding:0}.tab__afc98269:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-6-0)}.tab__afc98269.active__fcb3c9ed{cursor:default;color:var(--triplex-next-TabsLine-Color_Active-1-6-0)}.tab__afc98269:hover{color:var(--triplex-next-TabsLine-Color_Hover-1-6-0)}.tab__afc98269:after{content:"";position:absolute;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;border-bottom:4px solid transparent;transition:border-color .5s}.tab__afc98269:hover:after,.tab__afc98269:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-6-0)}.tab__afc98269.active__fcb3c9ed:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-6-0)}.notificationIcon__668961fe{position:absolute;right:6px;width:8px;height:8px;border-radius:50%;background-color:var(--triplex-next-TabsLine-Notification_Color-1-6-0)}.sm__7d373e9c .notificationIcon__668961fe{top:0}.md__60a5762f .notificationIcon__668961fe{top:8px}.lg__c2a9c9d3 .notificationIcon__668961fe{top:16px}.tabsLineDropdown__fed7a356{display:inline-block}.tabsLineDropdown__fed7a356 .dropdownTarget__875b02a0.active__fcb3c9ed{cursor:pointer}.tabsLineDropdown__fed7a356 .dropdownTargetInner__fb325eb2{display:inline-flex;align-items:center}.tabsLineDropdown__fed7a356 .dropdownTargetCaret__4b03d585{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__fed7a356 .dropdownTargetCaret__4b03d585.opened__44f03071{transform:rotate(-180deg)}.tabsLineDropdown__fed7a356 .dropdown__589c92dd{right:0;padding:4px}.tabsLineDropdown__fed7a356 .dropdownItem__23a0a135.withNotification__0e0fa759 .dropdownItemInner__e571e339{margin-right:2px}.tabsLineDropdown__fed7a356 .dropdownItem__23a0a135.withNotification__0e0fa759 .notificationIcon__668961fe{top:2px;right:2px}.tabsLineMobileWrapper__01ad80a7{position:relative}.tabsLineMobileWrapper__01ad80a7 .tab__afc98269{flex-shrink:0}.tabsLineMobileWrapper__01ad80a7 .tab__afc98269:first-child{margin-left:16px}.tabsLineMobileWrapper__01ad80a7 .tab__afc98269:last-child{margin-right:16px}.tabsLineMobile__049d334e{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__049d334e::-webkit-scrollbar{display:none}.label__1a2c006d{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__1a2c006d.md__666032f0{min-height:24px;min-width:24px}.label__1a2c006d.md__666032f0.nonempty__ba3ef99d{padding-left:32px;padding-top:2px}.label__1a2c006d.lg__40c417f1{min-width:28px;min-height:28px}.label__1a2c006d.lg__40c417f1.nonempty__ba3ef99d{padding-left:40px;padding-top:4px}.label__1a2c006d.disabled__0c09f9a0{cursor:default}.radio__f2a32416{margin:0;opacity:0}.radioIcon__3cf39417{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-6-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-6-0)}.radioIcon__3cf39417:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-6-0);border-radius:50%;transform:scale(0)}.md__666032f0 .radioIcon__3cf39417:after{width:12px;height:12px;top:6px;left:6px}.lg__40c417f1 .radioIcon__3cf39417:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__3cf39417,.radioIcon__3cf39417:after{pointer-events:none}.radio__f2a32416,.radioIcon__3cf39417{position:absolute;left:0;top:0}.md__666032f0 .radio__f2a32416,.md__666032f0 .radioIcon__3cf39417{width:24px;height:24px}.lg__40c417f1 .radio__f2a32416,.lg__40c417f1 .radioIcon__3cf39417{width:28px;height:28px}.radio__f2a32416:enabled{cursor:pointer}.radio__f2a32416:checked+.radioIcon__3cf39417{background:var(--triplex-next-Radio-Background_Checked_Default-1-6-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-6-0)}.radio__f2a32416:checked+.radioIcon__3cf39417:after{transform:scale(1);transition:transform .2s ease-out}.radio__f2a32416:hover+.radioIcon__3cf39417{background-color:var(--triplex-next-Radio-Background_Hover-1-6-0);box-shadow:none}.radio__f2a32416:disabled+.radioIcon__3cf39417{background:var(--triplex-next-Radio-Background_Disabled-1-6-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-6-0)}.radio__f2a32416:disabled:checked+.radioIcon__3cf39417{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-6-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-6-0)}.radio__f2a32416:disabled+.radioIcon__3cf39417:after{background:var(--triplex-next-Radio-Dot_Disabled-1-6-0)}.radio__f2a32416:focus-visible+.radioIcon__3cf39417{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-6-0)}.radio__f2a32416:checked:enabled:hover+.radioIcon__3cf39417{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-6-0)}.radioXGroup__71f628a7{display:inline-flex;flex-flow:row wrap}.radioXGroup__71f628a7.indent-12__1cfc27d1{margin-left:-6px;margin-right:-6px}.radioXGroup__71f628a7.indent-12__1cfc27d1 .label__1a2c006d{margin-left:6px;margin-right:6px}.radioXGroup__71f628a7.indent-16__bb3e9eba{margin-left:-8px;margin-right:-8px}.radioXGroup__71f628a7.indent-16__bb3e9eba .label__1a2c006d{margin-left:8px;margin-right:8px}.radioXGroup__71f628a7.indent-20__f7d11e62{margin-left:-10px;margin-right:-10px}.radioXGroup__71f628a7.indent-20__f7d11e62 .label__1a2c006d{margin-left:10px;margin-right:10px}.radioXGroup__71f628a7.indent-24__c60702af{margin-left:-12px;margin-right:-12px}.radioXGroup__71f628a7.indent-24__c60702af .label__1a2c006d{margin-left:12px;margin-right:12px}.radioXGroup__71f628a7.indent-28__48adc27f{margin-left:-14px;margin-right:-14px}.radioXGroup__71f628a7.indent-28__48adc27f .label__1a2c006d{margin-left:14px;margin-right:14px}.radioXGroup__71f628a7.indent-32__b3d0066d{margin-left:-16px;margin-right:-16px}.radioXGroup__71f628a7.indent-32__b3d0066d .label__1a2c006d{margin-left:16px;margin-right:16px}.radioYGroup__68e3087c{display:inline-flex;flex-flow:column wrap}.radioYGroup__68e3087c .label__1a2c006d.md__666032f0+.label__1a2c006d.md__666032f0{margin-top:16px}.radioYGroup__68e3087c .label__1a2c006d.lg__40c417f1+.label__1a2c006d.lg__40c417f1{margin-top:20px}.notification__0d6bf742{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-6-0);background:var(--triplex-next-Notification-Background-1-6-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-6-0);z-index:300}.notification__0d6bf742:first-child{margin-top:0}.notification__0d6bf742.extraBottomPadding__91ca1b73{padding-bottom:24px}.notification__0d6bf742 .notificationHeader__9b20e622{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-6-0);width:100%;margin-top:0;margin-bottom:8px}.notification__0d6bf742 .notificationIcon__9c48ef20{line-height:0}.notification__0d6bf742 .notificationBody__4ab5a8c9{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__0d6bf742 .notificationBodyList__96626738{margin-top:8px}.notification__0d6bf742 .notificationBodyContent__51b53f66{width:100%;font-size:14px}.notification__0d6bf742 .notificationClose__39c49db6{position:absolute;top:8px;right:8px;background-color:transparent;box-sizing:border-box;padding:0;margin:0;border-radius:0;border:none;outline:none;line-height:0}.notification__0d6bf742.showCloseOnHover__50e699bd .notificationClose__39c49db6{opacity:0}.notification__0d6bf742.showCloseOnHover__50e699bd:hover{cursor:pointer}.notification__0d6bf742.showCloseOnHover__50e699bd:hover .notificationClose__39c49db6{opacity:1}.notification__0d6bf742 .notificationFooter__3b4f8c92{display:flex;align-items:center;margin-top:16px}.notification__0d6bf742 .notificationFooter__3b4f8c92 button+a{margin-left:16px}.notification__0d6bf742 .notificationTime__a6a7ed2d{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-6-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__956a4110{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__956a4110:hover{cursor:pointer}.notificationGroupedWrapper__956a4110 .notificationGroupedFooterItem__b373a554{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-6-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-6-0)}.notificationGroupedWrapper__956a4110 .notificationGroupedFooterItem__b373a554.first__1d52e312{bottom:-8px;z-index:200}.notificationGroupedWrapper__956a4110 .notificationGroupedFooterItem__b373a554.second__4a4ec575{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__0d6bf742,.notificationGroupedWrapper__956a4110{width:100%}}.unorderedListItem__2faccd8a:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__2faccd8a+.unorderedListItem__2faccd8a{margin-top:8px}.unorderedList__90923ed3{position:relative;margin:0;padding-left:14px;list-style:none}.button__d962fa23.general__5ab07b93{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-6-0);color:var(--triplex-next-Button-General_Color_Default-1-6-0)}.button__d962fa23.general__5ab07b93:hover{background:var(--triplex-next-Button-General_Background_Hover-1-6-0);color:var(--triplex-next-Button-General_Color_Hover-1-6-0)}.button__d962fa23.general__5ab07b93.expanded__cdb0cfa4,.button__d962fa23.general__5ab07b93:active{background:var(--triplex-next-Button-General_Background_Active-1-6-0);color:var(--triplex-next-Button-General_Color_Active-1-6-0)}.button__d962fa23.general__5ab07b93:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-6-0)}.button__d962fa23.general__5ab07b93:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-6-0);color:var(--triplex-next-Button-General_Color_Disabled-1-6-0)}.button__d962fa23.secondary__40fae356{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-6-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-6-0)}.button__d962fa23.secondary__40fae356:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-6-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-6-0)}.button__d962fa23.secondary__40fae356.expanded__cdb0cfa4,.button__d962fa23.secondary__40fae356:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-6-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-6-0)}.button__d962fa23.secondary__40fae356:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-6-0)}.button__d962fa23.secondary__40fae356:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-6-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-6-0)}.button__d962fa23.secondaryLight__c0fd4b87{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-6-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-6-0)}.button__d962fa23.secondaryLight__c0fd4b87:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-6-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-6-0)}.button__d962fa23.secondaryLight__c0fd4b87.expanded__cdb0cfa4,.button__d962fa23.secondaryLight__c0fd4b87:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-6-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-6-0)}.button__d962fa23.secondaryLight__c0fd4b87:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-6-0)}.button__d962fa23.secondaryLight__c0fd4b87:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-6-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-6-0)}.button__d962fa23.danger__f85b0070{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-6-0);color:var(--triplex-next-Button-Danger_Color_Default-1-6-0)}.button__d962fa23.danger__f85b0070:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-6-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-6-0)}.button__d962fa23.danger__f85b0070.expanded__cdb0cfa4,.button__d962fa23.danger__f85b0070:active{background:var(--triplex-next-Button-Danger_Background_Active-1-6-0);color:var(--triplex-next-Button-Danger_Color_Active-1-6-0)}.button__d962fa23.danger__f85b0070:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-6-0)}.button__d962fa23.danger__f85b0070:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-6-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-6-0)}.button__d962fa23.link__fbf182f5{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-6-0);padding:0}.button__d962fa23.link__fbf182f5.sm__b241967e{height:28px;min-width:0px;padding:6px 2px}.button__d962fa23.link__fbf182f5.md__d124e348{height:40px;min-width:0px;padding:10px 2px}.button__d962fa23.link__fbf182f5.lg__7a7e400d{height:56px;min-width:0px;padding:18px 2px}.button__d962fa23.link__fbf182f5:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-6-0)}.button__d962fa23.link__fbf182f5.expanded__cdb0cfa4,.button__d962fa23.link__fbf182f5:active{color:var(--triplex-next-Button-Link_Color_Active-1-6-0)}.button__d962fa23.link__fbf182f5:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-6-0)}.button__d962fa23.link__fbf182f5:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-6-0)}.button__d962fa23{position:relative;margin:0;vertical-align:top;outline:none;font-family:inherit;background-clip:padding-box;cursor:pointer;border:none;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out}.button__d962fa23::-moz-focus-inner{border:none;padding:0}.button__d962fa23.sm__b241967e{line-height:16px;font-size:12px}.button__d962fa23.sm__b241967e.general__5ab07b93,.button__d962fa23.sm__b241967e.secondary__40fae356,.button__d962fa23.sm__b241967e.secondaryLight__c0fd4b87,.button__d962fa23.sm__b241967e.danger__f85b0070{height:28px;min-width:58px;padding:6px 16px;border-radius:6px}.button__d962fa23.sm__b241967e.icon__ae660e49{min-height:28px;min-width:28px;padding:4px}.button__d962fa23.md__d124e348{line-height:20px;font-size:14px}.button__d962fa23.md__d124e348.general__5ab07b93,.button__d962fa23.md__d124e348.secondary__40fae356,.button__d962fa23.md__d124e348.secondaryLight__c0fd4b87,.button__d962fa23.md__d124e348.danger__f85b0070{height:40px;min-width:72px;padding:10px 20px;border-radius:8px}.button__d962fa23.md__d124e348.icon__ae660e49{min-height:40px;min-width:40px;padding:10px}.button__d962fa23.lg__7a7e400d{line-height:20px;font-size:16px}.button__d962fa23.lg__7a7e400d.general__5ab07b93,.button__d962fa23.lg__7a7e400d.secondary__40fae356,.button__d962fa23.lg__7a7e400d.secondaryLight__c0fd4b87,.button__d962fa23.lg__7a7e400d.danger__f85b0070{height:56px;min-width:84px;padding:18px 24px;border-radius:10px}.button__d962fa23.lg__7a7e400d.icon__ae660e49{min-height:56px;min-width:56px;padding:12px}.button__d962fa23:disabled{cursor:default}.button__d962fa23:disabled *{pointer-events:none}.button__d962fa23+.button__d962fa23:not(.block__3e80987e){margin-left:12px}.button__d962fa23 .content__baf2fe49{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__d962fa23.block__3e80987e{display:block;width:100%}.button__d962fa23.loading__6b2ce9a6{pointer-events:none}.button__d962fa23.loading__6b2ce9a6 .content__baf2fe49{visibility:hidden}.button__d962fa23 .loader__a4e120dc{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__d962fa23 .loader__a4e120dc.hidden__794f1591{visibility:hidden}.buttonDropdownExtended__eeda4753{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__eeda4753 .buttonDropdownExtendedBlock__60349807{padding:4px;margin-top:4px;right:0}.buttonDropdown__9db845e8.block__3e80987e{display:block}.buttonDropdown__9db845e8+.button__d962fa23:not(.block__3e80987e),.buttonDropdown__9db845e8+.buttonDropdown__9db845e8:not(.block__3e80987e){margin-left:16px}.buttonDropdown__9db845e8 .buttonDropdownTarget__6529fc23 .caretIcon__8cc310d6{position:relative;left:4px;transition:transform .3s ease-in-out}.buttonDropdown__9db845e8 .buttonDropdownTarget__6529fc23.active__21bdc264 .caretIcon__8cc310d6{transform:rotate(-180deg)}.buttonDropdown__9db845e8 .buttonDropdownMenuItem__fa03845b{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__fda3fdc5{0%{transform:translateY(calc(-100% - 100px))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__455cbf1c{0%{transform:translate(0)}to{transform:translateY(calc(-100% - 100px))}}.modalWindowContainer__522e807c{position:fixed;left:var(--modalWindow-screen-left, 0);top:var(--modalWindow-screen-top, 0);width:var(--modalWindow-screen-width, 100%);bottom:0;z-index:1400}.modalWindowBackdrop__37359e5a{content:"";position:fixed;top:var(--modalWindow-screen-top);left:var(--modalWindow-screen-left);height:100%;pointer-events:none;background:var(--triplex-next-ModalWindow-Backdrop_Background-1-6-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__edc2036d{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__edc2036d .modalWindowContentWrapper__cad05d93{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__fda3fdc5 .6s ease}.modalWindow__edc2036d .modalWindowContent__01f5296c{margin-top:100px;margin-bottom:24px;width:100%}.modalWindow__edc2036d .modalWindowContent__01f5296c .modalWindowBody__baac8d81{box-sizing:border-box;animation:fadeIn__1138db41 .3s ease}@keyframes fadeIn__1138db41{0%{opacity:0}to{opacity:1}}.modalWindow__edc2036d .modalWindowContent__01f5296c .spinnerSm__106df724{display:none}@media (max-width: 767px){.modalWindow__edc2036d .modalWindowContent__01f5296c .spinner__06d16b49{display:none}.modalWindow__edc2036d .modalWindowContent__01f5296c .spinnerSm__106df724{display:flex}}.modalWindowClose__3f02bc09{transition:visibility 0s .3s;-webkit-tap-highlight-color:transparent}.global-modalWindowTransition-exit .modalWindow__edc2036d .modalWindowContentWrapper__cad05d93{transform:translateY(calc(-100% - 100px));animation:modalWindowContentAnimationOnExit__455cbf1c .3s ease}.global-modalWindowTransition-exit .modalWindow__edc2036d .modalWindowContentWrapper__cad05d93 .modalWindowBody__baac8d81{animation:fadeOut__5b7ced5c .3s ease}@keyframes fadeOut__5b7ced5c{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__a11bf434{position:absolute;left:0;right:0;height:0}.modalWindow__edc2036d.sm__14266f67 .modalWindowContentWrapper__cad05d93{max-width:480px}.modalWindow__edc2036d.sm__14266f67 .modalWindowContent__01f5296c .modalWindowBody__baac8d81{min-height:196px}@media (max-width: 575px){.modalWindow__edc2036d.sm__14266f67 .modalWindowContentWrapper__cad05d93{max-width:100%}}.modalWindow__edc2036d.md__c9404ea0 .modalWindowContentWrapper__cad05d93{max-width:600px}.modalWindow__edc2036d.md__c9404ea0 .modalWindowContent__01f5296c .modalWindowBody__baac8d81{min-height:246px}@media (max-width: 767px){.modalWindow__edc2036d.md__c9404ea0 .modalWindowContentWrapper__cad05d93{max-width:100%}}.modalWindow__edc2036d.lg__16265779 .modalWindowContentWrapper__cad05d93{max-width:800px}.modalWindow__edc2036d.lg__16265779 .modalWindowContent__01f5296c .modalWindowBody__baac8d81{min-height:396px}@media (max-width: 991px){.modalWindow__edc2036d.lg__16265779 .modalWindowContentWrapper__cad05d93{max-width:100%}}.modalWindowContentPage__2e2b2f53{background:var(--triplex-next-ModalWindow-Background-1-6-0);padding:8px!important}.modalWindowContentPage__2e2b2f53,.modalWindowLoaderScreen__efd94f72{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__2e2b2f53,.modalWindowLoaderScreen__efd94f72{border-radius:24px}}.islandBody__3a48c9a3{display:block}.islandHeader__410fd016,.islandFooter__72187b60,.island__9f78fe1a{position:relative}.island__9f78fe1a.type1__ed0fea8f{background-color:var(--triplex-next-Island-Type1_Background-1-6-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-6-0)}.island__9f78fe1a.type2__083718f0{background-color:var(--triplex-next-Island-Type2_Background-1-6-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-6-0)}.island__9f78fe1a.type3__7446217c{background-color:var(--triplex-next-Island-Type3_Background-1-6-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-6-0)}.island__9f78fe1a.sm__fb2226da{border-radius:16px;padding:16px}.island__9f78fe1a.md__0709ad15{border-radius:24px;padding:24px}.island__9f78fe1a.lg__34827c89{border-radius:32px;padding:32px}.island__9f78fe1a .islandHeader__410fd016+.islandBody__3a48c9a3,.island__9f78fe1a .islandHeader__410fd016+.islandFooter__72187b60,.island__9f78fe1a .islandBody__3a48c9a3+.islandFooter__72187b60{margin-top:16px}@media (max-width: 767px){.island__9f78fe1a.sm__fb2226da,.island__9f78fe1a.md__0709ad15{border-radius:16px;padding:16px}.island__9f78fe1a.lg__34827c89{border-radius:24px;padding:24px}}.modalWindowBody__baac8d81{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__3f02bc09{position:absolute;top:30px;right:30px}@media (max-width: 767px){.modalWindowClose__3f02bc09{top:20px;right:20px}}.loaderScreen__8290eb13{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;right:0;bottom:0;z-index:10100}.loaderScreen__8290eb13.loaderSmallBackdrop__fe2b9d24{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-6-0)}.loaderScreen__8290eb13.loaderMiddleBackdrop__797a9ade{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-6-0)}.body__309eea5d{position:relative;display:flex}.body__309eea5d .bodyInner__7f752e87{position:relative;flex-grow:1;width:100%}.verticalMargin24__4095aa65{margin-top:24px;margin-bottom:24px}.verticalMargin16__68a4d5d1{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__4095aa65{margin-top:16px;margin-bottom:16px}.verticalMargin16__68a4d5d1{margin-top:8px;margin-bottom:8px}}.page__b00e55e1{height:100%;display:flex;flex-direction:column;max-width:100%;padding:24px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__b00e55e1{padding:16px}}.bodyPage__ac398249{flex-grow:1}.global-LB-more-media-point-0 .headerPageTypeFirst__591e641c.sticky__290dd72c{z-index:101;position:sticky;top:0;border-top-left-radius:var(--r-top, 24px)!important;border-top-right-radius:var(--r-top, 24px)!important;transition:border-radius .2s ease,box-shadow .2s ease}.global-LB-more-media-point-0 .headerPageTypeFirst__591e641c.sticky__290dd72c[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-6-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__3095dc74.sticky__290dd72c{z-index:101;position:sticky;bottom:0;transition:border-radius .2s ease,box-shadow .2s ease;border-bottom-left-radius:var(--r-bottom, 24px)!important;border-bottom-right-radius:var(--r-bottom, 24px)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__3095dc74.sticky__290dd72c[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-6-0)!important}.headerTabs__40a5d290{display:flex;justify-content:space-between}.headerTabs__40a5d290 .headerTabsContent__e93aedf3{flex-grow:1}.headerTabs__40a5d290 .headerTabsControls__57af65ab{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__40a5d290{flex-wrap:wrap}.headerTabs__40a5d290 .headerTabsContent__e93aedf3{width:100%}.headerTabs__40a5d290 .headerTabsControls__57af65ab{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__40a5d290 .headerTabsControls__57af65ab>button{margin-left:16px;margin-top:16px}}.headerTitle__2966ab68{display:flex;justify-content:space-between}.headerTitle__2966ab68 .headerTitleControls__89049c66{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__b9fb8ab7+.headerTitle__2966ab68{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__2966ab68{flex-wrap:wrap}.headerTitle__2966ab68 .headerTitleContent__aa01cec7{width:100%}.headerTitle__2966ab68 .headerTitleControls__89049c66{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__2966ab68 .headerTitleControls__89049c66>button{margin-left:16px;margin-top:16px}}.headerSubheader__8ca99d7f{padding:24px 0}.headerSubheader__8ca99d7f.withoutPaddings__f4865268{padding:0}.headerLayoutSidebar__6e122810{display:flex;justify-content:space-between}.headerLayoutSidebarContent__8d195266{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__6869efb0{display:none}}.footerDescription__7b576a6e{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__45a1e048{flex-grow:1;margin-right:auto}.footerDescriptionControls__c178be19{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__7b576a6e{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__45a1e048{width:100%}.footerDescriptionControls__c178be19{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__c178be19>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__45a1e048+.footerDescriptionControls__c178be19{margin-top:0}.footer__ce828901{padding:16px 0}}.modalWindowHeader__99584f36 .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__99584f36 .global-HeaderTitleContent{padding-right:72px}}.list__a05e5702{margin:0;padding:0;list-style:none;position:relative}.listItemControls__f0dc950f{display:flex;padding:0 16px 0 4px}.listItemContent__c079544c{background:var(--triplex-next-ListItem-Background-1-6-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__c079544c.selected__b7ab3be0{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-6-0)}.listItemControlsButton__02ba9365{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-6-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__02ba9365:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-6-0)}.listItemControlsButton__02ba9365:hover .listItemControlsButtonLabel__98b0512d{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-6-0)!important}.listItemControlsButton__02ba9365.expanded__d077f347,.listItemControlsButton__02ba9365:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-6-0)}.listItemControlsButton__02ba9365.expanded__d077f347 .listItemControlsButtonLabel__98b0512d,.listItemControlsButton__02ba9365:active .listItemControlsButtonLabel__98b0512d{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-6-0)!important}.listItemControlsButton__02ba9365+.listItemControlsButton__02ba9365,.listItemControlsButton__02ba9365+.listItemControlsButtonDropdown__7715eeb9{margin-left:4px}.listItemControlsButtonIcon__f4dad55d{line-height:0}.listItemControlsButton__02ba9365.withText__573a0208 .listItemControlsButtonIcon__f4dad55d{margin-bottom:8px}.listItemControlsButtonLabel__98b0512d{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-6-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__7715eeb9{display:flex}.listItemControlsButtonInner__1b910ee0{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__02ba9365.withIcon__9f93cf2f.withText__573a0208 .listItemControlsButtonInner__1b910ee0{height:44px;overflow:visible}.buttonDropdownMenuItem__0fbb406c{overflow:hidden;text-overflow:ellipsis}.listEmptyState__dc12b57d{padding:64px 16px 16px;text-align:center}.listItemLoading__a2e2a3eb{height:24px;padding:12px 0;position:relative}.label__41f259dd{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__41f259dd.md__c990c0f0{min-width:24px;min-height:24px}.label__41f259dd.md__c990c0f0.nonempty__4c40f7ed{padding-left:32px;padding-top:2px}.label__41f259dd.lg__138a5376{min-width:28px;min-height:28px}.label__41f259dd.lg__138a5376.nonempty__4c40f7ed{padding-left:40px;padding-top:4px}.label__41f259dd.disabled__809f9350{cursor:default}.label__41f259dd[hidden]{display:none}.checkbox__b4e13950{margin:0;opacity:0}.checkboxIcon__b0e10d49{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-6-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-6-0)}.checkmarkIcon__65ff4c49{transform:scale(0)}.checkmarkIcon__65ff4c49 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-6-0)}.checkboxIcon__b0e10d49,.checkmarkIcon__65ff4c49{pointer-events:none}.checkbox__b4e13950,.checkboxIcon__b0e10d49,.checkmarkIcon__65ff4c49{position:absolute;left:0;top:0}.md__c990c0f0 .checkbox__b4e13950,.md__c990c0f0 .checkboxIcon__b0e10d49,.md__c990c0f0 .checkmarkIcon__65ff4c49{width:24px;height:24px}.lg__138a5376 .checkbox__b4e13950,.lg__138a5376 .checkboxIcon__b0e10d49,.lg__138a5376 .checkmarkIcon__65ff4c49{width:28px;height:28px}.checkbox__b4e13950:enabled{cursor:pointer}.checkbox__b4e13950:enabled:hover+.checkboxIcon__b0e10d49{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-6-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-6-0)}.checkbox__b4e13950:checked+.checkboxIcon__b0e10d49{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-6-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-6-0)}.checkbox__b4e13950:checked~.checkmarkIcon__65ff4c49{transform:scale(1);transition:transform .2s ease-out}.checkbox__b4e13950:disabled+.checkboxIcon__b0e10d49{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-6-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-6-0)}.checkbox__b4e13950:disabled:checked+.checkboxIcon__b0e10d49{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-6-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-6-0)}.checkbox__b4e13950:disabled~.checkmarkIcon__65ff4c49 path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-6-0)}.checkbox__b4e13950:focus-visible+.checkboxIcon__b0e10d49{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-6-0)}.checkbox__b4e13950:checked:enabled:hover+.checkboxIcon__b0e10d49{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-6-0)}.listItemSelectable__52e38ee9{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-6-0);border-radius:8px}.listItemSelectable__52e38ee9.selected__b7ab3be0{background:var(--triplex-next-ListItem-Background_Selected-1-6-0)}.checkboxWrapper__068da2e1{padding:16px;line-height:0}.childrenWrapper__2ac9baf2{flex-grow:1}.checkboxLabel__97d021cf{padding:0!important;position:relative}.checkboxLabelClickArea__c842750b{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__c01fc7ec{position:relative;overflow:hidden}.swipeableArea__c01fc7ec .content__3764a6a3{position:relative;touch-action:pan-y}.swipeableArea__c01fc7ec .content__3764a6a3.disableScroll__303e376a{touch-action:none}.swipeableArea__c01fc7ec .content__3764a6a3.disablePointerEvents__6ad521bb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__c01fc7ec .swipeAnimationFinish__e9ccfe2b{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__c01fc7ec .leftContent__3e9739ce,.swipeableArea__c01fc7ec .rightContent__e7af4989{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__c01fc7ec .rightContent__e7af4989{left:auto;right:0}.listItemTail__e55824c0{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__0ca9b07f{background:var(--triplex-next-ListMaster-Background-1-6-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__cd23b657{position:absolute;top:0;left:0;right:0}.listItemTailTop__cd23b657:after{content:"";width:8px;height:8px;position:absolute;top:0;left:12px;border-top-left-radius:8px;box-shadow:-2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-6-0)}.listItemTailTop__cd23b657:before{content:"";width:8px;height:8px;position:absolute;top:0;left:0;border-top-right-radius:8px;box-shadow:2px -2px 0 2px var(--triplex-next-ListMaster-Background-1-6-0)}.listItemTailBottom__c0abf11c{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__c0abf11c:after{content:"";width:8px;height:8px;position:absolute;bottom:0;left:12px;border-bottom-left-radius:8px;box-shadow:-2px 2px 0 2px var(--triplex-next-ListMaster-Background-1-6-0)}.listItemTailBottom__c0abf11c:before{content:"";width:8px;height:8px;position:absolute;bottom:0;left:0;border-bottom-right-radius:8px;box-shadow:2px 2px 0 2px var(--triplex-next-ListItem-Tail_Background-1-6-0)}.listItemTailRight__136ae38c{right:-8px}.listItemTailLeft__cd91da8b{left:-8px}.listItemTable__87a4c0de{margin-bottom:4px}.listItemTable__87a4c0de:last-child{margin-bottom:0}.listSortableItemTarget__a86b9582{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-6-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__a86b9582:hover{background:var(--triplex-next-ListItem-Background_Selected-1-6-0)}.listSortableItemTarget__a86b9582.dragging__161082aa{background:var(--triplex-next-ListItem-Background_Dragging-1-6-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-6-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__84ab530e{flex:1}.listSortableItemTargetIcon__e7cd0541{display:block;margin-left:24px}.listSortableItem__33424876{position:relative}.listSortableItem__33424876.dragging__161082aa{z-index:1}.listSortableItemControls__147b8d44{display:inline-block}.formFieldClear__8f6668b5{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__8f6668b5.hidden__70313ef0{opacity:0;pointer-events:none}.formFieldTarget__e2c2ae74{padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-6-0)}.formFieldTarget__e2c2ae74.placeholder__2b9d8565{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-6-0)}.formFieldTarget__e2c2ae74.disabled__a453a005{color:var(--triplex-next-FormField-Target_Color_Disabled-1-6-0)}.formFieldTarget__e2c2ae74.size-sm__a05087c7{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldTarget__e2c2ae74.size-md__534a484a{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__e2c2ae74.size-lg__01deb97d{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__e2c2ae74 .placeholderWrapper__3addf8f4{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__e2c2ae74:focus .placeholderWrapper__3addf8f4{opacity:1}.formFieldTextarea__1ea0f108{width:100%;padding:0;box-sizing:border-box;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-6-0);resize:none}.formFieldTextarea__1ea0f108.sm__ae3e17c6{height:44px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__1ea0f108.md__3ee668f8{height:60px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__1ea0f108.lg__45373710{height:76px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__1ea0f108:focus{outline:none}.formFieldTextarea__1ea0f108:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-6-0)}.formFieldTextarea__1ea0f108::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-6-0)}.chipGroupItem__fc8ed82c{display:inline-block}.chip__cf54b4b9{background:var(--triplex-next-Chip-Background_Default-1-6-0);color:var(--triplex-next-Chip-Color_Default-1-6-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__cf54b4b9.lg__479bd083{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__cf54b4b9.lg__479bd083 .prefix__451c8700{padding-left:16px}.chip__cf54b4b9.lg__479bd083 .postfix__d083c74b{padding-right:16px}.chip__cf54b4b9.md__5b77f036{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__cf54b4b9.md__5b77f036 .prefix__451c8700{padding-left:12px}.chip__cf54b4b9.md__5b77f036 .postfix__d083c74b{padding-right:12px}.chip__cf54b4b9.sm__28fd4eb6{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__cf54b4b9.sm__28fd4eb6 .prefix__451c8700{padding-left:8px}.chip__cf54b4b9.sm__28fd4eb6 .postfix__d083c74b{padding-right:8px}.chip__cf54b4b9:hover{background:var(--triplex-next-Chip-Background_Hover-1-6-0);color:var(--triplex-next-Chip-Color_Hover-1-6-0)}.chip__cf54b4b9:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-6-0)}.chip__cf54b4b9:active,.chip__cf54b4b9[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-6-0);color:var(--triplex-next-Chip-Color_Active-1-6-0)}.chip__cf54b4b9.disabled__dfb45f37{background:var(--triplex-next-Chip-Background_Disabled-1-6-0);color:var(--triplex-next-Chip-Color_Disabled-1-6-0);cursor:default;pointer-events:none}.chip__cf54b4b9.selected__af96749e{background:var(--triplex-next-Chip-Background_Selected_Default-1-6-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-6-0)}.chip__cf54b4b9.selected__af96749e:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-6-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-6-0)}.chip__cf54b4b9.selected__af96749e:active,.chip__cf54b4b9.selected__af96749e[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-6-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-6-0)}.chip__cf54b4b9.selected__af96749e.disabled__dfb45f37{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-6-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-6-0)}.chip__cf54b4b9.withPrefix__1c7c08da{padding-left:0}.chip__cf54b4b9.withPostfix__f6adadc5{padding-right:0}.chip__cf54b4b9 .content__5decf5c5{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__cf54b4b9 .prefix__451c8700,.chip__cf54b4b9 .postfix__d083c74b{display:flex}.chipClearButton__ad06a87d{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__ad06a87d:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-6-0)}.chipDropdownArrow__16d003be{transition:transform .3s ease}.chipDropdownArrow__16d003be.rotated__d42f6596{transform:rotate(-180deg)}.selectExtendedFieldTarget__f5f650b2{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__f5f650b2 .caretIcon__c13c1d2c{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__f5f650b2.selectOpened__595b0b7a .caretIcon__c13c1d2c{transform:rotate(180deg)}.selectExtendedFieldTarget__f5f650b2.loading__2ce5a68c,.selectExtendedFieldTarget__f5f650b2.disabled__12d7c751{-webkit-user-select:none;user-select:none;pointer-events:none}.SelectExtendedField__a11dd787{position:relative}.multiselectFieldHeader__def6fe4b{padding:12px}.multiselectFieldContentWrapper__1a605972{padding:0 12px}.multiselectFieldContentWrapper__1a605972 .multiselectFieldContent__66d17fdd{padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__1a605972 .multiselectFieldContent__66d17fdd.sm__9e412d6b{height:204px}.multiselectFieldContentWrapper__1a605972 .multiselectFieldContent__66d17fdd.md__0c77bfd6{height:245px}.multiselectFieldContentWrapper__1a605972 .multiselectFieldContent__66d17fdd.lg__2735d270{height:324px}.multiselectFieldFooter__15715db5{padding:0 12px 12px}.multiselectFieldFooter__15715db5:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-6-0)}.chipOptionsContent__a4daf59c{min-width:14px;text-align:center;display:block}.tooltipDesktop__a82ecd9f{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__a82ecd9f .tooltipBody__65c2b014{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-6-0)}.tooltipDesktop__a82ecd9f .tooltipXButton__bec3caf3{position:absolute;right:8px;top:8px}.tooltipDesktopContent__48e0053c{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-6-0);border-radius:8px}.closable__6839f188 .tooltipDesktopContent__48e0053c{padding-right:32px}.tooltipSM__9d273895 .tooltipDesktopContent__48e0053c{width:192px;min-height:52px}.tooltipLG__6c8ac2cb .tooltipDesktopContent__48e0053c{width:384px;min-height:52px}.tooltipOverlay__d532204c{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__e0ec99b2{width:0;height:0}.tooltipDesktopTip__e0ec99b2.down__500ba40b{border-top:solid var(--triplex-next-Tooltip-Background-1-6-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__e0ec99b2.up__3b57b064{border-bottom:solid var(--triplex-next-Tooltip-Background-1-6-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__e0ec99b2.left__20d1eacd{border-right:solid var(--triplex-next-Tooltip-Background-1-6-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__e0ec99b2.right__9531a3d2{border-left:solid var(--triplex-next-Tooltip-Background-1-6-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__3bfc9ecc .tooltipBody__65c2b014{text-align:left}.tooltipMobile__3bfc9ecc .tooltipXButton__bec3caf3{position:absolute;right:16px;top:16px}.tooltipMobileContent__0045c627{padding:16px}.headerless__b4cd9de8 .tooltipMobileContent__0045c627{padding-right:40px}.tooltipLink__4f257dcf{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__8e17437d{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-6-0)}.desktop__8e17437d:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-6-0)}.desktop__8e17437d:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-6-0)}.desktop__8e17437d:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-6-0)}.mobile__62cf3ffe{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-6-0)}.mobile__62cf3ffe:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-6-0)}.mobile__62cf3ffe:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-6-0)}.mobile__62cf3ffe:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-6-0)}.chipSuggestInputWrapper__281f0191{margin:12px}.suggestDropdownMobileBody__899e0e68{height:176px}.suggestDropdownMobileNoOptionsText__a30038e0{padding:16px}.checkboxXGroup__86bfacaf{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__86bfacaf.indent-12__44f47daa{margin-left:-6px;margin-right:-6px}.checkboxXGroup__86bfacaf.indent-12__44f47daa .label__41f259dd{margin-left:6px;margin-right:6px}.checkboxXGroup__86bfacaf.indent-16__f85814cd{margin-left:-8px;margin-right:-8px}.checkboxXGroup__86bfacaf.indent-16__f85814cd .label__41f259dd{margin-left:8px;margin-right:8px}.checkboxXGroup__86bfacaf.indent-20__88baf7ca{margin-left:-10px;margin-right:-10px}.checkboxXGroup__86bfacaf.indent-20__88baf7ca .label__41f259dd{margin-left:10px;margin-right:10px}.checkboxXGroup__86bfacaf.indent-24__3a3dc9bf{margin-left:-12px;margin-right:-12px}.checkboxXGroup__86bfacaf.indent-24__3a3dc9bf .label__41f259dd{margin-left:12px;margin-right:12px}.checkboxXGroup__86bfacaf.indent-28__1e2f8ccf{margin-left:-14px;margin-right:-14px}.checkboxXGroup__86bfacaf.indent-28__1e2f8ccf .label__41f259dd{margin-left:14px;margin-right:14px}.checkboxXGroup__86bfacaf.indent-32__1e4d362b{margin-left:-16px;margin-right:-16px}.checkboxXGroup__86bfacaf.indent-32__1e4d362b .label__41f259dd{margin-left:16px;margin-right:16px}.checkboxYGroup__13b201ea{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__13b201ea .label__41f259dd.lg__138a5376+.label__41f259dd.lg__138a5376{margin-top:20px}.checkboxYGroup__13b201ea .label__41f259dd.md__c990c0f0+.label__41f259dd.md__c990c0f0{margin-top:16px}.card__94cb011b{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__94cb011b.roundingMD__a51311f9{--radius: 16px}.card__94cb011b.roundingSM__0dd2fe65{--radius: 8px}.card__94cb011b.general__7bc572d3{background:var(--triplex-next-Card-Static_General_Background-1-6-0)}.card__94cb011b.secondary__78e86e2d{background:var(--triplex-next-Card-Static_Secondary_Background-1-6-0)}.card__94cb011b .cardMedia__d78cb1a2{background-size:cover;background-repeat:no-repeat;background-position:center}.card__94cb011b .cardContent__7767f945{padding:var(--padding)}.card__94cb011b .cardContent__7767f945.paddingMD__40814973{--padding: 24px}.card__94cb011b .cardContent__7767f945.paddingSM__dec351bd{--padding: 16px}.card__94cb011b .cardContent__7767f945 .cardContentHeader__3953a636{margin-bottom:16px}.card__94cb011b .cardContent__7767f945 .cardContentFooter__d09a2daf{margin-top:16px}.action__a8bd1bcf{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__a8bd1bcf:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;box-shadow:var(--card-inner-shadow, none);border-radius:var(--radius)}.action__a8bd1bcf.general__7bc572d3{background:var(--triplex-next-Card-Action_General_Background-1-6-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-6-0)}.action__a8bd1bcf.general__7bc572d3:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-6-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-6-0)}.action__a8bd1bcf.general__7bc572d3.selected__4175c3c2{background:var(--triplex-next-Card-Action_General_Background_Selected-1-6-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-6-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-6-0)}.action__a8bd1bcf.general__7bc572d3.selected__4175c3c2:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-6-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-6-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-6-0)}.action__a8bd1bcf.general__7bc572d3:focus{outline:none}.action__a8bd1bcf.general__7bc572d3:focus.focusVisible__247713a4{box-shadow:var(--triplex-next-Card-Shadow_Default-1-6-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-6-0)}.action__a8bd1bcf.secondary__78e86e2d{background:var(--triplex-next-Card-Action_Secondary_Background-1-6-0)}.action__a8bd1bcf.secondary__78e86e2d:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-6-0)}.action__a8bd1bcf.secondary__78e86e2d.selected__4175c3c2{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-6-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-6-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-6-0)}.action__a8bd1bcf.secondary__78e86e2d.selected__4175c3c2:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-6-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-6-0)}.action__a8bd1bcf.secondary__78e86e2d:focus{outline:none}.action__a8bd1bcf.secondary__78e86e2d:focus.focusVisible__247713a4{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-6-0)}.alertContext__b90ff17f{display:flex;font-size:12px;line-height:16px}.alertContext__b90ff17f>svg{flex-shrink:0}.alertContext__b90ff17f .alertContextText__f5f0c85e{margin-left:8px}.alertContext__b90ff17f.alertTypeError__e8f4e703 .alertContextText__f5f0c85e{color:var(--triplex-next-AlertContext-Error_Color-1-6-0)}.alertContext__b90ff17f.alertTypeInfo__5c600c32 .alertContextText__f5f0c85e{color:var(--triplex-next-AlertContext-Info_Color-1-6-0)}.alertContext__b90ff17f.alertTypeWarning__aea0a492 .alertContextText__f5f0c85e{color:var(--triplex-next-AlertContext-Warning_Color-1-6-0)}.alertContext__b90ff17f.alertTypeSystem__3742d908 .alertContextText__f5f0c85e{color:var(--triplex-next-AlertContext-System_Color-1-6-0)}.alertProcess__e51ee5f0{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__e51ee5f0.withSpoiler__b2b858b3{min-height:40px}.alertProcess__e51ee5f0 .themeIcon__ba11187e{box-sizing:border-box;height:20px;width:20px}.alertProcess__e51ee5f0.alertTypeError__e8f4e703{background:var(--triplex-next-AlertProcess-Error_Background-1-6-0)}.alertProcess__e51ee5f0.alertTypeInfo__5c600c32{background:var(--triplex-next-AlertProcess-Info_Background-1-6-0)}.alertProcess__e51ee5f0.alertTypeWarning__aea0a492{background:var(--triplex-next-AlertProcess-Warning_Background-1-6-0)}.alertProcess__e51ee5f0.alertTypeSystem__3742d908{background:var(--triplex-next-AlertProcess-System_Background-1-6-0)}.alertProcess__e51ee5f0.alertTypeFeature__6fb43584{background:var(--triplex-next-AlertProcess-Feature_Background-1-6-0)}.alertProcess__e51ee5f0.alertTypeFeature__6fb43584 .themeIcon__ba11187e{padding-top:0}.alertProcess__e51ee5f0 .alertProcessContentBlock__9cb40d3e{flex:1;margin-left:10px}.alertProcess__e51ee5f0 .alertProcessContentBlock__9cb40d3e:not(:has(+.closeButton__0bcbc888)){padding-right:26px}.alertProcess__e51ee5f0 .alertProcessContentBlock__9cb40d3e .expandableContent__0f4d98e8{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__e51ee5f0 .alertProcessContentBlock__9cb40d3e .expandableContent__0f4d98e8.expanded__67a481d1{max-height:1000px;opacity:1}.alertProcess__e51ee5f0 .closeButton__0bcbc888{margin-left:10px}.alertProcess__e51ee5f0 .expandButton__50266845{position:absolute;right:16px;bottom:16px;height:16px;width:16px;transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.alertProcess__e51ee5f0 .expandButton__50266845.expanded__67a481d1{transform:rotate(180deg)}.adaptive__4d727585{font-size:10px!important;line-height:12px!important}.calendarControls__2dd297a3{height:28px;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-6-0)}.calendarViewDays__801219c4{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__d77571f7 .calendarViewDays__801219c4{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__c5188cd1,.calendarViewYears__ba6e1b91{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__d77571f7 .calendarViewMonths__c5188cd1,.adaptive__d77571f7 .calendarViewYears__ba6e1b91{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__7a607720{height:24px;padding:0;font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--triplex-next-Calendar-View_Header_Color-1-6-0)}.calendarViewDaysBody__453d05f9:before{display:block;content:"‌";line-height:8px}.adaptive__d77571f7 .calendarViewDaysBody__453d05f9:before{line-height:4px}.calendarViewItem__758210c7{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__758210c7:focus-visible{outline:none}.calendarViewItem__758210c7.current__a053c9a9{font-weight:600}.calendarViewItem__758210c7.disabled__d2159b06{pointer-events:none}.calendarViewItemLabel__bb02d4be{display:flex;justify-content:center;align-items:center;position:relative;white-space:nowrap;box-sizing:border-box;margin:auto;color:var(--triplex-next-Calendar-View_Item_Color_Default-1-6-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-6-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-6-0);cursor:pointer}.calendarViewItemLabel__bb02d4be:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-6-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-6-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829:hover.basicMark__e6847101:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829:hover.standardMark__259b5da4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829:hover.attentionMark__f401c337:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829:hover.criticalMark__0c4a92c8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829.muted__e159711c{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-6-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829.muted__e159711c:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-6-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829.basicMark__e6847101:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829.standardMark__259b5da4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829.attentionMark__f401c337:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.selected__2df76829.criticalMark__0c4a92c8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.marked__840e5ede:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__bb02d4be.basicMark__e6847101:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.standardMark__259b5da4:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.attentionMark__f401c337:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.criticalMark__0c4a92c8:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-6-0)}.calendarViewItemLabel__bb02d4be.muted__e159711c{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-6-0)}.calendarViewItemLabel__bb02d4be.disabled__d2159b06{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-6-0);background:none}.calendarViewItem__758210c7:focus-visible .calendarViewItemLabel__bb02d4be{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-6-0)}.unitDay__6680bc74{width:36px;height:36px;border-radius:6px}.unitMonth__bbced98a,.unitYear__eca7bd3f{width:89px;height:48px;border-radius:6px}.adaptive__d77571f7 .unitMonth__bbced98a,.adaptive__d77571f7 .unitYear__eca7bd3f{width:104px;height:48px;border-radius:6px}.calendarFooter__ec540956{margin-top:12px;text-align:center}.calendar__e096b376{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-6-0);-webkit-user-select:none;user-select:none}.calendar__e096b376.adaptive__d77571f7{width:auto;padding:20px}.calendar__e096b376+.calendar__e096b376{margin-top:20px}.col-1__f31f9224{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-2__4de601b8{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-3__c777846e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__c64d1159{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-5__c1980ef2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-6__04705662{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__cb226eea{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-8__9d1bab5f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-9__119c17ed{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__d5370d9e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-11__d343af2b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-12__f2ee45c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__ce041b2e{margin-left:0%}.offset-1__e20d5401{margin-left:8.33333333%}.offset-2__76433648{margin-left:16.66666667%}.offset-3__2936e82e{margin-left:25%}.offset-4__13e2f7f8{margin-left:33.33333333%}.offset-5__0c61f663{margin-left:41.66666667%}.offset-6__b32993ed{margin-left:50%}.offset-7__a3fd2e8a{margin-left:58.33333333%}.offset-8__6a793688{margin-left:66.66666667%}.offset-9__d74b4ec9{margin-left:75%}.offset-10__403a603d{margin-left:83.33333333%}.offset-11__010db9b1{margin-left:91.66666667%}.d-none__cca089f6{display:none!important}.d-block__62e85a1d{display:block!important}@media (min-width: 576px){.col-sm-1__434fa847{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-sm-2__35f8fc05{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-sm-3__8ba83dd9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__9f0a8335{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-sm-5__8dfa1503{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-sm-6__f0427be9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__4aebf590{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-sm-8__082f31d9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-sm-9__b9570858{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__78b9b89a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-sm-11__173ea5ac{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-sm-12__247372df{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__ff434f96{margin-left:0%}.offset-sm-1__370bac60{margin-left:8.33333333%}.offset-sm-2__c5d2ea4c{margin-left:16.66666667%}.offset-sm-3__374aba4d{margin-left:25%}.offset-sm-4__1a9f1f76{margin-left:33.33333333%}.offset-sm-5__91d4703c{margin-left:41.66666667%}.offset-sm-6__287a4831{margin-left:50%}.offset-sm-7__7e04098d{margin-left:58.33333333%}.offset-sm-8__0a1dc6d6{margin-left:66.66666667%}.offset-sm-9__376513f6{margin-left:75%}.offset-sm-10__9182ba1f{margin-left:83.33333333%}.offset-sm-11__b21240ff{margin-left:91.66666667%}.d-none-sm__a1c35890{display:none!important}.d-block-sm__491ae868{display:block!important}}@media (min-width: 768px){.col-md-1__d7345b73{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-md-2__276ccf9a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-md-3__e05dc15e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__e7f5e035{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-md-5__8fe11700{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-md-6__4abcf8f5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__c4f47253{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-md-8__ca68e553{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-md-9__4a81e7a1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__b058fcdf{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-md-11__001fbeec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-md-12__c70b23ae{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__84ff7c08{margin-left:0%}.offset-md-1__d46ce86e{margin-left:8.33333333%}.offset-md-2__78653e9f{margin-left:16.66666667%}.offset-md-3__69e2390f{margin-left:25%}.offset-md-4__a4b9e09a{margin-left:33.33333333%}.offset-md-5__0639f6ba{margin-left:41.66666667%}.offset-md-6__4f4434b4{margin-left:50%}.offset-md-7__e7f876bc{margin-left:58.33333333%}.offset-md-8__b0561b89{margin-left:66.66666667%}.offset-md-9__ab24659b{margin-left:75%}.offset-md-10__b0ebb7a9{margin-left:83.33333333%}.offset-md-11__2f916272{margin-left:91.66666667%}.d-none-md__10d37e16{display:none!important}.d-block-md__9a76123c{display:block!important}}@media (min-width: 992px){.col-lg-1__716d8e80{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-lg-2__00add410{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-lg-3__23054eb9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__8edd16f0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-lg-5__aa301148{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-lg-6__5a1a89b7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__f7ac279c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-lg-8__eda80305{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-lg-9__32ba39e3{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__b96cea33{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-lg-11__0f7dd78d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-lg-12__3e119e78{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__4d07c629{margin-left:0%}.offset-lg-1__8fad1420{margin-left:8.33333333%}.offset-lg-2__1c98bb8d{margin-left:16.66666667%}.offset-lg-3__f428e3ac{margin-left:25%}.offset-lg-4__2a3b25c1{margin-left:33.33333333%}.offset-lg-5__4d449555{margin-left:41.66666667%}.offset-lg-6__eada972a{margin-left:50%}.offset-lg-7__ab38b5fb{margin-left:58.33333333%}.offset-lg-8__91da7fef{margin-left:66.66666667%}.offset-lg-9__24f13343{margin-left:75%}.offset-lg-10__e955affc{margin-left:83.33333333%}.offset-lg-11__e41c4e3a{margin-left:91.66666667%}.d-none-lg__0b04b72e{display:none!important}.d-block-lg__716d8d4e{display:block!important}}@media (min-width: 1200px){.col-xl-1__fbf6eee2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 8.33333333%;max-width:8.33333333%;box-sizing:border-box}.col-xl-2__e73eeecc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 16.66666667%;max-width:16.66666667%;box-sizing:border-box}.col-xl-3__f5808ee0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__9ec366cc{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 33.33333333%;max-width:33.33333333%;box-sizing:border-box}.col-xl-5__30eef838{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 41.66666667%;max-width:41.66666667%;box-sizing:border-box}.col-xl-6__cf69fed1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__763d3f7e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 58.33333333%;max-width:58.33333333%;box-sizing:border-box}.col-xl-8__cd45e786{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 66.66666667%;max-width:66.66666667%;box-sizing:border-box}.col-xl-9__cc927788{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__5e952ab9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 83.33333333%;max-width:83.33333333%;box-sizing:border-box}.col-xl-11__4890ceb7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 91.66666667%;max-width:91.66666667%;box-sizing:border-box}.col-xl-12__9a9543cd{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__c6559084{margin-left:0%}.offset-xl-1__75a12150{margin-left:8.33333333%}.offset-xl-2__ec584d20{margin-left:16.66666667%}.offset-xl-3__503d1e7d{margin-left:25%}.offset-xl-4__d2779b84{margin-left:33.33333333%}.offset-xl-5__b2df87c2{margin-left:41.66666667%}.offset-xl-6__a8be215d{margin-left:50%}.offset-xl-7__418c9982{margin-left:58.33333333%}.offset-xl-8__eeb9dee7{margin-left:66.66666667%}.offset-xl-9__d3aaead6{margin-left:75%}.offset-xl-10__56cfb0e9{margin-left:83.33333333%}.offset-xl-11__65518dbc{margin-left:91.66666667%}.d-none-xl__4aa5c784{display:none!important}.d-block-xl__d7d7c7e0{display:block!important}}.datePickerExtendedMobileDropdown__d37d403e{max-height:100vh}.dropdownMobileMaskedInput__00d40089{height:20px;padding:0;background:transparent;border:none;border-radius:0}.ellipsisLineClamp__362de6e5{--ellipsis-line-clamp: 1;padding:0;display:-webkit-box;-webkit-line-clamp:var(--ellipsis-line-clamp);line-clamp:var(--ellipsis-line-clamp);-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.ellipsisLineClamp__362de6e5.oneLine__1b261371{word-break:break-all}.link__c1f07272{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-6-0)}.link__c1f07272:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-6-0)}.link__c1f07272:active{color:var(--triplex-next-Link-Text_Color_Active-1-6-0)}.link__c1f07272:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-6-0)}.wordWithContent__6ad79b42{white-space:nowrap;display:inline-flex;align-items:center}.before__61b38325 :first-child{margin-right:4px}.after__b0b10d2e :last-child{margin-left:4px}.marker__8bb8a5b7{border-radius:50%}.marker__8bb8a5b7.md__7e9d16b9{width:8px;height:8px}.marker__8bb8a5b7.lg__772bc66e{width:10px;height:10px}.marker__8bb8a5b7.success__6868ef46{background:var(--triplex-next-Marker-Background_Success-1-6-0)}.marker__8bb8a5b7.error__f4e95fb6{background:var(--triplex-next-Marker-Background_Error-1-6-0)}.marker__8bb8a5b7.warning__89c8ea36{background:var(--triplex-next-Marker-Background_Warning-1-6-0)}.marker__8bb8a5b7.waiting__759c189a{background:var(--triplex-next-Marker-Background_Waiting-1-6-0)}.markerStatus__964532f5{line-height:0;display:flex;align-items:start}.markerStatus__964532f5 .contentContainer__ebcae280{display:flex;flex-direction:column}.markerStatus__964532f5.md__39021282{gap:4px}.markerStatus__964532f5.md__39021282 .markerContainer__a7472e41{margin-top:4px}.markerStatus__964532f5.lg__b9ddf483{gap:6px}.markerStatus__964532f5.lg__b9ddf483 .contentContainer__ebcae280{gap:4px}.markerStatus__964532f5.lg__b9ddf483 .markerContainer__a7472e41{margin-top:5px}.row__9b10bacf{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__9b10bacf.noPaddingBottom__f488479d,.row__9b10bacf:last-child{padding-bottom:0}.tabsExtended__5df142d3{position:relative}.tabsExtendedContent__b7b97b85{display:inline-flex}.tabsExtendedContent__b7b97b85.sm__b7e9844b{border-radius:6px;padding:4px}.tabsExtendedContent__b7b97b85.md__2908a398{border-radius:8px;padding:4px}.tabsExtendedContent__b7b97b85.lg__1e0e8963{border-radius:10px;padding:8px}.tabsExtendedTab__4f4077a0{display:flex}.tabsExtendedTab__4f4077a0+.tabsExtendedTab__4f4077a0,.tabsExtendedDropdown__2cb97038{margin-left:2px}.tabsReal__8df84c16,.tabsFake__1440b8f5{display:flex;box-sizing:border-box;width:100%}.tabsReal__8df84c16.hidden__be506dd6{visibility:hidden}.tabsReal__8df84c16 .tabsExtendedTab__4f4077a0.hidden__be506dd6{display:none}.tabsFake__1440b8f5{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__ca918d23 .tabsExtendedContent__b7b97b85{background-color:var(--triplex-next-Tabs-Type1_Background-1-6-0)}.type2__035ec2ce .tabsExtendedContent__b7b97b85{background-color:var(--triplex-next-Tabs-Type2_Background-1-6-0)}.tabsExtendedTabButton__a4724819{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-6-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__a4724819 .tabButtonText__2d5dd3f1{font-weight:400}.tabsExtendedTabButton__a4724819.lg__1e0e8963{border-radius:6px;padding:10px 16px}.tabsExtendedTabButton__a4724819.lg__1e0e8963 .tabButtonText__2d5dd3f1{font-size:16px;line-height:20px}.tabsExtendedTabButton__a4724819.md__2908a398{border-radius:4px;padding:6px 16px}.tabsExtendedTabButton__a4724819.md__2908a398 .tabButtonText__2d5dd3f1{font-size:14px;line-height:20px}.tabsExtendedTabButton__a4724819.sm__b7e9844b{border-radius:4px;padding:2px 16px}.tabsExtendedTabButton__a4724819.sm__b7e9844b .tabButtonText__2d5dd3f1{font-size:12px;line-height:16px}.tabsExtendedTabButton__a4724819::-moz-focus-inner{border:none}.tabsExtendedTabButton__a4724819+.tabsExtendedTabButton__a4724819{margin-left:2px}.tabsExtendedTabButton__a4724819:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-6-0)}.tabsExtendedTabButton__a4724819.type1__ca918d23{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-6-0)}.tabsExtendedTabButton__a4724819.type1__ca918d23.selected__b30865b0{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-6-0)}.tabsExtendedTabButton__a4724819.type1__ca918d23.selected__b30865b0 .tabButtonText__2d5dd3f1{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-6-0)}.tabsExtendedTabButton__a4724819.type1__ca918d23:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-6-0)}.tabsExtendedTabButton__a4724819.type1__ca918d23:hover .tabButtonText__2d5dd3f1{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-6-0)}.tabsExtendedTabButton__a4724819.type1__ca918d23 .tabButtonText__2d5dd3f1{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-6-0)}.tabsExtendedTabButton__a4724819.type2__035ec2ce{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-6-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-6-0)}.tabsExtendedTabButton__a4724819.type2__035ec2ce.selected__b30865b0{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-6-0)}.tabsExtendedTabButton__a4724819.type2__035ec2ce.selected__b30865b0 .tabButtonText__2d5dd3f1{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-6-0)}.tabsExtendedTabButton__a4724819.type2__035ec2ce:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-6-0)}.tabsExtendedTabButton__a4724819.type2__035ec2ce:hover .tabButtonText__2d5dd3f1{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-6-0)}.tabButtonDropdown__cb8aad51{padding:0!important;border-radius:0!important;background:none!important}.tabButtonDropdown__cb8aad51.sm__d85c6816{min-width:20px!important;min-height:20px!important}.tabButtonDropdown__cb8aad51.md__88168c9c{min-width:32px!important;min-height:32px!important}.tabButtonDropdown__cb8aad51.lg__72234cac{min-width:40px!important;min-height:40px!important}.tag__951c8030{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-6-0);border-radius:4px;gap:2px}.tag__951c8030.sm__172693f5{height:20px;padding:2px 4px 2px 6px}.tag__951c8030.md__587e6f50{height:28px;padding:4px 6px 4px 8px}.tag__951c8030.lg__c586ec56{height:32px;padding:6px 8px 6px 10px}.content__420fd521{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__5585d0b3{display:flex;flex-wrap:wrap}.tagGroup__5585d0b3.sm__88f9e19e{gap:4px}.tagGroup__5585d0b3.md__b75653ea{gap:8px}.tagGroup__5585d0b3.lg__8aba9c9a{gap:12px}.paginationExtended__4ca10077{position:relative;padding:24px 0;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__d8b5cb1e .directionIconNext__598d6fcd{transform:rotate(180deg)}.pageEllipsis__92167717{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-6-0);cursor:default}.paginationPageButton__5a0e4c4f{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-6-0);background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;line-height:20px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__5a0e4c4f:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-6-0);outline:none}.paginationPageButton__5a0e4c4f:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-6-0)}.paginationPageButton__5a0e4c4f:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-6-0);cursor:grabbing}.paginationPageButton__5a0e4c4f.currentPage__f138e483{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-6-0);cursor:default}.paginationNavigationExtended__98242f02{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__cce91e23{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__cce91e23 .paginationSelectControl__61cbd92d{margin-left:8px}.skeleton__609e4654{border-radius:16px;flex-grow:1}.skeleton__609e4654.light__bc878e86{animation:skeleton-light-pulse__bad60d2a 2s ease-in-out infinite}.skeleton__609e4654.dark__ca29cd69{animation:skeleton-dark-pulse__6da90b4d 2s ease-in-out infinite}@keyframes skeleton-light-pulse__bad60d2a{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-6-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-6-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-6-0)}}@keyframes skeleton-dark-pulse__6da90b4d{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-6-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-6-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-6-0)}}.segmentedControlSegment__a14648e6{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-6-0);outline:none;cursor:pointer}.segmentedControlSegment__a14648e6:disabled{cursor:default}.sm__9ee11eed .segmentedControlSegment__a14648e6{min-height:20px;padding:2px;font-size:12px;line-height:16px;border-radius:4px}.md__0f55ac8b .segmentedControlSegment__a14648e6{min-height:32px;padding:6px;font-size:14px;line-height:20px;border-radius:6px}.lg__07da9893 .segmentedControlSegment__a14648e6{min-height:40px;padding:8px;font-size:16px;line-height:20px;border-radius:8px}.general1__6f6aeb79 .segmentedControlSegment__a14648e6{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-6-0)}.general1__6f6aeb79 .segmentedControlSegment__a14648e6:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-6-0)}.general1__6f6aeb79 .segmentedControlSegment__a14648e6:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-6-0)}.general1__6f6aeb79 .segmentedControlSegment__a14648e6.selected__ae318106{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-6-0)}.general1__6f6aeb79 .segmentedControlSegment__a14648e6.selected__ae318106:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-6-0)}.general1__6f6aeb79 .segmentedControlSegment__a14648e6.selected__ae318106:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-6-0)}.general2__726472f3 .segmentedControlSegment__a14648e6{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-6-0)}.general2__726472f3 .segmentedControlSegment__a14648e6:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-6-0)}.general2__726472f3 .segmentedControlSegment__a14648e6:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-6-0)}.general2__726472f3 .segmentedControlSegment__a14648e6.selected__ae318106{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-6-0)}.general2__726472f3 .segmentedControlSegment__a14648e6.selected__ae318106:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-6-0)}.general2__726472f3 .segmentedControlSegment__a14648e6.selected__ae318106:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-6-0)}.secondary1__82a52b8f .segmentedControlSegment__a14648e6{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-6-0)}.secondary1__82a52b8f .segmentedControlSegment__a14648e6:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-6-0)}.secondary1__82a52b8f .segmentedControlSegment__a14648e6:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-6-0)}.secondary1__82a52b8f .segmentedControlSegment__a14648e6.selected__ae318106{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-6-0)}.secondary1__82a52b8f .segmentedControlSegment__a14648e6.selected__ae318106:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-6-0)}.secondary2__755a4fcf .segmentedControlSegment__a14648e6{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-6-0)}.secondary2__755a4fcf .segmentedControlSegment__a14648e6:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-6-0)}.secondary2__755a4fcf .segmentedControlSegment__a14648e6:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-6-0)}.secondary2__755a4fcf .segmentedControlSegment__a14648e6.selected__ae318106{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-6-0)}.secondary2__755a4fcf .segmentedControlSegment__a14648e6.selected__ae318106:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-6-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-6-0)}.segmentedControlSegment__a14648e6:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-6-0)}.content__8eb644d4{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__9b1237af{display:flex;gap:4px}.segmentedControl__9b1237af.general1__6f6aeb79{background:var(--triplex-next-SegmentedControl-General_1_Background-1-6-0)}.segmentedControl__9b1237af.secondary1__82a52b8f{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-6-0)}.segmentedControl__9b1237af.general2__726472f3{background:var(--triplex-next-SegmentedControl-General_2_Background-1-6-0)}.segmentedControl__9b1237af.secondary2__755a4fcf{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-6-0)}.segmentedControl__9b1237af.sm__9ee11eed{padding:4px}.segmentedControl__9b1237af.md__0f55ac8b{padding:6px}.segmentedControl__9b1237af.lg__07da9893{padding:8px}.step__b4ae0489{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:32px;height:32px;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50%}.step__b4ae0489.default__efa8a56e{background-color:var(--triplex-next-Step-Background_Default-1-6-0)}.step__b4ae0489.default__efa8a56e>span{color:var(--triplex-next-Step-Color_Default-1-6-0)}.step__b4ae0489.done__43b7b8e1{background-color:var(--triplex-next-Step-Background_Done-1-6-0)}.step__b4ae0489.done__43b7b8e1>span{color:var(--triplex-next-Step-Color_Done-1-6-0)}.step__b4ae0489.warning__7dd91455{background-color:var(--triplex-next-Step-Background_Warning-1-6-0)}.step__b4ae0489.warning__7dd91455>span{color:var(--triplex-next-Step-Color_Warning-1-6-0)}.step__b4ae0489.active__20f69ca9{background-color:var(--triplex-next-Step-Background_Active-1-6-0)}.step__b4ae0489.active__20f69ca9>span{color:var(--triplex-next-Step-Color_Active-1-6-0)}.step__b4ae0489.error__fd56517d{background-color:var(--triplex-next-Step-Background_Error-1-6-0)}.step__b4ae0489.error__fd56517d>span{color:var(--triplex-next-Step-Color_Error-1-6-0)}.step__b4ae0489.disabled__ee151458{background-color:var(--triplex-next-Step-Background_Disabled-1-6-0)}.step__b4ae0489.disabled__ee151458>span{color:var(--triplex-next-Step-Color_Disabled-1-6-0)}.stepperWrapper__0f2f8f3d{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-6-0)}.stepperStep__1d134172{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__1d134172+.stepperStep__1d134172{margin-left:12px}.stepperStep__1d134172.sm__ba418c6f:not(:last-child) .content__681d9d20{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__1d134172.sm__ba418c6f:last-child .content__681d9d20{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__1d134172.sm__ba418c6f:last-child .arrow__b1f316e4{display:none}.stepperStep__1d134172.md__81e3d6a1:not(:last-child) .content__681d9d20{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__1d134172.md__81e3d6a1:last-child .content__681d9d20{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__1d134172.md__81e3d6a1:last-child .arrow__b1f316e4{display:none}.stepperStep__1d134172.lg__5baf1d0e:not(:last-child) .content__681d9d20{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__1d134172.lg__5baf1d0e:last-child .content__681d9d20{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__1d134172.lg__5baf1d0e:last-child .arrow__b1f316e4{display:none}.stepperStep__1d134172:hover:not(.active__50d5b052):not(.disabled__742b9ea1) .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-6-0)}.stepperStep__1d134172:hover:not(.active__50d5b052):not(.disabled__742b9ea1) .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-6-0)}.stepperStep__1d134172:hover:not(.active__50d5b052):not(.disabled__742b9ea1) .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-6-0)}.stepperStep__1d134172.active__50d5b052{cursor:default}.stepperStep__1d134172.active__50d5b052 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-6-0)}.stepperStep__1d134172.active__50d5b052 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-6-0)}.stepperStep__1d134172.active__50d5b052.error__4d168053 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.active__50d5b052.error__4d168053 .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.active__50d5b052.error__4d168053 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-6-0)}.stepperStep__1d134172.active__50d5b052.warning__d3824b83 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.active__50d5b052.warning__d3824b83 .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.active__50d5b052.warning__d3824b83 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.error__4d168053 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.error__4d168053 .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.error__4d168053 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.error__4d168053:hover .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.error__4d168053:hover .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.error__4d168053:hover .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.warning__d3824b83 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.warning__d3824b83 .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.warning__d3824b83 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.warning__d3824b83:hover .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.warning__d3824b83:hover .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0)}.stepperStep__1d134172.completed__9e6e22ea.warning__d3824b83:hover .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7 :not(.error__4d168053):not(.warning__d3824b83) .content__681d9d20{color:var(--triplex-next-Stepper-Step_Color_Default-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7 :not(.error__4d168053):not(.warning__d3824b83):hover .content__681d9d20{color:var(--triplex-next-Stepper-Step_Color_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.error__4d168053 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.error__4d168053 .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.error__4d168053 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.error__4d168053:hover .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.error__4d168053:hover .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.error__4d168053:hover .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.warning__d3824b83 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.warning__d3824b83 .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.warning__d3824b83 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.warning__d3824b83:hover .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.warning__d3824b83:hover .arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0)}.stepperStep__1d134172.inactive__8680f8b7.warning__d3824b83:hover .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-6-0)}.stepperStep__1d134172.disabled__742b9ea1{pointer-events:none}.stepperStep__1d134172.disabled__742b9ea1 .content__681d9d20{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-6-0)}.stepperStep__1d134172.disabled__742b9ea1 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-6-0)}.stepperStep__1d134172.disabled__742b9ea1 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-6-0)}.stepperStep__1d134172.focusVisible__edade224.completed__9e6e22ea .content__681d9d20,.stepperStep__1d134172.focusVisible__edade224.active__50d5b052 .content__681d9d20,.stepperStep__1d134172.focusVisible__edade224.inactive__8680f8b7 .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-6-0)}.stepperStep__1d134172.focusVisible__edade224.completed__9e6e22ea .arrow__b1f316e4 path:last-child,.stepperStep__1d134172.focusVisible__edade224.active__50d5b052 .arrow__b1f316e4 path:last-child,.stepperStep__1d134172.focusVisible__edade224.inactive__8680f8b7 .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-6-0)}.stepperStep__1d134172.focusVisible__edade224.completed__9e6e22ea:hover .content__681d9d20,.stepperStep__1d134172.focusVisible__edade224.active__50d5b052:hover .content__681d9d20,.stepperStep__1d134172.focusVisible__edade224.inactive__8680f8b7:hover .content__681d9d20{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-6-0)}.stepperStep__1d134172.focusVisible__edade224.completed__9e6e22ea:hover .arrow__b1f316e4 path:last-child,.stepperStep__1d134172.focusVisible__edade224.active__50d5b052:hover .arrow__b1f316e4 path:last-child,.stepperStep__1d134172.focusVisible__edade224.inactive__8680f8b7:hover .arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-6-0)}.content__681d9d20{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-6-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-6-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-6-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__ba418c6f{font-size:12px;line-height:16px}.md__81e3d6a1{font-size:14px;line-height:20px}.lg__5baf1d0e{font-size:16px;line-height:20px}.arrow__b1f316e4{transform:translate(0)}.arrow__b1f316e4 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-6-0)}.arrow__b1f316e4 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-6-0)}.icon__ba44d4f5{display:inline-flex;align-items:center;line-height:0}.nonempty__f957ae25 .icon__ba44d4f5{margin-right:6px}.stepperExtended__5c4efa8e{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__605faa23{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__605faa23::-webkit-scrollbar{display:none}.stepper__d7e9ed94.sm__ba418c6f{padding-left:28px;padding-right:28px}.stepper__d7e9ed94.md__81e3d6a1{padding-left:40px;padding-right:40px}.stepper__d7e9ed94.lg__5baf1d0e{padding-left:56px;padding-right:56px}.stepperCarousel__81a1feba{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__81a1feba .buttonPrev__1b5e79dd,.stepperCarousel__81a1feba .buttonNext__ec95fb30{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__81a1feba .buttonPrev__1b5e79dd.sm__ba418c6f,.stepperCarousel__81a1feba .buttonNext__ec95fb30.sm__ba418c6f{height:28px;width:28px}.stepperCarousel__81a1feba .buttonPrev__1b5e79dd.md__81e3d6a1,.stepperCarousel__81a1feba .buttonNext__ec95fb30.md__81e3d6a1{height:40px;width:40px}.stepperCarousel__81a1feba .buttonPrev__1b5e79dd.lg__5baf1d0e,.stepperCarousel__81a1feba .buttonNext__ec95fb30.lg__5baf1d0e{height:56px;width:56px}.stepperCarousel__81a1feba .buttonPrev__1b5e79dd{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-6-0)}.stepperCarousel__81a1feba .buttonNext__ec95fb30{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-6-0)}@media (max-width: 767px){.stepper__d7e9ed94{padding-left:16px;padding-right:16px}.buttonPrev__1b5e79dd,.buttonNext__ec95fb30{display:none}}.expandAnimation__e24b8c06{transition-property:height;transition-timing-function:ease-in-out}.islandAccordion__2c057ed3{margin:0;padding:0}.islandAccordion__2c057ed3 .island__5728a3f5{padding:0}.islandAccordion__2c057ed3 .item__10bb1538{position:relative;list-style-type:none}.islandAccordion__2c057ed3 .item__10bb1538.disabled__26444418{opacity:.48;cursor:default;pointer-events:none}.islandAccordion__2c057ed3 .item__10bb1538+.item__10bb1538.sm__ab38e0ef,.islandAccordion__2c057ed3 .item__10bb1538+.item__10bb1538.md__e8587cee{margin-top:16px}.islandAccordion__2c057ed3 .item__10bb1538+.item__10bb1538.lg__2dd921ca{margin-top:24px}.islandAccordion__2c057ed3 .item__10bb1538 .header__7d18f3df{display:flex;width:100%;margin:0;outline:none;border:1px solid transparent;text-align:left;cursor:pointer;background:none}.islandAccordion__2c057ed3 .item__10bb1538 .focused__56dec150{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-6-0)}.islandAccordion__2c057ed3 .item__10bb1538.type1__1a81ee57:not(.opened__cb9b1c65):hover .island__5728a3f5{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-6-0)}.islandAccordion__2c057ed3 .item__10bb1538.type2__3df15d22:not(.opened__cb9b1c65):hover .island__5728a3f5{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-6-0)}.islandAccordion__2c057ed3 .item__10bb1538.type3__66de0d4f:not(.opened__cb9b1c65):hover .island__5728a3f5{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-6-0)}.islandAccordion__2c057ed3 .item__10bb1538 .footer__0154c477{text-align:right}.islandAccordion__2c057ed3 .item__10bb1538 .body__eec35644,.islandAccordion__2c057ed3 .item__10bb1538 .footer__0154c477{visibility:hidden}.islandAccordion__2c057ed3 .item__10bb1538.opened__cb9b1c65 .body__eec35644,.islandAccordion__2c057ed3 .item__10bb1538.opened__cb9b1c65 .footer__0154c477{visibility:visible}.islandAccordion__2c057ed3 .item__10bb1538 .caretWrapper__277f4961{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__2c057ed3 .item__10bb1538 .caretIcon__9c81929f{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .header__7d18f3df{padding:16px;border-radius:16px}.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .step__8572c206+.titleWrapper__1199b7a7{margin-top:2px}.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .body__eec35644,.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .footer__0154c477{padding:0 16px 16px}.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .caretWrapper__277f4961{right:20px}.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .remove__4fa5982e{right:-40px;top:20px}.islandAccordion__2c057ed3 .item__10bb1538.sm__ab38e0ef .step__8572c206{margin-right:12px}.islandAccordion__2c057ed3 .item__10bb1538.md__e8587cee .header__7d18f3df{padding:24px;border-radius:24px}.islandAccordion__2c057ed3 .item__10bb1538.md__e8587cee .body__eec35644,.islandAccordion__2c057ed3 .item__10bb1538.md__e8587cee .footer__0154c477{padding:0 24px 24px}.islandAccordion__2c057ed3 .item__10bb1538.md__e8587cee .caretWrapper__277f4961{right:28px}.islandAccordion__2c057ed3 .item__10bb1538.md__e8587cee .remove__4fa5982e{right:-40px;top:28px}.islandAccordion__2c057ed3 .item__10bb1538.md__e8587cee .step__8572c206{margin-right:12px}.islandAccordion__2c057ed3 .item__10bb1538.lg__2dd921ca .header__7d18f3df{padding:32px;border-radius:32px}.islandAccordion__2c057ed3 .item__10bb1538.lg__2dd921ca .body__eec35644,.islandAccordion__2c057ed3 .item__10bb1538.lg__2dd921ca .footer__0154c477{padding:0 32px 32px}.islandAccordion__2c057ed3 .item__10bb1538.lg__2dd921ca .caretWrapper__277f4961{right:36px}.islandAccordion__2c057ed3 .item__10bb1538.lg__2dd921ca .remove__4fa5982e{right:-48px;top:40px}.islandAccordion__2c057ed3 .item__10bb1538.lg__2dd921ca .step__8572c206{margin:2px 16px 0 0}.islandAccordion__2c057ed3 .item__10bb1538.opened__cb9b1c65:not(.disabled__26444418) .caretWrapper__277f4961 .caretIcon__9c81929f{transform:rotate(-180deg)}.islandAccordion__2c057ed3 .item__10bb1538 .remove__4fa5982e{position:absolute}.noColumns__99300b12{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__99300b12>.content__aa47c6df{width:456px;text-align:center}.filterPanel__7ae6a2a5{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__a92f5bc3{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__a92f5bc3>a:not(:first-child){margin-left:16px}.tabsLinePanel__f0de442d{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__4a3f6d8e{0%{opacity:0}to{opacity:1}}.tableBasic__9fce648b{position:relative}.tableBasic__9fce648b table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__9fce648b table th.alignLeft__2653dca4,.tableBasic__9fce648b table td.alignLeft__2653dca4{text-align:left}.tableBasic__9fce648b table th.alignRight__b55822cb,.tableBasic__9fce648b table td.alignRight__b55822cb{text-align:right}.tableBasic__9fce648b table th.alignCenter__7be8947d,.tableBasic__9fce648b table td.alignCenter__7be8947d{text-align:center}.tableBasic__9fce648b table th.verticalAlignBaseline__bbc72691,.tableBasic__9fce648b table td.verticalAlignBaseline__bbc72691{vertical-align:baseline}.tableBasic__9fce648b table th.verticalAlignSub__2c7b9b06,.tableBasic__9fce648b table td.verticalAlignSub__2c7b9b06{vertical-align:sub}.tableBasic__9fce648b table th.verticalAlignSuper__bdb11679,.tableBasic__9fce648b table td.verticalAlignSuper__bdb11679{vertical-align:super}.tableBasic__9fce648b table th.verticalAlignTextTop__f723eed2,.tableBasic__9fce648b table td.verticalAlignTextTop__f723eed2{vertical-align:text-top}.tableBasic__9fce648b table th.verticalAlignTextBottom__52e38449,.tableBasic__9fce648b table td.verticalAlignTextBottom__52e38449{vertical-align:text-bottom}.tableBasic__9fce648b table th.verticalAlignMiddle__b4909406,.tableBasic__9fce648b table td.verticalAlignMiddle__b4909406{vertical-align:middle}.tableBasic__9fce648b table th.verticalAlignTop__c01bf0e4,.tableBasic__9fce648b table td.verticalAlignTop__c01bf0e4{vertical-align:top}.tableBasic__9fce648b table th.verticalAlignBottom__60b17b1c,.tableBasic__9fce648b table td.verticalAlignBottom__60b17b1c{vertical-align:bottom}.tableBasic__9fce648b table>thead>tr{height:48px}.tableBasic__9fce648b table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-6-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-6-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9fce648b table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-6-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-6-0)}}.tableBasic__9fce648b table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__9fce648b table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__9fce648b table>thead>tr>th.checkboxType__0da074e1{padding:16px 12px}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1{display:inline-flex;vertical-align:top}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1.order__8940117b{cursor:pointer}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1.order__8940117b .orderButton__ec1a3d92{display:flex;visibility:hidden;align-items:center}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1.order__8940117b .orderButton__ec1a3d92.alignLeft__2653dca4{margin-right:8px}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1.order__8940117b .orderButton__ec1a3d92.alignRight__b55822cb{margin-left:8px}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1.order__8940117b .orderButton__ec1a3d92.sorted__9c10f454{visibility:visible}.tableBasic__9fce648b table>thead>tr>th .thBlock__34cc6fc1.order__8940117b:hover .orderButton__ec1a3d92{visibility:visible}.tableBasic__9fce648b table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-6-0)}.tableBasic__9fce648b table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__9fce648b table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__9fce648b table>tbody>tr>td.textType__b18d2c92{padding:12px}.tableBasic__9fce648b table>tbody>tr>td.componentsType__d794f4e1{padding:8px 12px}.tableBasic__9fce648b table>tbody>tr>td.checkboxType__0da074e1{padding:10px 12px 12px}.tableBasic__9fce648b table>tbody>tr.selected__ecfa0c5d>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-6-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9fce648b table>tbody>tr.selected__ecfa0c5d>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-6-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-6-0)}}.tableBasic__9fce648b table>tbody.clickable__9d6ee328>tr{cursor:pointer}.tableBasic__9fce648b table>tbody.hoverable__5c038007>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-6-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__9fce648b table>tbody.hoverable__5c038007>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-6-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-6-0)}}.tableBasic__9fce648b .footerEmptyData__4d527c7f{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__9fce648b .spinnerWrapper__b0cd1465{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__9fce648b .spinnerWrapper__b0cd1465 .tableLoaderScreen__634ea2c9{border-radius:8px 8px 0 0}.tableBasic__9fce648b .overlayCover__3ebc537c{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-6-0);animation:fadeIn__4a3f6d8e .3s}.tableBasicSettingsBody__c705e6d7{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__a1946fc3{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-6-0)!important}.columnSettingsSortableListItemTarget__a1946fc3:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-6-0)!important}.columnSettingsSortableListItemTarget__a1946fc3.dragging__27a9fed9{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-6-0)!important}.columnSettingsStaticListItem__f2fd0f29{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-6-0)}.tableBasicSettingsFooter__b1be8051{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-6-0);padding:11px 12px 12px}.tableBasicSettingsHeader__b9ce4834{padding:16px 12px 12px}.tableSettingsLink__8748e178{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__616dcbd0{width:320px}.tableFooterWrapper__232faf89{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__232faf89 .tableFooterShadow__f31377f5{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-6-0);pointer-events:none}.tableFooterWrapper__232faf89 .tableFooter__616ea38f{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-6-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6{display:flex;align-items:center}.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummarySelectedCount__9e9f707f,.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummarySelectAllButton__6d5b5daa,.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummaryAmount__1817e1a2{display:inline-flex}.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummarySelectedCount__9e9f707f,.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummarySelectAllButton__6d5b5daa,.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummaryAmount__1817e1a2,.tableFooterWrapper__232faf89 .tableFooter__616ea38f .tableFooterSummary__783516c6 .tableFooterSummaryLabel__689e0fef{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__232faf89{height:112px}}.paginationPanel__80b2c10f{margin-top:16px}.masterTable__fa6c94ad{position:relative}.currency__f1278710{font-size:16px;line-height:20px;color:var(--triplex-next-ColorDarkNeutralAlpha-90-1-6-0)}.orderedListItem__1cceb0fe{counter-increment:list-item-tx}.orderedListItem__1cceb0fe:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__1cceb0fe+.orderedListItem__1cceb0fe{margin-top:8px}.orderedList__a58f47cc{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldDesktop__c99f9d45{position:relative}.suggestDropdownListItem__8a099c51{overflow:hidden;text-overflow:ellipsis}.suggestFieldMobile__d2b1bf92{position:relative}.suggestFieldMobileBody__c83f10a9{height:176px}.suggestFieldMobileDropdownHint__429f746e{padding:16px}.lightBox__6f201e46{display:flex;flex-direction:column;position:fixed;z-index:1300;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);top:var(--lightBox-screen-top);bottom:0;min-width:0;overflow-y:scroll}.lightBox__6f201e46 .lightBoxBackdrop__6c986c8f{content:"";position:fixed;top:var(--lightBox-screen-top);left:var(--lightBox-screen-left);width:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));height:100%;pointer-events:none;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-6-0)}.lightBox__6f201e46.lightBoxSideOverlayActive__601bb2f2,.lightBox__6f201e46.lightBoxTopOverlayActive__368eb94a{overflow-y:hidden}.lightBox__6f201e46 .lightBoxContent__a038a12c{display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;position:relative;margin:16px 16px 0;padding:0;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-6-0)}.lightBox__6f201e46 .lightBoxContent__a038a12c>.global-page{max-width:848px}.lightBox__6f201e46 .loadingContentOverlay__885e0f98{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__6f201e46 .lightBoxContentResizeWrapper__d1e03362{position:absolute;left:0;right:0;height:0}.lightBox__6f201e46 .tempElSafariBug__595a2f57{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__2a70c0d2,.global-LB-less-or-equal-media-point-0 .lightBox__6f201e46.lightBoxSideOverlayActive__601bb2f2{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__a038a12c{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__a038a12c{padding-left:80px;padding-right:80px}.lightBoxControls__a86731b4{z-index:100}.withKeyboardEvent__744643a3{display:inline-block}.withoutKeyboardEvent__d343af12,.lightBox__6f201e46.lightBoxSideOverlayActive__601bb2f2 .withKeyboardEvent__744643a3,.lightBox__6f201e46.lightBoxTopOverlayActive__368eb94a .withKeyboardEvent__744643a3,.lightBox__6f201e46.isLoading__df389b40 .withKeyboardEvent__744643a3{display:none}.lightBox__6f201e46.lightBoxSideOverlayActive__601bb2f2 .withoutKeyboardEvent__d343af12,.lightBox__6f201e46.lightBoxTopOverlayActive__368eb94a .withoutKeyboardEvent__d343af12,.lightBox__6f201e46.isLoading__df389b40 .withoutKeyboardEvent__d343af12{display:inline-block}.lightBox__6f201e46.isLoading__df389b40 .lightBoxPrev__2d997ea0,.lightBox__6f201e46.isLoading__df389b40 .lightBoxNext__ef288f2f{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__a86731b4{position:absolute;left:0;right:0;top:0;padding:16px 16px 0}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__b8c9d199{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__e51f19d7{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__cf338d2f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__2d997ea0,.global-LB-less-or-equal-media-point-0 .lightBoxNext__ef288f2f{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__2d997ea0{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__80b08444,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__87457773{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__a86731b4{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__b8c9d199{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__e51f19d7{display:none}.global-LB-more-media-point-0 .lightBoxClose__cf338d2f{position:fixed;left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__2d997ea0,.global-LB-more-media-point-0 .lightBoxNext__ef288f2f{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__2d997ea0{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__ef288f2f{left:calc(var(--lightBox-screen-width) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__6cdd32e7{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__6cdd32e7.fixed__c6dcaa79{position:fixed}.overlay__6cdd32e7.closing__0bb61123,.overlay__6cdd32e7.opened__4ec851a5{visibility:visible;left:0;right:0}.overlayPanel__9df38de6{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-6-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__9df38de6.bottom__3ca4d5d7{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__9df38de6.left__2f0ec73c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__9df38de6.right__55374136{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__9df38de6.top__b828bd21{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__9df38de6.left__2f0ec73c.opened__4ec851a5,.overlayPanel__9df38de6.right__55374136.opened__4ec851a5{transform:translate(0)}.overlayPanel__9df38de6.top__b828bd21.opened__4ec851a5,.overlayPanel__9df38de6.bottom__3ca4d5d7.opened__4ec851a5{transform:translateY(0)}.overlayContent__9a33122d{display:flex;min-height:100%}.overlayMask__65ddc43e{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-6-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__65ddc43e.overlayOpened__8adde032{opacity:1}.lightBoxSideOverlayLoaderWrapper__f8d6720b{left:0;top:0;right:0;height:100vh;position:absolute;z-index:201;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.lightBoxSideOverlayCloseDesktop__c0b70b67{position:absolute;top:24px;right:24px}.lightBoxSideOverlayCloseMobile__f306f176{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktop__c0b70b67{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f306f176{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f306f176{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktop__c0b70b67{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__f306f176{display:none}.lightBoxSideOverlayMask__37ecee17{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-6-0)}.lightBoxSideOverlayWrapper__e5cb1c20{position:fixed;min-height:calc(100% - var(--lightBox-screen-top));top:var(--lightBox-screen-top);left:0;width:0;z-index:200;overflow-y:auto;visibility:hidden}.lightBoxSideOverlayWrapper__e5cb1c20.overflowXHidden__974deff4{overflow-x:hidden}.lightBoxSideOverlayWrapper__e5cb1c20.overflowYHidden__40529122{overflow-y:hidden}.lightBoxSideOverlayWrapper__e5cb1c20.closing__fa78239d,.lightBoxSideOverlayWrapper__e5cb1c20.opened__9cb2da88{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__e5cb1c20.closing__fa78239d{pointer-events:none}.lightBoxSideOverlayWrapper__e5cb1c20 .global-page{background-color:transparent!important}.lightBoxSideOverlayWrapper__e5cb1c20 .lightBoxSideOverlayContent__840bb60f{position:relative;transform:translateY(100%);transition:transform .6s;border-top-left-radius:32px;border-top-right-radius:32px;background-color:var(--triplex-next-LightBox-Content_Background-1-6-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__e5cb1c20 .lightBoxSideOverlayContent__840bb60f.opened__9cb2da88{transform:none}.lightBoxSideOverlayWrapper__e5cb1c20 .lightBoxSideOverlayContent__840bb60f.opening__37a3b80a{transform:translateY(0)}.lightBoxSideOverlayWrapper__e5cb1c20.sizeSM__83fdfbf4 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__e5cb1c20.sizeMD__31311621 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__e5cb1c20.sizeLG__143bb5bc .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__e5cb1c20 .lightBoxSideOverlayBase__fa71ec35{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__e5cb1c20 .lightBoxSideOverlayContent__840bb60f{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__e5cb1c20 .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__e5cb1c20 .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__e888f549{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__e888f549.closing__fa78239d,.lightBoxSideOverlay__e888f549.opening__37a3b80a{overflow-x:hidden}.topOverlayMask__2d678efd{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-6-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__07e10636{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__07e10636.closing__5fa60bcf,.topOverlayWrapper__07e10636.opened__38bfeb9f{bottom:0}.topOverlayWrapper__07e10636 .topOverlayPanel__038124dc{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__eee20d5b{z-index:500}@media (max-width: 767px){.topOverlayPanel__038124dc{margin-left:16px;margin-right:16px;margin-bottom:16px}}html.scroll-0__56169442{--triplex-next-scroll-width: 0px}html.scroll-15__eedc4b43{--triplex-next-scroll-width: 15px}html.scroll-16__6677d423{--triplex-next-scroll-width: 16px}html.scroll-17__d4f15475{--triplex-next-scroll-width: 17px}.smsInput__e9fcd39f{display:inline-block;position:relative;width:100%}.smsInput__e9fcd39f .input__a0fe1b3d{text-align:center}.smsInput__e9fcd39f .input__a0fe1b3d::placeholder{opacity:1}.smsInput__e9fcd39f .input__a0fe1b3d:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-6-0)}.smsInput__e9fcd39f .input__a0fe1b3d.lg__f04d98ad{padding:18px 40px}.smsInput__e9fcd39f .input__a0fe1b3d.md__18475fa7{padding-left:26px;padding-right:26px}.smsInput__e9fcd39f .input__a0fe1b3d.sm__ad155e30{padding-left:20px;padding-right:20px}.smsInput__e9fcd39f .btnRefresh__6636001a{position:absolute;outline:none;z-index:1}.smsInput__e9fcd39f .btnRefresh__6636001a.lg__f04d98ad{top:12px;left:12px;height:32px;width:32px}.smsInput__e9fcd39f .btnRefresh__6636001a.md__18475fa7{top:10px;left:10px}.smsInput__e9fcd39f .btnRefresh__6636001a.sm__ad155e30{top:4px;left:4px}.smsInput__e9fcd39f .btnRefresh__6636001a .full__2e4581e8{fill:var(--triplex-next-SMSInput-Refresh_Fill_Full-1-6-0)}.smsInput__e9fcd39f .btnRefresh__6636001a .empty__63fc0c0e{fill:var(--triplex-next-SMSInput-Refresh_Fill_Empty-1-6-0)}.smsInput__e9fcd39f .btnRefresh__6636001a:disabled{cursor:default;fill:var(--triplex-next-SMSInput-Refresh_Disabled-1-6-0)}.smsInput__e9fcd39f .btnSubmit__8ba53c2f{position:absolute;fill:var(--triplex-next-SMSInput-Submit_Background_Default-1-6-0)}.smsInput__e9fcd39f .btnSubmit__8ba53c2f.active__12b845d1:not(:disabled){fill:var(--triplex-next-SMSInput-Submit_Background_Active-1-6-0)}.smsInput__e9fcd39f .btnSubmit__8ba53c2f.active__12b845d1:not(:disabled):hover{fill:var(--triplex-next-SMSInput-Submit_Background_Hover-1-6-0)}.smsInput__e9fcd39f .btnSubmit__8ba53c2f.lg__f04d98ad{top:15px;right:15px;height:26px;width:26px}.smsInput__e9fcd39f .btnSubmit__8ba53c2f.md__18475fa7{top:10px;right:10px}.smsInput__e9fcd39f .btnSubmit__8ba53c2f.sm__ad155e30{top:4px;right:4px}.spoiler__6e9b34c5{display:flex;flex-direction:column}.spoiler__6e9b34c5.opened__1427fb29 .caretIcon__95cb16db{transform:rotate(-180deg)}.spoiler__6e9b34c5 .head__a413cc4e .caretIcon__95cb16db{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__6e9b34c5 .head__a413cc4e button>span{white-space:normal;text-align:left}.spoiler__6e9b34c5 .content__c2c57ffd.hidden__60eddba0{display:none}.spoiler__6e9b34c5 .lg__4fed43d5 .content__c2c57ffd{margin-top:8px}.spoiler__6e9b34c5 .md__883c503e .content__c2c57ffd{margin-top:0}.spoiler__6e9b34c5 .sm__c3e9880e .content__c2c57ffd{margin-top:-4px}.statusTrackerWrapper__3c1cd81c{display:flex;justify-content:center;min-height:360px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-6-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-6-0);overflow:hidden;height:100%}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248.verticalAlignMiddle__c072a219{align-self:center}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248.verticalAlignBottom__20220066{align-self:end}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerChild__d906cdd5{padding:8px 0}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerChild__d906cdd5:empty{padding:0}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerSum__e2174285,.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerTitle__7ed8153a{padding-bottom:4px}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerDescription__054ddc48{display:block;padding-top:8px}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerAlert__97ae83e7{margin-top:12px;text-align:left}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerStatus__9445ee17{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerFooterWrapper__3735459c{display:grid}.statusTrackerWrapper__3c1cd81c .statusTracker__8b14a248 .statusTrackerFooterWrapper__3735459c .statusTrackerButton__f39c5db6{margin-left:0;margin-bottom:12px}.statusTrackerWrapper__3c1cd81c .statusTrackerColor__fb84e9a8{position:absolute;width:75%;height:76%;left:-15px;right:92px;top:-10px;bottom:89px;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__3c1cd81c .statusTrackerColor__fb84e9a8.waiting__ed4a5957{background:var(--triplex-next-StatusTracker-Waiting_Color-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerColor__fb84e9a8.warning__1406ff22{background:var(--triplex-next-StatusTracker-Warning_Background-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerColor__fb84e9a8.rejected__2b7a1229{background:var(--triplex-next-StatusTracker-Rejected_Color-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerColor__fb84e9a8.approved__25f6bdff{background:var(--triplex-next-StatusTracker-Approved_Color-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerBackground__d7299eaf{position:absolute;width:88%;height:42%;left:15px;right:0;top:-13%;bottom:0;filter:blur(70px);border-radius:50%}.statusTrackerWrapper__3c1cd81c .statusTrackerBackground__d7299eaf.waiting__ed4a5957{background:var(--triplex-next-StatusTracker-Waiting_Background-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerBackground__d7299eaf.warning__1406ff22{background:var(--triplex-next-StatusTracker-Warning_Background-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerBackground__d7299eaf.rejected__2b7a1229{background:var(--triplex-next-StatusTracker-Rejected_Background-1-6-0)}.statusTrackerWrapper__3c1cd81c .statusTrackerBackground__d7299eaf.approved__25f6bdff{background:var(--triplex-next-StatusTracker-Approved_Background-1-6-0)}@media (max-width: 767px){.statusTrackerWrapper__3c1cd81c{border-radius:16px}}.smallInput__f9ea36dc{height:20px;width:100%;padding:0 8px;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:20px;vertical-align:top;color:var(--triplex-next-SmallInput-Color-1-6-0);background:var(--triplex-next-SmallInput-Background-1-6-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-6-0)}.smallInput__f9ea36dc::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-6-0);opacity:1}.smallInput__f9ea36dc::-ms-clear{display:none}.documentNumberEdit__f2c19c4f .label__9b4501b5{display:inline-block;margin-right:8px}.documentNumberEdit__f2c19c4f .inputEditWrapper__bb01e103{width:68px;display:inline-block}.sliderExtendedDot__d7056d20{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-6-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__d7056d20:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-6-0)}.sliderExtendedDot__d7056d20.focusedByClick__3cdc32bb:focus{box-shadow:none}.sliderExtendedDot__d7056d20:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-6-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__d7056d20:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-6-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__d7056d20.disabled__9f49b00d{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-6-0)}.sliderExtendedDot__d7056d20.disabled__9f49b00d:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-6-0)}.sliderExtendedDot__d7056d20.disabled__9f49b00d:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-6-0)}.sliderExtendedDot__d7056d20:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-6-0)}.sliderExtendedDot__d7056d20:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-6-0)}.sliderExtendedDot__d7056d20.dragByMouse__c487ceaa{background:var(--triplex-next-Slider-Dot_Background_Select-1-6-0)}.sliderExtendedDot__d7056d20.dragByMouse__c487ceaa:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-6-0)}.sliderExtendedDot__d7056d20:hover .sliderExtendedTooltipOverlay__beca942b,.sliderExtendedDot__d7056d20:focus .sliderExtendedTooltipOverlay__beca942b{visibility:visible}.sliderExtendedDot__d7056d20.lg__5c263f91{width:28px;height:28px}.sliderExtendedDot__d7056d20.lg__5c263f91:after{width:10px;height:10px}.sliderExtendedDot__d7056d20.lg__5c263f91:before{width:14px;height:14px}.sliderExtendedMarks__6c4bf223{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__862f9e38{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__862f9e38 .sliderExtendedMarkDot__0f010787{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-6-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__862f9e38 .sliderExtendedMarkDot__0f010787.inSelectedRange__7ee9b6ea{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-6-0)}.sliderExtendedMark__862f9e38.lg__5c263f91{top:20px}.sliderExtendedMark__862f9e38.lg__5c263f91 .sliderExtendedMarkDot__0f010787{top:-20px}.sliderExtendedMark__862f9e38 .sliderExtendedMarkText__de7994e2{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__862f9e38.disabled__9f49b00d{pointer-events:none}.sliderExtendedMark__862f9e38.disabled__9f49b00d .sliderExtendedMarkText__de7994e2{pointer-events:none;opacity:.35}.sliderExtendedMark__862f9e38.disabled__9f49b00d .sliderExtendedMarkDot__0f010787{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-6-0)}.sliderExtendedMark__862f9e38:first-child,.sliderExtendedMark__862f9e38:last-child{transform:none}.sliderExtendedMark__862f9e38:first-child.reverse__942f10b2 .sliderExtendedMarkDot__0f010787{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__862f9e38:first-child.reverse__942f10b2 .sliderExtendedMarkText__de7994e2{margin-right:-4px}.sliderExtendedMark__862f9e38:first-child:not(.reverse__942f10b2) .sliderExtendedMarkDot__0f010787{left:0;transform:translate(-50%)}.sliderExtendedMark__862f9e38:first-child .sliderExtendedMarkText__de7994e2{margin-left:-4px}.sliderExtendedMark__862f9e38:last-child.reverse__942f10b2 .sliderExtendedMarkDot__0f010787{left:0;transform:translate(-50%)}.sliderExtendedMark__862f9e38:last-child.reverse__942f10b2 .sliderExtendedMarkText__de7994e2{margin-left:-4px}.sliderExtendedMark__862f9e38:last-child:not(.reverse__942f10b2) .sliderExtendedMarkDot__0f010787{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__862f9e38:last-child .sliderExtendedMarkText__de7994e2{margin-right:-4px}.sliderExtendedMark__862f9e38.active__cb2e8e5a{pointer-events:none}.sliderExtendedRail__b5cb309f{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-6-0);cursor:pointer}.sliderExtended__8c5fc324{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__8c5fc324.disabled__9f49b00d .sliderExtendedRail__b5cb309f{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-6-0)}.sliderExtended__8c5fc324.lg__5c263f91{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__3c097529{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-6-0);z-index:10}.sliderExtendedTrack__3c097529.lg__5c263f91{top:12px}.sliderExtendedTrack__3c097529:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-6-0)}.sliderExtendedTrack__3c097529.focusedByClick__3cdc32bb:focus{box-shadow:none}.sliderExtendedTrack__3c097529.hoverOrDragByMouse__68306745{background:var(--triplex-next-Slider-Track_Background_Hover-1-6-0)}.sliderExtendedTrack__3c097529.staticSlider__c670033a{cursor:default;pointer-events:none}.sliderExtendedTrack__3c097529.disabled__9f49b00d{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-6-0)}.sliderExtendedTooltipOverlay__beca942b{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__beca942b.lg__5c263f91{bottom:32px}.sliderExtendedTooltipOverlay__beca942b .tooltipBody__08afcde9{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-6-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-6-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__beca942b .tooltipTip__0368fddb{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-6-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__beca942b .tooltipTip__0368fddb{margin:-.5px}}.treeView__9cfe7607,.treeViewGroup__291bfbae{margin:0;padding:0}.treeView__9cfe7607 .treeViewNode__64594810,.treeViewGroup__291bfbae .treeViewNode__64594810{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__d0bee83f.collapsed__c8a59c3b{visibility:hidden}.checkboxTreeExtended__299b0582{margin-bottom:-12px}.checkboxTreeExtendedNode__bda4bdff .checkboxTreeExtendedNode__bda4bdff{margin-left:24px}.checkboxTreeExtendedNodeHeader__1a6b6091{display:flex;justify-content:space-between;position:relative;margin-bottom:12px}.checkboxTreeExtendedNodeHeader__1a6b6091 .checkboxTreeCheckboxLabel__095dd8c3{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__1a6b6091 .caretIconWrapper__99bc1af0{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__1a6b6091 .caretIconWrapper__99bc1af0:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-6-0)}.checkboxTreeExtendedNodeHeader__1a6b6091.opened__0831e089 .caretIconWrapper__99bc1af0{transform:rotate(180deg)}.chipGroup__f14f9173{display:flex}.chipGroup__f14f9173.oneLine__1580bf0b{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__f14f9173.oneLine__1580bf0b::-webkit-scrollbar{display:none}.chipGroup__f14f9173.multiLine__86c0722f{flex-wrap:wrap}.chipGroup__f14f9173.lg__d4f07616{gap:12px}.chipGroup__f14f9173.md__d95a0a94,.chipGroup__f14f9173.sm__1b4fb13d{gap:8px}.confirm__397e02b6{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__397e02b6.isInLightBox__32dc22fd{max-width:800px}.confirm__397e02b6.isInSideOverlaySM__317f55c9{max-width:432px}.confirm__397e02b6.isInSideOverlayMD__c944685e{max-width:552px}.confirm__397e02b6.isInSideOverlayLG__e55d3384{max-width:752px}.confirmCloseButton__b8ad1626{position:absolute;top:24px;right:24px}.confirmContent__bb754890{margin-bottom:24px;padding-right:56px}.confirmControls__ae392a25{white-space:nowrap}.confirmContentTitle__e20e67c3{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__b8ad1626{top:16px;right:16px}.confirmContent__bb754890{margin-bottom:16px}}.divider__4486c81e{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-6-0);border:none}.marginTopSize-4__46a9277c{margin-top:4px}.marginBottomSize-4__c829f703{margin-bottom:4px}.marginTopSize-8__41df0ad2{margin-top:8px}.marginBottomSize-8__310c0864{margin-bottom:8px}.marginTopSize-12__52205b1b{margin-top:12px}.marginBottomSize-12__796068c5{margin-bottom:12px}.marginTopSize-16__17b9c49c{margin-top:16px}.marginBottomSize-16__f7073af9{margin-bottom:16px}.marginTopSize-20__24ea801c{margin-top:20px}.marginBottomSize-20__052251c6{margin-bottom:20px}.marginTopSize-24__3e460590{margin-top:24px}.marginBottomSize-24__758fc2e7{margin-bottom:24px}.marginTopSize-28__f35ed16c{margin-top:28px}.marginBottomSize-28__2bddc20e{margin-bottom:28px}.marginTopSize-32__ea64522b{margin-top:32px}.marginBottomSize-32__3a7af215{margin-bottom:32px}.listMasterChipGroup__8a308d32{padding:0 16px}.listMasterFooter__8e8690cd{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-6-0);color:var(--triplex-next-ListMaster-Footer_Color-1-6-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__8e8690cd.sticky__2462cc47{position:sticky;bottom:0}.listMasterFooterDescription__fd198743{padding-right:16px}.listMasterFooterControls__0f66d3bb{white-space:nowrap}.listMasterHeader__f5951187{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-6-0);color:var(--triplex-next-ListMaster-Header_Color-1-6-0)}.listMasterHeader__f5951187.sticky__2462cc47{position:sticky;top:0;z-index:1}.selectionControls__3005eebc{display:flex;justify-content:space-between;align-items:center}.uploadZone__bf546633{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-6-0)}.uploadZone__bf546633:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-6-0)}.uploadZoneDragArea__c928a55a{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-6-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__da46c5c3{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-6-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-6-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-6-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__0db44110{display:none}button.helpBoxButton__19327057{position:relative;vertical-align:text-bottom}.helpBoxTooltipBody__acbc96cd{padding-right:16px}.dateRange__4b2d55c3{display:flex;align-items:center}.dateRangeButton__6aaf9774{z-index:1}.separator__fddd545b{width:20px;height:20px;flex-shrink:0}