@sberbusiness/triplex-next 1.20.0 → 1.22.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 (434) hide show
  1. package/README.md +89 -22
  2. package/chunks/AlertProcessSpoiler-Cbhbwi6f.js +39 -0
  3. package/chunks/{CalendarViewItem-B22G4WdJ.js → CalendarViewItem-UwoR2Xwr.js} +18 -18
  4. package/chunks/Card.module-CPD2xDmu.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-F91Rxq8x.js +15 -0
  6. package/chunks/{Chip-Df2PJxv_.js → Chip-Bxr2kLyU.js} +6 -6
  7. package/chunks/Confirm.module-CmYpxyDp.js +15 -0
  8. package/chunks/{DropdownListItem-JDPG7EtK.js → DropdownListItem-Dl8gN2ar.js} +22 -22
  9. package/chunks/DropdownMobile.module-l5rlPxNK.js +23 -0
  10. package/chunks/Footer.module-CjY-6G8t.js +9 -0
  11. package/chunks/FormFieldInput--W9kjf4s.js +79 -0
  12. package/chunks/HeaderLayoutSidebar.module-fr4_lzKQ.js +9 -0
  13. package/chunks/HeaderTabs.module-Clz5KbqR.js +9 -0
  14. package/chunks/{HeaderTitle.module-Cz5VxXST.js → HeaderTitle.module-DUqjpN6C.js} +2 -2
  15. package/chunks/IslandAccordion.module-CPVWJz-Z.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-BRjR7Nva.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CQVHkydc.js +12 -0
  18. package/chunks/{LightBoxContent-DcdEm4um.js → LightBoxContent-CBpCA29-.js} +15 -15
  19. package/chunks/LightBoxControls.module-6rLkTPqp.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-1PauvUbz.js +9 -0
  21. package/chunks/{ListItemControlsButton-CWkrMtu6.js → ListItemControlsButton-BZSR-ESi.js} +11 -11
  22. package/chunks/ListItemTail.module-TZkbhx39.js +12 -0
  23. package/chunks/ListMasterFooter.module-BJocFxEb.js +10 -0
  24. package/chunks/ModalWindow.module-CACqfnx4.js +17 -0
  25. package/chunks/Notification.module-ByKcbqB9.js +20 -0
  26. package/chunks/Overlay.module-fYkVPgjL.js +18 -0
  27. package/chunks/Page.module-Bhn0Pz59.js +11 -0
  28. package/chunks/{RightBorderArrow-CD9RfiqH.js → RightBorderArrow-C390Za7P.js} +11 -11
  29. package/chunks/SMSField.module-KA-eacXJ.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-Dy1FdmU-.js +15 -0
  31. package/chunks/{SliderExtendedRail-Alw2vXQr.js → SliderExtendedRail-Dld8UNeR.js} +8 -8
  32. package/chunks/StatusTracker.module-B8xoFRr0.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BfOcMGUs.js → SuggestFieldMobileDropdownHint-Cf_uwjFP.js} +6 -6
  34. package/chunks/TableFooter.module-b8TKJFW8.js +14 -0
  35. package/chunks/TabsExtended.module-k8oKnmv6.js +16 -0
  36. package/chunks/TabsLine.module-BLpqn-ZP.js +21 -0
  37. package/chunks/TooltipDesktop.module-DgogF0cV.js +19 -0
  38. package/chunks/TreeView.module-lJCCAWQb.js +9 -0
  39. package/chunks/{UploadZoneInput-DWEQ023-.js → UploadZoneInput-CQYsDdG_.js} +3 -3
  40. package/chunks/{constants-mUMWgzNs.js → constants-Crak3JEf.js} +11 -11
  41. package/chunks/utils-CS30w_en.js +73 -0
  42. package/chunks/{utils-B269a8Xy.js → utils-Dq2VA3Zd.js} +6 -6
  43. package/chunks/utils-R-JQhhgt.js +24 -0
  44. package/chunks/utils-Z8JNo8tP.js +28 -0
  45. package/chunks/{vendor-BIl4KTrD.js → vendor-BiObpx9E.js} +8836 -8700
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +9 -9
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +8 -8
  52. package/components/AmountField/AmountField.js +9 -9
  53. package/components/Avatar/Avatar.js +10 -10
  54. package/components/Badge/Badge.js +11 -11
  55. package/components/Badge/BadgeDot.js +8 -8
  56. package/components/Badge/components/BadgeContent.js +2 -2
  57. package/components/Badge/components/BadgePostfix.js +7 -7
  58. package/components/Badge/components/BadgePrefix.js +4 -4
  59. package/components/Body/Body.js +5 -5
  60. package/components/Button/Button.js +29 -29
  61. package/components/Button/ButtonBase.js +1 -1
  62. package/components/Button/ButtonDropdown.js +91 -78
  63. package/components/Button/ButtonDropdownExtended.js +5 -5
  64. package/components/Button/ButtonIcon.js +12 -12
  65. package/components/Calendar/Calendar.js +6 -6
  66. package/components/Calendar/components/CalendarControls.js +9 -9
  67. package/components/Calendar/components/CalendarFooter.js +4 -4
  68. package/components/Calendar/components/CalendarViewDays.js +2 -2
  69. package/components/Calendar/components/CalendarViewItem.js +2 -2
  70. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  71. package/components/Calendar/components/CalendarViewYears.js +1 -1
  72. package/components/Card/CardAction.js +15 -15
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +7 -7
  81. package/components/Checkbox/Checkbox.js +6 -6
  82. package/components/Checkbox/CheckboxXGroup.js +16 -16
  83. package/components/Checkbox/CheckboxYGroup.js +6 -6
  84. package/components/CheckboxTree/index.js +6 -2
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +18 -10
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
  89. package/components/Chip/Chip.js +2 -2
  90. package/components/Chip/ChipClearButton.js +7 -7
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +25 -24
  93. package/components/Chip/ChipDropdownArrow.js +2 -2
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +2 -2
  96. package/components/Chip/ChipOptions.js +2 -2
  97. package/components/Chip/ChipSelect/ChipSelect.js +11 -12
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +9 -10
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +20 -21
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +10 -10
  106. package/components/Col/Col.js +137 -137
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +6 -6
  108. package/components/Confirm/Confirm.js +2 -2
  109. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  110. package/components/Confirm/components/ConfirmContent.js +2 -2
  111. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  112. package/components/Confirm/components/ConfirmControls.js +2 -2
  113. package/components/Confirm/index.js +4 -2
  114. package/components/DateField/DateField.js +5 -5
  115. package/components/DatePickerExtended/DatePickerExtended.js +3 -3
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +12 -12
  117. package/components/DateRange/DateRange.js +9 -9
  118. package/components/DesignTokens/DesignTokenUtils.js +7 -7
  119. package/components/DesignTokens/DesignTokensCore.js +8 -0
  120. package/components/DesignTokens/components/Pagination.js +2 -5
  121. package/components/DesignTokens/components/Tabs.js +0 -18
  122. package/components/DesignTokens/types/DesignTokensTypes.js +2 -0
  123. package/components/Divider/Divider.js +18 -18
  124. package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
  125. package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
  126. package/components/Dropdown/desktop/DropdownList.js +2 -2
  127. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  128. package/components/Dropdown/desktop/enums.js +7 -0
  129. package/components/Dropdown/desktop/index.js +8 -4
  130. package/components/Dropdown/index.js +24 -25
  131. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  132. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInput.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  139. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
  142. package/components/Ellipsis/Ellipsis.js +6 -6
  143. package/components/ExpandAnimation/ExpandAnimation.js +13 -13
  144. package/components/Footer/Footer.js +1 -1
  145. package/components/Footer/components/FooterDescription.js +2 -2
  146. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  147. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  148. package/components/FormField/FormField.js +67 -73
  149. package/components/FormField/FormFieldContext.js +16 -13
  150. package/components/FormField/components/FormFieldClear.js +25 -23
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +6 -6
  153. package/components/FormField/components/FormFieldInput.js +4 -3
  154. package/components/FormField/components/FormFieldLabel.js +31 -33
  155. package/components/FormField/components/FormFieldMaskedInput.js +32 -32
  156. package/components/FormField/components/FormFieldPostfix.js +5 -5
  157. package/components/FormField/components/FormFieldPrefix.js +2 -2
  158. package/components/FormField/components/FormFieldTarget.js +56 -46
  159. package/components/FormField/components/FormFieldTextarea.js +62 -35
  160. package/components/FormField/components/index.js +23 -0
  161. package/components/FormField/components/utils.js +5 -0
  162. package/components/FormField/index.js +25 -25
  163. package/components/Header/Header.js +1 -1
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  166. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  167. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  169. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  170. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  172. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  173. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  174. package/components/HelpBox/HelpBox.js +8 -8
  175. package/components/Island/Island.js +2 -2
  176. package/components/Island/components/IslandBody.js +4 -4
  177. package/components/Island/components/IslandFooter.js +5 -5
  178. package/components/Island/components/IslandHeader.js +4 -4
  179. package/components/Island/utils.js +1 -1
  180. package/components/IslandAccordion/IslandAccordion.js +3 -3
  181. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  182. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  183. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  184. package/components/IslandWidget/IslandWidget.js +3 -3
  185. package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
  186. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +5 -5
  187. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  191. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  192. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  193. package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
  194. package/components/LightBox/LightBox.js +35 -35
  195. package/components/LightBox/LightBoxContent.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  197. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  198. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  199. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  204. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +6 -6
  205. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
  206. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +3 -3
  207. package/components/Link/Link.js +24 -24
  208. package/components/List/List.js +8 -8
  209. package/components/List/ListSortable.js +1 -1
  210. package/components/List/components/ListEmptyState.js +2 -2
  211. package/components/List/components/ListItem.js +1 -1
  212. package/components/List/components/ListItemContent.js +6 -6
  213. package/components/List/components/ListItemControls.js +5 -5
  214. package/components/List/components/ListItemControlsButton.js +2 -2
  215. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  216. package/components/List/components/ListItemLoading.js +3 -3
  217. package/components/List/components/ListItemSelectable.js +11 -11
  218. package/components/List/components/ListItemTable.js +4 -4
  219. package/components/List/components/ListItemTailLeft.js +2 -2
  220. package/components/List/components/ListItemTailRight.js +2 -2
  221. package/components/List/components/ListSortableItem.js +9 -9
  222. package/components/List/components/ListSortableItemControls.js +5 -5
  223. package/components/List/components/ListSortableItemTarget.js +8 -8
  224. package/components/List/index.js +1 -1
  225. package/components/ListMaster/ListMaster.js +1 -1
  226. package/components/ListMaster/components/ListMasterBody.js +1 -1
  227. package/components/ListMaster/components/ListMasterChipGroup.js +8 -8
  228. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  229. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  230. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  231. package/components/ListMaster/components/ListMasterHeader.js +9 -9
  232. package/components/ListMaster/components/SelectionControls.js +9 -9
  233. package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
  234. package/components/Loader/LoaderSmall/LoaderSmall.js +12 -12
  235. package/components/LoaderScreen/LoaderScreen.js +8 -8
  236. package/components/Marker/Marker.js +2 -2
  237. package/components/Marker/utils.js +1 -1
  238. package/components/MarkerStatus/MarkerStatus.js +12 -12
  239. package/components/ModalWindow/ModalWindow.js +14 -14
  240. package/components/ModalWindow/components/ModalWindowBody.js +5 -5
  241. package/components/ModalWindow/components/ModalWindowClose.js +4 -4
  242. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  243. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  244. package/components/ModalWindow/components/ModalWindowViewManager.js +5 -5
  245. package/components/MultiselectField/components/MultiselectFieldDropdown.js +51 -35
  246. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
  247. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  248. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
  249. package/components/Notification/Notification.js +3 -3
  250. package/components/Notification/NotificationGrouped.js +1 -1
  251. package/components/Notification/components/NotificationBody.js +1 -1
  252. package/components/Notification/components/NotificationBodyList.js +2 -2
  253. package/components/Notification/components/NotificationClose.js +1 -1
  254. package/components/Notification/components/NotificationFooter.js +1 -1
  255. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  256. package/components/Notification/components/NotificationHeader.js +1 -1
  257. package/components/Notification/components/NotificationIcon.js +1 -1
  258. package/components/Notification/components/NotificationTime.js +1 -1
  259. package/components/NumberField/NumberFieldInput.js +5 -5
  260. package/components/OrderedList/OrderedList.js +3 -3
  261. package/components/OrderedList/OrderedListItem.js +3 -3
  262. package/components/Overlay/Overlay.js +2 -2
  263. package/components/Overlay/OverlayMask.js +2 -2
  264. package/components/Overlay/OverlayPanel.js +2 -2
  265. package/components/Page/Page.js +2 -2
  266. package/components/Page/components/BodyPage.js +9 -9
  267. package/components/Page/components/FooterPage.js +2 -2
  268. package/components/Page/components/HeaderPage.js +2 -2
  269. package/components/Page/components/useStickyCornerRadius.js +35 -32
  270. package/components/Pagination/components/PaginationExtended.js +6 -6
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  273. package/components/Pagination/components/PaginationPageButton.js +24 -16
  274. package/components/Pagination/components/PaginationPageEllipsis.js +13 -9
  275. package/components/Pagination/components/PaginationSelect.js +5 -5
  276. package/components/Pagination/utils/paginationUtils.js +5 -5
  277. package/components/Portal/index.js +5 -0
  278. package/components/Radio/Radio.js +14 -14
  279. package/components/Radio/RadioXGroup.js +13 -13
  280. package/components/Radio/RadioYGroup.js +9 -9
  281. package/components/Row/Row.js +7 -7
  282. package/components/SMSField/SMSField.js +3 -3
  283. package/components/SMSField/components/RefreshIcon.js +2 -2
  284. package/components/SMSField/components/SMSFieldInput.js +11 -11
  285. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  286. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  287. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  288. package/components/SegmentedControl/SegmentedControl.js +6 -6
  289. package/components/SegmentedControl/SegmentedControlSegment.js +15 -15
  290. package/components/SelectExtendedField/SelectExtendedField.js +5 -5
  291. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  292. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
  293. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +73 -69
  294. package/components/SelectField/SelectField.js +54 -36
  295. package/components/Skeleton/Skeleton.js +10 -10
  296. package/components/SliderExtended/SliderExtended.js +3 -3
  297. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
  298. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  300. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  301. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +8 -8
  302. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +26 -26
  303. package/components/SmallInput/SmallInput.js +2 -2
  304. package/components/Spoiler/Spoiler.js +16 -16
  305. package/components/StatusTracker/StatusTracker.js +3 -3
  306. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  313. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  314. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  315. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  316. package/components/Step/Step.js +8 -8
  317. package/components/Stepper/RightBorderArrow.js +1 -1
  318. package/components/Stepper/Stepper.js +19 -19
  319. package/components/Stepper/StepperExtended.js +8 -8
  320. package/components/Stepper/StepperStep.js +3 -3
  321. package/components/Stepper/StepperWrapper.js +7 -7
  322. package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
  323. package/components/Suggest/useSuggest.js +1 -1
  324. package/components/SuggestField/SuggestField.js +6 -6
  325. package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
  326. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +26 -25
  327. package/components/SuggestField/index.js +1 -1
  328. package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  330. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  331. package/components/SuggestField/mobile/index.js +1 -1
  332. package/components/SwipeableArea/SwipeableArea.js +31 -31
  333. package/components/Table/FilterPanel.js +3 -3
  334. package/components/Table/MasterTable.js +7 -7
  335. package/components/Table/NoColumns.js +7 -7
  336. package/components/Table/PaginationPanel.js +5 -5
  337. package/components/Table/TableBasic/TableBasic.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  340. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  341. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
  343. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  346. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
  347. package/components/Table/TableFooter/TableFooter.js +2 -2
  348. package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
  349. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  351. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  352. package/components/Table/TabsLinePanel.js +6 -6
  353. package/components/Table/TabsLinePanelLinks.js +2 -2
  354. package/components/Table/utils.js +1 -1
  355. package/components/Tabs/Tabs.js +20 -20
  356. package/components/TabsExtended/TabsExtended.js +22 -22
  357. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
  361. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +7 -7
  362. package/components/TabsExtended/utils.js +3 -3
  363. package/components/TabsLine/TabsLine.js +2 -2
  364. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  365. package/components/TabsLine/components/TabsLineDropdown.js +49 -47
  366. package/components/TabsLine/components/TabsLineItem.js +2 -2
  367. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  368. package/components/Tag/Tag.js +2 -2
  369. package/components/TagColor/TagColor.js +22 -20
  370. package/components/TagGroup/TagGroup.js +13 -13
  371. package/components/TextField/TextField.js +1 -1
  372. package/components/TextareaField/TextareaField.js +5 -5
  373. package/components/ThemeProvider/ThemeProvider.js +18 -20
  374. package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
  375. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  376. package/components/Tooltip/components/common/TooltipLink.js +8 -8
  377. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  379. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  380. package/components/Tooltip/components/mobile/TooltipMobile.js +2 -2
  381. package/components/Tooltip/index.js +13 -5
  382. package/components/TopOverlay/TopOverlay.js +23 -23
  383. package/components/TreeView/TreeView.js +2 -2
  384. package/components/TreeView/components/TreeViewGroup.js +1 -1
  385. package/components/TreeView/components/TreeViewNode.js +2 -2
  386. package/components/Typography/Caption.js +20 -20
  387. package/components/Typography/Text.js +22 -22
  388. package/components/Typography/Title.js +18 -18
  389. package/components/Typography/constants.js +1 -1
  390. package/components/UnorderedList/UnorderedList.js +9 -9
  391. package/components/UnorderedList/UnorderedListItem.js +3 -3
  392. package/components/UploadZone/UploadZone.js +3 -3
  393. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  394. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  395. package/components/index.js +583 -566
  396. package/generated/refTokenTypes.js +1 -1
  397. package/helpers/less/colors.less +2 -0
  398. package/index.d.ts +271 -39
  399. package/index.js +621 -604
  400. package/package.json +6 -3
  401. package/styles/triplex-next.css +541 -546
  402. package/utils/amountUtils.js +1 -1
  403. package/chunks/AlertProcessSpoiler-CT4kuQU5.js +0 -39
  404. package/chunks/Card.module-CYQS3e5D.js +0 -17
  405. package/chunks/CheckboxTreeExtended.module-Bm15tlJo.js +0 -14
  406. package/chunks/Confirm.module-B2BrmONy.js +0 -15
  407. package/chunks/DropdownMobile.module-BEV1I-ay.js +0 -23
  408. package/chunks/Footer.module-Bd88HiEv.js +0 -9
  409. package/chunks/FormFieldInput-C4pLJsXx.js +0 -60
  410. package/chunks/HeaderLayoutSidebar.module-CqfeCJ-B.js +0 -9
  411. package/chunks/HeaderTabs.module-CWX7b7Dh.js +0 -9
  412. package/chunks/IslandAccordion.module-CDvdz98b.js +0 -25
  413. package/chunks/IslandWidgetFooter.module-e4tVz5in.js +0 -9
  414. package/chunks/IslandWidgetHeader.module-Ch-s_cQT.js +0 -12
  415. package/chunks/LightBoxControls.module-uaiuwR-r.js +0 -16
  416. package/chunks/LightBoxSideOverlayClose.module-CMuFmWFe.js +0 -9
  417. package/chunks/ListItemTail.module-7mfIAr0W.js +0 -12
  418. package/chunks/ListMasterFooter.module-P4_LpH8K.js +0 -10
  419. package/chunks/ModalWindow.module-D-5u9tYs.js +0 -17
  420. package/chunks/Notification.module-C0ZCimeJ.js +0 -20
  421. package/chunks/Overlay.module-DllxTgO6.js +0 -18
  422. package/chunks/Page.module-D8eZ3riP.js +0 -11
  423. package/chunks/SMSField.module-Ct20kGRY.js +0 -16
  424. package/chunks/SliderExtendedMarks.module-AiKoZWUL.js +0 -15
  425. package/chunks/StatusTracker.module-BS9GBa45.js +0 -24
  426. package/chunks/TableFooter.module-DYutPrdO.js +0 -14
  427. package/chunks/TabsExtended.module-uL61NvZ4.js +0 -16
  428. package/chunks/TabsLine.module-ByA3hnWg.js +0 -21
  429. package/chunks/TooltipDesktop.module-CWKvU1wk.js +0 -19
  430. package/chunks/TreeView.module-Co4Cu58-.js +0 -9
  431. package/chunks/utils-C64rf2gI.js +0 -27
  432. package/chunks/utils-C8q6y8Et.js +0 -73
  433. package/chunks/utils-rInBvmh_.js +0 -24
  434. package/components/Dropdown/enums.js +0 -8
@@ -1,546 +1,541 @@
1
- html {--triplex-next-ColorBrand-0-1-20-0: #1F3336;
2
- --triplex-next-ColorBrand-10-1-20-0: #0B3A3C;
3
- --triplex-next-ColorBrand-20-1-20-0: #006063;
4
- --triplex-next-ColorBrand-30-1-20-0: #007777;
5
- --triplex-next-ColorBrand-40-1-20-0: #008985;
6
- --triplex-next-ColorBrand-50-1-20-0: #21A19A;
7
- --triplex-next-ColorBrand-60-1-20-0: #19BDB0;
8
- --triplex-next-ColorBrand-70-1-20-0: #4BD9CF;
9
- --triplex-next-ColorBrand-80-1-20-0: #71ECDC;
10
- --triplex-next-ColorBrand-90-1-20-0: #A8F5E9;
11
- --triplex-next-ColorBrand-100-1-20-0: #E3FFFA;
12
- --triplex-next-ColorDarkNeutralAlpha-0-1-20-0: rgba(31, 31, 34, 1);
13
- --triplex-next-ColorDarkNeutralAlpha-10-1-20-0: rgba(31, 31, 34, .95);
14
- --triplex-next-ColorDarkNeutralAlpha-20-1-20-0: rgba(31, 31, 34, .85);
15
- --triplex-next-ColorDarkNeutralAlpha-30-1-20-0: rgba(31, 31, 34, .75);
16
- --triplex-next-ColorDarkNeutralAlpha-40-1-20-0: rgba(31, 31, 34, .65);
17
- --triplex-next-ColorDarkNeutralAlpha-50-1-20-0: rgba(31, 31, 34, .55);
18
- --triplex-next-ColorDarkNeutralAlpha-60-1-20-0: rgba(31, 31, 34, .45);
19
- --triplex-next-ColorDarkNeutralAlpha-70-1-20-0: rgba(31, 31, 34, .35);
20
- --triplex-next-ColorDarkNeutralAlpha-80-1-20-0: rgba(31, 31, 34, .25);
21
- --triplex-next-ColorDarkNeutralAlpha-90-1-20-0: rgba(31, 31, 34, .15);
22
- --triplex-next-ColorDarkNeutralAlpha-100-1-20-0: rgba(31, 31, 34, .05);
23
- --triplex-next-ColorDarkNeutral-0-1-20-0: #000000;
24
- --triplex-next-ColorDarkNeutral-10-1-20-0: #171719;
25
- --triplex-next-ColorDarkNeutral-20-1-20-0: #1B1B1D;
26
- --triplex-next-ColorDarkNeutral-30-1-20-0: #1F1F22;
27
- --triplex-next-ColorDarkNeutral-40-1-20-0: #262629;
28
- --triplex-next-ColorDarkNeutral-50-1-20-0: #2D2D30;
29
- --triplex-next-ColorDarkNeutral-60-1-20-0: #343437;
30
- --triplex-next-ColorDarkNeutral-70-1-20-0: #3B3B3E;
31
- --triplex-next-ColorDarkNeutral-80-1-20-0: #424245;
32
- --triplex-next-ColorDarkNeutral-90-1-20-0: #49494C;
33
- --triplex-next-ColorDarkNeutral-100-1-20-0: #4F4F52;
34
- --triplex-next-ColorError-0-1-20-0: #443139;
35
- --triplex-next-ColorError-10-1-20-0: #4E3741;
36
- --triplex-next-ColorError-20-1-20-0: #A90024;
37
- --triplex-next-ColorError-30-1-20-0: #BD002C;
38
- --triplex-next-ColorError-40-1-20-0: #D10032;
39
- --triplex-next-ColorError-50-1-20-0: #E60037;
40
- --triplex-next-ColorError-60-1-20-0: #F80C45;
41
- --triplex-next-ColorError-70-1-20-0: #FF5571;
42
- --triplex-next-ColorError-80-1-20-0: #FFB1C1;
43
- --triplex-next-ColorError-90-1-20-0: #FCE0E6;
44
- --triplex-next-ColorError-100-1-20-0: #FFF0F3;
45
- --triplex-next-ColorInfo-0-1-20-0: #313749;
46
- --triplex-next-ColorInfo-10-1-20-0: #2E3A52;
47
- --triplex-next-ColorInfo-20-1-20-0: #0A43B0;
48
- --triplex-next-ColorInfo-30-1-20-0: #124FC2;
49
- --triplex-next-ColorInfo-40-1-20-0: #0E57CC;
50
- --triplex-next-ColorInfo-50-1-20-0: #1371E4;
51
- --triplex-next-ColorInfo-60-1-20-0: #1297FE;
52
- --triplex-next-ColorInfo-70-1-20-0: #66BEFF;
53
- --triplex-next-ColorInfo-80-1-20-0: #8DD2FF;
54
- --triplex-next-ColorInfo-90-1-20-0: #B8E6FF;
55
- --triplex-next-ColorInfo-100-1-20-0: #E3F6FF;
56
- --triplex-next-ColorNeutralAlpha-0-1-20-0: rgba(255, 255, 255, 1);
57
- --triplex-next-ColorNeutralAlpha-10-1-20-0: rgba(255, 255, 255, .95);
58
- --triplex-next-ColorNeutralAlpha-20-1-20-0: rgba(255, 255, 255, .85);
59
- --triplex-next-ColorNeutralAlpha-30-1-20-0: rgba(255, 255, 255, .75);
60
- --triplex-next-ColorNeutralAlpha-40-1-20-0: rgba(255, 255, 255, .65);
61
- --triplex-next-ColorNeutralAlpha-50-1-20-0: rgba(255, 255, 255, .55);
62
- --triplex-next-ColorNeutralAlpha-60-1-20-0: rgba(255, 255, 255, .45);
63
- --triplex-next-ColorNeutralAlpha-70-1-20-0: rgba(255, 255, 255, .35);
64
- --triplex-next-ColorNeutralAlpha-80-1-20-0: rgba(255, 255, 255, .25);
65
- --triplex-next-ColorNeutralAlpha-90-1-20-0: rgba(255, 255, 255, .15);
66
- --triplex-next-ColorNeutralAlpha-100-1-20-0: rgba(255, 255, 255, .05);
67
- --triplex-next-ColorNeutral-0-1-20-0: #CBCFD7;
68
- --triplex-next-ColorNeutral-10-1-20-0: #D1D4DC;
69
- --triplex-next-ColorNeutral-20-1-20-0: #D6D9E0;
70
- --triplex-next-ColorNeutral-30-1-20-0: #DCDFE4;
71
- --triplex-next-ColorNeutral-40-1-20-0: #DFE2E7;
72
- --triplex-next-ColorNeutral-50-1-20-0: #E3E6EA;
73
- --triplex-next-ColorNeutral-60-1-20-0: #E7E9EE;
74
- --triplex-next-ColorNeutral-70-1-20-0: #EAEDF1;
75
- --triplex-next-ColorNeutral-80-1-20-0: #EEF0F4;
76
- --triplex-next-ColorNeutral-90-1-20-0: #F2F4F7;
77
- --triplex-next-ColorNeutral-100-1-20-0: #FFFFFF;
78
- --triplex-next-ColorSuccess-0-1-20-0: #28433E;
79
- --triplex-next-ColorSuccess-10-1-20-0: #2A4C45;
80
- --triplex-next-ColorSuccess-20-1-20-0: #00624C;
81
- --triplex-next-ColorSuccess-30-1-20-0: #007353;
82
- --triplex-next-ColorSuccess-40-1-20-0: #008B5C;
83
- --triplex-next-ColorSuccess-50-1-20-0: #00C075;
84
- --triplex-next-ColorSuccess-60-1-20-0: #00D67D;
85
- --triplex-next-ColorSuccess-70-1-20-0: #3AF299;
86
- --triplex-next-ColorSuccess-80-1-20-0: #8AFFB8;
87
- --triplex-next-ColorSuccess-90-1-20-0: #B8FFD4;
88
- --triplex-next-ColorSuccess-100-1-20-0: #E1FFEB;
89
- --triplex-next-ColorSystem-0-1-20-0: #373C49;
90
- --triplex-next-ColorSystem-10-1-20-0: #384156;
91
- --triplex-next-ColorSystem-20-1-20-0: #47526D;
92
- --triplex-next-ColorSystem-30-1-20-0: #57637F;
93
- --triplex-next-ColorSystem-40-1-20-0: #697591;
94
- --triplex-next-ColorSystem-50-1-20-0: #8291B3;
95
- --triplex-next-ColorSystem-60-1-20-0: #95A3C1;
96
- --triplex-next-ColorSystem-70-1-20-0: #A9B6D0;
97
- --triplex-next-ColorSystem-80-1-20-0: #BFCADF;
98
- --triplex-next-ColorSystem-90-1-20-0: #D6DEED;
99
- --triplex-next-ColorSystem-100-1-20-0: #EEF3FC;
100
- --triplex-next-ColorWarning-0-1-20-0: #463734;
101
- --triplex-next-ColorWarning-10-1-20-0: #4F3E3B;
102
- --triplex-next-ColorWarning-20-1-20-0: #E03400;
103
- --triplex-next-ColorWarning-30-1-20-0: #E63D00;
104
- --triplex-next-ColorWarning-40-1-20-0: #EF4C01;
105
- --triplex-next-ColorWarning-50-1-20-0: #FD6508;
106
- --triplex-next-ColorWarning-60-1-20-0: #FF7A17;
107
- --triplex-next-ColorWarning-70-1-20-0: #FFB13B;
108
- --triplex-next-ColorWarning-80-1-20-0: #FFD169;
109
- --triplex-next-ColorWarning-90-1-20-0: #FCEAC7;
110
- --triplex-next-ColorWarning-100-1-20-0: #FFF4DB;
111
- --triplex-next-AlertContext-Error_Color-1-20-0: #D10032;
112
- --triplex-next-AlertContext-Info_Color-1-20-0: rgba(31, 31, 34, 1);
113
- --triplex-next-AlertContext-System_Color-1-20-0: rgba(31, 31, 34, 1);
114
- --triplex-next-AlertContext-Warning_Color-1-20-0: rgba(31, 31, 34, 1);
115
- --triplex-next-AlertProcess-Info_Background-1-20-0: #E3F6FF;
116
- --triplex-next-AlertProcess-Warning_Background-1-20-0: #FFF4DB;
117
- --triplex-next-AlertProcess-Error_Background-1-20-0: #FFF0F3;
118
- --triplex-next-AlertProcess-System_Background-1-20-0: #EEF3FC;
119
- --triplex-next-AlertProcess-Feature_Background-1-20-0: #E3FFFA;
120
- --triplex-next-Avatar-Background-1-20-0: #E3E6EA;
121
- --triplex-next-Badge-Background-1-20-0: #FFB13B;
122
- --triplex-next-Button-General_Background_Active-1-20-0: #007777;
123
- --triplex-next-Button-General_Background_Default-1-20-0: #21A19A;
124
- --triplex-next-Button-General_Background_Disabled-1-20-0: #F2F4F7;
125
- --triplex-next-Button-General_Background_Hover-1-20-0: #19BDB0;
126
- --triplex-next-Button-General_Color_Active-1-20-0: rgba(255, 255, 255, 1);
127
- --triplex-next-Button-General_Color_Default-1-20-0: rgba(255, 255, 255, 1);
128
- --triplex-next-Button-General_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
129
- --triplex-next-Button-General_Color_Hover-1-20-0: rgba(255, 255, 255, 1);
130
- --triplex-next-Button-General_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
131
- --triplex-next-Button-Secondary_Background_Active-1-20-0: #DCDFE4;
132
- --triplex-next-Button-Secondary_Background_Default-1-20-0: #F2F4F7;
133
- --triplex-next-Button-Secondary_Background_Disabled-1-20-0: #F2F4F7;
134
- --triplex-next-Button-Secondary_Background_Hover-1-20-0: #EAEDF1;
135
- --triplex-next-Button-Secondary_Color_Active-1-20-0: #007777;
136
- --triplex-next-Button-Secondary_Color_Default-1-20-0: #008985;
137
- --triplex-next-Button-Secondary_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
138
- --triplex-next-Button-Secondary_Color_Hover-1-20-0: #21A19A;
139
- --triplex-next-Button-Secondary_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
140
- --triplex-next-Button-SecondaryLight_Background_Active-1-20-0: #DFE2E7;
141
- --triplex-next-Button-SecondaryLight_Background_Default-1-20-0: #FFFFFF;
142
- --triplex-next-Button-SecondaryLight_Background_Disabled-1-20-0: #F2F4F7;
143
- --triplex-next-Button-SecondaryLight_Background_Hover-1-20-0: #EEF0F4;
144
- --triplex-next-Button-SecondaryLight_Color_Active-1-20-0: #007777;
145
- --triplex-next-Button-SecondaryLight_Color_Default-1-20-0: #008985;
146
- --triplex-next-Button-SecondaryLight_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
147
- --triplex-next-Button-SecondaryLight_Color_Hover-1-20-0: #21A19A;
148
- --triplex-next-Button-SecondaryLight_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
149
- --triplex-next-Button-Danger_Background_Active-1-20-0: #BD002C;
150
- --triplex-next-Button-Danger_Background_Default-1-20-0: #E60037;
151
- --triplex-next-Button-Danger_Background_Disabled-1-20-0: #F2F4F7;
152
- --triplex-next-Button-Danger_Background_Hover-1-20-0: #F80C45;
153
- --triplex-next-Button-Danger_Color_Active-1-20-0: rgba(255, 255, 255, 1);
154
- --triplex-next-Button-Danger_Color_Default-1-20-0: rgba(255, 255, 255, 1);
155
- --triplex-next-Button-Danger_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
156
- --triplex-next-Button-Danger_Color_Hover-1-20-0: rgba(255, 255, 255, 1);
157
- --triplex-next-Button-Danger_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
158
- --triplex-next-Button-Icon_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169;
159
- --triplex-next-Button-Link_Color_Active-1-20-0: #007777;
160
- --triplex-next-Button-Link_Color_Default-1-20-0: #008985;
161
- --triplex-next-Button-Link_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
162
- --triplex-next-Button-Link_Color_Hover-1-20-0: #21A19A;
163
- --triplex-next-Button-Link_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
164
- --triplex-next-Calendar-Background_Shadow-1-20-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
165
- --triplex-next-Calendar-View_Header_Color-1-20-0: rgba(31, 31, 34, .55);
166
- --triplex-next-Calendar-View_Item_Background_Default-1-20-0: none;
167
- --triplex-next-Calendar-View_Item_Background_Hover-1-20-0: #19BDB0;
168
- --triplex-next-Calendar-View_Item_Background_Selected_Default-1-20-0: #21A19A;
169
- --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-20-0: #007777;
170
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-20-0: #E3FFFA;
171
- --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-20-0: #A8F5E9;
172
- --triplex-next-Calendar-View_Item_BorderColor_Default-1-20-0: transparent;
173
- --triplex-next-Calendar-View_Item_BorderColor_Focus-1-20-0: #FFD169;
174
- --triplex-next-Calendar-View_Item_Color_Default-1-20-0: rgba(31, 31, 34, 1);
175
- --triplex-next-Calendar-View_Item_Color_Hover-1-20-0: rgba(255, 255, 255, 1);
176
- --triplex-next-Calendar-View_Item_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
177
- --triplex-next-Calendar-View_Item_Color_Muted-1-20-0: rgba(31, 31, 34, .35);
178
- --triplex-next-Calendar-View_Item_Color_Selected-1-20-0: rgba(255, 255, 255, 1);
179
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-20-0: rgba(31, 31, 34, .35);
180
- --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-20-0: rgba(31, 31, 34, .35);
181
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-20-0: rgba(31, 31, 34, .35);
182
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-20-0: rgba(31, 31, 34, .35);
183
- --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-20-0: rgba(31, 31, 34, .35);
184
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-20-0: #00C075;
185
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-20-0: #00C075;
186
- --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-20-0: #00C075;
187
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-20-0: #FD6508;
188
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-20-0: #FD6508;
189
- --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-20-0: #FD6508;
190
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-20-0: #E60037;
191
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-20-0: #E60037;
192
- --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-20-0: #E60037;
193
- --triplex-next-Card-Static_General_Background-1-20-0: #FFFFFF;
194
- --triplex-next-Card-Static_Secondary_Background-1-20-0: #F2F4F7;
195
- --triplex-next-Card-Action_General_Background-1-20-0: #FFFFFF;
196
- --triplex-next-Card-Action_General_Background_Hover-1-20-0: #FFFFFF;
197
- --triplex-next-Card-Action_General_Background_Selected-1-20-0: #F2F4F7;
198
- --triplex-next-Card-Action_General_Background_Selected_Hover-1-20-0: #F2F4F7;
199
- --triplex-next-Card-Action_Secondary_Background-1-20-0: #F2F4F7;
200
- --triplex-next-Card-Action_Secondary_Background_Hover-1-20-0: #EAEDF1;
201
- --triplex-next-Card-Action_Secondary_Background_Selected-1-20-0: #E3E6EA;
202
- --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-20-0: #DCDFE4;
203
- --triplex-next-Card-Shadow_Default-1-20-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
204
- --triplex-next-Card-Shadow_Focus-1-20-0: inset 0 0 0 1px #FFD169;
205
- --triplex-next-Card-Shadow_Hover-1-20-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
206
- --triplex-next-Card-Shadow_Selected-1-20-0: inset 0 0 0 1px #21A19A;
207
- --triplex-next-Card-Shadow_Selected_Hover-1-20-0: inset 0 0 0 1px #19BDB0;
208
- --triplex-next-Checkbox-Background_Checked_Default-1-20-0: #21A19A;
209
- --triplex-next-Checkbox-Background_Checked_Disabled-1-20-0: #EAEDF1;
210
- --triplex-next-Checkbox-Background_Checked_Hover-1-20-0: #007777;
211
- --triplex-next-Checkbox-Background_Default-1-20-0: #F2F4F7;
212
- --triplex-next-Checkbox-Background_Disabled-1-20-0: #F2F4F7;
213
- --triplex-next-Checkbox-Background_Hover-1-20-0: #19BDB0;
214
- --triplex-next-Checkbox-BorderColor_Default-1-20-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
215
- --triplex-next-Checkbox-BorderColor_Disabled-1-20-0: 0 0 0 1px #E3E6EA inset;
216
- --triplex-next-Checkbox-BorderColor_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
217
- --triplex-next-Checkbox-BorderColor_Hover-1-20-0: none;
218
- --triplex-next-Checkbox-BorderColor_Checked_Default-1-20-0: none;
219
- --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-20-0: none;
220
- --triplex-next-Checkbox-Checkmark_Fill_Default-1-20-0: rgba(255, 255, 255, 1);
221
- --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-20-0: rgba(31, 31, 34, .15);
222
- --triplex-next-Chip-Background_Active-1-20-0: #DFE2E7;
223
- --triplex-next-Chip-Background_Default-1-20-0: #F2F4F7;
224
- --triplex-next-Chip-Background_Disabled-1-20-0: #F2F4F7;
225
- --triplex-next-Chip-Background_Hover-1-20-0: #EAEDF1;
226
- --triplex-next-Chip-Background_Selected_Active-1-20-0: #4F4F52;
227
- --triplex-next-Chip-Background_Selected_Default-1-20-0: #3B3B3E;
228
- --triplex-next-Chip-Background_Selected_Disabled-1-20-0: #343437;
229
- --triplex-next-Chip-Background_Selected_Hover-1-20-0: #49494C;
230
- --triplex-next-Chip-Color_Active-1-20-0: rgba(31, 31, 34, 1);
231
- --triplex-next-Chip-Color_Default-1-20-0: rgba(31, 31, 34, 1);
232
- --triplex-next-Chip-Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
233
- --triplex-next-Chip-Color_Hover-1-20-0: rgba(31, 31, 34, 1);
234
- --triplex-next-Chip-Color_Selected_Active-1-20-0: rgba(255, 255, 255, 1);
235
- --triplex-next-Chip-Color_Selected_Default-1-20-0: rgba(255, 255, 255, 1);
236
- --triplex-next-Chip-Color_Selected_Disabled-1-20-0: rgba(255, 255, 255, .25);
237
- --triplex-next-Chip-Color_Selected_Hover-1-20-0: rgba(255, 255, 255, 1);
238
- --triplex-next-Chip-Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
239
- --triplex-next-Divider-Background-1-20-0: #D6D9E0;
240
- --triplex-next-Dropdown-Background-1-20-0: #FFFFFF;
241
- --triplex-next-Dropdown-Shadow-1-20-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
242
- --triplex-next-DropdownList-Background_Active-1-20-0: #EAEDF1;
243
- --triplex-next-DropdownList-Background_Default-1-20-0: none;
244
- --triplex-next-DropdownList-Background_Selected-1-20-0: #DCDFE4;
245
- --triplex-next-DropdownList-Color-1-20-0: rgba(31, 31, 34, 1);
246
- --triplex-next-DropdownMobile-Backdrop-1-20-0: rgba(31, 31, 34, .65);
247
- --triplex-next-DropdownMobile-Border_Color-1-20-0: #D6D9E0;
248
- --triplex-next-DropdownMobile-Content_Background-1-20-0: #FFFFFF;
249
- --triplex-next-DropdownMobile-Footer_Background-1-20-0: #FFFFFF;
250
- --triplex-next-DropdownMobile-Header_Background-1-20-0: #F2F4F7;
251
- --triplex-next-DropdownMobileList-Active_Background-1-20-0: #EAEDF1;
252
- --triplex-next-DropdownMobileList-Selected_Background-1-20-0: #DCDFE4;
253
- --triplex-next-FooterPage-StickyShadow-1-20-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
254
- --triplex-next-FormField-Background_Active-1-20-0: #F2F4F7;
255
- --triplex-next-FormField-Background_Default-1-20-0: #F2F4F7;
256
- --triplex-next-FormField-Background_Disabled-1-20-0: #F2F4F7;
257
- --triplex-next-FormField-Background_Error-1-20-0: #FFF0F3;
258
- --triplex-next-FormField-Background_Error_Hover-1-20-0: #FCE0E6;
259
- --triplex-next-FormField-Background_Hover-1-20-0: #EAEDF1;
260
- --triplex-next-FormField-Background_Warning-1-20-0: #FFF4DB;
261
- --triplex-next-FormField-Background_Warning_Hover-1-20-0: #FCEAC7;
262
- --triplex-next-FormField-Input_Color_Default-1-20-0: rgba(31, 31, 34, 1);
263
- --triplex-next-FormField-Input_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
264
- --triplex-next-FormField-Target_Color_Default-1-20-0: rgba(31, 31, 34, 1);
265
- --triplex-next-FormField-Target_Color_Disabled-1-20-0: rgba(31, 31, 34, .45);
266
- --triplex-next-FormField-Target_PlaceholderColor_Default-1-20-0: rgba(31, 31, 34, .65);
267
- --triplex-next-FormField-Label_Color_Default-1-20-0: rgba(31, 31, 34, .65);
268
- --triplex-next-FormField-Label_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
269
- --triplex-next-FormField-Shadow_Active-1-20-0: 0 0 0 1px #21A19A inset;
270
- --triplex-next-FormField-Shadow_Default-1-20-0: none;
271
- --triplex-next-FormField-Shadow_Error_Active-1-20-0: 0 0 0 1px #E60037 inset;
272
- --triplex-next-FormField-Shadow_Warning_Active-1-20-0: 0 0 0 1px #FD6508 inset;
273
- --triplex-next-FormField-Placeholder_Color-1-20-0: rgba(31, 31, 34, .65);
274
- --triplex-next-HeaderPage-StickyShadow-1-20-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
275
- --triplex-next-Island-Type1_Background-1-20-0: #FFFFFF;
276
- --triplex-next-Island-Type2_Background-1-20-0: rgba(255, 255, 255, .35);
277
- --triplex-next-Island-Type3_Background-1-20-0: #F2F4F7;
278
- --triplex-next-Island-Type1_Shadow-1-20-0: none;
279
- --triplex-next-Island-Type2_Shadow-1-20-0: 0 0 0 1px #FFFFFF inset;
280
- --triplex-next-Island-Type3_Shadow-1-20-0: none;
281
- --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-20-0: #DCDFE4;
282
- --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-20-0: rgba(31, 31, 34, .05);
283
- --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-20-0: #DCDFE4;
284
- --triplex-next-IslandAccordion-Shadow_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
285
- --triplex-next-IslandWidget-ExtraFooter_Background-1-20-0: #FFFFFF;
286
- --triplex-next-IslandWidget-ExtraFooter_Shadow-1-20-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
287
- --triplex-next-LightBox-Backdrop_Background-1-20-0: rgba(31, 31, 34, .75);
288
- --triplex-next-LightBox-Content_Background-1-20-0: #EAEDF1;
289
- --triplex-next-Link-BorderColor_Focus-1-20-0: 0 0 0 1px #FFD169 inset;
290
- --triplex-next-Link-Text_Color_Active-1-20-0: #007777;
291
- --triplex-next-Link-Text_Color_Default-1-20-0: #008985;
292
- --triplex-next-Link-Text_Color_Hover-1-20-0: #21A19A;
293
- --triplex-next-ListItem-Background-1-20-0: #FFFFFF;
294
- --triplex-next-ListItem-Background_Dragging-1-20-0: #FFFFFF;
295
- --triplex-next-ListItem-Background_Selected-1-20-0: #F2F4F7;
296
- --triplex-next-ListItem-Shadow-1-20-0: 0 2px 7px rgba(31, 31, 34, 0.25);
297
- --triplex-next-ListItemControlsButton-Background_Active-1-20-0: #DCDFE4;
298
- --triplex-next-ListItemControlsButton-Background_Default-1-20-0: #F2F4F7;
299
- --triplex-next-ListItemControlsButton-Background_Hover-1-20-0: #EAEDF1;
300
- --triplex-next-ListItemControlsButton-Color_Active-1-20-0: #007777;
301
- --triplex-next-ListItemControlsButton-Color_Default-1-20-0: #008985;
302
- --triplex-next-ListItemControlsButton-Color_Hover-1-20-0: #21A19A;
303
- --triplex-next-ListMaster-Background-1-20-0: #FFFFFF;
304
- --triplex-next-ListMaster-Footer_Background-1-20-0: #DCDFE4;
305
- --triplex-next-ListMaster-Footer_Color-1-20-0: #EAEDF1;
306
- --triplex-next-ListMaster-Header_Background-1-20-0: #DCDFE4;
307
- --triplex-next-ListMaster-Header_Color-1-20-0: #EAEDF1;
308
- --triplex-next-Loader-Element_Background_Brand-1-20-0: #21A19A;
309
- --triplex-next-Loader-Element_Background_Neutral-1-20-0: rgba(255, 255, 255, 1);
310
- --triplex-next-Loader-Middle_Background_Default-1-20-0: #EEF0F4;
311
- --triplex-next-LoaderScreen-Small_Backdrop_Default-1-20-0: rgba(255, 255, 255, .75);
312
- --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-20-0: rgba(255, 255, 255, .75);
313
- --triplex-next-LoaderScreen-Middle_Background_Default-1-20-0: #EEF0F4;
314
- --triplex-next-Marker-Background_Error-1-20-0: #E60037;
315
- --triplex-next-Marker-Background_Success-1-20-0: #21A19A;
316
- --triplex-next-Marker-Background_Waiting-1-20-0: #8291B3;
317
- --triplex-next-Marker-Background_Warning-1-20-0: #FD6508;
318
- --triplex-next-MarkerStatus-Description_Color-1-20-0: rgba(0, 0, 0, 0.55);
319
- --triplex-next-ModalWindow-Background-1-20-0: #EAEDF1;
320
- --triplex-next-ModalWindow-Backdrop_Background-1-20-0: rgba(79, 79, 82, .5);
321
- --triplex-next-MultiselectField-Divider_Color-1-20-0: #D6D9E0;
322
- --triplex-next-Notification-Background-1-20-0: #FFFFFF;
323
- --triplex-next-Notification-Color-1-20-0: #1F1F22;
324
- --triplex-next-Notification-TimeColor-1-20-0: rgba(31, 31, 34, 0.65);
325
- --triplex-next-Notification-Shadow-1-20-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
326
- --triplex-next-Overlay-Background-1-20-0: rgba(255, 255, 255, .8);
327
- --triplex-next-Overlay-Panel_Background-1-20-0: #FFFFFF;
328
- --triplex-next-Pagination-PageButton_Background_Active-1-20-0: #E3E6EA;
329
- --triplex-next-Pagination-PageButton_Background_Hover-1-20-0: #F2F4F7;
330
- --triplex-next-Pagination-PageButton_Background_Selected-1-20-0: #E3E6EA;
331
- --triplex-next-Pagination-PageButton_BorderColor_Focus-1-20-0: #FFD169;
332
- --triplex-next-Pagination-PageButton_Color-1-20-0: rgba(31, 31, 34, 1);
333
- --triplex-next-Radio-Background_Checked_Default-1-20-0: #21A19A;
334
- --triplex-next-Radio-Background_Checked_Disabled-1-20-0: #EAEDF1;
335
- --triplex-next-Radio-Background_Checked_Hover-1-20-0: #007777;
336
- --triplex-next-Radio-Background_Default-1-20-0: #F2F4F7;
337
- --triplex-next-Radio-Background_Disabled-1-20-0: #F2F4F7;
338
- --triplex-next-Radio-Background_Hover-1-20-0: #19BDB0;
339
- --triplex-next-Radio-BorderColor_Default-1-20-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
340
- --triplex-next-Radio-BorderColor_Disabled-1-20-0: 0 0 0 1px #E3E6EA inset;
341
- --triplex-next-Radio-BorderColor_Focused-1-20-0: 0 0 0 1px #FFD169 inset;
342
- --triplex-next-Radio-BorderColor_Checked_Default-1-20-0: none;
343
- --triplex-next-Radio-BorderColor_Checked_Disabled-1-20-0: none;
344
- --triplex-next-Radio-Dot_Default-1-20-0: rgba(255, 255, 255, 1);
345
- --triplex-next-Radio-Dot_Disabled-1-20-0: rgba(31, 31, 34, .15);
346
- --triplex-next-SegmentedControl-General_1_Background-1-20-0: #F2F4F7;
347
- --triplex-next-SegmentedControl-General_2_Background-1-20-0: #FFFFFF;
348
- --triplex-next-SegmentedControl-Secondary_1_Background-1-20-0: #F2F4F7;
349
- --triplex-next-SegmentedControl-Secondary_2_Background-1-20-0: #FFFFFF;
350
- --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-20-0: rgba(31, 31, 34, .65);
351
- --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
352
- --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-20-0: rgba(31, 31, 34, .15);
353
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-20-0: rgba(255, 255, 255, 1);
354
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-20-0: rgba(255, 255, 255, 1);
355
- --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-20-0: rgba(255, 255, 255, .25);
356
- --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-20-0: #F2F4F7;
357
- --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-20-0: #DFE2E7;
358
- --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-20-0: #F2F4F7;
359
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-20-0: #3B3B3E;
360
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-20-0: #49494C;
361
- --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-20-0: #343437;
362
- --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-20-0: rgba(31, 31, 34, .65);
363
- --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
364
- --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-20-0: rgba(31, 31, 34, .15);
365
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-20-0: rgba(255, 255, 255, 1);
366
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-20-0: rgba(255, 255, 255, 1);
367
- --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-20-0: rgba(255, 255, 255, .25);
368
- --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-20-0: #FFFFFF;
369
- --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-20-0: #EEF0F4;
370
- --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-20-0: #FFFFFF;
371
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-20-0: #3B3B3E;
372
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-20-0: #49494C;
373
- --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-20-0: #343437;
374
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-20-0: rgba(31, 31, 34, .65);
375
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
376
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-20-0: rgba(31, 31, 34, .15);
377
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-20-0: rgba(31, 31, 34, 1);
378
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-20-0: rgba(31, 31, 34, 1);
379
- --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-20-0: rgba(31, 31, 34, .15);
380
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-20-0: #F2F4F7;
381
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-20-0: #DFE2E7;
382
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-20-0: #F2F4F7;
383
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-20-0: #FFFFFF;
384
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-20-0: #DFE2E7;
385
- --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-20-0: #FFFFFF;
386
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-20-0: rgba(31, 31, 34, .65);
387
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
388
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-20-0: rgba(31, 31, 34, .15);
389
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-20-0: rgba(31, 31, 34, 1);
390
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-20-0: rgba(31, 31, 34, 1);
391
- --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-20-0: rgba(31, 31, 34, .15);
392
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-20-0: #FFFFFF;
393
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-20-0: #EEF0F4;
394
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-20-0: #FFFFFF;
395
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-20-0: #E3E6EA;
396
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-20-0: #D6D9E0;
397
- --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-20-0: #F2F4F7;
398
- --triplex-next-SegmentedControlSegment-BorderColor_Default-1-20-0: transparent;
399
- --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-20-0: #FFD169;
400
- --triplex-next-Skeleton-BackgroundColor_Light_Start-1-20-0: #F2F4F7;
401
- --triplex-next-Skeleton-BackgroundColor_Light_End-1-20-0: #DFE2E7;
402
- --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-20-0: rgba(31, 31, 34, .05);
403
- --triplex-next-Skeleton-BackgroundColor_Dark_End-1-20-0: rgba(31, 31, 34, .15);
404
- --triplex-next-SmallInput-Background-1-20-0: #F2F4F7;
405
- --triplex-next-SmallInput-Color-1-20-0: rgba(31, 31, 34, 1);
406
- --triplex-next-SmallInput-PlaceholderColor-1-20-0: rgba(31, 31, 34, .65);
407
- --triplex-next-SmallInput-Shadow-1-20-0: 0 0 0 1px rgba(33, 161, 154) inset;
408
- --triplex-next-SMSField-Refresh_Fill_Empty-1-20-0: rgba(31, 31, 34, .35);
409
- --triplex-next-SMSField-Refresh_Fill_Full-1-20-0: #008985;
410
- --triplex-next-SMSField-Refresh_Disabled-1-20-0: rgba(31, 31, 34, .15);
411
- --triplex-next-SMSField-Submit_Background_Default-1-20-0: rgba(31, 31, 34, .15);
412
- --triplex-next-SMSField-Submit_Background_Hover-1-20-0: #19BDB0;
413
- --triplex-next-SMSField-Submit_Background_Active-1-20-0: #21A19A;
414
- --triplex-next-Slider-Dot_Background_Default-1-20-0: #21A19A;
415
- --triplex-next-Slider-Dot_Background_Disabled-1-20-0: #F2F4F7;
416
- --triplex-next-Slider-Dot_Background_Hover-1-20-0: #19BDB0;
417
- --triplex-next-Slider-Dot_Background_Select-1-20-0: #007777;
418
- --triplex-next-Slider-Dot_Focus-1-20-0: #FFD169;
419
- --triplex-next-Slider-Dot_Inner_Background-1-20-0: #FFFFFF;
420
- --triplex-next-Slider-Dot_Inner_Background_Disabled-1-20-0: rgba(31, 31, 34, .15);
421
- --triplex-next-Slider-Mark_Dot_Background_Default-1-20-0: #DCDFE4;
422
- --triplex-next-Slider-Mark_Dot_Background_Selected-1-20-0: #21A19A;
423
- --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-20-0: #E7E9EE;
424
- --triplex-next-Slider-Rail_Background-1-20-0: #DCDFE4;
425
- --triplex-next-Slider-Rail_Background_Disabled-1-20-0: #DCDFE4;
426
- --triplex-next-Slider-Tooltip_Background-1-20-0: #1B1B1D;
427
- --triplex-next-Slider-Tooltip_Color-1-20-0: rgba(255, 255, 255, 1);
428
- --triplex-next-Slider-Track_Background_Default-1-20-0: #21A19A;
429
- --triplex-next-Slider-Track_Background_Disabled-1-20-0: #E7E9EE;
430
- --triplex-next-Slider-Track_Background_Hover-1-20-0: #007777;
431
- --triplex-next-StatusTracker-Draft_Background-1-20-0: rgba(255, 255, 255, .15);
432
- --triplex-next-StatusTracker-Warning_Background-1-20-0: #FF7A17;
433
- --triplex-next-StatusTracker-Waiting_Background-1-20-0: #BFCADF;
434
- --triplex-next-StatusTracker-Rejected_Background-1-20-0: #FF5571;
435
- --triplex-next-StatusTracker-Approved_Background-1-20-0: #00D67D;
436
- --triplex-next-StatusTracker-Waiting_Color-1-20-0: #A9B6D0;
437
- --triplex-next-StatusTracker-Rejected_Color-1-20-0: #FFB1C1;
438
- --triplex-next-StatusTracker-Approved_Color-1-20-0: #00D67D;
439
- --triplex-next-StatusTracker-Border_Color-1-20-0: #FFFFFF;
440
- --triplex-next-Step-Color_Active-1-20-0: #008985;
441
- --triplex-next-Step-Color_Default-1-20-0: rgba(31, 31, 34, .65);
442
- --triplex-next-Step-Color_Disabled-1-20-0: #FFFFFF;
443
- --triplex-next-Step-Color_Done-1-20-0: #FFFFFF;
444
- --triplex-next-Step-Color_Error-1-20-0: rgba(255, 255, 255, 1);
445
- --triplex-next-Step-Color_Warning-1-20-0: rgba(255, 255, 255, 1);
446
- --triplex-next-Step-Background_Active-1-20-0: #E3FFFA;
447
- --triplex-next-Step-Background_Default-1-20-0: rgba(31, 31, 34, .05);
448
- --triplex-next-Step-Background_Disabled-1-20-0: rgba(31, 31, 34, .15);
449
- --triplex-next-Step-Background_Done-1-20-0: #008985;
450
- --triplex-next-Step-Background_Error-1-20-0: #D10032;
451
- --triplex-next-Step-Background_Warning-1-20-0: #EF4C01;
452
- --triplex-next-Stepper-Step_Background_Default-1-20-0: #F2F4F7;
453
- --triplex-next-Stepper-Step_Background_Hover-1-20-0: #EAEDF1;
454
- --triplex-next-Stepper-Step_Background_Disabled-1-20-0: #F2F4F7;
455
- --triplex-next-Stepper-Step_Background_Error-1-20-0: #FFF0F3;
456
- --triplex-next-Stepper-Step_Background_Error_Hover-1-20-0: #FCE0E6;
457
- --triplex-next-Stepper-Step_Background_Warning-1-20-0: #FFF4DB;
458
- --triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0: #FCEAC7;
459
- --triplex-next-Stepper-Step_BorderColor_Focus-1-20-0: #FFD169;
460
- --triplex-next-Stepper-Step_BorderColor_Error-1-20-0: #E60037;
461
- --triplex-next-Stepper-Step_BorderColor_Warning-1-20-0: #FD6508;
462
- --triplex-next-Stepper-Step_BorderColor_Success-1-20-0: #21A19A;
463
- --triplex-next-Stepper-Step_Color_Default-1-20-0: rgba(31, 31, 34, .65);
464
- --triplex-next-Stepper-Step_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
465
- --triplex-next-Stepper-Step_Color_Disabled-1-20-0: rgba(31, 31, 34, .35);
466
- --triplex-next-Stepper-ButtonNext_Background-1-20-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
467
- --triplex-next-Stepper-ButtonPrev_Background-1-20-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
468
- --triplex-next-Stepper-Background-1-20-0: #FFFFFF;
469
- --triplex-next-Stepper-Wrapper_Background-1-20-0: linear-gradient(#FFFFFF 64px, transparent 0);
470
- --triplex-next-Stepper-Wrapper_BoxShadow-1-20-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
471
- --triplex-next-TableBasic-Background_Hover-1-20-0: #E3E6EA;
472
- --triplex-next-TableBasic-Background_Selected-1-20-0: #DCDFE4;
473
- --triplex-next-TableBasic-Color-1-20-0: rgba(31, 31, 34, 1);
474
- --triplex-next-TableBasic-Header_Background-1-20-0: #E7E9EE;
475
- --triplex-next-TableBasic-TableFooter_Background-1-20-0: #E7E9EE;
476
- --triplex-next-TableBasic-TableFooter_Highlight-1-20-0: linear-gradient(transparent, #FFFFFF);
477
- --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-20-0: #D6D9E0;
478
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-20-0: #FFFFFF;
479
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-20-0: #EAEDF1;
480
- --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-20-0: #FFFFFF;
481
- --triplex-next-Tabs-Type1_Background-1-20-0: #F2F4F7;
482
- --triplex-next-Tabs-Type2_Background-1-20-0: #FFFFFF;
483
- --triplex-next-Tabs-Type1_Tab_Background_Default-1-20-0: #F2F4F7;
484
- --triplex-next-Tabs-Type2_Tab_Background_Default-1-20-0: #FFFFFF;
485
- --triplex-next-Tabs-Type1_Tab_Background_Selected-1-20-0: #DCDFE4;
486
- --triplex-next-Tabs-Type2_Tab_Background_Selected-1-20-0: #E3E6EA;
487
- --triplex-next-Tabs-Type1_Tab_Background_Hover-1-20-0: #E3E6EA;
488
- --triplex-next-Tabs-Type2_Tab_Background_Hover-1-20-0: #EEF0F4;
489
- --triplex-next-Tabs-Type1_Tab_Color_Default-1-20-0: rgba(31, 31, 34, .65);
490
- --triplex-next-Tabs-Type2_Tab_Color_Default-1-20-0: rgba(31, 31, 34, .65);
491
- --triplex-next-Tabs-Type1_Tab_Color_Selected-1-20-0: rgba(31, 31, 34, 1);
492
- --triplex-next-Tabs-Type2_Tab_Color_Selected-1-20-0: rgba(31, 31, 34, 1);
493
- --triplex-next-Tabs-Type1_Tab_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
494
- --triplex-next-Tabs-Type2_Tab_Color_Hover-1-20-0: rgba(31, 31, 34, 1);
495
- --triplex-next-Tabs-Tab_BorderColor_Default-1-20-0: transparent;
496
- --triplex-next-Tabs-Tab_BorderColor_Focus-1-20-0: #FFD169;
497
- --triplex-next-Tag-Background-1-20-0: #DFE2E7;
498
- --triplex-next-TagColor-Background_Default-1-20-0: #EEF3FC;
499
- --triplex-next-TagColor-Background_Success-1-20-0: #E3FFFA;
500
- --triplex-next-TagColor-Background_Info-1-20-0: #E3F6FF;
501
- --triplex-next-TagColor-Background_Warning-1-20-0: #FFF4DB;
502
- --triplex-next-TagColor-Background_Error-1-20-0: #FFF0F3;
503
- --triplex-next-TagColor-Text_Color_Default-1-20-0: rgba(31, 31, 34, .75);
504
- --triplex-next-TabsLine-BorderColor_Active-1-20-0: #21A19A;
505
- --triplex-next-TabsLine-BorderColor_Hover-1-20-0: #19BDB0;
506
- --triplex-next-TabsLine-Separator_Color-1-20-0: #D6D9E0;
507
- --triplex-next-TabsLine-Shadow_Focus-1-20-0: 0 0 0 1px #FFDD64 inset;
508
- --triplex-next-Tooltip-Background-1-20-0: #1B1B1D;
509
- --triplex-next-Tooltip-Color-1-20-0: rgba(255, 255, 255, 1);
510
- --triplex-next-Tooltip-Link_Desktop_Color_Active-1-20-0: #008985;
511
- --triplex-next-Tooltip-Link_Desktop_Color_Default-1-20-0: #19BDB0;
512
- --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-20-0: #4BD9CF;
513
- --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-20-0: 0 0 0 1px #FFD169;
514
- --triplex-next-Tooltip-Link_Mobile_Color_Active-1-20-0: #007777;
515
- --triplex-next-Tooltip-Link_Mobile_Color_Default-1-20-0: #008985;
516
- --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-20-0: #21A19A;
517
- --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-20-0: 0 0 0 1px #FFDD64;
518
- --triplex-next-TopOverlay-Background-1-20-0: rgba(31, 31, 34, .55);
519
- --triplex-next-Typography-Primary_Color-1-20-0: rgba(31, 31, 34, 1);
520
- --triplex-next-Typography-Complementary_Color-1-20-0: rgba(31, 31, 34, .85);
521
- --triplex-next-Typography-Secondary_Color-1-20-0: rgba(31, 31, 34, .65);
522
- --triplex-next-Typography-Tertiary_Color-1-20-0: rgba(31, 31, 34, .55);
523
- --triplex-next-Typography-Disabled_Color-1-20-0: rgba(31, 31, 34, .35);
524
- --triplex-next-Typography-Brand_Color-1-20-0: #008985;
525
- --triplex-next-Typography-Info_Color-1-20-0: #0E57CC;
526
- --triplex-next-Typography-Success_Color-1-20-0: #008B5C;
527
- --triplex-next-Typography-Error_Color-1-20-0: #D10032;
528
- --triplex-next-Typography-Warning_Color-1-20-0: #EF4C01;
529
- --triplex-next-Typography-System_Color-1-20-0: #697591;
530
- --triplex-next-Typography-PrimaryInvert_Color-1-20-0: rgba(255, 255, 255, 1);
531
- --triplex-next-Typography-ComplementaryInvert_Color-1-20-0: rgba(255, 255, 255, .75);
532
- --triplex-next-Typography-SecondaryInvert_Color-1-20-0: rgba(255, 255, 255, .55);
533
- --triplex-next-Typography-TertiaryInvert_Color-1-20-0: rgba(255, 255, 255, .45);
534
- --triplex-next-Typography-DisabledInvert_Color-1-20-0: rgba(255, 255, 255, .25);
535
- --triplex-next-Typography-BrandInvert_Color-1-20-0: #19BDB0;
536
- --triplex-next-Typography-InfoInvert_Color-1-20-0: #1297FE;
537
- --triplex-next-Typography-SuccessInvert_Color-1-20-0: #00D67D;
538
- --triplex-next-Typography-ErrorInvert_Color-1-20-0: #F80C45;
539
- --triplex-next-Typography-WarningInvert_Color-1-20-0: #FF7A17;
540
- --triplex-next-Typography-SystemInvert_Color-1-20-0: #95A3C1;
541
- --triplex-next-UploadZone-Background_Default-1-20-0: #F2F4F7;
542
- --triplex-next-UploadZone-Background_Hover-1-20-0: #EAEDF1;
543
- --triplex-next-UploadZone-BorderColor_Default-1-20-0: #2D2D30;
544
- --triplex-next-UploadZone-DragArea_Background-1-20-0: #F2F4F7;
545
- --triplex-next-UploadZone-DragArea_BorderColor-1-20-0: #21A19A;}
546
- .underline__a727ca52{text-decoration:underline}.strikethrough__08247ae9{text-decoration:line-through}.underlineStrikethrough__a63eb974{text-decoration:underline line-through}.typography__6677cd3c.primary__eb8ae380{color:var(--triplex-next-Typography-Primary_Color-1-20-0)}.typography__6677cd3c.primaryInvert__1bbd84b2{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-20-0)}.typography__6677cd3c.complementary__8f16645d{color:var(--triplex-next-Typography-Complementary_Color-1-20-0)}.typography__6677cd3c.complementaryInvert__fd320792{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-20-0)}.typography__6677cd3c.secondary__12c36a62{color:var(--triplex-next-Typography-Secondary_Color-1-20-0)}.typography__6677cd3c.secondaryInvert__955eb020{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-20-0)}.typography__6677cd3c.tertiary__60d70e65{color:var(--triplex-next-Typography-Tertiary_Color-1-20-0)}.typography__6677cd3c.tertiaryInvert__609299d1{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-20-0)}.typography__6677cd3c.disabled__1064a035{color:var(--triplex-next-Typography-Disabled_Color-1-20-0)}.typography__6677cd3c.disabledInvert__b42598f0{color:var(--triplex-next-Typography-DisabledInvert_Color-1-20-0)}.typography__6677cd3c.brand__90a5717e{color:var(--triplex-next-Typography-Brand_Color-1-20-0);-webkit-user-select:none;user-select:none}.typography__6677cd3c.brandInvert__6632f99b{color:var(--triplex-next-Typography-BrandInvert_Color-1-20-0)}.typography__6677cd3c.info__e8d16bee{color:var(--triplex-next-Typography-Info_Color-1-20-0)}.typography__6677cd3c.infoInvert__2e7acd3a{color:var(--triplex-next-Typography-InfoInvert_Color-1-20-0)}.typography__6677cd3c.success__6405eb36{color:var(--triplex-next-Typography-Success_Color-1-20-0)}.typography__6677cd3c.successInvert__13231fc3{color:var(--triplex-next-Typography-SuccessInvert_Color-1-20-0)}.typography__6677cd3c.error__c91b114d{color:var(--triplex-next-Typography-Error_Color-1-20-0)}.typography__6677cd3c.errorInvert__171c3425{color:var(--triplex-next-Typography-ErrorInvert_Color-1-20-0)}.typography__6677cd3c.warning__f7977866{color:var(--triplex-next-Typography-Warning_Color-1-20-0)}.typography__6677cd3c.warningInvert__b36cf0b6{color:var(--triplex-next-Typography-WarningInvert_Color-1-20-0)}.typography__6677cd3c.system__10f96d9d{color:var(--triplex-next-Typography-System_Color-1-20-0)}.typography__6677cd3c.systemInvert__d2e5981d{color:var(--triplex-next-Typography-SystemInvert_Color-1-20-0)}.typography__6677cd3c.compact__e7f55596{line-height:calc(16 / 14)}.caption__40413000.regular__a2682771{font-family:SBSansText}.caption__40413000.semibold__a09a2f5c{font-family:SBSansTextSemibold;font-weight:600}.c1__7665bc77{font-size:10px;line-height:12px}.c2__699ba48a{font-size:8px;line-height:10px}.d1__5ff6dfbf{font-size:32px;line-height:40px}.d1__5ff6dfbf.regular__a2682771{font-family:SBSansDisplay}.d1__5ff6dfbf.semibold__a09a2f5c{font-family:SBSansDisplaySemibold;font-weight:600}.text__84c85c99{outline:none}.text__84c85c99.regular__a2682771{font-family:SBSansText}.text__84c85c99.semibold__a09a2f5c{font-family:SBSansTextSemibold;font-weight:600}.b1__5ca7a3cc{font-size:18px;line-height:24px}.b2__02ff127b{font-size:16px;line-height:20px}.b3__9a1bded3{font-size:14px;line-height:20px}.b3__9a1bded3.compact__e7f55596{line-height:16px}.b4__8ba35634{font-size:12px;line-height:16px}.title__497da6fe{outline:none}.title__497da6fe.regular__a2682771{font-family:SBSansDisplay;font-weight:400}.title__497da6fe.semibold__a09a2f5c{font-family:SBSansDisplaySemibold;font-weight:600}.title__497da6fe.medium__5a6ddc1d{font-family:SBSansDisplayMedium;font-weight:500}.title__497da6fe.bold__694bc859{font-family:SBSansDisplayBold;font-weight:700}.h1__8f437f40,.h2__ff4b7fde,.h3__a38b2cb4{margin:0}.h1__8f437f40{font-size:28px;line-height:36px}.h2__ff4b7fde{font-size:24px;line-height:32px}.h3__a38b2cb4{font-size:20px;line-height:28px}.formFieldInput__050f1800{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-20-0)}.formFieldInput__050f1800:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-20-0)}.formFieldInput__050f1800::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-20-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__050f1800:focus{outline:none}.formFieldInput__050f1800:focus::placeholder{opacity:1}.formFieldInput__050f1800:-webkit-autofill{animation-name:autofill-applied-hook__0c506979;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__050f1800:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__7680b2c2;animation-duration:1ms}.formFieldInput__050f1800.sm__f77547f6{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__050f1800.md__454b3f9e{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__050f1800.lg__b5749c48{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}@keyframes autofill-applied-hook__0c506979{0%{transform:none}}@keyframes autofill-cancelled-hook__7680b2c2{0%{transform:none}}.formField__1458bfd2{position:relative;flex-grow:1;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__1458bfd2.default__55ef8f50{background:var(--triplex-next-FormField-Background_Default-1-20-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-20-0)}.formField__1458bfd2:hover{background:var(--triplex-next-FormField-Background_Hover-1-20-0)}.formField__1458bfd2.disabled__2117c974{background:var(--triplex-next-FormField-Background_Disabled-1-20-0)}.formField__1458bfd2.active__2f8e76c8{background:var(--triplex-next-FormField-Background_Active-1-20-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-20-0)}.formField__1458bfd2.active__2f8e76c8::placeholder{opacity:1}.formField__1458bfd2.error__d0726107{background:var(--triplex-next-FormField-Background_Error-1-20-0)}.formField__1458bfd2.error__d0726107:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-20-0)}.formField__1458bfd2.error__d0726107.active__2f8e76c8{background:var(--triplex-next-FormField-Background_Error-1-20-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-20-0)}.formField__1458bfd2.warning__93c8fac2{background:var(--triplex-next-FormField-Background_Warning-1-20-0)}.formField__1458bfd2.warning__93c8fac2:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-20-0)}.formField__1458bfd2.warning__93c8fac2.active__2f8e76c8{background:var(--triplex-next-FormField-Background_Warning-1-20-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-20-0)}.formField__1458bfd2.sm__f77547f6{border-radius:6px}.formField__1458bfd2.md__454b3f9e{border-radius:8px}.formField__1458bfd2.lg__b5749c48{border-radius:10px}.formFieldDescription__2945cfcc{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__2945cfcc.withCounter__6c271fd9{display:flex}.formFieldLabel__3077d8a6{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__3077d8a6.sm__f77547f6{top:6px}.formFieldLabel__3077d8a6.md__454b3f9e{top:10px}.formFieldLabel__3077d8a6.lg__b5749c48{top:18px}.formFieldLabel__3077d8a6.lg__b5749c48.floating__0cd08557{top:10px}.formFieldLabelText__b953eaa8{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-20-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__f77547f6 .formFieldLabelText__b953eaa8{font-size:12px;line-height:16px}.md__454b3f9e .formFieldLabelText__b953eaa8{font-size:14px;line-height:20px}.lg__b5749c48 .formFieldLabelText__b953eaa8{font-size:16px;line-height:20px}.floating__0cd08557 .formFieldLabelText__b953eaa8{font-size:12px;line-height:16px}.floating__0cd08557.sm__f77547f6 .formFieldLabelText__b953eaa8,.floating__0cd08557.md__454b3f9e .formFieldLabelText__b953eaa8{display:none}.disabled__2117c974 .formFieldLabelText__b953eaa8{color:var(--triplex-next-FormField-Label_Color_Disabled-1-20-0)}.formFieldPostfix__2a0371f9{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__e005d6ed{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.formFieldCounter__dc3370a6{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__552aafb4{position:relative}.formFieldMaskedInputWrapper__552aafb4 .formFieldMaskedInputPlaceholder__9bfac8b3{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__552aafb4 .formFieldMaskedInputPlaceholder__9bfac8b3::placeholder{opacity:1}.formFieldMaskedInputWrapper__552aafb4 .formFieldMaskedInputPlaceholder__9bfac8b3:disabled{visibility:hidden}.formFieldMaskedInputWrapper__552aafb4.size-sm__3d638ef1{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__552aafb4.size-sm__3d638ef1 .formFieldMaskedInputPlaceholder__9bfac8b3{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__552aafb4.size-md__65fc9439{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__552aafb4.size-md__65fc9439 .formFieldMaskedInputPlaceholder__9bfac8b3{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__552aafb4.size-lg__f17fa18c{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__552aafb4.size-lg__f17fa18c .formFieldMaskedInputPlaceholder__9bfac8b3{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__552aafb4 .formFieldMaskedInput__760e8d95{display:block;position:relative;background:none!important}.dropdownDesktop__363efc39{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-20-0);background-color:var(--triplex-next-Dropdown-Background-1-20-0)}.dropdownDesktop__363efc39.sm__ee27e295{border-radius:6px}.dropdownDesktop__363efc39.md__5186a1fe{border-radius:8px}.dropdownDesktop__363efc39.lg__239c1397{border-radius:10px}.dropdownDesktopOverflowHidden__ea7db614{overflow:hidden}.badgeDot__19db49bc{display:inline-block;background:var(--triplex-next-Badge-Background-1-20-0);border-radius:50%}.badgeDot__19db49bc.sm__31618ded{width:6px;height:6px}.badgeDot__19db49bc.md__e2c1374b{width:8px;height:8px}.badgeDot__19db49bc.lg__87afc338{width:10px;height:10px}.badgeContent__32d35975{display:flex}.badgeContent__32d35975.sm__31618ded{padding-left:4px;padding-right:4px}.badgeContent__32d35975.md__e2c1374b{padding-left:6px;padding-right:6px}.badgeContent__32d35975.lg__87afc338{padding-left:8px;padding-right:8px}.badgeContent__32d35975.noPaddingLeft__833e8473{padding-left:0}.badgeContent__32d35975.noPaddingRight__6d64f0f5{padding-right:0}.badgePrefix__2fa1c189,.badgePostfix__5bad6bf2{display:contents}.badge__917ea603{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-20-0)}.badge__917ea603.sm__31618ded{height:16px;border-radius:4px}.badge__917ea603.md__e2c1374b{height:20px;border-radius:6px}.badge__917ea603.lg__87afc338{height:24px;border-radius:8px}.dropdownDesktopList__529918dd{margin:4px;overflow:auto}.dropdownDesktopList__529918dd .notificationIcon__700ca36e{position:absolute}.dropdownDesktopList__529918dd.sm__ee27e295{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__529918dd.sm__ee27e295 .dropdownDesktopListItem__bdec9ce4{padding:6px 8px;border-radius:6px}.dropdownDesktopList__529918dd.sm__ee27e295 .dropdownDesktopListLoader__f3a65e7c{margin:0 auto}.dropdownDesktopList__529918dd.sm__ee27e295 .notificationIcon__700ca36e{right:3px;top:3px}.dropdownDesktopList__529918dd.md__5186a1fe{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__529918dd.md__5186a1fe .dropdownDesktopListItem__bdec9ce4{padding:7px 8px;border-radius:8px}.dropdownDesktopList__529918dd.md__5186a1fe .dropdownDesktopListLoader__f3a65e7c{margin:-2px auto}.dropdownDesktopList__529918dd.md__5186a1fe .notificationIcon__700ca36e{right:4px;top:4px}.dropdownDesktopList__529918dd.lg__239c1397{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__529918dd.lg__239c1397 .dropdownDesktopListItem__bdec9ce4{padding:14px 8px;border-radius:10px}.dropdownDesktopList__529918dd.lg__239c1397 .dropdownDesktopListLoader__f3a65e7c{margin:-6px auto}.dropdownDesktopList__529918dd.lg__239c1397 .notificationIcon__700ca36e{right:4px;top:6px}.dropdownDesktopListItem__bdec9ce4{color:var(--triplex-next-DropdownList-Color-1-20-0);background:var(--triplex-next-DropdownList-Background_Default-1-20-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__bdec9ce4+.dropdownDesktopListItem__bdec9ce4{margin-top:2px}.dropdownDesktopListItem__bdec9ce4.active__22d55900{background:var(--triplex-next-DropdownList-Background_Active-1-20-0);cursor:pointer}.dropdownDesktopListItem__bdec9ce4.selected__a79400b6{background:var(--triplex-next-DropdownList-Background_Selected-1-20-0);cursor:default}.loaderSmall__1a12275b{display:flex;justify-content:center;align-items:center}.loaderSmall__1a12275b.sm__c82b66bc{width:16px;height:16px;gap:2px}.loaderSmall__1a12275b.sm__c82b66bc .dot__a0ba1a9e{width:4px;height:4px}.loaderSmall__1a12275b.md__43b81baa{width:24px;height:24px;gap:3px}.loaderSmall__1a12275b.md__43b81baa .dot__a0ba1a9e{width:6px;height:6px}.loaderSmall__1a12275b.lg__cd74b0cf{width:32px;height:32px;gap:4px}.loaderSmall__1a12275b.lg__cd74b0cf .dot__a0ba1a9e{width:8px;height:8px}.loaderSmall__1a12275b.neutral__58641cad .dot__a0ba1a9e{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-20-0)}.loaderSmall__1a12275b.brand__cca40a1c .dot__a0ba1a9e{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-20-0)}.loaderSmall__1a12275b .dot__a0ba1a9e{border-radius:50%}.loaderSmall__1a12275b .dot1__493085bb{animation:dotCycleSmall__7397869d .9s infinite}.loaderSmall__1a12275b .dot2__6c0027c1{animation:dotCycleSmall__7397869d .9s infinite .15s}.loaderSmall__1a12275b .dot3__6ea324fd{animation:dotCycleSmall__7397869d .9s infinite .3s}@keyframes dotCycleSmall__7397869d{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__8a596790{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-20-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__8c6632de{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__8c6632de .dot__a0ba1a9e{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-20-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__8c6632de .dot1__493085bb{top:0;left:0;animation:dotCycleMiddle__8693b5eb 3s infinite}.loaderMiddleDots__8c6632de .dot2__6c0027c1{right:0;top:0;opacity:.7;animation:dotCycleMiddle__8693b5eb 3s infinite .74s}.loaderMiddleDots__8c6632de .dot3__6ea324fd{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__8693b5eb 3s infinite 1.5s}.loaderMiddleDots__8c6632de .dot4__f523e150{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__8693b5eb 3s infinite 2.25s}.loaderMiddleDots__8c6632de .line__e57925a1{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-20-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__9331d5ed 3s infinite}@keyframes lineCycle__9331d5ed{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__8693b5eb{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__7c2a112e{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__0446f764{background:var(--triplex-next-DropdownMobile-Backdrop-1-20-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__0446f764.closing__410ac489{opacity:0}.dropdownMobileBackdrop__0446f764.opening__45bfbedf,.dropdownMobileBackdrop__0446f764.opened__0b6c6638{opacity:var(--triplex-DropdownMobile-Opacity-1-20-0)}.dropdownMobile__9f829069{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__9f829069.closing__410ac489{transform:translateY(100%)}.dropdownMobile__9f829069.opening__45bfbedf,.dropdownMobile__9f829069.opened__0b6c6638{transform:translateY(0)}.dropdownMobileHeader__f8521a7f{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-20-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__f8521a7f .dropdownMobileHeaderContent__0a5f66b8{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__5ddd6e9c{background:var(--triplex-next-DropdownMobile-Content_Background-1-20-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__6824330f{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-20-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-20-0);flex-shrink:1}.dropdownMobileListItem__d1738402{position:relative;padding:16px}.dropdownMobileListItem__d1738402.selected__a79400b6{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-20-0)}.dropdownMobileListItem__d1738402:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-20-0)}.dropdownMobileBodyOverflow__384f755e{overflow:hidden}.controlButtons__c172a20e{display:flex}.dropdownMobileLoader__2ff27dfe{margin-right:8px}.dropdownMobileListLoader__edaaa424{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__700ca36e{position:absolute;right:6px;top:6px}.buttonIcon__f97beb7b{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__f97beb7b:enabled{cursor:pointer}.buttonIcon__f97beb7b.circle__e065092a{border-radius:50%}.buttonIcon__f97beb7b.squircle__cc3597c0{border-radius:4px}.buttonIcon__f97beb7b:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-20-0)}.dropdownMobileInput__43681db5{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input-Color_Default-1-20-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__43681db5::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-20-0);opacity:1}.dropdownMobileInput__43681db5::-ms-clear{display:none}.tabsLineWrapper__3579b202[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__3579b202[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__3579b202[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__3579b202[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__3579b202{position:relative}.tabsLineWrapper__3579b202.withSeparator__12268dc1:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-20-0);bottom:0;left:0;right:0}.tabsLine__884cd187{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__884cd187:has(.sm__dd41485e){height:28px}.tabsLine__884cd187:has(.md__3a95a903){height:40px}.tabsLine__884cd187:has(.lg__c2285066){height:56px}.tab__fbf26751{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__fbf26751.sm__dd41485e{height:28px;padding-bottom:12px}.tab__fbf26751.md__3a95a903{height:40px;padding-top:8px;padding-bottom:12px}.tab__fbf26751.lg__c2285066{height:56px;padding-top:16px;padding-bottom:20px}.tab__fbf26751::-moz-focus-inner{border:none;padding:0}.tab__fbf26751:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-20-0)}.tab__fbf26751.active__de6f6c75{cursor:default}.tab__fbf26751: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__fbf26751:hover:after,.tab__fbf26751:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-20-0)}.tab__fbf26751.active__de6f6c75:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-20-0)}.notificationIcon__cc1d145c{position:absolute;right:6px}.sm__dd41485e .notificationIcon__cc1d145c{top:0}.md__3a95a903 .notificationIcon__cc1d145c{top:8px}.lg__c2285066 .notificationIcon__cc1d145c{top:16px}.tabsLineDropdown__97eeea25{display:inline-block}.tabsLineDropdown__97eeea25 .dropdownTarget__64e5b7fd.active__de6f6c75{cursor:pointer}.tabsLineDropdown__97eeea25 .dropdownTargetInner__4536ff44{display:inline-flex;align-items:center}.tabsLineDropdown__97eeea25 .dropdownTargetCaret__310e7f84{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__97eeea25 .dropdownTargetCaret__310e7f84.opened__40883b1e{transform:rotate(-180deg)}.tabsLineDropdown__97eeea25 .dropdown__b91a448f{right:0;padding:4px}.tabsLineMobileWrapper__ea48b577{position:relative}.tabsLineMobileWrapper__ea48b577 .tab__fbf26751{flex-shrink:0}.tabsLineMobileWrapper__ea48b577 .tab__fbf26751:first-child{margin-left:16px}.tabsLineMobileWrapper__ea48b577 .tab__fbf26751:last-child{margin-right:16px}.tabsLineMobile__eb41bd2d{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__eb41bd2d::-webkit-scrollbar{display:none}.label__ed56f7dc{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__ed56f7dc.sm__c7eb4d74{min-width:16px;min-height:16px}.label__ed56f7dc.sm__c7eb4d74.nonempty__b9b99e4a{padding:2px 0 2px 24px}.label__ed56f7dc.md__7c072b1a{min-height:24px;min-width:24px}.label__ed56f7dc.md__7c072b1a.nonempty__b9b99e4a{padding-left:32px;padding-top:2px}.label__ed56f7dc.lg__b52b7c18{min-width:28px;min-height:28px}.label__ed56f7dc.lg__b52b7c18.nonempty__b9b99e4a{padding-left:40px;padding-top:4px}.label__ed56f7dc.disabled__0df1940e{cursor:default}.radio__25dd3c87{margin:0;opacity:0}.radioIcon__a88d1e48{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-20-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-20-0)}.radioIcon__a88d1e48:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-20-0);border-radius:50%;transform:scale(0)}.sm__c7eb4d74 .radioIcon__a88d1e48:after{width:8px;height:8px;top:4px;left:4px}.md__7c072b1a .radioIcon__a88d1e48:after{width:12px;height:12px;top:6px;left:6px}.lg__b52b7c18 .radioIcon__a88d1e48:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__a88d1e48,.radioIcon__a88d1e48:after{pointer-events:none}.radio__25dd3c87,.radioIcon__a88d1e48{position:absolute;left:0;top:0}.sm__c7eb4d74 .radio__25dd3c87,.sm__c7eb4d74 .radioIcon__a88d1e48{width:16px;height:16px;top:2px}.md__7c072b1a .radio__25dd3c87,.md__7c072b1a .radioIcon__a88d1e48{width:24px;height:24px}.lg__b52b7c18 .radio__25dd3c87,.lg__b52b7c18 .radioIcon__a88d1e48{width:28px;height:28px}.radio__25dd3c87:enabled{cursor:pointer}.radio__25dd3c87:checked+.radioIcon__a88d1e48{background:var(--triplex-next-Radio-Background_Checked_Default-1-20-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-20-0)}.radio__25dd3c87:checked+.radioIcon__a88d1e48:after{transform:scale(1);transition:transform .2s ease-out}.radio__25dd3c87:hover+.radioIcon__a88d1e48{background-color:var(--triplex-next-Radio-Background_Hover-1-20-0);box-shadow:none}.radio__25dd3c87:disabled+.radioIcon__a88d1e48{background:var(--triplex-next-Radio-Background_Disabled-1-20-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-20-0)}.radio__25dd3c87:disabled:checked+.radioIcon__a88d1e48{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-20-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-20-0)}.radio__25dd3c87:disabled+.radioIcon__a88d1e48:after{background:var(--triplex-next-Radio-Dot_Disabled-1-20-0)}.radio__25dd3c87:focus-visible+.radioIcon__a88d1e48{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-20-0)}.radio__25dd3c87:checked:enabled:hover+.radioIcon__a88d1e48{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-20-0)}.radioXGroup__eff4c161{display:inline-flex;flex-flow:row wrap}.radioXGroup__eff4c161.indent-12__be5aa091{margin-left:-6px;margin-right:-6px}.radioXGroup__eff4c161.indent-12__be5aa091 .label__ed56f7dc{margin-left:6px;margin-right:6px}.radioXGroup__eff4c161.indent-16__b662f965{margin-left:-8px;margin-right:-8px}.radioXGroup__eff4c161.indent-16__b662f965 .label__ed56f7dc{margin-left:8px;margin-right:8px}.radioXGroup__eff4c161.indent-20__f29a4a00{margin-left:-10px;margin-right:-10px}.radioXGroup__eff4c161.indent-20__f29a4a00 .label__ed56f7dc{margin-left:10px;margin-right:10px}.radioXGroup__eff4c161.indent-24__556b3b76{margin-left:-12px;margin-right:-12px}.radioXGroup__eff4c161.indent-24__556b3b76 .label__ed56f7dc{margin-left:12px;margin-right:12px}.radioXGroup__eff4c161.indent-28__73abcc32{margin-left:-14px;margin-right:-14px}.radioXGroup__eff4c161.indent-28__73abcc32 .label__ed56f7dc{margin-left:14px;margin-right:14px}.radioXGroup__eff4c161.indent-32__cb0c6762{margin-left:-16px;margin-right:-16px}.radioXGroup__eff4c161.indent-32__cb0c6762 .label__ed56f7dc{margin-left:16px;margin-right:16px}.radioYGroup__fb75833b{display:inline-flex;flex-flow:column wrap}.radioYGroup__fb75833b .label__ed56f7dc.sm__c7eb4d74+.label__ed56f7dc.sm__c7eb4d74{margin-top:8px}.radioYGroup__fb75833b .label__ed56f7dc.md__7c072b1a+.label__ed56f7dc.md__7c072b1a{margin-top:16px}.radioYGroup__fb75833b .label__ed56f7dc.lg__b52b7c18+.label__ed56f7dc.lg__b52b7c18{margin-top:20px}.notification__0bbba7cd{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-20-0);background:var(--triplex-next-Notification-Background-1-20-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-20-0);z-index:300}.notification__0bbba7cd:first-child{margin-top:0}.notification__0bbba7cd.extraBottomPadding__b2c9b95e{padding-bottom:24px}.notification__0bbba7cd .notificationHeader__8e1c7c9c{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-20-0);width:100%;margin-top:0;margin-bottom:8px}.notification__0bbba7cd .notificationIcon__4f660533{line-height:0}.notification__0bbba7cd .notificationBody__593b5325{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__0bbba7cd .notificationBodyList__aeec1dc0{margin-top:8px}.notification__0bbba7cd .notificationClose__4b4c1820{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__0bbba7cd.showCloseOnHover__ccd7032e .notificationClose__4b4c1820{opacity:0}.notification__0bbba7cd.showCloseOnHover__ccd7032e:hover{cursor:pointer}.notification__0bbba7cd.showCloseOnHover__ccd7032e:hover .notificationClose__4b4c1820{opacity:1}.notification__0bbba7cd .notificationFooter__7e67db17{display:flex;align-items:center;margin-top:16px}.notification__0bbba7cd .notificationFooter__7e67db17 button+a{margin-left:16px}.notification__0bbba7cd .notificationTime__49e1c143{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-20-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__5f6bcde5{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__5f6bcde5:hover{cursor:pointer}.notificationGroupedWrapper__5f6bcde5 .notificationGroupedFooterItem__dc2fa2ac{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-20-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-20-0)}.notificationGroupedWrapper__5f6bcde5 .notificationGroupedFooterItem__dc2fa2ac.first__e9d8e2eb{bottom:-8px;z-index:200}.notificationGroupedWrapper__5f6bcde5 .notificationGroupedFooterItem__dc2fa2ac.second__7b9bc300{bottom:-16px;z-index:100}@media (max-width: 767px){.notification__0bbba7cd,.notificationGroupedWrapper__5f6bcde5{width:100%}}.unorderedListItem__a9f3b9e4:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__a9f3b9e4+.unorderedListItem__a9f3b9e4{margin-top:8px}.unorderedList__866e416b{position:relative;margin:0;padding-left:14px;list-style:none}.button__d8fa8c75.general__2c1e90ec{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-20-0);color:var(--triplex-next-Button-General_Color_Default-1-20-0)}.button__d8fa8c75.general__2c1e90ec:hover{background:var(--triplex-next-Button-General_Background_Hover-1-20-0);color:var(--triplex-next-Button-General_Color_Hover-1-20-0)}.button__d8fa8c75.general__2c1e90ec.expanded__ee847fc2,.button__d8fa8c75.general__2c1e90ec:active{background:var(--triplex-next-Button-General_Background_Active-1-20-0);color:var(--triplex-next-Button-General_Color_Active-1-20-0)}.button__d8fa8c75.general__2c1e90ec:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-20-0)}.button__d8fa8c75.general__2c1e90ec:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-20-0);color:var(--triplex-next-Button-General_Color_Disabled-1-20-0)}.button__d8fa8c75.secondary__550a2678{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-20-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-20-0)}.button__d8fa8c75.secondary__550a2678:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-20-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-20-0)}.button__d8fa8c75.secondary__550a2678.expanded__ee847fc2,.button__d8fa8c75.secondary__550a2678:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-20-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-20-0)}.button__d8fa8c75.secondary__550a2678:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-20-0)}.button__d8fa8c75.secondary__550a2678:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-20-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-20-0)}.button__d8fa8c75.secondaryLight__4df5683f{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-20-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-20-0)}.button__d8fa8c75.secondaryLight__4df5683f:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-20-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-20-0)}.button__d8fa8c75.secondaryLight__4df5683f.expanded__ee847fc2,.button__d8fa8c75.secondaryLight__4df5683f:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-20-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-20-0)}.button__d8fa8c75.secondaryLight__4df5683f:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-20-0)}.button__d8fa8c75.secondaryLight__4df5683f:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-20-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-20-0)}.button__d8fa8c75.danger__92977803{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-20-0);color:var(--triplex-next-Button-Danger_Color_Default-1-20-0)}.button__d8fa8c75.danger__92977803:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-20-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-20-0)}.button__d8fa8c75.danger__92977803.expanded__ee847fc2,.button__d8fa8c75.danger__92977803:active{background:var(--triplex-next-Button-Danger_Background_Active-1-20-0);color:var(--triplex-next-Button-Danger_Color_Active-1-20-0)}.button__d8fa8c75.danger__92977803:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-20-0)}.button__d8fa8c75.danger__92977803:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-20-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-20-0)}.button__d8fa8c75.link__b43b59ae{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-20-0);padding:0}.button__d8fa8c75.link__b43b59ae.sm__a226097f{height:28px;min-width:0px;padding:6px 2px}.button__d8fa8c75.link__b43b59ae.md__c96db548{height:40px;min-width:0px;padding:10px 2px}.button__d8fa8c75.link__b43b59ae.lg__bd159071{height:56px;min-width:0px;padding:18px 2px}.button__d8fa8c75.link__b43b59ae:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-20-0)}.button__d8fa8c75.link__b43b59ae.expanded__ee847fc2,.button__d8fa8c75.link__b43b59ae:active{color:var(--triplex-next-Button-Link_Color_Active-1-20-0)}.button__d8fa8c75.link__b43b59ae:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-20-0)}.button__d8fa8c75.link__b43b59ae:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-20-0)}.button__d8fa8c75{display:inline-flex;align-items:center;position:relative;margin:0;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__d8fa8c75::-moz-focus-inner{border:none;padding:0}.button__d8fa8c75.sm__a226097f{line-height:16px;font-size:12px}.button__d8fa8c75.sm__a226097f.general__2c1e90ec,.button__d8fa8c75.sm__a226097f.secondary__550a2678,.button__d8fa8c75.sm__a226097f.secondaryLight__4df5683f,.button__d8fa8c75.sm__a226097f.danger__92977803{height:28px;min-width:58px;padding:0 16px;border-radius:6px}.button__d8fa8c75.sm__a226097f.icon__68fd69b3{min-height:28px;min-width:28px;padding:0 4px}.button__d8fa8c75.md__c96db548{line-height:20px;font-size:14px}.button__d8fa8c75.md__c96db548.general__2c1e90ec,.button__d8fa8c75.md__c96db548.secondary__550a2678,.button__d8fa8c75.md__c96db548.secondaryLight__4df5683f,.button__d8fa8c75.md__c96db548.danger__92977803{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__d8fa8c75.md__c96db548.icon__68fd69b3{min-height:40px;min-width:40px;padding:0 10px}.button__d8fa8c75.lg__bd159071{line-height:20px;font-size:16px}.button__d8fa8c75.lg__bd159071.general__2c1e90ec,.button__d8fa8c75.lg__bd159071.secondary__550a2678,.button__d8fa8c75.lg__bd159071.secondaryLight__4df5683f,.button__d8fa8c75.lg__bd159071.danger__92977803{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__d8fa8c75.lg__bd159071.icon__68fd69b3{min-height:56px;min-width:56px;padding:0 12px}.button__d8fa8c75:disabled{cursor:default}.button__d8fa8c75:disabled *{pointer-events:none}.button__d8fa8c75+.button__d8fa8c75:not(.block__f3053ffa){margin-left:12px}.button__d8fa8c75 .content__9a038874{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__d8fa8c75.block__f3053ffa{display:block;width:100%}.button__d8fa8c75.loading__2b113a84{pointer-events:none}.button__d8fa8c75.loading__2b113a84 .content__9a038874{visibility:hidden}.button__d8fa8c75 .loader__4f985d4e{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__d8fa8c75 .loader__4f985d4e.hidden__d69cf3f3{visibility:hidden}.buttonDropdownExtended__3b2c412f{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__3b2c412f .buttonDropdownExtendedBlock__4cfbac16{padding:4px;margin-top:4px;right:0}.buttonDropdown__2ac42581.block__f3053ffa{display:block}.buttonDropdown__2ac42581+.button__d8fa8c75:not(.block__f3053ffa),.buttonDropdown__2ac42581+.buttonDropdown__2ac42581:not(.block__f3053ffa){margin-left:16px}.buttonDropdown__2ac42581 .buttonDropdownTarget__1caf5d3b .caretIcon__c9ea00be{margin-left:4px;transition:transform .3s ease-in-out}.buttonDropdown__2ac42581 .buttonDropdownTarget__1caf5d3b.active__94c62910 .caretIcon__c9ea00be{transform:rotate(-180deg)}.buttonDropdown__2ac42581 .buttonDropdownMenuItem__ca0b2071{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__b553d8ff{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__9016d451{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__44c42bef{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__3ea72282{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-20-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__9dfde22f{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__9dfde22f .modalWindowContentWrapper__9e861366{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__b553d8ff .6s ease}.modalWindow__9dfde22f .modalWindowContent__03399a5b{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__9dfde22f .modalWindowContent__03399a5b .modalWindowBody__85414932{box-sizing:border-box;animation:fadeIn__e434573b .3s ease}@keyframes fadeIn__e434573b{0%{opacity:0}to{opacity:1}}.modalWindow__9dfde22f .modalWindowContent__03399a5b .spinnerSm__4779bcee{display:none}@media (max-width: 767px){.modalWindow__9dfde22f .modalWindowContent__03399a5b .spinner__32eca59c{display:none}.modalWindow__9dfde22f .modalWindowContent__03399a5b .spinnerSm__4779bcee{display:flex}}.global-modalWindowTransition-exit .modalWindow__9dfde22f .modalWindowContentWrapper__9e861366{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__9016d451 .3s ease}.global-modalWindowTransition-exit .modalWindow__9dfde22f .modalWindowContentWrapper__9e861366 .modalWindowBody__85414932{animation:fadeOut__e4360373 .3s ease}@keyframes fadeOut__e4360373{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__fa4306db{position:absolute;left:0;right:0;height:0}.modalWindow__9dfde22f.sm__da497424 .modalWindowContentWrapper__9e861366{max-width:480px}.modalWindow__9dfde22f.sm__da497424 .modalWindowContent__03399a5b .modalWindowBody__85414932{min-height:196px}@media (max-width: 575px){.modalWindow__9dfde22f.sm__da497424 .modalWindowContentWrapper__9e861366{max-width:100%}}.modalWindow__9dfde22f.md__b250fcdf .modalWindowContentWrapper__9e861366{max-width:600px}.modalWindow__9dfde22f.md__b250fcdf .modalWindowContent__03399a5b .modalWindowBody__85414932{min-height:246px}@media (max-width: 767px){.modalWindow__9dfde22f.md__b250fcdf .modalWindowContentWrapper__9e861366{max-width:100%}}.modalWindow__9dfde22f.lg__7c854de1 .modalWindowContentWrapper__9e861366{max-width:800px}.modalWindow__9dfde22f.lg__7c854de1 .modalWindowContent__03399a5b .modalWindowBody__85414932{min-height:396px}@media (max-width: 991px){.modalWindow__9dfde22f.lg__7c854de1 .modalWindowContentWrapper__9e861366{max-width:100%}}.modalWindowContentPage__e21e3620{background:var(--triplex-next-ModalWindow-Background-1-20-0);padding:8px!important}.modalWindowContentPage__e21e3620,.modalWindowLoaderScreen__334e68ee{border-radius:32px}@media (max-width: 767px){.modalWindowContentPage__e21e3620,.modalWindowLoaderScreen__334e68ee{border-radius:24px}}.islandBody__dd9193aa{display:block}.islandHeader__8cda6a6f,.islandFooter__1c1cc781,.island__9440c9be{position:relative}.island__9440c9be.type1__a79fc2b5{background-color:var(--triplex-next-Island-Type1_Background-1-20-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-20-0)}.island__9440c9be.type2__8652a959{background-color:var(--triplex-next-Island-Type2_Background-1-20-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-20-0)}.island__9440c9be.type3__09c252d7{background-color:var(--triplex-next-Island-Type3_Background-1-20-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-20-0)}.island__9440c9be.sm__fb85bd4b{border-radius:16px;padding:16px}.island__9440c9be.sm__fb85bd4b .islandHeader__8cda6a6f+.islandBody__dd9193aa,.island__9440c9be.sm__fb85bd4b .islandHeader__8cda6a6f+.islandFooter__1c1cc781,.island__9440c9be.sm__fb85bd4b .islandBody__dd9193aa+.islandFooter__1c1cc781{margin-top:8px}.island__9440c9be.md__0528a525{border-radius:24px;padding:24px}.island__9440c9be.md__0528a525 .islandHeader__8cda6a6f+.islandBody__dd9193aa,.island__9440c9be.md__0528a525 .islandHeader__8cda6a6f+.islandFooter__1c1cc781,.island__9440c9be.md__0528a525 .islandBody__dd9193aa+.islandFooter__1c1cc781{margin-top:12px}.island__9440c9be.lg__6a8851e6{border-radius:32px;padding:32px}.island__9440c9be.lg__6a8851e6 .islandHeader__8cda6a6f+.islandBody__dd9193aa,.island__9440c9be.lg__6a8851e6 .islandHeader__8cda6a6f+.islandFooter__1c1cc781,.island__9440c9be.lg__6a8851e6 .islandBody__dd9193aa+.islandFooter__1c1cc781{margin-top:16px}@media (max-width: 767px){.island__9440c9be.sm__fb85bd4b,.island__9440c9be.md__0528a525{border-radius:16px;padding:16px}.island__9440c9be.lg__6a8851e6{border-radius:24px;padding:24px}}.modalWindowBody__85414932{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__91808706{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media (max-width: 767px){.modalWindowClose__91808706{top:20px;right:20px}}.loaderScreen__78018edc{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__78018edc.loaderSmallBackdrop__e7811aa9{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-20-0)}.loaderScreen__78018edc.loaderMiddleBackdrop__9b57879d{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-20-0)}.body__abd82713{position:relative;display:flex}.body__abd82713 .bodyInner__e172cbd8{position:relative;flex-grow:1;width:100%}.bodyPage__44e958df{flex-grow:1}.verticalMargin24__cb37d6a1{margin-top:24px;margin-bottom:24px}.verticalMargin16__5b603ec9{margin-top:16px;margin-bottom:16px}@media (max-width: 767px){.verticalMargin24__cb37d6a1{margin-top:16px;margin-bottom:16px}.verticalMargin16__5b603ec9{margin-top:8px;margin-bottom:8px}}.headerTabs__41b4b6a6{display:flex;justify-content:space-between}.headerTabs__41b4b6a6 .headerTabsContent__adbe7516{flex-grow:1}.headerTabs__41b4b6a6 .headerTabsControls__19fe3b3f{flex-shrink:0;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.headerTabs__41b4b6a6{flex-wrap:wrap}.headerTabs__41b4b6a6 .headerTabsContent__adbe7516{width:100%}.headerTabs__41b4b6a6 .headerTabsControls__19fe3b3f{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__41b4b6a6 .headerTabsControls__19fe3b3f>button{margin-left:16px;margin-top:16px}}.headerTitle__664be3e0{display:flex;justify-content:space-between}.headerTitle__664be3e0 .headerTitleControls__4c45e5b1{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__2ae74862+.headerTitle__664be3e0{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media (max-width: 767px){.headerTitle__664be3e0{flex-wrap:wrap}.headerTitle__664be3e0 .headerTitleContent__3ad773b9{width:100%}.headerTitle__664be3e0 .headerTitleControls__4c45e5b1{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__664be3e0 .headerTitleControls__4c45e5b1>button{margin-left:16px;margin-top:16px}}.headerSubheader__dad2b279{padding:24px 0}.headerSubheader__dad2b279.withoutPaddings__43e1a2f8{padding:0}.headerLayoutSidebar__2d6c0548{display:flex;justify-content:space-between}.headerLayoutSidebarContent__ecf2b362{flex-grow:1;min-width:1px}@media (max-width: 767px){.headerLayoutSidebarSidebar__bd4072e2{display:none}}.page__bb4e7185{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media (max-width: 767px){.page__bb4e7185{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__7a2abaff.sticky__dfbe45ad{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__7a2abaff.sticky__dfbe45ad[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-20-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__dd928867.sticky__dfbe45ad{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__dd928867.sticky__dfbe45ad[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-20-0)!important}.footerDescription__97925025{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__eb31ee79{flex-grow:1;margin-right:auto}.footerDescriptionControls__e6bd5bf6{margin-left:auto;white-space:nowrap;padding-left:24px}@media (max-width: 767px){.footerDescription__97925025{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__eb31ee79{width:100%}.footerDescriptionControls__e6bd5bf6{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__e6bd5bf6>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__eb31ee79+.footerDescriptionControls__e6bd5bf6{margin-top:0}.footer__b93ed6b5{padding:16px 0}}.modalWindowHeader__92fa397d .global-HeaderTitleContent{padding-right:64px}@media (max-width: 767px){.modalWindowHeader__92fa397d .global-HeaderTitleContent{padding-right:72px}}.list__e0f6c2c7{margin:0;padding:0;list-style:none;position:relative}.listItemControls__9091edb0{display:flex;padding:0 16px 0 4px}.listItemContent__c09e0b76{background:var(--triplex-next-ListItem-Background-1-20-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__c09e0b76.selected__22aa2908{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-20-0)}.listItemControlsButton__24bce7a0{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-20-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__24bce7a0:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-20-0)}.listItemControlsButton__24bce7a0:hover .listItemControlsButtonLabel__2ea0d416{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-20-0)!important}.listItemControlsButton__24bce7a0.expanded__97a16176,.listItemControlsButton__24bce7a0:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-20-0)}.listItemControlsButton__24bce7a0.expanded__97a16176 .listItemControlsButtonLabel__2ea0d416,.listItemControlsButton__24bce7a0:active .listItemControlsButtonLabel__2ea0d416{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-20-0)!important}.listItemControlsButton__24bce7a0+.listItemControlsButton__24bce7a0,.listItemControlsButton__24bce7a0+.listItemControlsButtonDropdown__c1099d07{margin-left:4px}.listItemControlsButtonIcon__b0365c6e{line-height:0}.listItemControlsButton__24bce7a0.withText__09b15154 .listItemControlsButtonIcon__b0365c6e{margin-bottom:8px}.listItemControlsButtonLabel__2ea0d416{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-20-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__c1099d07{display:flex}.listItemControlsButtonInner__d64dd01e{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__24bce7a0.withIcon__969ad495.withText__09b15154 .listItemControlsButtonInner__d64dd01e{height:44px;overflow:visible}.buttonDropdownMenuItem__134e3e5b{overflow:hidden;text-overflow:ellipsis}.listEmptyState__9bf81f73{padding:64px 16px 16px;text-align:center}.listItemLoading__419841ee{height:24px;padding:12px 0;position:relative}.label__1df2c41a{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__1df2c41a.sm__19698200{min-width:16px;min-height:16px}.label__1df2c41a.sm__19698200.nonempty__85e271d9{padding:2px 0 2px 24px}.label__1df2c41a.md__50cb69ca{min-width:24px;min-height:24px}.label__1df2c41a.md__50cb69ca.nonempty__85e271d9{padding-left:32px;padding-top:2px}.label__1df2c41a.lg__e94aa084{min-width:28px;min-height:28px}.label__1df2c41a.lg__e94aa084.nonempty__85e271d9{padding-left:40px;padding-top:4px}.label__1df2c41a.disabled__405376fe{cursor:default}.label__1df2c41a[hidden]{display:none}.checkbox__3da79a2c{margin:0;opacity:0}.checkboxIcon__2f7a7138{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-20-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-20-0)}.sm__19698200 .checkboxIcon__2f7a7138{border-radius:4px}.checkmarkIcon__a163606e{transform:scale(0)}.checkmarkIcon__a163606e path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-20-0)}.checkboxIcon__2f7a7138,.checkmarkIcon__a163606e{pointer-events:none}.checkbox__3da79a2c,.checkboxIcon__2f7a7138,.checkmarkIcon__a163606e{position:absolute;left:0;top:0}.sm__19698200 .checkbox__3da79a2c,.sm__19698200 .checkboxIcon__2f7a7138,.sm__19698200 .checkmarkIcon__a163606e{width:16px;height:16px;top:2px}.md__50cb69ca .checkbox__3da79a2c,.md__50cb69ca .checkboxIcon__2f7a7138,.md__50cb69ca .checkmarkIcon__a163606e{width:24px;height:24px}.lg__e94aa084 .checkbox__3da79a2c,.lg__e94aa084 .checkboxIcon__2f7a7138,.lg__e94aa084 .checkmarkIcon__a163606e{width:28px;height:28px}.checkbox__3da79a2c:enabled{cursor:pointer}.checkbox__3da79a2c:enabled:hover+.checkboxIcon__2f7a7138{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-20-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-20-0)}.checkbox__3da79a2c:checked+.checkboxIcon__2f7a7138{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-20-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-20-0)}.checkbox__3da79a2c:checked~.checkmarkIcon__a163606e{transform:scale(1);transition:transform .2s ease-out}.checkbox__3da79a2c:disabled+.checkboxIcon__2f7a7138{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-20-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-20-0)}.checkbox__3da79a2c:disabled:checked+.checkboxIcon__2f7a7138{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-20-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-20-0)}.checkbox__3da79a2c:disabled~.checkmarkIcon__a163606e path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-20-0)}.checkbox__3da79a2c:focus-visible+.checkboxIcon__2f7a7138{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-20-0)}.checkbox__3da79a2c:checked:enabled:hover+.checkboxIcon__2f7a7138{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-20-0)}.listItemSelectable__c2de7a8f{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-20-0);border-radius:8px}.listItemSelectable__c2de7a8f.selected__22aa2908{background:var(--triplex-next-ListItem-Background_Selected-1-20-0)}.checkboxWrapper__25d811fd{padding:16px;line-height:0}.childrenWrapper__e94f8b1e{flex-grow:1}.checkboxLabel__60763a19{padding:0!important;position:relative}.checkboxLabelClickArea__6812926a{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__1b5b9b60{position:relative;overflow:hidden}.swipeableArea__1b5b9b60 .content__5a1a0db5{position:relative;touch-action:pan-y}.swipeableArea__1b5b9b60 .content__5a1a0db5.disableScroll__4bf72f23{touch-action:none}.swipeableArea__1b5b9b60 .content__5a1a0db5.disablePointerEvents__3b1e1beb:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__1b5b9b60 .swipeAnimationFinish__38aaff12{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__1b5b9b60 .leftContent__f7defe82,.swipeableArea__1b5b9b60 .rightContent__3bc3ba8b{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__1b5b9b60 .rightContent__3bc3ba8b{left:auto;right:0}.listItemTail__64be06be{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__14e4e40d{background:var(--triplex-next-ListMaster-Background-1-20-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__fcf74e0c{position:absolute;top:0;left:0;right:0}.listItemTailTop__fcf74e0c: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-20-0)}.listItemTailTop__fcf74e0c: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-20-0)}.listItemTailBottom__471b1172{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__471b1172: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-20-0)}.listItemTailBottom__471b1172: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-20-0)}.listItemTailRight__db8865d0{right:-8px}.listItemTailLeft__6ecabd75{left:-8px}.listItemTable__4947350f{margin-bottom:4px}.listItemTable__4947350f:last-child{margin-bottom:0}.listSortableItemTarget__5a55d3ab{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-20-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__5a55d3ab:hover{background:var(--triplex-next-ListItem-Background_Selected-1-20-0)}.listSortableItemTarget__5a55d3ab.dragging__6b2d609b{background:var(--triplex-next-ListItem-Background_Dragging-1-20-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-20-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__5e080e3c{flex:1}.listSortableItemTargetIcon__714a9a43{display:block;margin-left:24px}.listSortableItem__1e6d2892{position:relative}.listSortableItem__1e6d2892.dragging__6b2d609b{z-index:1}.listSortableItemControls__7266079e{display:inline-block}.islandWidgetHeader__f2910fe7{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__f2910fe7 .islandWidgetHeaderContent__21b40192{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__f2910fe7 .islandWidgetHeaderDescription__8a11956a{display:flex}.islandWidgetHeader__f2910fe7 .caretWrapper__45468313{position:absolute;top:20px;right:16px}.islandWidgetHeader__f2910fe7 .caretIcon__a28316a2{transition:transform .3s ease-in-out}.islandWidgetHeader__f2910fe7.open__c4e281bf .caretWrapper__45468313 .caretIcon__a28316a2{transform:rotate(-180deg)}@media (max-width: 767px){.islandWidgetHeader__f2910fe7{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__a13986cb{padding-top:16px}.islandWidgetFooter__11eb35dd{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__7bd42e02{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__3c632a14{margin-left:auto;white-space:nowrap}.expandAnimation__593be0ce{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__15351c77{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-20-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media (max-width: 767px){.islandWidgetExtraFooter__15351c77{border-radius:0 0 16px 16px}}.islandWidget__a8010768{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__a8010768>*{height:100%}.islandWidgetWithExtraFooter__5cacd9fd:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-20-0)!important}@media (max-width: 767px){.islandWidgetHeaderWrapperAdaptive__64129808{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__252fb921{display:flex;flex-direction:column}.formFieldClear__b0cd2e72{cursor:pointer;height:16px;opacity:1;transition:opacity .3s}.formFieldClear__b0cd2e72.hidden__87cb95d3{opacity:0;pointer-events:none}.formFieldTarget__8c2d3278{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-20-0);overflow:hidden;white-space:nowrap}.formFieldTarget__8c2d3278.placeholder__5629041e{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-20-0)}.formFieldTarget__8c2d3278.disabled__2117c974{color:var(--triplex-next-FormField-Target_Color_Disabled-1-20-0)}.formFieldTarget__8c2d3278.size-sm__3d638ef1{font-size:12px;height:28px;line-height:16px}.formFieldTarget__8c2d3278.size-md__65fc9439{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__8c2d3278.size-lg__f17fa18c{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__8c2d3278 .placeholderWrapper__2bb05ae4{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__8c2d3278:focus{outline:none}.formFieldTarget__8c2d3278:focus .placeholderWrapper__2bb05ae4{opacity:1}.formFieldTextarea__b871dd9c{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-20-0);vertical-align:top;font-family:inherit}.formFieldTextarea__b871dd9c.sm__f77547f6{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__b871dd9c.md__454b3f9e{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__b871dd9c.lg__b5749c48{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__b871dd9c::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-20-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__b871dd9c:focus{outline:none}.formFieldTextarea__b871dd9c:focus::placeholder{opacity:1}.formFieldTextarea__b871dd9c:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-20-0)}.chipGroupItem__1a4af80f{display:inline-block}.chip__410302c7{background:var(--triplex-next-Chip-Background_Default-1-20-0);color:var(--triplex-next-Chip-Color_Default-1-20-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__410302c7.lg__32bd6d7e{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__410302c7.lg__32bd6d7e .prefix__d9f77f3d{padding-left:16px}.chip__410302c7.lg__32bd6d7e .postfix__d1cbe328{padding-right:12px}.chip__410302c7.md__f8dfb680{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__410302c7.md__f8dfb680 .prefix__d9f77f3d{padding-left:12px}.chip__410302c7.md__f8dfb680 .postfix__d1cbe328{padding-right:8px}.chip__410302c7.sm__12863624{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__410302c7.sm__12863624 .prefix__d9f77f3d{padding-left:8px}.chip__410302c7.sm__12863624 .postfix__d1cbe328{padding-right:8px}.chip__410302c7:hover{background:var(--triplex-next-Chip-Background_Hover-1-20-0);color:var(--triplex-next-Chip-Color_Hover-1-20-0)}.chip__410302c7:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-20-0)}.chip__410302c7:active,.chip__410302c7[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-20-0);color:var(--triplex-next-Chip-Color_Active-1-20-0)}.chip__410302c7.disabled__27b16c60{background:var(--triplex-next-Chip-Background_Disabled-1-20-0);color:var(--triplex-next-Chip-Color_Disabled-1-20-0);cursor:default;pointer-events:none}.chip__410302c7.selected__1a21ad35{background:var(--triplex-next-Chip-Background_Selected_Default-1-20-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-20-0)}.chip__410302c7.selected__1a21ad35:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-20-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-20-0)}.chip__410302c7.selected__1a21ad35:active,.chip__410302c7.selected__1a21ad35[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-20-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-20-0)}.chip__410302c7.selected__1a21ad35.disabled__27b16c60{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-20-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-20-0)}.chip__410302c7.withPrefix__02933133{padding-left:0}.chip__410302c7.withPostfix__f9b5f23c{padding-right:0}.chip__410302c7 .content__33cb2b8d{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__410302c7 .prefix__d9f77f3d,.chip__410302c7 .postfix__d1cbe328{display:flex}.calendarControls__b5f70556{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-20-0)}.calendarViewDays__31a69485{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__171606e0 .calendarViewDays__31a69485{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__808acc80,.calendarViewYears__cb873cd4{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__171606e0 .calendarViewMonths__808acc80,.adaptive__171606e0 .calendarViewYears__cb873cd4{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__d22cb1ba{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-20-0)}.calendarViewDaysBody__f3acea4e:before{display:block;content:"‌";line-height:8px}.adaptive__171606e0 .calendarViewDaysBody__f3acea4e:before{line-height:4px}.calendarViewItem__048de627{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__048de627:focus-visible{outline:none}.calendarViewItem__048de627.current__3fba10ea{font-weight:600}.calendarViewItem__048de627.disabled__5f67c1e8{pointer-events:none}.calendarViewItemLabel__a06ee6f6{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-20-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-20-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-20-0);cursor:pointer}.calendarViewItemLabel__a06ee6f6:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-20-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-20-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef:hover.basicMark__10ebfcfe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef:hover.standardMark__51cb1814:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef:hover.attentionMark__18b1f3cb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef:hover.criticalMark__abc9156a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef.muted__f968d38a{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-20-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef.muted__f968d38a:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-20-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef.basicMark__10ebfcfe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef.standardMark__51cb1814:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef.attentionMark__18b1f3cb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.selected__d1fff3ef.criticalMark__abc9156a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.marked__2071ab3b:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__a06ee6f6.basicMark__10ebfcfe:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.standardMark__51cb1814:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.attentionMark__18b1f3cb:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.criticalMark__abc9156a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-20-0)}.calendarViewItemLabel__a06ee6f6.muted__f968d38a{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-20-0)}.calendarViewItemLabel__a06ee6f6.disabled__5f67c1e8{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-20-0);background:none}.calendarViewItem__048de627:focus-visible .calendarViewItemLabel__a06ee6f6{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-20-0)}.unitDay__0dc3aa35{width:36px;height:36px;border-radius:6px}.unitMonth__a2f7be9c,.unitYear__c491c2e9{width:89px;height:48px;border-radius:6px}.adaptive__171606e0 .unitMonth__a2f7be9c,.adaptive__171606e0 .unitYear__c491c2e9{width:104px;height:48px;border-radius:6px}.calendarFooter__5b923ec8{margin-top:12px;text-align:center}.calendar__47c4d0a7{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-20-0);-webkit-user-select:none;user-select:none}.calendar__47c4d0a7.adaptive__171606e0{width:auto;padding:20px}.calendar__47c4d0a7+.calendar__47c4d0a7{margin-top:20px}.datePickerExtendedMobileDropdown__0cefb211{max-height:100vh}.chipDropdownArrow__dc4543d0{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__dc4543d0.rotated__a6a39df5{transform:rotate(-180deg)}.chipClearButton__728ca9ac{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__728ca9ac:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-20-0)}.dropdownMobileMaskedInput__89280587{height:20px;padding:0;background:transparent;border:none;border-radius:0}.selectExtendedFieldTarget__5668a58c{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__5668a58c .caretWrapper__34bb1663{height:100%}.selectExtendedFieldTarget__5668a58c .caretIcon__daf5fe71{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__5668a58c.selectOpened__3a4edb95 .caretIcon__daf5fe71{transform:rotate(180deg)}.selectExtendedFieldTarget__5668a58c.disabled__bc6d3f18{-webkit-user-select:none;user-select:none;pointer-events:none}.selectExtendedField__1ec7e1f2{position:relative}.multiselectFieldHeader__840ccb8f{padding:12px 12px 0}.multiselectFieldContentWrapper__89fc12b0 .multiselectFieldContent__f5b7b21a{position:relative;padding-bottom:12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContentWrapper__89fc12b0 .multiselectFieldContent__f5b7b21a:has(.loaderScreen__286a55eb){overflow:hidden}.multiselectFieldContentWrapper__89fc12b0 .multiselectFieldContent__f5b7b21a.sm__4969fd5b{max-height:208px}.multiselectFieldContentWrapper__89fc12b0 .multiselectFieldContent__f5b7b21a.md__482ee8a7{max-height:266px}.multiselectFieldContentWrapper__89fc12b0 .multiselectFieldContent__f5b7b21a.lg__9659211e{max-height:296px}.multiselectFieldFooter__1d337781{padding:0 12px 12px}.multiselectFieldFooter__1d337781:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-20-0)}.chipOptionsContent__c25c6b02{min-width:14px;text-align:center;display:block}.tooltipDesktop__7ff4cf48{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__7ff4cf48 .tooltipBody__16173de4{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-20-0)}.tooltipDesktop__7ff4cf48 .tooltipXButton__a5255c01{position:absolute;right:8px;top:8px}.tooltipDesktopContent__7eb969e7{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-20-0);border-radius:8px}.closable__3764866f .tooltipDesktopContent__7eb969e7{padding-right:32px}.tooltipSM__f037378c .tooltipDesktopContent__7eb969e7{width:192px;min-height:52px}.tooltipLG__387c303b .tooltipDesktopContent__7eb969e7{width:384px;min-height:52px}.tooltipOverlay__7c757b4f{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__a11f28dd{width:0;height:0}.tooltipDesktopTip__a11f28dd.down__99050d0f{border-top:solid var(--triplex-next-Tooltip-Background-1-20-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a11f28dd.up__095ae22b{border-bottom:solid var(--triplex-next-Tooltip-Background-1-20-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__a11f28dd.left__05499613{border-right:solid var(--triplex-next-Tooltip-Background-1-20-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__a11f28dd.right__d07a5bba{border-left:solid var(--triplex-next-Tooltip-Background-1-20-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__3fbbb9ea .tooltipBody__16173de4{text-align:left}.tooltipMobileContent__45aef218{padding:16px}.headerless__0315f023 .tooltipMobileContent__45aef218{padding-right:40px;border-radius:16px 16px 0 0}.headerless__0315f023 .tooltipMobileContent__45aef218 .closeButton__dfd6da3a{position:absolute;right:16px;top:16px}.tooltipLink__f11bb509{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__6bc3a1c5{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-20-0)}.desktop__6bc3a1c5:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-20-0)}.desktop__6bc3a1c5:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-20-0)}.desktop__6bc3a1c5:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-20-0)}.mobile__e549f4c6{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-20-0)}.mobile__e549f4c6:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-20-0)}.mobile__e549f4c6:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-20-0)}.mobile__e549f4c6:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-20-0)}.chipSuggestInputWrapper__a7a54397{margin:12px}.suggestDropdownMobileBody__aab5cfd2{height:176px}.suggestDropdownMobileNoOptionsText__50ca753e{padding:16px}.checkboxXGroup__62b8c869{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__62b8c869.indent-12__194b5bb5{margin-left:-6px;margin-right:-6px}.checkboxXGroup__62b8c869.indent-12__194b5bb5 .label__1df2c41a{margin-left:6px;margin-right:6px}.checkboxXGroup__62b8c869.indent-16__52f77910{margin-left:-8px;margin-right:-8px}.checkboxXGroup__62b8c869.indent-16__52f77910 .label__1df2c41a{margin-left:8px;margin-right:8px}.checkboxXGroup__62b8c869.indent-20__67e10578{margin-left:-10px;margin-right:-10px}.checkboxXGroup__62b8c869.indent-20__67e10578 .label__1df2c41a{margin-left:10px;margin-right:10px}.checkboxXGroup__62b8c869.indent-24__f4f91355{margin-left:-12px;margin-right:-12px}.checkboxXGroup__62b8c869.indent-24__f4f91355 .label__1df2c41a{margin-left:12px;margin-right:12px}.checkboxXGroup__62b8c869.indent-28__d88c662a{margin-left:-14px;margin-right:-14px}.checkboxXGroup__62b8c869.indent-28__d88c662a .label__1df2c41a{margin-left:14px;margin-right:14px}.checkboxXGroup__62b8c869.indent-32__28f1f755{margin-left:-16px;margin-right:-16px}.checkboxXGroup__62b8c869.indent-32__28f1f755 .label__1df2c41a{margin-left:16px;margin-right:16px}.checkboxYGroup__bfebb784{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__bfebb784 .label__1df2c41a.sm__19698200+.label__1df2c41a.sm__19698200{margin-top:8px}.checkboxYGroup__bfebb784 .label__1df2c41a.lg__e94aa084+.label__1df2c41a.lg__e94aa084{margin-top:20px}.checkboxYGroup__bfebb784 .label__1df2c41a.md__50cb69ca+.label__1df2c41a.md__50cb69ca{margin-top:16px}.card__3713c226{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__3713c226.roundingMD__11c215e0{--radius: 16px}.card__3713c226.roundingSM__1515fcb3{--radius: 8px}.card__3713c226.general__86182b55{background:var(--triplex-next-Card-Static_General_Background-1-20-0)}.card__3713c226.secondary__0c747f4f{background:var(--triplex-next-Card-Static_Secondary_Background-1-20-0)}.card__3713c226 .cardMedia__83c0e674{background-size:cover;background-repeat:no-repeat;background-position:center}.card__3713c226 .cardContent__b023a045{padding:var(--padding)}.card__3713c226 .cardContent__b023a045.paddingMD__82f0954f{--padding: 24px}.card__3713c226 .cardContent__b023a045.paddingSM__d9aa84cc{--padding: 16px}.card__3713c226 .cardContent__b023a045 .cardContentHeader__8c3b4d4e{margin-bottom:16px}.card__3713c226 .cardContent__b023a045 .cardContentFooter__354e254b{margin-top:16px}.action__82b6cf67{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__82b6cf67: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__82b6cf67.general__86182b55{background:var(--triplex-next-Card-Action_General_Background-1-20-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-20-0)}.action__82b6cf67.general__86182b55:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-20-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-20-0)}.action__82b6cf67.general__86182b55.selected__25f9f2b0{background:var(--triplex-next-Card-Action_General_Background_Selected-1-20-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-20-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-20-0)}.action__82b6cf67.general__86182b55.selected__25f9f2b0:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-20-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-20-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-20-0)}.action__82b6cf67.general__86182b55:focus{outline:none}.action__82b6cf67.general__86182b55:focus.focusVisible__7d38bb1b{box-shadow:var(--triplex-next-Card-Shadow_Default-1-20-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-20-0)}.action__82b6cf67.secondary__0c747f4f{background:var(--triplex-next-Card-Action_Secondary_Background-1-20-0)}.action__82b6cf67.secondary__0c747f4f:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-20-0)}.action__82b6cf67.secondary__0c747f4f.selected__25f9f2b0{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-20-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-20-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-20-0)}.action__82b6cf67.secondary__0c747f4f.selected__25f9f2b0:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-20-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-20-0)}.action__82b6cf67.secondary__0c747f4f:focus{outline:none}.action__82b6cf67.secondary__0c747f4f:focus.focusVisible__7d38bb1b{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-20-0)}.alertContext__36930ea3{display:flex;font-size:12px;line-height:16px}.alertContext__36930ea3>svg{flex-shrink:0}.alertContext__36930ea3 .alertContextText__4226f598{margin-left:8px}.alertContext__36930ea3.alertTypeError__bc24eec9 .alertContextText__4226f598{color:var(--triplex-next-AlertContext-Error_Color-1-20-0)}.alertContext__36930ea3.alertTypeInfo__d382af25 .alertContextText__4226f598{color:var(--triplex-next-AlertContext-Info_Color-1-20-0)}.alertContext__36930ea3.alertTypeWarning__70d139a7 .alertContextText__4226f598{color:var(--triplex-next-AlertContext-Warning_Color-1-20-0)}.alertContext__36930ea3.alertTypeSystem__e257681f .alertContextText__4226f598{color:var(--triplex-next-AlertContext-System_Color-1-20-0)}.alertProcess__53efa7b6{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__53efa7b6.withSpoiler__1343cecf{min-height:40px}.alertProcess__53efa7b6 .themeIcon__a68ee9ab{box-sizing:border-box;height:20px;width:20px}.alertProcess__53efa7b6.alertTypeError__bc24eec9{background:var(--triplex-next-AlertProcess-Error_Background-1-20-0)}.alertProcess__53efa7b6.alertTypeInfo__d382af25{background:var(--triplex-next-AlertProcess-Info_Background-1-20-0)}.alertProcess__53efa7b6.alertTypeWarning__70d139a7{background:var(--triplex-next-AlertProcess-Warning_Background-1-20-0)}.alertProcess__53efa7b6.alertTypeSystem__e257681f{background:var(--triplex-next-AlertProcess-System_Background-1-20-0)}.alertProcess__53efa7b6.alertTypeFeature__011bae0b{background:var(--triplex-next-AlertProcess-Feature_Background-1-20-0)}.alertProcess__53efa7b6.alertTypeFeature__011bae0b .themeIcon__a68ee9ab{padding-top:0}.alertProcess__53efa7b6 .alertProcessContentBlock__53daba85{flex:1;margin-left:10px}.alertProcess__53efa7b6 .alertProcessContentBlock__53daba85 .expandableContent__6e9f8520{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__53efa7b6 .alertProcessContentBlock__53daba85 .expandableContent__6e9f8520.expanded__8fb31e61{max-height:1000px;opacity:1}.alertProcess__53efa7b6 .closeButton__d4d4dbfd{margin-left:10px}.alertProcess__53efa7b6 .expandButton__1faa83eb{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__53efa7b6 .expandButton__1faa83eb.expanded__8fb31e61{transform:rotate(180deg)}.adaptive__29fe9334{font-size:10px!important;line-height:12px!important}.avatar__39b18f4b{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-20-0)}.avatar__39b18f4b.xxs__99a6ece2{width:28px;height:28px;border-radius:6px}.avatar__39b18f4b.xs__73ab3474{width:32px;height:32px;border-radius:8px}.avatar__39b18f4b.sm__a0345e1f{width:40px;height:40px;border-radius:10px}.avatar__39b18f4b.md__7e5cfe18{width:56px;height:56px;border-radius:16px}.avatar__39b18f4b.lg__3173ade6{width:80px;height:80px;border-radius:20px}.avatar__39b18f4b.xl__4f4562f3{width:96px;height:96px;border-radius:24px}.avatar__39b18f4b.xxl__a2ab6247{width:128px;height:128px;border-radius:28px}.col-1__6209b671{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__0c342721{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__1989fca2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__f31a1342{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__52570c9d{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__dfeab709{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__840c122e{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__a57ff230{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__3032e553{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__eaf9d807{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__c14f3fab{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__0a2d5bf9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__f15dfe53{margin-left:0%}.offset-1__34b7628b{margin-left:8.33333333%}.offset-2__b8c4ff37{margin-left:16.66666667%}.offset-3__577e3c54{margin-left:25%}.offset-4__a857bc12{margin-left:33.33333333%}.offset-5__e01a5b29{margin-left:41.66666667%}.offset-6__b36d83c1{margin-left:50%}.offset-7__dbdb49e5{margin-left:58.33333333%}.offset-8__86f3d726{margin-left:66.66666667%}.offset-9__74206609{margin-left:75%}.offset-10__a5c8aebe{margin-left:83.33333333%}.offset-11__6731f6f2{margin-left:91.66666667%}.d-none__9bdbef4e{display:none!important}.d-block__d0ad629c{display:block!important}@media (min-width: 576px){.col-sm-1__c896f9ac{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__51dcef74{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__e2649093{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__3dfd04a6{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__f61d3c2d{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__6f426ede{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__cfe6e771{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__c4b5be0c{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__d9daa1e5{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__0539209d{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__4d7f8690{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__d95335b9{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__bf9caff9{margin-left:0%}.offset-sm-1__5a097c19{margin-left:8.33333333%}.offset-sm-2__03afc6ea{margin-left:16.66666667%}.offset-sm-3__0137a0f0{margin-left:25%}.offset-sm-4__e0d75e74{margin-left:33.33333333%}.offset-sm-5__55bb0ad5{margin-left:41.66666667%}.offset-sm-6__513c06dc{margin-left:50%}.offset-sm-7__fe20289a{margin-left:58.33333333%}.offset-sm-8__5b8ed036{margin-left:66.66666667%}.offset-sm-9__b6e4a43f{margin-left:75%}.offset-sm-10__ed5201a3{margin-left:83.33333333%}.offset-sm-11__6a587b3e{margin-left:91.66666667%}.d-none-sm__016bb20e{display:none!important}.d-block-sm__a10997b7{display:block!important}}@media (min-width: 768px){.col-md-1__d5fd5dc4{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__5b7ac3c9{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__ad3e074e{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__6a4433c3{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__cd7f039b{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__4b3cb3ad{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__1eb540dd{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__206fe38e{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__ec7978f1{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__6f11fc88{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__e242e468{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__a0db340d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__ac36b447{margin-left:0%}.offset-md-1__cfe6a7e0{margin-left:8.33333333%}.offset-md-2__42e7305e{margin-left:16.66666667%}.offset-md-3__43ad4caa{margin-left:25%}.offset-md-4__452ee903{margin-left:33.33333333%}.offset-md-5__85ec6169{margin-left:41.66666667%}.offset-md-6__29a1c1b2{margin-left:50%}.offset-md-7__0cae64a3{margin-left:58.33333333%}.offset-md-8__e7fddc9d{margin-left:66.66666667%}.offset-md-9__c6c1c145{margin-left:75%}.offset-md-10__c85e40c3{margin-left:83.33333333%}.offset-md-11__c4973cb1{margin-left:91.66666667%}.d-none-md__aba4aa61{display:none!important}.d-block-md__3235f907{display:block!important}}@media (min-width: 992px){.col-lg-1__ced300e5{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__31e4f6d6{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__1d3193cb{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__4a6d93e0{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__fcfdbda1{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__c2b2e144{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__faf529d2{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__e215c7a7{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__7848fad6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__f7320214{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__8758cc4c{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__e10b13c0{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__983290e0{margin-left:0%}.offset-lg-1__a4a3d448{margin-left:8.33333333%}.offset-lg-2__890858b5{margin-left:16.66666667%}.offset-lg-3__49e60249{margin-left:25%}.offset-lg-4__ce280ebc{margin-left:33.33333333%}.offset-lg-5__431e5c42{margin-left:41.66666667%}.offset-lg-6__6712a496{margin-left:50%}.offset-lg-7__3dee757d{margin-left:58.33333333%}.offset-lg-8__a332673d{margin-left:66.66666667%}.offset-lg-9__e7b957ea{margin-left:75%}.offset-lg-10__39671636{margin-left:83.33333333%}.offset-lg-11__c7514906{margin-left:91.66666667%}.d-none-lg__e0866248{display:none!important}.d-block-lg__f2ec27a4{display:block!important}}@media (min-width: 1200px){.col-xl-1__f7b5eb02{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__00b8b9c2{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__3ec7b7ec{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__3a2bb37b{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__1f2482cd{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__01d0bf18{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__fb384bd6{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__7ca894a0{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__ddbff85b{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__e48e1ce4{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__a2b98b15{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__92bfcaca{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__6eff8d94{margin-left:0%}.offset-xl-1__255f969a{margin-left:8.33333333%}.offset-xl-2__6a2daa05{margin-left:16.66666667%}.offset-xl-3__372b9a2f{margin-left:25%}.offset-xl-4__dd122b51{margin-left:33.33333333%}.offset-xl-5__496ca7ea{margin-left:41.66666667%}.offset-xl-6__1ef36090{margin-left:50%}.offset-xl-7__74cb0ec2{margin-left:58.33333333%}.offset-xl-8__d901f2cc{margin-left:66.66666667%}.offset-xl-9__fd2b4ff4{margin-left:75%}.offset-xl-10__8b2870d6{margin-left:83.33333333%}.offset-xl-11__f8e6304f{margin-left:91.66666667%}.d-none-xl__392a5ab7{display:none!important}.d-block-xl__950e6d29{display:block!important}}.ellipsisLineClamp__9015c77d{--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__9015c77d.oneLine__a8c81734{word-break:break-all}.link__f1aa9513{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-20-0)}.link__f1aa9513:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-20-0)}.link__f1aa9513:active{color:var(--triplex-next-Link-Text_Color_Active-1-20-0)}.link__f1aa9513:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-20-0)}.wordWithContent__137a9001{white-space:nowrap;display:inline-flex;align-items:center}.before__cc57ab1d :first-child{margin-right:2px}.after__5e19e1fd :last-child{margin-left:2px}.marker__e84121cb.success__88fd003b{background:var(--triplex-next-Marker-Background_Success-1-20-0)}.marker__e84121cb.error__7f284791{background:var(--triplex-next-Marker-Background_Error-1-20-0)}.marker__e84121cb.warning__888af00b{background:var(--triplex-next-Marker-Background_Warning-1-20-0)}.marker__e84121cb.waiting__7b2711a8{background:var(--triplex-next-Marker-Background_Waiting-1-20-0)}.markerStatus__e51649cd{line-height:0;display:flex;align-items:start}.markerStatus__e51649cd .contentContainer__8038d784{display:flex;flex-direction:column}.markerStatus__e51649cd.md__bf567e6f{gap:4px}.markerStatus__e51649cd.md__bf567e6f .markerContainer__42548600{margin-top:4px}.markerStatus__e51649cd.lg__26171764{gap:6px}.markerStatus__e51649cd.lg__26171764 .contentContainer__8038d784{gap:4px}.markerStatus__e51649cd.lg__26171764 .markerContainer__42548600{margin-top:5px}.row__350a1805{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__350a1805.noPaddingBottom__79d8d8c1,.row__350a1805:last-child{padding-bottom:0}.tabsExtended__1ae47378{position:relative}.tabsExtendedContent__07c0c7f1{display:inline-flex}.tabsExtendedContent__07c0c7f1.sm__359df106{border-radius:6px;padding:4px}.tabsExtendedContent__07c0c7f1.md__5895732a{border-radius:8px;padding:4px}.tabsExtendedContent__07c0c7f1.lg__96d973b9{border-radius:10px;padding:8px}.tabsExtendedTab__d67ddb49{display:flex}.tabsExtendedTab__d67ddb49+.tabsExtendedTab__d67ddb49,.tabsExtendedDropdown__c0e1b03d{margin-left:2px}.tabsReal__ce3097a1,.tabsFake__dfc35866{display:flex;box-sizing:border-box;width:100%}.tabsReal__ce3097a1.hidden__3fb0a3f9{visibility:hidden}.tabsReal__ce3097a1 .tabsExtendedTab__d67ddb49.hidden__3fb0a3f9{display:none}.tabsFake__dfc35866{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__a8720291 .tabsExtendedContent__07c0c7f1{background-color:var(--triplex-next-Tabs-Type1_Background-1-20-0)}.type2__ed9bd04a .tabsExtendedContent__07c0c7f1{background-color:var(--triplex-next-Tabs-Type2_Background-1-20-0)}.tabsExtendedTabButton__1ff5d82e{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-20-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__1ff5d82e .tabButtonText__70be07d7{font-weight:400}.tabsExtendedTabButton__1ff5d82e .notificationIcon__daa56b7f{position:absolute}.tabsExtendedTabButton__1ff5d82e.lg__96d973b9{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__1ff5d82e.lg__96d973b9 .tabButtonText__70be07d7{font-size:16px;line-height:20px}.tabsExtendedTabButton__1ff5d82e.lg__96d973b9 .notificationIcon__daa56b7f{right:6px;top:6px}.tabsExtendedTabButton__1ff5d82e.md__5895732a{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__1ff5d82e.md__5895732a .tabButtonText__70be07d7{font-size:14px;line-height:20px}.tabsExtendedTabButton__1ff5d82e.md__5895732a .notificationIcon__daa56b7f{right:4px;top:4px}.tabsExtendedTabButton__1ff5d82e.sm__359df106{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__1ff5d82e.sm__359df106 .tabButtonText__70be07d7{font-size:12px;line-height:16px}.tabsExtendedTabButton__1ff5d82e.sm__359df106 .notificationIcon__daa56b7f{right:3px;top:3px}.tabsExtendedTabButton__1ff5d82e::-moz-focus-inner{border:none}.tabsExtendedTabButton__1ff5d82e+.tabsExtendedTabButton__1ff5d82e{margin-left:2px}.tabsExtendedTabButton__1ff5d82e:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type1__a8720291{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type1__a8720291.selected__901ba18b{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type1__a8720291.selected__901ba18b .tabButtonText__70be07d7{color:var(--triplex-next-Tabs-Type1_Tab_Color_Selected-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type1__a8720291:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type1__a8720291:hover .tabButtonText__70be07d7{color:var(--triplex-next-Tabs-Type1_Tab_Color_Hover-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type1__a8720291 .tabButtonText__70be07d7{color:var(--triplex-next-Tabs-Type1_Tab_Color_Default-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type2__ed9bd04a{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-20-0);color:var(--triplex-next-Tabs-Type2_Tab_Color_Default-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type2__ed9bd04a.selected__901ba18b{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type2__ed9bd04a.selected__901ba18b .tabButtonText__70be07d7{color:var(--triplex-next-Tabs-Type2_Tab_Color_Selected-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type2__ed9bd04a:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-20-0)}.tabsExtendedTabButton__1ff5d82e.type2__ed9bd04a:hover .tabButtonText__70be07d7{color:var(--triplex-next-Tabs-Type2_Tab_Color_Hover-1-20-0)}.tabsContent__a1a36be7 .tabButtonDropdown__5a033436{padding:0!important;border-radius:0!important;background:none!important}.tabsContent__a1a36be7 .tabButtonDropdown__5a033436.sm__9fc63d0f{min-width:20px;min-height:20px;height:20px}.tabsContent__a1a36be7 .tabButtonDropdown__5a033436.md__bd86e4af{min-width:32px;min-height:32px;height:32px}.tabsContent__a1a36be7 .tabButtonDropdown__5a033436.lg__0d2fc874{min-width:40px;min-height:40px;height:40px}.tag__5e7ac1b6{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-20-0);border-radius:4px;gap:2px}.tag__5e7ac1b6.sm__a95a122f{height:20px;padding:2px 4px 2px 6px}.tag__5e7ac1b6.md__11706a3f{height:28px;padding:4px 6px 4px 8px}.tag__5e7ac1b6.lg__13e24c78{height:32px;padding:6px 8px 6px 10px}.content__2d442204{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagGroup__304320b1{display:flex;flex-wrap:wrap}.tagGroup__304320b1.sm__159df847{gap:4px}.tagGroup__304320b1.md__6f242c51{gap:8px}.tagGroup__304320b1.lg__c84df3d2{gap:12px}.paginationExtended__f581f368{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__9ae2c932 .directionIconNext__1c706a42{transform:rotate(180deg)}.pageEllipsis__2496fdf9{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;color:var(--triplex-next-TableBasic-PaginationBasic_Color-1-20-0);cursor:default}.paginationPageButton__683fb6b6{font-size:14px;font-family:inherit;color:var(--triplex-next-Pagination-PageButton_Color-1-20-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__683fb6b6:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-20-0);outline:none}.paginationPageButton__683fb6b6:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-20-0)}.paginationPageButton__683fb6b6:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-20-0);cursor:grabbing}.paginationPageButton__683fb6b6.currentPage__c6385513{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-20-0);cursor:default}.paginationNavigationExtended__a9cb5503{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__8ddf80df{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__8ddf80df .paginationSelectControl__a2424edf{margin-left:8px;min-width:72px}.skeleton__d47fa771{border-radius:16px;flex-grow:1}.skeleton__d47fa771.light__ef17660a{animation:skeleton-light-pulse__8e11db66 2s ease-in-out infinite}.skeleton__d47fa771.dark__9663cfb8{animation:skeleton-dark-pulse__11f15728 2s ease-in-out infinite}@keyframes skeleton-light-pulse__8e11db66{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-20-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-20-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-20-0)}}@keyframes skeleton-dark-pulse__11f15728{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-20-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-20-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-20-0)}}.segmentedControlSegment__b82422fc{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-20-0);outline:none;cursor:pointer}.segmentedControlSegment__b82422fc:disabled{cursor:default}.sm__adeed0c1 .segmentedControlSegment__b82422fc{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__db6b048b .segmentedControlSegment__b82422fc{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__a26e2a37 .segmentedControlSegment__b82422fc{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__c34f3df2 .segmentedControlSegment__b82422fc{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-20-0)}.general1__c34f3df2 .segmentedControlSegment__b82422fc:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-20-0)}.general1__c34f3df2 .segmentedControlSegment__b82422fc:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-20-0)}.general1__c34f3df2 .segmentedControlSegment__b82422fc.selected__2e3eef71{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-20-0)}.general1__c34f3df2 .segmentedControlSegment__b82422fc.selected__2e3eef71:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-20-0)}.general1__c34f3df2 .segmentedControlSegment__b82422fc.selected__2e3eef71:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-20-0)}.general2__8f5e4a2f .segmentedControlSegment__b82422fc{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-20-0)}.general2__8f5e4a2f .segmentedControlSegment__b82422fc:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-20-0)}.general2__8f5e4a2f .segmentedControlSegment__b82422fc:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-20-0)}.general2__8f5e4a2f .segmentedControlSegment__b82422fc.selected__2e3eef71{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-20-0)}.general2__8f5e4a2f .segmentedControlSegment__b82422fc.selected__2e3eef71:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-20-0)}.general2__8f5e4a2f .segmentedControlSegment__b82422fc.selected__2e3eef71:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-20-0)}.secondary1__146260c3 .segmentedControlSegment__b82422fc{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-20-0)}.secondary1__146260c3 .segmentedControlSegment__b82422fc:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-20-0)}.secondary1__146260c3 .segmentedControlSegment__b82422fc:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-20-0)}.secondary1__146260c3 .segmentedControlSegment__b82422fc.selected__2e3eef71{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-20-0)}.secondary1__146260c3 .segmentedControlSegment__b82422fc.selected__2e3eef71:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-20-0)}.secondary2__c035108a .segmentedControlSegment__b82422fc{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-20-0)}.secondary2__c035108a .segmentedControlSegment__b82422fc:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-20-0)}.secondary2__c035108a .segmentedControlSegment__b82422fc:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-20-0)}.secondary2__c035108a .segmentedControlSegment__b82422fc.selected__2e3eef71{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-20-0)}.secondary2__c035108a .segmentedControlSegment__b82422fc.selected__2e3eef71:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-20-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-20-0)}.segmentedControlSegment__b82422fc:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-20-0)}.content__5bb9b8cb{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__d5d2d140{display:flex;gap:4px}.segmentedControl__d5d2d140.general1__c34f3df2{background:var(--triplex-next-SegmentedControl-General_1_Background-1-20-0)}.segmentedControl__d5d2d140.secondary1__146260c3{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-20-0)}.segmentedControl__d5d2d140.general2__8f5e4a2f{background:var(--triplex-next-SegmentedControl-General_2_Background-1-20-0)}.segmentedControl__d5d2d140.secondary2__c035108a{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-20-0)}.segmentedControl__d5d2d140.sm__adeed0c1{border-radius:6px;padding:4px}.segmentedControl__d5d2d140.md__db6b048b{border-radius:8px;padding:4px}.segmentedControl__d5d2d140.lg__a26e2a37{border-radius:10px;padding:8px}.step__a1916e52{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__a1916e52.default__849ab235{background-color:var(--triplex-next-Step-Background_Default-1-20-0)}.step__a1916e52.default__849ab235>span{color:var(--triplex-next-Step-Color_Default-1-20-0)}.step__a1916e52.done__fe95ae1c{background-color:var(--triplex-next-Step-Background_Done-1-20-0)}.step__a1916e52.done__fe95ae1c>span{color:var(--triplex-next-Step-Color_Done-1-20-0)}.step__a1916e52.warning__89c0f544{background-color:var(--triplex-next-Step-Background_Warning-1-20-0)}.step__a1916e52.warning__89c0f544>span{color:var(--triplex-next-Step-Color_Warning-1-20-0)}.step__a1916e52.active__0c887dff{background-color:var(--triplex-next-Step-Background_Active-1-20-0)}.step__a1916e52.active__0c887dff>span{color:var(--triplex-next-Step-Color_Active-1-20-0)}.step__a1916e52.error__bb389760{background-color:var(--triplex-next-Step-Background_Error-1-20-0)}.step__a1916e52.error__bb389760>span{color:var(--triplex-next-Step-Color_Error-1-20-0)}.step__a1916e52.disabled__45709215{background-color:var(--triplex-next-Step-Background_Disabled-1-20-0)}.step__a1916e52.disabled__45709215>span{color:var(--triplex-next-Step-Color_Disabled-1-20-0)}.stepperWrapper__59b2a836{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-20-0)}.stepperStep__7dd07deb{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__7dd07deb+.stepperStep__7dd07deb{margin-left:12px}.stepperStep__7dd07deb.sm__4b73daaa:not(:last-child) .content__a2c50978{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__7dd07deb.sm__4b73daaa:last-child .content__a2c50978{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__7dd07deb.sm__4b73daaa:last-child .arrow__63130509{display:none}.stepperStep__7dd07deb.md__cac0fea9:not(:last-child) .content__a2c50978{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__7dd07deb.md__cac0fea9:last-child .content__a2c50978{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__7dd07deb.md__cac0fea9:last-child .arrow__63130509{display:none}.stepperStep__7dd07deb.lg__55799ab9:not(:last-child) .content__a2c50978{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__7dd07deb.lg__55799ab9:last-child .content__a2c50978{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__7dd07deb.lg__55799ab9:last-child .arrow__63130509{display:none}.stepperStep__7dd07deb:hover:not(.active__e0ca91fe):not(.disabled__20b18171) .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-20-0)}.stepperStep__7dd07deb:hover:not(.active__e0ca91fe):not(.disabled__20b18171) .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-20-0)}.stepperStep__7dd07deb:hover:not(.active__e0ca91fe):not(.disabled__20b18171) .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe{cursor:default}.stepperStep__7dd07deb.active__e0ca91fe .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe.error__0fc2c475 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe.error__0fc2c475 .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe.error__0fc2c475 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe.warning__66404aa6 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe.warning__66404aa6 .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.active__e0ca91fe.warning__66404aa6 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.error__0fc2c475 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.error__0fc2c475 .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.error__0fc2c475 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.error__0fc2c475:hover .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.error__0fc2c475:hover .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.error__0fc2c475:hover .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.warning__66404aa6 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.warning__66404aa6 .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.warning__66404aa6 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.warning__66404aa6:hover .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.warning__66404aa6:hover .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0)}.stepperStep__7dd07deb.completed__5cdbe724.warning__66404aa6:hover .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a :not(.error__0fc2c475):not(.warning__66404aa6) .content__a2c50978{color:var(--triplex-next-Stepper-Step_Color_Default-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a :not(.error__0fc2c475):not(.warning__66404aa6):hover .content__a2c50978{color:var(--triplex-next-Stepper-Step_Color_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.error__0fc2c475 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.error__0fc2c475 .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.error__0fc2c475 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.error__0fc2c475:hover .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.error__0fc2c475:hover .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.error__0fc2c475:hover .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.warning__66404aa6 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.warning__66404aa6 .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.warning__66404aa6 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.warning__66404aa6:hover .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.warning__66404aa6:hover .arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0)}.stepperStep__7dd07deb.inactive__33352c8a.warning__66404aa6:hover .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-20-0)}.stepperStep__7dd07deb.disabled__20b18171{pointer-events:none}.stepperStep__7dd07deb.disabled__20b18171 .content__a2c50978{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-20-0)}.stepperStep__7dd07deb.disabled__20b18171 .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-20-0)}.stepperStep__7dd07deb.disabled__20b18171 .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-20-0)}.stepperStep__7dd07deb.focusVisible__114adf8a.completed__5cdbe724 .content__a2c50978,.stepperStep__7dd07deb.focusVisible__114adf8a.active__e0ca91fe .content__a2c50978,.stepperStep__7dd07deb.focusVisible__114adf8a.inactive__33352c8a .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-20-0)}.stepperStep__7dd07deb.focusVisible__114adf8a.completed__5cdbe724 .arrow__63130509 path:last-child,.stepperStep__7dd07deb.focusVisible__114adf8a.active__e0ca91fe .arrow__63130509 path:last-child,.stepperStep__7dd07deb.focusVisible__114adf8a.inactive__33352c8a .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-20-0)}.stepperStep__7dd07deb.focusVisible__114adf8a.completed__5cdbe724:hover .content__a2c50978,.stepperStep__7dd07deb.focusVisible__114adf8a.active__e0ca91fe:hover .content__a2c50978,.stepperStep__7dd07deb.focusVisible__114adf8a.inactive__33352c8a:hover .content__a2c50978{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-20-0)}.stepperStep__7dd07deb.focusVisible__114adf8a.completed__5cdbe724:hover .arrow__63130509 path:last-child,.stepperStep__7dd07deb.focusVisible__114adf8a.active__e0ca91fe:hover .arrow__63130509 path:last-child,.stepperStep__7dd07deb.focusVisible__114adf8a.inactive__33352c8a:hover .arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-20-0)}.content__a2c50978{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-20-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-20-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-20-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__4b73daaa{font-size:12px;line-height:16px}.md__cac0fea9{font-size:14px;line-height:20px}.lg__55799ab9{font-size:16px;line-height:20px}.arrow__63130509{transform:translate(0)}.arrow__63130509 path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-20-0)}.arrow__63130509 path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-20-0)}.icon__22f17749{display:inline-flex;align-items:center;line-height:0}.nonempty__c5eced4e .icon__22f17749{margin-right:6px}.stepperExtended__f17f3fe3{display:flex;padding:0;margin:0;list-style:none}.carouselExtended__fa662a92{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__fa662a92::-webkit-scrollbar{display:none}.stepper__44ffc554.sm__4b73daaa{padding-left:28px;padding-right:28px}.stepper__44ffc554.md__cac0fea9{padding-left:40px;padding-right:40px}.stepper__44ffc554.lg__55799ab9{padding-left:56px;padding-right:56px}.stepperCarousel__ea9adc8f{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__ea9adc8f .buttonPrev__63a5b1f6,.stepperCarousel__ea9adc8f .buttonNext__af0bc600{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__ea9adc8f .buttonPrev__63a5b1f6.sm__4b73daaa,.stepperCarousel__ea9adc8f .buttonNext__af0bc600.sm__4b73daaa{height:28px;width:28px}.stepperCarousel__ea9adc8f .buttonPrev__63a5b1f6.md__cac0fea9,.stepperCarousel__ea9adc8f .buttonNext__af0bc600.md__cac0fea9{height:40px;width:40px}.stepperCarousel__ea9adc8f .buttonPrev__63a5b1f6.lg__55799ab9,.stepperCarousel__ea9adc8f .buttonNext__af0bc600.lg__55799ab9{height:56px;width:56px}.stepperCarousel__ea9adc8f .buttonPrev__63a5b1f6{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-20-0)}.stepperCarousel__ea9adc8f .buttonNext__af0bc600{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-20-0)}@media (max-width: 767px){.stepper__44ffc554{padding-left:16px;padding-right:16px}.buttonPrev__63a5b1f6,.buttonNext__af0bc600{display:none}}.islandAccordion__8d5a8ab1{margin:0;padding:0}.islandAccordion__8d5a8ab1 .island__d07cf22d{padding:0}.islandAccordion__8d5a8ab1 .item__d97f606d{position:relative;list-style-type:none}.islandAccordion__8d5a8ab1 .item__d97f606d.disabled__4db64eba{cursor:default;pointer-events:none}.islandAccordion__8d5a8ab1 .item__d97f606d+.item__d97f606d.sm__03213e35,.islandAccordion__8d5a8ab1 .item__d97f606d+.item__d97f606d.md__a11aafd0{margin-top:16px}.islandAccordion__8d5a8ab1 .item__d97f606d+.item__d97f606d.lg__893db0e2{margin-top:24px}.islandAccordion__8d5a8ab1 .item__d97f606d .header__4cc94f06{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__8d5a8ab1 .item__d97f606d .header__4cc94f06:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-20-0)}.islandAccordion__8d5a8ab1 .item__d97f606d.type1__a09a54e6:not(.opened__06c9a530) .header__4cc94f06:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-20-0)}.islandAccordion__8d5a8ab1 .item__d97f606d.type2__c24ddfb3:not(.opened__06c9a530) .header__4cc94f06:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-20-0)}.islandAccordion__8d5a8ab1 .item__d97f606d.type3__9a77edc8:not(.opened__06c9a530) .header__4cc94f06:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-20-0)}.islandAccordion__8d5a8ab1 .item__d97f606d .footer__a2cb95a5{text-align:right}.islandAccordion__8d5a8ab1 .item__d97f606d .body__ca9d3712,.islandAccordion__8d5a8ab1 .item__d97f606d .footer__a2cb95a5{visibility:hidden}.islandAccordion__8d5a8ab1 .item__d97f606d.opened__06c9a530 .body__ca9d3712,.islandAccordion__8d5a8ab1 .item__d97f606d.opened__06c9a530 .footer__a2cb95a5{visibility:visible}.islandAccordion__8d5a8ab1 .item__d97f606d .caretWrapper__03e9e936{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__8d5a8ab1 .item__d97f606d .caretIcon__ada8f48d{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__8d5a8ab1 .item__d97f606d .title__3f690c86{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .header__4cc94f06{padding:16px;border-radius:16px}.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .step__7ce7befd+.title__3f690c86{margin-top:2px}.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .body__ca9d3712,.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .footer__a2cb95a5{padding:0 16px 16px}.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .caretWrapper__03e9e936{right:12px}.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .remove__3e3602a8{right:-36px;top:20px}.islandAccordion__8d5a8ab1 .item__d97f606d.sm__03213e35 .step__7ce7befd{margin-right:12px}.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .header__4cc94f06{padding:24px;border-radius:24px}.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .body__ca9d3712,.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .footer__a2cb95a5{padding:0 24px 24px}.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .caretWrapper__03e9e936{right:20px}.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .remove__3e3602a8{right:-40px;top:28px}.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .step__7ce7befd{margin-right:12px}.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .header__4cc94f06{padding:32px;border-radius:32px}.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .body__ca9d3712,.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .footer__a2cb95a5{padding:0 32px 32px}.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .caretWrapper__03e9e936{right:28px}.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .remove__3e3602a8{right:-40px;top:36px}.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .step__7ce7befd{margin:0 16px 0 0}.islandAccordion__8d5a8ab1 .item__d97f606d.opened__06c9a530:not(.disabled__4db64eba) .caretWrapper__03e9e936 .caretIcon__ada8f48d{transform:rotate(-180deg)}.islandAccordion__8d5a8ab1 .item__d97f606d .remove__3e3602a8{position:absolute}@media (max-width: 767px){.islandAccordion__8d5a8ab1 .item__d97f606d .footer__a2cb95a5{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__8d5a8ab1 .item__d97f606d .footer__a2cb95a5>*{margin-left:0!important}.islandAccordion__8d5a8ab1 .item__d97f606d.md__a11aafd0 .header__4cc94f06{border-radius:16px}.islandAccordion__8d5a8ab1 .item__d97f606d.lg__893db0e2 .header__4cc94f06{border-radius:24px}}.noColumns__f9c5d4fd{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__f9c5d4fd>.content__2c689ded{width:456px;text-align:center}.filterPanel__59d72920{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__e033a1e9{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__e033a1e9>a:not(:first-child){margin-left:16px}.tabsLinePanel__ca15d6c0{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__6cad20d1{0%{opacity:0}to{opacity:1}}.tableBasic__05eb8347{position:relative}.tableBasic__05eb8347 table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__05eb8347 table th.alignLeft__1a8d56ef,.tableBasic__05eb8347 table td.alignLeft__1a8d56ef{text-align:left}.tableBasic__05eb8347 table th.alignRight__d29b2560,.tableBasic__05eb8347 table td.alignRight__d29b2560{text-align:right}.tableBasic__05eb8347 table th.alignCenter__27c6121e,.tableBasic__05eb8347 table td.alignCenter__27c6121e{text-align:center}.tableBasic__05eb8347 table th.verticalAlignBaseline__f6673770,.tableBasic__05eb8347 table td.verticalAlignBaseline__f6673770{vertical-align:baseline}.tableBasic__05eb8347 table th.verticalAlignSub__1297c70c,.tableBasic__05eb8347 table td.verticalAlignSub__1297c70c{vertical-align:sub}.tableBasic__05eb8347 table th.verticalAlignSuper__12f6a957,.tableBasic__05eb8347 table td.verticalAlignSuper__12f6a957{vertical-align:super}.tableBasic__05eb8347 table th.verticalAlignTextTop__37e4a636,.tableBasic__05eb8347 table td.verticalAlignTextTop__37e4a636{vertical-align:text-top}.tableBasic__05eb8347 table th.verticalAlignTextBottom__52f03bff,.tableBasic__05eb8347 table td.verticalAlignTextBottom__52f03bff{vertical-align:text-bottom}.tableBasic__05eb8347 table th.verticalAlignMiddle__290988e5,.tableBasic__05eb8347 table td.verticalAlignMiddle__290988e5{vertical-align:middle}.tableBasic__05eb8347 table th.verticalAlignTop__2823f9a5,.tableBasic__05eb8347 table td.verticalAlignTop__2823f9a5{vertical-align:top}.tableBasic__05eb8347 table th.verticalAlignBottom__f5245a30,.tableBasic__05eb8347 table td.verticalAlignBottom__f5245a30{vertical-align:bottom}.tableBasic__05eb8347 table>thead>tr{height:48px}.tableBasic__05eb8347 table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-20-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-20-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__05eb8347 table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-20-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-20-0)}}.tableBasic__05eb8347 table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__05eb8347 table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__05eb8347 table>thead>tr>th.checkboxType__730063c9{padding:16px 12px}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57.order__dcd9c78d{cursor:pointer}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57.order__dcd9c78d .orderButton__bbfea1dc{display:flex;visibility:hidden;align-items:center}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57.order__dcd9c78d .orderButton__bbfea1dc.alignLeft__1a8d56ef{margin-right:8px}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57.order__dcd9c78d .orderButton__bbfea1dc.alignRight__d29b2560{margin-left:8px}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57.order__dcd9c78d .orderButton__bbfea1dc.sorted__778580e6{visibility:visible}.tableBasic__05eb8347 table>thead>tr>th .thBlock__ef5eba57.order__dcd9c78d:hover .orderButton__bbfea1dc{visibility:visible}.tableBasic__05eb8347 table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-20-0)}.tableBasic__05eb8347 table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__05eb8347 table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__05eb8347 table>tbody>tr>td.textType__a713bb09{padding:12px}.tableBasic__05eb8347 table>tbody>tr>td.componentsType__bb248cf8{padding:8px 12px}.tableBasic__05eb8347 table>tbody>tr>td.checkboxType__730063c9{padding:10px 12px 12px}.tableBasic__05eb8347 table>tbody>tr.selected__fefe9c0a>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-20-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__05eb8347 table>tbody>tr.selected__fefe9c0a>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-20-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-20-0)}}.tableBasic__05eb8347 table>tbody.clickable__27659c68>tr{cursor:pointer}.tableBasic__05eb8347 table>tbody.hoverable__e569d717>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-20-0)}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tableBasic__05eb8347 table>tbody.hoverable__e569d717>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-20-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-20-0)}}.tableBasic__05eb8347 .footerEmptyData__f2831070{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__05eb8347 .spinnerWrapper__7371ac64{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__05eb8347 .spinnerWrapper__7371ac64 .tableLoaderScreen__8e341da7{border-radius:8px 8px 0 0}.tableBasic__05eb8347 .overlayCover__6bcff349{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-20-0);animation:fadeIn__6cad20d1 .3s}.tableBasicSettingsBody__22f5b372{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__38c4d602{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-20-0)!important}.columnSettingsSortableListItemTarget__38c4d602:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-20-0)!important}.columnSettingsSortableListItemTarget__38c4d602.dragging__907da879{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-20-0)!important}.columnSettingsStaticListItem__b7bb33cf{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-20-0)}.tableBasicSettingsFooter__872f730d{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-20-0);padding:11px 12px 12px}.tableBasicSettingsHeader__157dc9e3{padding:16px 12px 12px}.tableSettingsLink__fffd8ec0{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__9ee6019e{width:320px}.tableFooterWrapper__63a6bd1f{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__63a6bd1f .tableFooterShadow__89e63508{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-20-0);pointer-events:none}.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-20-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3{display:flex;align-items:center}.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummarySelectedCount__fce79085,.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummarySelectAllButton__24b372db,.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummaryAmount__377bc054{display:inline-flex}.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummarySelectedCount__fce79085,.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummarySelectAllButton__24b372db,.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummaryAmount__377bc054,.tableFooterWrapper__63a6bd1f .tableFooter__54dfac4c .tableFooterSummary__c4bb48b3 .tableFooterSummaryLabel__00c48679{margin-left:24px}@media (max-width: 767px){.tableFooterWrapper__63a6bd1f{height:112px}}.paginationPanel__6a55b0eb{margin-top:16px}.masterTable__f3d7b1f2{position:relative}.orderedListItem__230a1eb7{counter-increment:list-item-tx}.orderedListItem__230a1eb7:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__230a1eb7+.orderedListItem__230a1eb7{margin-top:8px}.orderedList__9d4f6b85{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.suggestFieldMobileBody__e7da4967{height:176px}.suggestFieldMobileDropdownHint__eb2adab6{padding:16px}.lightBox__673f3926{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__673f3926 .lightBoxBackdrop__c7bba939{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-20-0)}.lightBox__673f3926.lightBoxSideOverlayActive__611b3b9f,.lightBox__673f3926.lightBoxTopOverlayActive__ed8ab24b{overflow-y:hidden}.lightBox__673f3926 .lightBoxContent__46ba3d9d{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-20-0)}.lightBox__673f3926 .lightBoxContent__46ba3d9d>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBox__673f3926 .lightBoxContent__46ba3d9d>.global-page{padding:16px}}.lightBox__673f3926 .loadingContentOverlay__8df54cb9{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__673f3926 .lightBoxContentResizeWrapper__80b36b53{position:absolute;left:0;right:0;height:0}.lightBox__673f3926 .tempElSafariBug__1cd2a739{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__07e195ea,.global-LB-less-or-equal-media-point-0 .lightBox__673f3926.lightBoxSideOverlayActive__611b3b9f{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__46ba3d9d{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__46ba3d9d{padding-left:80px;padding-right:80px}.lightBoxControls__aa42910e{z-index:100}.withKeyboardEvent__954d3424{display:inline-block}.withoutKeyboardEvent__a1a74026,.lightBox__673f3926.lightBoxSideOverlayActive__611b3b9f .withKeyboardEvent__954d3424,.lightBox__673f3926.lightBoxTopOverlayActive__ed8ab24b .withKeyboardEvent__954d3424,.lightBox__673f3926.isLoading__cfcaab44 .withKeyboardEvent__954d3424{display:none}.lightBox__673f3926.lightBoxSideOverlayActive__611b3b9f .withoutKeyboardEvent__a1a74026,.lightBox__673f3926.lightBoxTopOverlayActive__ed8ab24b .withoutKeyboardEvent__a1a74026,.lightBox__673f3926.isLoading__cfcaab44 .withoutKeyboardEvent__a1a74026{display:inline-block}.lightBox__673f3926.isLoading__cfcaab44 .lightBoxPrev__1acd9e59,.lightBox__673f3926.isLoading__cfcaab44 .lightBoxNext__719e3279{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__aa42910e{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__4404e8a9{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__97ba0e29{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__30e5ef6f{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1acd9e59,.global-LB-less-or-equal-media-point-0 .lightBoxNext__719e3279{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__1acd9e59{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__fc820f5a,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__1d960fa1{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__aa42910e{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__4404e8a9{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__97ba0e29{display:none}.global-LB-more-media-point-0 .lightBoxClose__30e5ef6f{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__1acd9e59,.global-LB-more-media-point-0 .lightBoxNext__719e3279{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__1acd9e59{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__719e3279{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__1fd28251{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__1fd28251.fixed__7f1277f5{position:fixed}.overlay__1fd28251.closing__a7c188d0,.overlay__1fd28251.opened__b1c87246{visibility:visible;left:0;right:0}.overlayPanel__5f813574{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-20-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__5f813574.bottom__226319d8{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__5f813574.left__eacc3e6e{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__5f813574.right__40565c11{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__5f813574.top__595f0d00{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__5f813574.left__eacc3e6e.opened__b1c87246,.overlayPanel__5f813574.right__40565c11.opened__b1c87246{transform:translate(0)}.overlayPanel__5f813574.top__595f0d00.opened__b1c87246,.overlayPanel__5f813574.bottom__226319d8.opened__b1c87246{transform:translateY(0)}.overlayContent__78d4cef2{display:flex;min-height:100%}.overlayMask__bd018158{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-20-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__bd018158.overlayOpened__d2325678{opacity:1}.lightBoxSideOverlayLoaderWrapper__3317fbb3{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}.lightBoxSideOverlayCloseDesktopContainer__10db8503{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__2549abc0{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__36ba9e66{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__10db8503{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__36ba9e66{display:block}@media (max-width: 767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__36ba9e66{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__10db8503{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__36ba9e66{display:none}.lightBoxSideOverlayMask__889a572e{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-20-0)}.lightBoxSideOverlayWrapper__b0da2fff{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__b0da2fff.overflowXHidden__c77d1157{overflow-x:hidden}.lightBoxSideOverlayWrapper__b0da2fff.overflowYHidden__bd761ea3{overflow-y:hidden}.lightBoxSideOverlayWrapper__b0da2fff.closing__97fd1f5a,.lightBoxSideOverlayWrapper__b0da2fff.opened__9de74e99{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__b0da2fff.closing__97fd1f5a{pointer-events:none}.lightBoxSideOverlayWrapper__b0da2fff .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media (max-width: 767px){.lightBoxSideOverlayWrapper__b0da2fff .global-page{padding:16px}}.lightBoxSideOverlayWrapper__b0da2fff .lightBoxSideOverlayContent__ecb3a947{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-20-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__b0da2fff .lightBoxSideOverlayContent__ecb3a947.opened__9de74e99{transform:none}.lightBoxSideOverlayWrapper__b0da2fff .lightBoxSideOverlayContent__ecb3a947.opening__ddc57e98{transform:translateY(0)}.lightBoxSideOverlayWrapper__b0da2fff.sm__223541f8 .global-page{width:480px;max-width:100%}.lightBoxSideOverlayWrapper__b0da2fff.md__9204d9b7 .global-page{width:600px;max-width:100%}.lightBoxSideOverlayWrapper__b0da2fff.lg__9de59e71 .global-page{width:800px;max-width:100%}.lightBoxSideOverlayWrapper__b0da2fff .lightBoxSideOverlayBase__4364a68e{overflow:visible;bottom:auto;height:100%}@media (max-width: 767px){.lightBoxSideOverlayWrapper__b0da2fff .lightBoxSideOverlayContent__ecb3a947{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__b0da2fff .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__b0da2fff .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__983548d0{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__983548d0.closing__97fd1f5a,.lightBoxSideOverlay__983548d0.opening__ddc57e98{overflow-x:hidden}.topOverlayMask__19323e4b{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-20-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__55f3121a{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__55f3121a.closing__c414791f,.topOverlayWrapper__55f3121a.opened__1f8ec8e2{bottom:0}.topOverlayWrapper__55f3121a .topOverlayPanel__3dbbfb63{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__3a7442f4{z-index:500}@media (max-width: 767px){.topOverlayPanel__3dbbfb63{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__f5896df5{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__f5896df5.fixed__e3ca756a{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__f991cb92{display:none}}.lightBoxRightSidebar__efe77e79{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__efe77e79.fixed__e3ca756a{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__0044705c{display:none}}html.scroll-0__bf7ef688{--triplex-next-scroll-width: 0px}html.scroll-15__cc1b4362{--triplex-next-scroll-width: 15px}html.scroll-16__bd97575f{--triplex-next-scroll-width: 16px}html.scroll-17__a2a7f3c3{--triplex-next-scroll-width: 17px}.smsField__48742e82{display:inline-block;position:relative;width:100%}.smsField__48742e82 .input__14229e66{text-align:center}.smsField__48742e82 .input__14229e66::placeholder{opacity:1}.smsField__48742e82 .input__14229e66:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-20-0)}.smsField__48742e82 .input__14229e66.lg__89a4662d{padding:18px 40px}.smsField__48742e82 .input__14229e66.md__d7b4c480{padding-left:26px;padding-right:26px}.smsField__48742e82 .input__14229e66.sm__4606844e{padding-left:20px;padding-right:20px}.smsField__48742e82 .btnRefresh__3c086a55{position:absolute;outline:none;z-index:1}.smsField__48742e82 .btnRefresh__3c086a55.lg__89a4662d{top:12px;left:12px;height:32px;width:32px}.smsField__48742e82 .btnRefresh__3c086a55.md__d7b4c480{top:10px;left:10px}.smsField__48742e82 .btnRefresh__3c086a55.sm__4606844e{top:4px;left:4px}.smsField__48742e82 .btnRefresh__3c086a55 .full__b550f8dc{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-20-0)}.smsField__48742e82 .btnRefresh__3c086a55 .empty__9ebd6c6c{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-20-0)}.smsField__48742e82 .btnRefresh__3c086a55:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-20-0)}.smsField__48742e82 .btnSubmit__361f8e19{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-20-0)}.smsField__48742e82 .btnSubmit__361f8e19.active__8765d549:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-20-0)}.smsField__48742e82 .btnSubmit__361f8e19.active__8765d549:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-20-0)}.smsField__48742e82 .btnSubmit__361f8e19.lg__89a4662d{top:15px;right:15px;height:26px;width:26px}.smsField__48742e82 .btnSubmit__361f8e19.md__d7b4c480{top:10px;right:10px}.smsField__48742e82 .btnSubmit__361f8e19.sm__4606844e{top:4px;right:4px}.spoiler__ddc5d93f{display:flex;flex-direction:column}.spoiler__ddc5d93f.opened__24bde3fa .caretIcon__f20149bd{transform:rotate(-180deg)}.spoiler__ddc5d93f .head__1fbe8fb3 .caretIcon__f20149bd{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__ddc5d93f .head__1fbe8fb3 button>span{white-space:normal;text-align:left}.spoiler__ddc5d93f .content__bbfabe8c.hidden__aa284a07{display:none}.spoiler__ddc5d93f .lg__2480dce0 .content__bbfabe8c{margin-top:8px}.spoiler__ddc5d93f .md__efd54e63 .content__bbfabe8c{margin-top:0}.spoiler__ddc5d93f .sm__73d5b72a .content__bbfabe8c{margin-top:-4px}.statusTrackerWrapper__d0986119{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-20-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-20-0);overflow:hidden;height:100%}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056{text-align:center;padding:16px 24px;z-index:1}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056.verticalAlignMiddle__4af0527b{align-self:center}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056.verticalAlignBottom__455eaf0a{align-self:end}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerChild__054e8ba9{padding:8px 0}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerChild__054e8ba9:empty{padding:0}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerSum__46e60e49,.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerTitle__6c1644aa{padding-bottom:4px}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerDescription__6af2790f{display:block;padding-top:8px}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerAlert__4eedfd24{margin-top:12px;text-align:left}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerStatus__f9747317{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerFooterWrapper__6d4dc939{display:grid}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerFooterWrapper__6d4dc939 .statusTrackerDescription__6af2790f:last-child{padding-top:0}.statusTrackerWrapper__d0986119 .statusTracker__5ff7f056 .statusTrackerFooterWrapper__6d4dc939 .statusTrackerButton__38751dc5{margin-bottom:12px}.statusTrackerWrapper__d0986119 .statusTrackerColor__ca4cab02{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__d0986119 .statusTrackerColor__ca4cab02.waiting__5daed2cd{background:var(--triplex-next-StatusTracker-Waiting_Color-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerColor__ca4cab02.warning__a23c7716{background:var(--triplex-next-StatusTracker-Warning_Background-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerColor__ca4cab02.rejected__06eee458{background:var(--triplex-next-StatusTracker-Rejected_Color-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerColor__ca4cab02.approved__f0b56d82{background:var(--triplex-next-StatusTracker-Approved_Color-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerBackground__8ed5b235{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__d0986119 .statusTrackerBackground__8ed5b235.waiting__5daed2cd{background:var(--triplex-next-StatusTracker-Waiting_Background-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerBackground__8ed5b235.warning__a23c7716{background:var(--triplex-next-StatusTracker-Warning_Background-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerBackground__8ed5b235.rejected__06eee458{background:var(--triplex-next-StatusTracker-Rejected_Background-1-20-0)}.statusTrackerWrapper__d0986119 .statusTrackerBackground__8ed5b235.approved__f0b56d82{background:var(--triplex-next-StatusTracker-Approved_Background-1-20-0)}@media (max-width: 767px){.statusTrackerWrapper__d0986119{border-radius:16px}}.smallInput__ef917bbc{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-20-0);background:var(--triplex-next-SmallInput-Background-1-20-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-20-0)}.smallInput__ef917bbc::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-20-0);opacity:1}.smallInput__ef917bbc::-ms-clear{display:none}.documentNumberEdit__68849977 .label__2a79f1bd{display:inline-block;margin-right:8px}.documentNumberEdit__68849977 .inputEditWrapper__9d9fa269{width:68px;display:inline-block}.sliderExtendedDot__61b3397d{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-20-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__61b3397d:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-20-0)}.sliderExtendedDot__61b3397d.focusedByClick__b93f4cf7:focus{box-shadow:none}.sliderExtendedDot__61b3397d:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-20-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__61b3397d:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-20-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__61b3397d.disabled__86e6c0f6{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-20-0)}.sliderExtendedDot__61b3397d.disabled__86e6c0f6:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-20-0)}.sliderExtendedDot__61b3397d.disabled__86e6c0f6:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-20-0)}.sliderExtendedDot__61b3397d:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-20-0)}.sliderExtendedDot__61b3397d:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-20-0)}.sliderExtendedDot__61b3397d.dragByMouse__5e1aafae{background:var(--triplex-next-Slider-Dot_Background_Select-1-20-0)}.sliderExtendedDot__61b3397d.dragByMouse__5e1aafae:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-20-0)}.sliderExtendedDot__61b3397d:hover .sliderExtendedTooltipOverlay__e66ec769,.sliderExtendedDot__61b3397d:focus .sliderExtendedTooltipOverlay__e66ec769{visibility:visible}.sliderExtendedDot__61b3397d.lg__55fd54cc{width:28px;height:28px}.sliderExtendedDot__61b3397d.lg__55fd54cc:after{width:10px;height:10px}.sliderExtendedDot__61b3397d.lg__55fd54cc:before{width:14px;height:14px}.sliderExtendedMarks__92d7c3b0{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__d6fac520{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__d6fac520 .sliderExtendedMarkDot__5fffed9f{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-20-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__d6fac520 .sliderExtendedMarkDot__5fffed9f.inSelectedRange__68c08bb9{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-20-0)}.sliderExtendedMark__d6fac520.lg__55fd54cc{top:20px}.sliderExtendedMark__d6fac520.lg__55fd54cc .sliderExtendedMarkDot__5fffed9f{top:-20px}.sliderExtendedMark__d6fac520 .sliderExtendedMarkText__3ad3bda2{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__d6fac520.disabled__86e6c0f6{pointer-events:none}.sliderExtendedMark__d6fac520.disabled__86e6c0f6 .sliderExtendedMarkText__3ad3bda2{pointer-events:none;opacity:.35}.sliderExtendedMark__d6fac520.disabled__86e6c0f6 .sliderExtendedMarkDot__5fffed9f{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-20-0)}.sliderExtendedMark__d6fac520:first-child,.sliderExtendedMark__d6fac520:last-child{transform:none}.sliderExtendedMark__d6fac520:first-child.reverse__80e8525c .sliderExtendedMarkDot__5fffed9f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d6fac520:first-child.reverse__80e8525c .sliderExtendedMarkText__3ad3bda2{margin-right:-4px}.sliderExtendedMark__d6fac520:first-child:not(.reverse__80e8525c) .sliderExtendedMarkDot__5fffed9f{left:0;transform:translate(-50%)}.sliderExtendedMark__d6fac520:first-child .sliderExtendedMarkText__3ad3bda2{margin-left:-4px}.sliderExtendedMark__d6fac520:last-child.reverse__80e8525c .sliderExtendedMarkDot__5fffed9f{left:0;transform:translate(-50%)}.sliderExtendedMark__d6fac520:last-child.reverse__80e8525c .sliderExtendedMarkText__3ad3bda2{margin-left:-4px}.sliderExtendedMark__d6fac520:last-child:not(.reverse__80e8525c) .sliderExtendedMarkDot__5fffed9f{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__d6fac520:last-child .sliderExtendedMarkText__3ad3bda2{margin-right:-4px}.sliderExtendedMark__d6fac520.active__925aedb8{pointer-events:none}.sliderExtendedRail__85498ec3{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-20-0);cursor:pointer}.sliderExtended__9c7897ec{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__9c7897ec.disabled__86e6c0f6 .sliderExtendedRail__85498ec3{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-20-0)}.sliderExtended__9c7897ec.lg__55fd54cc{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__032b18ca{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-20-0);z-index:10}.sliderExtendedTrack__032b18ca.lg__55fd54cc{top:12px}.sliderExtendedTrack__032b18ca:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-20-0)}.sliderExtendedTrack__032b18ca.focusedByClick__b93f4cf7:focus{box-shadow:none}.sliderExtendedTrack__032b18ca.hoverOrDragByMouse__3cccb67e{background:var(--triplex-next-Slider-Track_Background_Hover-1-20-0)}.sliderExtendedTrack__032b18ca.staticSlider__ff88a0e2{cursor:default;pointer-events:none}.sliderExtendedTrack__032b18ca.disabled__86e6c0f6{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-20-0)}.sliderExtendedTooltipOverlay__e66ec769{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__e66ec769.lg__55fd54cc{bottom:32px}.sliderExtendedTooltipOverlay__e66ec769 .tooltipBody__e5693731{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-20-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-20-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__e66ec769 .tooltipTip__1c4ff00d{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-20-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.sliderExtendedTooltipOverlay__e66ec769 .tooltipTip__1c4ff00d{margin:-.5px}}.treeView__ce597a7f,.treeViewGroup__197ddc42{margin:0;padding:0}.treeView__ce597a7f .treeViewNode__781e8707,.treeViewGroup__197ddc42 .treeViewNode__781e8707{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__a92305ea.collapsed__dd6debac{visibility:hidden}.checkboxTreeExtended__b55d41c8{margin-bottom:-12px;padding:12px}.checkboxTreeExtendedNode__85589636 .checkboxTreeExtendedNode__85589636{margin-left:24px}.checkboxTreeExtendedNodeHeader__72ca5ebb{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__72ca5ebb.sm__357373f7{margin-bottom:10px}.checkboxTreeExtendedNodeHeader__72ca5ebb.md__01af7ae7,.checkboxTreeExtendedNodeHeader__72ca5ebb.lg__b4ca9e4b{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__72ca5ebb .checkboxTreeCheckboxLabel__aa5b93ef{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__72ca5ebb .caretIconWrapper__3d9d98eb{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__72ca5ebb .caretIconWrapper__3d9d98eb:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-20-0)}.checkboxTreeExtendedNodeHeader__72ca5ebb.opened__242a8743 .caretIconWrapper__3d9d98eb{transform:rotate(180deg)}@media (max-width: 767px){.checkboxTreeExtended__b55d41c8{padding:12px 14px}}.chipGroup__23032a39{display:flex}.chipGroup__23032a39.oneLine__e2c806e0{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__23032a39.oneLine__e2c806e0::-webkit-scrollbar{display:none}.chipGroup__23032a39.multiLine__a2bc137e{flex-wrap:wrap}.chipGroup__23032a39.lg__25824834{gap:12px}.chipGroup__23032a39.md__b0a8856a,.chipGroup__23032a39.sm__2ba8c40b{gap:8px}.confirm__ebb3bcba{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__ebb3bcba.isInLightBox__520dca32{max-width:800px}.confirm__ebb3bcba.isInSideOverlaySM__0fda2758{max-width:416px}.confirm__ebb3bcba.isInSideOverlayMD__1e51ca7e{max-width:536px}.confirm__ebb3bcba.isInSideOverlayLG__7c5344ca{max-width:736px}.confirmCloseButton__e04e6d05{position:absolute;top:24px;right:24px}.confirmContent__faec74ae{margin-bottom:24px;padding-right:56px}.confirmControls__cc51606f{white-space:nowrap}.confirmContentTitle__6f19d21c{margin-bottom:12px}@media (max-width: 767px){.confirmCloseButton__e04e6d05{top:16px;right:16px}.confirmContent__faec74ae{margin-bottom:16px}}.divider__25d001b0{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-20-0);border:none}.marginTopSize-4__2785d40f{margin-top:4px}.marginBottomSize-4__c2131cea{margin-bottom:4px}.marginTopSize-8__e142bee6{margin-top:8px}.marginBottomSize-8__e7bad152{margin-bottom:8px}.marginTopSize-12__c75422c0{margin-top:12px}.marginBottomSize-12__d3cf031d{margin-bottom:12px}.marginTopSize-16__9364c4b4{margin-top:16px}.marginBottomSize-16__099e301a{margin-bottom:16px}.marginTopSize-20__bc9f523a{margin-top:20px}.marginBottomSize-20__c3c6f48f{margin-bottom:20px}.marginTopSize-24__dac9b363{margin-top:24px}.marginBottomSize-24__add1be7c{margin-bottom:24px}.marginTopSize-28__24b884dc{margin-top:28px}.marginBottomSize-28__50124a4e{margin-bottom:28px}.marginTopSize-32__91df718c{margin-top:32px}.marginBottomSize-32__9c41bb4d{margin-bottom:32px}.listMasterChipGroup__79a51ae3{padding:0 16px}.listMasterFooter__720953c2{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-20-0);color:var(--triplex-next-ListMaster-Footer_Color-1-20-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__720953c2.sticky__43ed3589{position:sticky;bottom:0}.listMasterFooterDescription__b09091c9{padding-right:16px}.listMasterFooterControls__7c377f57{white-space:nowrap}.listMasterHeader__6f4f754d{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-20-0);color:var(--triplex-next-ListMaster-Header_Color-1-20-0)}.listMasterHeader__6f4f754d.sticky__43ed3589{position:sticky;top:0;z-index:1}.selectionControls__ddcb9cb3{display:flex;justify-content:space-between;align-items:center}.uploadZone__a578de64{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-20-0)}.uploadZone__a578de64:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-20-0)}.uploadZoneDragArea__657822cc{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-20-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__c6177878{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-20-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-20-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-20-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__22d94239{display:none}@media (max-width: 767px){.uploadZone__a578de64,.uploadZone__a578de64:hover{background:none}.uploadZoneDragArea__657822cc{display:none}}button.helpBoxButton__353cdfcd{position:relative;vertical-align:text-bottom}.dateRange__4d1b6076{display:flex;align-items:center}.dateRangeButton__1ff43ae3{z-index:1}.separator__5a6e3cb4{width:20px;height:20px;flex-shrink:0}.tagColor__e2f2b4c1{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__e2f2b4c1.sm__409a5943{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__e2f2b4c1.md__85f7a618{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__e2f2b4c1.lg__a254f1b8{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__e2f2b4c1.default__068dc6e6{background:var(--triplex-next-TagColor-Background_Default-1-20-0)}.tagColor__e2f2b4c1.success__de96d080{background:var(--triplex-next-TagColor-Background_Success-1-20-0)}.tagColor__e2f2b4c1.info__a554d441{background:var(--triplex-next-TagColor-Background_Info-1-20-0)}.tagColor__e2f2b4c1.warning__c7104938{background:var(--triplex-next-TagColor-Background_Warning-1-20-0)}.tagColor__e2f2b4c1.error__c00eb74c{background:var(--triplex-next-TagColor-Background_Error-1-20-0)}.content__231ce387{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-20-0)}
1
+ html {--triplex-next-ColorBrand-0-1-22-0: #1F3336;
2
+ --triplex-next-ColorBrand-10-1-22-0: #0B3A3C;
3
+ --triplex-next-ColorBrand-20-1-22-0: #006063;
4
+ --triplex-next-ColorBrand-30-1-22-0: #007777;
5
+ --triplex-next-ColorBrand-40-1-22-0: #008985;
6
+ --triplex-next-ColorBrand-50-1-22-0: #21A19A;
7
+ --triplex-next-ColorBrand-60-1-22-0: #19BDB0;
8
+ --triplex-next-ColorBrand-70-1-22-0: #4BD9CF;
9
+ --triplex-next-ColorBrand-80-1-22-0: #71ECDC;
10
+ --triplex-next-ColorBrand-90-1-22-0: #A8F5E9;
11
+ --triplex-next-ColorBrand-95-1-22-0: #C5FAF1;
12
+ --triplex-next-ColorBrand-100-1-22-0: #E3FFFA;
13
+ --triplex-next-ColorDarkNeutralAlpha-0-1-22-0: rgba(31, 31, 34, 1);
14
+ --triplex-next-ColorDarkNeutralAlpha-10-1-22-0: rgba(31, 31, 34, .95);
15
+ --triplex-next-ColorDarkNeutralAlpha-20-1-22-0: rgba(31, 31, 34, .85);
16
+ --triplex-next-ColorDarkNeutralAlpha-30-1-22-0: rgba(31, 31, 34, .75);
17
+ --triplex-next-ColorDarkNeutralAlpha-40-1-22-0: rgba(31, 31, 34, .65);
18
+ --triplex-next-ColorDarkNeutralAlpha-50-1-22-0: rgba(31, 31, 34, .55);
19
+ --triplex-next-ColorDarkNeutralAlpha-60-1-22-0: rgba(31, 31, 34, .45);
20
+ --triplex-next-ColorDarkNeutralAlpha-70-1-22-0: rgba(31, 31, 34, .35);
21
+ --triplex-next-ColorDarkNeutralAlpha-80-1-22-0: rgba(31, 31, 34, .25);
22
+ --triplex-next-ColorDarkNeutralAlpha-90-1-22-0: rgba(31, 31, 34, .15);
23
+ --triplex-next-ColorDarkNeutralAlpha-100-1-22-0: rgba(31, 31, 34, .05);
24
+ --triplex-next-ColorDarkNeutral-0-1-22-0: #000000;
25
+ --triplex-next-ColorDarkNeutral-10-1-22-0: #171719;
26
+ --triplex-next-ColorDarkNeutral-20-1-22-0: #1B1B1D;
27
+ --triplex-next-ColorDarkNeutral-30-1-22-0: #1F1F22;
28
+ --triplex-next-ColorDarkNeutral-40-1-22-0: #262629;
29
+ --triplex-next-ColorDarkNeutral-50-1-22-0: #2D2D30;
30
+ --triplex-next-ColorDarkNeutral-60-1-22-0: #343437;
31
+ --triplex-next-ColorDarkNeutral-70-1-22-0: #3B3B3E;
32
+ --triplex-next-ColorDarkNeutral-80-1-22-0: #424245;
33
+ --triplex-next-ColorDarkNeutral-90-1-22-0: #49494C;
34
+ --triplex-next-ColorDarkNeutral-100-1-22-0: #4F4F52;
35
+ --triplex-next-ColorError-0-1-22-0: #443139;
36
+ --triplex-next-ColorError-10-1-22-0: #4E3741;
37
+ --triplex-next-ColorError-20-1-22-0: #A90024;
38
+ --triplex-next-ColorError-30-1-22-0: #BD002C;
39
+ --triplex-next-ColorError-40-1-22-0: #D10032;
40
+ --triplex-next-ColorError-50-1-22-0: #E60037;
41
+ --triplex-next-ColorError-60-1-22-0: #F80C45;
42
+ --triplex-next-ColorError-70-1-22-0: #FF5571;
43
+ --triplex-next-ColorError-80-1-22-0: #FFB1C1;
44
+ --triplex-next-ColorError-90-1-22-0: #FCE0E6;
45
+ --triplex-next-ColorError-100-1-22-0: #FFF0F3;
46
+ --triplex-next-ColorInfo-0-1-22-0: #313749;
47
+ --triplex-next-ColorInfo-10-1-22-0: #2E3A52;
48
+ --triplex-next-ColorInfo-20-1-22-0: #0A43B0;
49
+ --triplex-next-ColorInfo-30-1-22-0: #124FC2;
50
+ --triplex-next-ColorInfo-40-1-22-0: #0E57CC;
51
+ --triplex-next-ColorInfo-50-1-22-0: #1371E4;
52
+ --triplex-next-ColorInfo-60-1-22-0: #1297FE;
53
+ --triplex-next-ColorInfo-70-1-22-0: #66BEFF;
54
+ --triplex-next-ColorInfo-80-1-22-0: #8DD2FF;
55
+ --triplex-next-ColorInfo-90-1-22-0: #B8E6FF;
56
+ --triplex-next-ColorInfo-100-1-22-0: #E3F6FF;
57
+ --triplex-next-ColorNeutralAlpha-0-1-22-0: rgba(255, 255, 255, 1);
58
+ --triplex-next-ColorNeutralAlpha-10-1-22-0: rgba(255, 255, 255, .95);
59
+ --triplex-next-ColorNeutralAlpha-20-1-22-0: rgba(255, 255, 255, .85);
60
+ --triplex-next-ColorNeutralAlpha-30-1-22-0: rgba(255, 255, 255, .75);
61
+ --triplex-next-ColorNeutralAlpha-40-1-22-0: rgba(255, 255, 255, .65);
62
+ --triplex-next-ColorNeutralAlpha-50-1-22-0: rgba(255, 255, 255, .55);
63
+ --triplex-next-ColorNeutralAlpha-60-1-22-0: rgba(255, 255, 255, .45);
64
+ --triplex-next-ColorNeutralAlpha-70-1-22-0: rgba(255, 255, 255, .35);
65
+ --triplex-next-ColorNeutralAlpha-80-1-22-0: rgba(255, 255, 255, .25);
66
+ --triplex-next-ColorNeutralAlpha-90-1-22-0: rgba(255, 255, 255, .15);
67
+ --triplex-next-ColorNeutralAlpha-100-1-22-0: rgba(255, 255, 255, .05);
68
+ --triplex-next-ColorNeutral-0-1-22-0: #CBCFD7;
69
+ --triplex-next-ColorNeutral-10-1-22-0: #D1D4DC;
70
+ --triplex-next-ColorNeutral-20-1-22-0: #D6D9E0;
71
+ --triplex-next-ColorNeutral-30-1-22-0: #DCDFE4;
72
+ --triplex-next-ColorNeutral-40-1-22-0: #DFE2E7;
73
+ --triplex-next-ColorNeutral-50-1-22-0: #E3E6EA;
74
+ --triplex-next-ColorNeutral-60-1-22-0: #E7E9EE;
75
+ --triplex-next-ColorNeutral-70-1-22-0: #EAEDF1;
76
+ --triplex-next-ColorNeutral-80-1-22-0: #EEF0F4;
77
+ --triplex-next-ColorNeutral-90-1-22-0: #F2F4F7;
78
+ --triplex-next-ColorNeutral-100-1-22-0: #FFFFFF;
79
+ --triplex-next-ColorSuccess-0-1-22-0: #28433E;
80
+ --triplex-next-ColorSuccess-10-1-22-0: #2A4C45;
81
+ --triplex-next-ColorSuccess-20-1-22-0: #00624C;
82
+ --triplex-next-ColorSuccess-30-1-22-0: #007353;
83
+ --triplex-next-ColorSuccess-40-1-22-0: #008B5C;
84
+ --triplex-next-ColorSuccess-50-1-22-0: #00C075;
85
+ --triplex-next-ColorSuccess-60-1-22-0: #00D67D;
86
+ --triplex-next-ColorSuccess-70-1-22-0: #3AF299;
87
+ --triplex-next-ColorSuccess-80-1-22-0: #8AFFB8;
88
+ --triplex-next-ColorSuccess-90-1-22-0: #B8FFD4;
89
+ --triplex-next-ColorSuccess-100-1-22-0: #E1FFEB;
90
+ --triplex-next-ColorSystem-0-1-22-0: #373C49;
91
+ --triplex-next-ColorSystem-10-1-22-0: #384156;
92
+ --triplex-next-ColorSystem-20-1-22-0: #47526D;
93
+ --triplex-next-ColorSystem-30-1-22-0: #57637F;
94
+ --triplex-next-ColorSystem-40-1-22-0: #697591;
95
+ --triplex-next-ColorSystem-50-1-22-0: #8291B3;
96
+ --triplex-next-ColorSystem-60-1-22-0: #95A3C1;
97
+ --triplex-next-ColorSystem-70-1-22-0: #A9B6D0;
98
+ --triplex-next-ColorSystem-80-1-22-0: #BFCADF;
99
+ --triplex-next-ColorSystem-90-1-22-0: #D6DEED;
100
+ --triplex-next-ColorSystem-95-1-22-0: #E0E8F4;
101
+ --triplex-next-ColorSystem-100-1-22-0: #EEF3FC;
102
+ --triplex-next-ColorWarning-0-1-22-0: #463734;
103
+ --triplex-next-ColorWarning-10-1-22-0: #4F3E3B;
104
+ --triplex-next-ColorWarning-20-1-22-0: #E03400;
105
+ --triplex-next-ColorWarning-30-1-22-0: #E63D00;
106
+ --triplex-next-ColorWarning-40-1-22-0: #EF4C01;
107
+ --triplex-next-ColorWarning-50-1-22-0: #FD6508;
108
+ --triplex-next-ColorWarning-60-1-22-0: #FF7A17;
109
+ --triplex-next-ColorWarning-70-1-22-0: #FFB13B;
110
+ --triplex-next-ColorWarning-80-1-22-0: #FFD169;
111
+ --triplex-next-ColorWarning-90-1-22-0: #FCEAC7;
112
+ --triplex-next-ColorWarning-100-1-22-0: #FFF4DB;
113
+ --triplex-next-AlertContext-Error_Color-1-22-0: #D10032;
114
+ --triplex-next-AlertContext-Info_Color-1-22-0: rgba(31, 31, 34, 1);
115
+ --triplex-next-AlertContext-System_Color-1-22-0: rgba(31, 31, 34, 1);
116
+ --triplex-next-AlertContext-Warning_Color-1-22-0: rgba(31, 31, 34, 1);
117
+ --triplex-next-AlertProcess-Info_Background-1-22-0: #E3F6FF;
118
+ --triplex-next-AlertProcess-Warning_Background-1-22-0: #FFF4DB;
119
+ --triplex-next-AlertProcess-Error_Background-1-22-0: #FFF0F3;
120
+ --triplex-next-AlertProcess-System_Background-1-22-0: #EEF3FC;
121
+ --triplex-next-AlertProcess-Feature_Background-1-22-0: #E3FFFA;
122
+ --triplex-next-Avatar-Background-1-22-0: #E3E6EA;
123
+ --triplex-next-Badge-Background-1-22-0: #FFB13B;
124
+ --triplex-next-Button-General_Background_Active-1-22-0: #007777;
125
+ --triplex-next-Button-General_Background_Default-1-22-0: #21A19A;
126
+ --triplex-next-Button-General_Background_Disabled-1-22-0: #F2F4F7;
127
+ --triplex-next-Button-General_Background_Hover-1-22-0: #19BDB0;
128
+ --triplex-next-Button-General_Color_Active-1-22-0: rgba(255, 255, 255, 1);
129
+ --triplex-next-Button-General_Color_Default-1-22-0: rgba(255, 255, 255, 1);
130
+ --triplex-next-Button-General_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
131
+ --triplex-next-Button-General_Color_Hover-1-22-0: rgba(255, 255, 255, 1);
132
+ --triplex-next-Button-General_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
133
+ --triplex-next-Button-Secondary_Background_Active-1-22-0: #DCDFE4;
134
+ --triplex-next-Button-Secondary_Background_Default-1-22-0: #F2F4F7;
135
+ --triplex-next-Button-Secondary_Background_Disabled-1-22-0: #F2F4F7;
136
+ --triplex-next-Button-Secondary_Background_Hover-1-22-0: #EAEDF1;
137
+ --triplex-next-Button-Secondary_Color_Active-1-22-0: #007777;
138
+ --triplex-next-Button-Secondary_Color_Default-1-22-0: #008985;
139
+ --triplex-next-Button-Secondary_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
140
+ --triplex-next-Button-Secondary_Color_Hover-1-22-0: #21A19A;
141
+ --triplex-next-Button-Secondary_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
142
+ --triplex-next-Button-SecondaryLight_Background_Active-1-22-0: #DFE2E7;
143
+ --triplex-next-Button-SecondaryLight_Background_Default-1-22-0: #FFFFFF;
144
+ --triplex-next-Button-SecondaryLight_Background_Disabled-1-22-0: #F2F4F7;
145
+ --triplex-next-Button-SecondaryLight_Background_Hover-1-22-0: #EEF0F4;
146
+ --triplex-next-Button-SecondaryLight_Color_Active-1-22-0: #007777;
147
+ --triplex-next-Button-SecondaryLight_Color_Default-1-22-0: #008985;
148
+ --triplex-next-Button-SecondaryLight_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
149
+ --triplex-next-Button-SecondaryLight_Color_Hover-1-22-0: #21A19A;
150
+ --triplex-next-Button-SecondaryLight_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
151
+ --triplex-next-Button-Danger_Background_Active-1-22-0: #BD002C;
152
+ --triplex-next-Button-Danger_Background_Default-1-22-0: #E60037;
153
+ --triplex-next-Button-Danger_Background_Disabled-1-22-0: #F2F4F7;
154
+ --triplex-next-Button-Danger_Background_Hover-1-22-0: #F80C45;
155
+ --triplex-next-Button-Danger_Color_Active-1-22-0: rgba(255, 255, 255, 1);
156
+ --triplex-next-Button-Danger_Color_Default-1-22-0: rgba(255, 255, 255, 1);
157
+ --triplex-next-Button-Danger_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
158
+ --triplex-next-Button-Danger_Color_Hover-1-22-0: rgba(255, 255, 255, 1);
159
+ --triplex-next-Button-Danger_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
160
+ --triplex-next-Button-Icon_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169;
161
+ --triplex-next-Button-Link_Color_Active-1-22-0: #007777;
162
+ --triplex-next-Button-Link_Color_Default-1-22-0: #008985;
163
+ --triplex-next-Button-Link_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
164
+ --triplex-next-Button-Link_Color_Hover-1-22-0: #21A19A;
165
+ --triplex-next-Button-Link_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
166
+ --triplex-next-Calendar-Background_Shadow-1-22-0: 0 2px 7px 0 rgba(31, 31, 34, 0.25);
167
+ --triplex-next-Calendar-View_Header_Color-1-22-0: rgba(31, 31, 34, .55);
168
+ --triplex-next-Calendar-View_Item_Background_Default-1-22-0: none;
169
+ --triplex-next-Calendar-View_Item_Background_Hover-1-22-0: #19BDB0;
170
+ --triplex-next-Calendar-View_Item_Background_Selected_Default-1-22-0: #21A19A;
171
+ --triplex-next-Calendar-View_Item_Background_Selected_Hover-1-22-0: #007777;
172
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-22-0: #E3FFFA;
173
+ --triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-22-0: #A8F5E9;
174
+ --triplex-next-Calendar-View_Item_BorderColor_Default-1-22-0: transparent;
175
+ --triplex-next-Calendar-View_Item_BorderColor_Focus-1-22-0: #FFD169;
176
+ --triplex-next-Calendar-View_Item_Color_Default-1-22-0: rgba(31, 31, 34, 1);
177
+ --triplex-next-Calendar-View_Item_Color_Hover-1-22-0: rgba(255, 255, 255, 1);
178
+ --triplex-next-Calendar-View_Item_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
179
+ --triplex-next-Calendar-View_Item_Color_Muted-1-22-0: rgba(31, 31, 34, .35);
180
+ --triplex-next-Calendar-View_Item_Color_Selected-1-22-0: rgba(255, 255, 255, 1);
181
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-22-0: rgba(31, 31, 34, .35);
182
+ --triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-22-0: rgba(31, 31, 34, .35);
183
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-22-0: rgba(31, 31, 34, .35);
184
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-22-0: rgba(31, 31, 34, .35);
185
+ --triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-22-0: rgba(31, 31, 34, .35);
186
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-22-0: #00C075;
187
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-22-0: #00C075;
188
+ --triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-22-0: #00C075;
189
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-22-0: #FD6508;
190
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-22-0: #FD6508;
191
+ --triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-22-0: #FD6508;
192
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-22-0: #E60037;
193
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-22-0: #E60037;
194
+ --triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-22-0: #E60037;
195
+ --triplex-next-Card-Static_General_Background-1-22-0: #FFFFFF;
196
+ --triplex-next-Card-Static_Secondary_Background-1-22-0: #F2F4F7;
197
+ --triplex-next-Card-Action_General_Background-1-22-0: #FFFFFF;
198
+ --triplex-next-Card-Action_General_Background_Hover-1-22-0: #FFFFFF;
199
+ --triplex-next-Card-Action_General_Background_Selected-1-22-0: #F2F4F7;
200
+ --triplex-next-Card-Action_General_Background_Selected_Hover-1-22-0: #F2F4F7;
201
+ --triplex-next-Card-Action_Secondary_Background-1-22-0: #F2F4F7;
202
+ --triplex-next-Card-Action_Secondary_Background_Hover-1-22-0: #EAEDF1;
203
+ --triplex-next-Card-Action_Secondary_Background_Selected-1-22-0: #E3E6EA;
204
+ --triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-22-0: #DCDFE4;
205
+ --triplex-next-Card-Shadow_Default-1-22-0: 0 2px 12px 0 rgba(31, 31, 34, 0.12);
206
+ --triplex-next-Card-Shadow_Focus-1-22-0: inset 0 0 0 1px #FFD169;
207
+ --triplex-next-Card-Shadow_Hover-1-22-0: 0 4px 12px 0 rgba(31, 31, 34, 0.16);
208
+ --triplex-next-Card-Shadow_Selected-1-22-0: inset 0 0 0 1px #21A19A;
209
+ --triplex-next-Card-Shadow_Selected_Hover-1-22-0: inset 0 0 0 1px #19BDB0;
210
+ --triplex-next-Checkbox-Background_Checked_Default-1-22-0: #21A19A;
211
+ --triplex-next-Checkbox-Background_Checked_Disabled-1-22-0: #EAEDF1;
212
+ --triplex-next-Checkbox-Background_Checked_Hover-1-22-0: #007777;
213
+ --triplex-next-Checkbox-Background_Default-1-22-0: #F2F4F7;
214
+ --triplex-next-Checkbox-Background_Disabled-1-22-0: #F2F4F7;
215
+ --triplex-next-Checkbox-Background_Hover-1-22-0: #19BDB0;
216
+ --triplex-next-Checkbox-BorderColor_Default-1-22-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
217
+ --triplex-next-Checkbox-BorderColor_Disabled-1-22-0: 0 0 0 1px #E3E6EA inset;
218
+ --triplex-next-Checkbox-BorderColor_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
219
+ --triplex-next-Checkbox-BorderColor_Hover-1-22-0: none;
220
+ --triplex-next-Checkbox-BorderColor_Checked_Default-1-22-0: none;
221
+ --triplex-next-Checkbox-BorderColor_Checked_Disabled-1-22-0: none;
222
+ --triplex-next-Checkbox-Checkmark_Fill_Default-1-22-0: rgba(255, 255, 255, 1);
223
+ --triplex-next-Checkbox-Checkmark_Fill_Disabled-1-22-0: rgba(31, 31, 34, .15);
224
+ --triplex-next-Chip-Background_Active-1-22-0: #DFE2E7;
225
+ --triplex-next-Chip-Background_Default-1-22-0: #F2F4F7;
226
+ --triplex-next-Chip-Background_Disabled-1-22-0: #F2F4F7;
227
+ --triplex-next-Chip-Background_Hover-1-22-0: #EAEDF1;
228
+ --triplex-next-Chip-Background_Selected_Active-1-22-0: #4F4F52;
229
+ --triplex-next-Chip-Background_Selected_Default-1-22-0: #3B3B3E;
230
+ --triplex-next-Chip-Background_Selected_Disabled-1-22-0: #343437;
231
+ --triplex-next-Chip-Background_Selected_Hover-1-22-0: #49494C;
232
+ --triplex-next-Chip-Color_Active-1-22-0: rgba(31, 31, 34, 1);
233
+ --triplex-next-Chip-Color_Default-1-22-0: rgba(31, 31, 34, 1);
234
+ --triplex-next-Chip-Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
235
+ --triplex-next-Chip-Color_Hover-1-22-0: rgba(31, 31, 34, 1);
236
+ --triplex-next-Chip-Color_Selected_Active-1-22-0: rgba(255, 255, 255, 1);
237
+ --triplex-next-Chip-Color_Selected_Default-1-22-0: rgba(255, 255, 255, 1);
238
+ --triplex-next-Chip-Color_Selected_Disabled-1-22-0: rgba(255, 255, 255, .25);
239
+ --triplex-next-Chip-Color_Selected_Hover-1-22-0: rgba(255, 255, 255, 1);
240
+ --triplex-next-Chip-Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
241
+ --triplex-next-Divider-Background-1-22-0: #D6D9E0;
242
+ --triplex-next-Dropdown-Background-1-22-0: #FFFFFF;
243
+ --triplex-next-Dropdown-Shadow-1-22-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
244
+ --triplex-next-DropdownList-Background_Active-1-22-0: #EAEDF1;
245
+ --triplex-next-DropdownList-Background_Default-1-22-0: none;
246
+ --triplex-next-DropdownList-Background_Selected-1-22-0: #DCDFE4;
247
+ --triplex-next-DropdownList-Color-1-22-0: rgba(31, 31, 34, 1);
248
+ --triplex-next-DropdownMobile-Backdrop-1-22-0: rgba(31, 31, 34, .65);
249
+ --triplex-next-DropdownMobile-Border_Color-1-22-0: #D6D9E0;
250
+ --triplex-next-DropdownMobile-Content_Background-1-22-0: #FFFFFF;
251
+ --triplex-next-DropdownMobile-Footer_Background-1-22-0: #FFFFFF;
252
+ --triplex-next-DropdownMobile-Header_Background-1-22-0: #F2F4F7;
253
+ --triplex-next-DropdownMobileList-Active_Background-1-22-0: #EAEDF1;
254
+ --triplex-next-DropdownMobileList-Selected_Background-1-22-0: #DCDFE4;
255
+ --triplex-next-FooterPage-StickyShadow-1-22-0: 0 -2px 7px 0 rgba(31, 31, 34, 0.08);
256
+ --triplex-next-FormField-Background_Active-1-22-0: #F2F4F7;
257
+ --triplex-next-FormField-Background_Default-1-22-0: #F2F4F7;
258
+ --triplex-next-FormField-Background_Disabled-1-22-0: #F2F4F7;
259
+ --triplex-next-FormField-Background_Error-1-22-0: #FFF0F3;
260
+ --triplex-next-FormField-Background_Error_Hover-1-22-0: #FCE0E6;
261
+ --triplex-next-FormField-Background_Hover-1-22-0: #EAEDF1;
262
+ --triplex-next-FormField-Background_Warning-1-22-0: #FFF4DB;
263
+ --triplex-next-FormField-Background_Warning_Hover-1-22-0: #FCEAC7;
264
+ --triplex-next-FormField-Input_Color_Default-1-22-0: rgba(31, 31, 34, 1);
265
+ --triplex-next-FormField-Input_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
266
+ --triplex-next-FormField-Target_Color_Default-1-22-0: rgba(31, 31, 34, 1);
267
+ --triplex-next-FormField-Target_Color_Disabled-1-22-0: rgba(31, 31, 34, .45);
268
+ --triplex-next-FormField-Target_PlaceholderColor_Default-1-22-0: rgba(31, 31, 34, .65);
269
+ --triplex-next-FormField-Label_Color_Default-1-22-0: rgba(31, 31, 34, .65);
270
+ --triplex-next-FormField-Label_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
271
+ --triplex-next-FormField-Shadow_Active-1-22-0: 0 0 0 1px #21A19A inset;
272
+ --triplex-next-FormField-Shadow_Default-1-22-0: none;
273
+ --triplex-next-FormField-Shadow_Error_Active-1-22-0: 0 0 0 1px #E60037 inset;
274
+ --triplex-next-FormField-Shadow_Warning_Active-1-22-0: 0 0 0 1px #FD6508 inset;
275
+ --triplex-next-FormField-Placeholder_Color-1-22-0: rgba(31, 31, 34, .65);
276
+ --triplex-next-HeaderPage-StickyShadow-1-22-0: 0 2px 7px 0 rgba(31, 31, 34, 0.08);
277
+ --triplex-next-Island-Type1_Background-1-22-0: #FFFFFF;
278
+ --triplex-next-Island-Type2_Background-1-22-0: rgba(255, 255, 255, .35);
279
+ --triplex-next-Island-Type3_Background-1-22-0: #F2F4F7;
280
+ --triplex-next-Island-Type1_Shadow-1-22-0: none;
281
+ --triplex-next-Island-Type2_Shadow-1-22-0: 0 0 0 1px #FFFFFF inset;
282
+ --triplex-next-Island-Type3_Shadow-1-22-0: none;
283
+ --triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-22-0: #DCDFE4;
284
+ --triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-22-0: rgba(31, 31, 34, .05);
285
+ --triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-22-0: #DCDFE4;
286
+ --triplex-next-IslandAccordion-Shadow_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
287
+ --triplex-next-IslandWidget-ExtraFooter_Background-1-22-0: #FFFFFF;
288
+ --triplex-next-IslandWidget-ExtraFooter_Shadow-1-22-0: 0 8px 7px -6px rgba(31, 31, 34, 0.08);
289
+ --triplex-next-LightBox-Backdrop_Background-1-22-0: rgba(31, 31, 34, .75);
290
+ --triplex-next-LightBox-Content_Background-1-22-0: #EAEDF1;
291
+ --triplex-next-Link-BorderColor_Focus-1-22-0: 0 0 0 1px #FFD169 inset;
292
+ --triplex-next-Link-Text_Color_Active-1-22-0: #007777;
293
+ --triplex-next-Link-Text_Color_Default-1-22-0: #008985;
294
+ --triplex-next-Link-Text_Color_Hover-1-22-0: #21A19A;
295
+ --triplex-next-ListItem-Background-1-22-0: #FFFFFF;
296
+ --triplex-next-ListItem-Background_Dragging-1-22-0: #FFFFFF;
297
+ --triplex-next-ListItem-Background_Selected-1-22-0: #F2F4F7;
298
+ --triplex-next-ListItem-Shadow-1-22-0: 0 2px 7px rgba(31, 31, 34, 0.25);
299
+ --triplex-next-ListItemControlsButton-Background_Active-1-22-0: #DCDFE4;
300
+ --triplex-next-ListItemControlsButton-Background_Default-1-22-0: #F2F4F7;
301
+ --triplex-next-ListItemControlsButton-Background_Hover-1-22-0: #EAEDF1;
302
+ --triplex-next-ListItemControlsButton-Color_Active-1-22-0: #007777;
303
+ --triplex-next-ListItemControlsButton-Color_Default-1-22-0: #008985;
304
+ --triplex-next-ListItemControlsButton-Color_Hover-1-22-0: #21A19A;
305
+ --triplex-next-ListMaster-Background-1-22-0: #FFFFFF;
306
+ --triplex-next-ListMaster-Footer_Background-1-22-0: #DCDFE4;
307
+ --triplex-next-ListMaster-Footer_Color-1-22-0: #EAEDF1;
308
+ --triplex-next-ListMaster-Header_Background-1-22-0: #DCDFE4;
309
+ --triplex-next-ListMaster-Header_Color-1-22-0: #EAEDF1;
310
+ --triplex-next-Loader-Element_Background_Brand-1-22-0: #21A19A;
311
+ --triplex-next-Loader-Element_Background_Neutral-1-22-0: rgba(255, 255, 255, 1);
312
+ --triplex-next-Loader-Middle_Background_Default-1-22-0: #EEF0F4;
313
+ --triplex-next-LoaderScreen-Small_Backdrop_Default-1-22-0: rgba(255, 255, 255, .75);
314
+ --triplex-next-LoaderScreen-Middle_Backdrop_Default-1-22-0: rgba(255, 255, 255, .75);
315
+ --triplex-next-LoaderScreen-Middle_Background_Default-1-22-0: #EEF0F4;
316
+ --triplex-next-Marker-Background_Error-1-22-0: #E60037;
317
+ --triplex-next-Marker-Background_Success-1-22-0: #21A19A;
318
+ --triplex-next-Marker-Background_Waiting-1-22-0: #8291B3;
319
+ --triplex-next-Marker-Background_Warning-1-22-0: #FD6508;
320
+ --triplex-next-MarkerStatus-Description_Color-1-22-0: rgba(0, 0, 0, 0.55);
321
+ --triplex-next-ModalWindow-Background-1-22-0: #EAEDF1;
322
+ --triplex-next-ModalWindow-Backdrop_Background-1-22-0: rgba(79, 79, 82, .5);
323
+ --triplex-next-MultiselectField-Divider_Color-1-22-0: #D6D9E0;
324
+ --triplex-next-Notification-Background-1-22-0: #FFFFFF;
325
+ --triplex-next-Notification-Color-1-22-0: #1F1F22;
326
+ --triplex-next-Notification-TimeColor-1-22-0: rgba(31, 31, 34, 0.65);
327
+ --triplex-next-Notification-Shadow-1-22-0: 0px 2px 7px rgba(31, 31, 34, 0.25);
328
+ --triplex-next-Overlay-Background-1-22-0: rgba(255, 255, 255, .8);
329
+ --triplex-next-Overlay-Panel_Background-1-22-0: #FFFFFF;
330
+ --triplex-next-Pagination-PageButton_Background_Active-1-22-0: #E3E6EA;
331
+ --triplex-next-Pagination-PageButton_Background_Hover-1-22-0: #F2F4F7;
332
+ --triplex-next-Pagination-PageButton_Background_Selected-1-22-0: #E3E6EA;
333
+ --triplex-next-Pagination-PageButton_BorderColor_Focus-1-22-0: #FFD169;
334
+ --triplex-next-Radio-Background_Checked_Default-1-22-0: #21A19A;
335
+ --triplex-next-Radio-Background_Checked_Disabled-1-22-0: #EAEDF1;
336
+ --triplex-next-Radio-Background_Checked_Hover-1-22-0: #007777;
337
+ --triplex-next-Radio-Background_Default-1-22-0: #F2F4F7;
338
+ --triplex-next-Radio-Background_Disabled-1-22-0: #F2F4F7;
339
+ --triplex-next-Radio-Background_Hover-1-22-0: #19BDB0;
340
+ --triplex-next-Radio-BorderColor_Default-1-22-0: 0 0 0 1px rgba(31, 31, 34, 0.25) inset;
341
+ --triplex-next-Radio-BorderColor_Disabled-1-22-0: 0 0 0 1px #E3E6EA inset;
342
+ --triplex-next-Radio-BorderColor_Focused-1-22-0: 0 0 0 1px #FFD169 inset;
343
+ --triplex-next-Radio-BorderColor_Checked_Default-1-22-0: none;
344
+ --triplex-next-Radio-BorderColor_Checked_Disabled-1-22-0: none;
345
+ --triplex-next-Radio-Dot_Default-1-22-0: rgba(255, 255, 255, 1);
346
+ --triplex-next-Radio-Dot_Disabled-1-22-0: rgba(31, 31, 34, .15);
347
+ --triplex-next-SegmentedControl-General_1_Background-1-22-0: #F2F4F7;
348
+ --triplex-next-SegmentedControl-General_2_Background-1-22-0: #FFFFFF;
349
+ --triplex-next-SegmentedControl-Secondary_1_Background-1-22-0: #F2F4F7;
350
+ --triplex-next-SegmentedControl-Secondary_2_Background-1-22-0: #FFFFFF;
351
+ --triplex-next-SegmentedControlSegment-General_1_Color_Default-1-22-0: rgba(31, 31, 34, .65);
352
+ --triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-22-0: rgba(31, 31, 34, 1);
353
+ --triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-22-0: rgba(31, 31, 34, .15);
354
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-22-0: rgba(255, 255, 255, 1);
355
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-22-0: rgba(255, 255, 255, 1);
356
+ --triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-22-0: rgba(255, 255, 255, .25);
357
+ --triplex-next-SegmentedControlSegment-General_1_Background_Default-1-22-0: #F2F4F7;
358
+ --triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-22-0: #DFE2E7;
359
+ --triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-22-0: #F2F4F7;
360
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-22-0: #3B3B3E;
361
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-22-0: #49494C;
362
+ --triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-22-0: #343437;
363
+ --triplex-next-SegmentedControlSegment-General_2_Color_Default-1-22-0: rgba(31, 31, 34, .65);
364
+ --triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-22-0: rgba(31, 31, 34, 1);
365
+ --triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-22-0: rgba(31, 31, 34, .15);
366
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-22-0: rgba(255, 255, 255, 1);
367
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-22-0: rgba(255, 255, 255, 1);
368
+ --triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-22-0: rgba(255, 255, 255, .25);
369
+ --triplex-next-SegmentedControlSegment-General_2_Background_Default-1-22-0: #FFFFFF;
370
+ --triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-22-0: #EEF0F4;
371
+ --triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-22-0: #FFFFFF;
372
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-22-0: #3B3B3E;
373
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-22-0: #49494C;
374
+ --triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-22-0: #343437;
375
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-22-0: rgba(31, 31, 34, .65);
376
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-22-0: rgba(31, 31, 34, 1);
377
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-22-0: rgba(31, 31, 34, .15);
378
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-22-0: rgba(31, 31, 34, 1);
379
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Hover-1-22-0: rgba(31, 31, 34, 1);
380
+ --triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-22-0: rgba(31, 31, 34, .15);
381
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-22-0: #F2F4F7;
382
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-22-0: #DFE2E7;
383
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-22-0: #F2F4F7;
384
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-22-0: #FFFFFF;
385
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Hover-1-22-0: #DFE2E7;
386
+ --triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-22-0: #FFFFFF;
387
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-22-0: rgba(31, 31, 34, .65);
388
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-22-0: rgba(31, 31, 34, 1);
389
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-22-0: rgba(31, 31, 34, .15);
390
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-22-0: rgba(31, 31, 34, 1);
391
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Hover-1-22-0: rgba(31, 31, 34, 1);
392
+ --triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-22-0: rgba(31, 31, 34, .15);
393
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-22-0: #FFFFFF;
394
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-22-0: #EEF0F4;
395
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-22-0: #FFFFFF;
396
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-22-0: #E3E6EA;
397
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Hover-1-22-0: #D6D9E0;
398
+ --triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-22-0: #F2F4F7;
399
+ --triplex-next-SegmentedControlSegment-BorderColor_Default-1-22-0: transparent;
400
+ --triplex-next-SegmentedControlSegment-BorderColor_Focus-1-22-0: #FFD169;
401
+ --triplex-next-Skeleton-BackgroundColor_Light_Start-1-22-0: #F2F4F7;
402
+ --triplex-next-Skeleton-BackgroundColor_Light_End-1-22-0: #DFE2E7;
403
+ --triplex-next-Skeleton-BackgroundColor_Dark_Start-1-22-0: rgba(31, 31, 34, .05);
404
+ --triplex-next-Skeleton-BackgroundColor_Dark_End-1-22-0: rgba(31, 31, 34, .15);
405
+ --triplex-next-SmallInput-Background-1-22-0: #F2F4F7;
406
+ --triplex-next-SmallInput-Color-1-22-0: rgba(31, 31, 34, 1);
407
+ --triplex-next-SmallInput-PlaceholderColor-1-22-0: rgba(31, 31, 34, .65);
408
+ --triplex-next-SmallInput-Shadow-1-22-0: 0 0 0 1px rgba(33, 161, 154) inset;
409
+ --triplex-next-SMSField-Refresh_Fill_Empty-1-22-0: rgba(31, 31, 34, .35);
410
+ --triplex-next-SMSField-Refresh_Fill_Full-1-22-0: #008985;
411
+ --triplex-next-SMSField-Refresh_Disabled-1-22-0: rgba(31, 31, 34, .15);
412
+ --triplex-next-SMSField-Submit_Background_Default-1-22-0: rgba(31, 31, 34, .15);
413
+ --triplex-next-SMSField-Submit_Background_Hover-1-22-0: #19BDB0;
414
+ --triplex-next-SMSField-Submit_Background_Active-1-22-0: #21A19A;
415
+ --triplex-next-Slider-Dot_Background_Default-1-22-0: #21A19A;
416
+ --triplex-next-Slider-Dot_Background_Disabled-1-22-0: #F2F4F7;
417
+ --triplex-next-Slider-Dot_Background_Hover-1-22-0: #19BDB0;
418
+ --triplex-next-Slider-Dot_Background_Select-1-22-0: #007777;
419
+ --triplex-next-Slider-Dot_Focus-1-22-0: #FFD169;
420
+ --triplex-next-Slider-Dot_Inner_Background-1-22-0: #FFFFFF;
421
+ --triplex-next-Slider-Dot_Inner_Background_Disabled-1-22-0: rgba(31, 31, 34, .15);
422
+ --triplex-next-Slider-Mark_Dot_Background_Default-1-22-0: #DCDFE4;
423
+ --triplex-next-Slider-Mark_Dot_Background_Selected-1-22-0: #21A19A;
424
+ --triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-22-0: #E7E9EE;
425
+ --triplex-next-Slider-Rail_Background-1-22-0: #DCDFE4;
426
+ --triplex-next-Slider-Rail_Background_Disabled-1-22-0: #DCDFE4;
427
+ --triplex-next-Slider-Tooltip_Background-1-22-0: #1B1B1D;
428
+ --triplex-next-Slider-Tooltip_Color-1-22-0: rgba(255, 255, 255, 1);
429
+ --triplex-next-Slider-Track_Background_Default-1-22-0: #21A19A;
430
+ --triplex-next-Slider-Track_Background_Disabled-1-22-0: #E7E9EE;
431
+ --triplex-next-Slider-Track_Background_Hover-1-22-0: #007777;
432
+ --triplex-next-StatusTracker-Draft_Background-1-22-0: rgba(255, 255, 255, .15);
433
+ --triplex-next-StatusTracker-Warning_Background-1-22-0: #FF7A17;
434
+ --triplex-next-StatusTracker-Waiting_Background-1-22-0: #BFCADF;
435
+ --triplex-next-StatusTracker-Rejected_Background-1-22-0: #FF5571;
436
+ --triplex-next-StatusTracker-Approved_Background-1-22-0: #00D67D;
437
+ --triplex-next-StatusTracker-Waiting_Color-1-22-0: #A9B6D0;
438
+ --triplex-next-StatusTracker-Rejected_Color-1-22-0: #FFB1C1;
439
+ --triplex-next-StatusTracker-Approved_Color-1-22-0: #00D67D;
440
+ --triplex-next-StatusTracker-Border_Color-1-22-0: #FFFFFF;
441
+ --triplex-next-Step-Color_Active-1-22-0: #008985;
442
+ --triplex-next-Step-Color_Default-1-22-0: rgba(31, 31, 34, .65);
443
+ --triplex-next-Step-Color_Disabled-1-22-0: #FFFFFF;
444
+ --triplex-next-Step-Color_Done-1-22-0: #FFFFFF;
445
+ --triplex-next-Step-Color_Error-1-22-0: rgba(255, 255, 255, 1);
446
+ --triplex-next-Step-Color_Warning-1-22-0: rgba(255, 255, 255, 1);
447
+ --triplex-next-Step-Background_Active-1-22-0: #E3FFFA;
448
+ --triplex-next-Step-Background_Default-1-22-0: rgba(31, 31, 34, .05);
449
+ --triplex-next-Step-Background_Disabled-1-22-0: rgba(31, 31, 34, .15);
450
+ --triplex-next-Step-Background_Done-1-22-0: #008985;
451
+ --triplex-next-Step-Background_Error-1-22-0: #D10032;
452
+ --triplex-next-Step-Background_Warning-1-22-0: #EF4C01;
453
+ --triplex-next-Stepper-Step_Background_Default-1-22-0: #F2F4F7;
454
+ --triplex-next-Stepper-Step_Background_Hover-1-22-0: #EAEDF1;
455
+ --triplex-next-Stepper-Step_Background_Disabled-1-22-0: #F2F4F7;
456
+ --triplex-next-Stepper-Step_Background_Error-1-22-0: #FFF0F3;
457
+ --triplex-next-Stepper-Step_Background_Error_Hover-1-22-0: #FCE0E6;
458
+ --triplex-next-Stepper-Step_Background_Warning-1-22-0: #FFF4DB;
459
+ --triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0: #FCEAC7;
460
+ --triplex-next-Stepper-Step_BorderColor_Focus-1-22-0: #FFD169;
461
+ --triplex-next-Stepper-Step_BorderColor_Error-1-22-0: #E60037;
462
+ --triplex-next-Stepper-Step_BorderColor_Warning-1-22-0: #FD6508;
463
+ --triplex-next-Stepper-Step_BorderColor_Success-1-22-0: #21A19A;
464
+ --triplex-next-Stepper-Step_Color_Default-1-22-0: rgba(31, 31, 34, .65);
465
+ --triplex-next-Stepper-Step_Color_Hover-1-22-0: rgba(31, 31, 34, 1);
466
+ --triplex-next-Stepper-Step_Color_Disabled-1-22-0: rgba(31, 31, 34, .35);
467
+ --triplex-next-Stepper-ButtonNext_Background-1-22-0: linear-gradient(to left, #FFFFFF 39.06%, transparent);
468
+ --triplex-next-Stepper-ButtonPrev_Background-1-22-0: linear-gradient(to right, #FFFFFF 39.06%, transparent);
469
+ --triplex-next-Stepper-Background-1-22-0: #FFFFFF;
470
+ --triplex-next-Stepper-Wrapper_Background-1-22-0: linear-gradient(#FFFFFF 64px, transparent 0);
471
+ --triplex-next-Stepper-Wrapper_BoxShadow-1-22-0: 0 10px 15px 0 rgba(228, 232, 235, 0.5);
472
+ --triplex-next-TableBasic-Background_Hover-1-22-0: #E3E6EA;
473
+ --triplex-next-TableBasic-Background_Selected-1-22-0: #DCDFE4;
474
+ --triplex-next-TableBasic-Color-1-22-0: rgba(31, 31, 34, 1);
475
+ --triplex-next-TableBasic-Header_Background-1-22-0: #E7E9EE;
476
+ --triplex-next-TableBasic-TableFooter_Background-1-22-0: #E7E9EE;
477
+ --triplex-next-TableBasic-TableFooter_Highlight-1-22-0: linear-gradient(transparent, #FFFFFF);
478
+ --triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-22-0: #D6D9E0;
479
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-22-0: #FFFFFF;
480
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-22-0: #EAEDF1;
481
+ --triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-22-0: #FFFFFF;
482
+ --triplex-next-Tabs-Type1_Background-1-22-0: #F2F4F7;
483
+ --triplex-next-Tabs-Type2_Background-1-22-0: #FFFFFF;
484
+ --triplex-next-Tabs-Type1_Tab_Background_Default-1-22-0: #F2F4F7;
485
+ --triplex-next-Tabs-Type2_Tab_Background_Default-1-22-0: #FFFFFF;
486
+ --triplex-next-Tabs-Type1_Tab_Background_Selected-1-22-0: #DCDFE4;
487
+ --triplex-next-Tabs-Type2_Tab_Background_Selected-1-22-0: #E3E6EA;
488
+ --triplex-next-Tabs-Type1_Tab_Background_Hover-1-22-0: #E3E6EA;
489
+ --triplex-next-Tabs-Type2_Tab_Background_Hover-1-22-0: #EEF0F4;
490
+ --triplex-next-Tabs-Tab_BorderColor_Default-1-22-0: transparent;
491
+ --triplex-next-Tabs-Tab_BorderColor_Focus-1-22-0: #FFD169;
492
+ --triplex-next-Tag-Background-1-22-0: #DFE2E7;
493
+ --triplex-next-TagColor-Background_Default-1-22-0: #EEF3FC;
494
+ --triplex-next-TagColor-Background_Success-1-22-0: #E3FFFA;
495
+ --triplex-next-TagColor-Background_Info-1-22-0: #E3F6FF;
496
+ --triplex-next-TagColor-Background_Warning-1-22-0: #FFF4DB;
497
+ --triplex-next-TagColor-Background_Error-1-22-0: #FFF0F3;
498
+ --triplex-next-TagColor-Text_Color_Default-1-22-0: rgba(31, 31, 34, .75);
499
+ --triplex-next-TabsLine-BorderColor_Active-1-22-0: #21A19A;
500
+ --triplex-next-TabsLine-BorderColor_Hover-1-22-0: #19BDB0;
501
+ --triplex-next-TabsLine-Separator_Color-1-22-0: #D6D9E0;
502
+ --triplex-next-TabsLine-Shadow_Focus-1-22-0: 0 0 0 1px #FFDD64 inset;
503
+ --triplex-next-Tooltip-Background-1-22-0: #1B1B1D;
504
+ --triplex-next-Tooltip-Color-1-22-0: rgba(255, 255, 255, 1);
505
+ --triplex-next-Tooltip-Link_Desktop_Color_Active-1-22-0: #008985;
506
+ --triplex-next-Tooltip-Link_Desktop_Color_Default-1-22-0: #19BDB0;
507
+ --triplex-next-Tooltip-Link_Desktop_Color_Hover-1-22-0: #4BD9CF;
508
+ --triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-22-0: 0 0 0 1px #FFD169;
509
+ --triplex-next-Tooltip-Link_Mobile_Color_Active-1-22-0: #007777;
510
+ --triplex-next-Tooltip-Link_Mobile_Color_Default-1-22-0: #008985;
511
+ --triplex-next-Tooltip-Link_Mobile_Color_Hover-1-22-0: #21A19A;
512
+ --triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-22-0: 0 0 0 1px #FFDD64;
513
+ --triplex-next-TopOverlay-Background-1-22-0: rgba(31, 31, 34, .55);
514
+ --triplex-next-Typography-Primary_Color-1-22-0: rgba(31, 31, 34, 1);
515
+ --triplex-next-Typography-Complementary_Color-1-22-0: rgba(31, 31, 34, .85);
516
+ --triplex-next-Typography-Secondary_Color-1-22-0: rgba(31, 31, 34, .65);
517
+ --triplex-next-Typography-Tertiary_Color-1-22-0: rgba(31, 31, 34, .55);
518
+ --triplex-next-Typography-Disabled_Color-1-22-0: rgba(31, 31, 34, .35);
519
+ --triplex-next-Typography-Brand_Color-1-22-0: #008985;
520
+ --triplex-next-Typography-Info_Color-1-22-0: #0E57CC;
521
+ --triplex-next-Typography-Success_Color-1-22-0: #008B5C;
522
+ --triplex-next-Typography-Error_Color-1-22-0: #D10032;
523
+ --triplex-next-Typography-Warning_Color-1-22-0: #EF4C01;
524
+ --triplex-next-Typography-System_Color-1-22-0: #697591;
525
+ --triplex-next-Typography-PrimaryInvert_Color-1-22-0: rgba(255, 255, 255, 1);
526
+ --triplex-next-Typography-ComplementaryInvert_Color-1-22-0: rgba(255, 255, 255, .75);
527
+ --triplex-next-Typography-SecondaryInvert_Color-1-22-0: rgba(255, 255, 255, .55);
528
+ --triplex-next-Typography-TertiaryInvert_Color-1-22-0: rgba(255, 255, 255, .45);
529
+ --triplex-next-Typography-DisabledInvert_Color-1-22-0: rgba(255, 255, 255, .25);
530
+ --triplex-next-Typography-BrandInvert_Color-1-22-0: #19BDB0;
531
+ --triplex-next-Typography-InfoInvert_Color-1-22-0: #1297FE;
532
+ --triplex-next-Typography-SuccessInvert_Color-1-22-0: #00D67D;
533
+ --triplex-next-Typography-ErrorInvert_Color-1-22-0: #F80C45;
534
+ --triplex-next-Typography-WarningInvert_Color-1-22-0: #FF7A17;
535
+ --triplex-next-Typography-SystemInvert_Color-1-22-0: #95A3C1;
536
+ --triplex-next-UploadZone-Background_Default-1-22-0: #F2F4F7;
537
+ --triplex-next-UploadZone-Background_Hover-1-22-0: #EAEDF1;
538
+ --triplex-next-UploadZone-BorderColor_Default-1-22-0: #2D2D30;
539
+ --triplex-next-UploadZone-DragArea_Background-1-22-0: #F2F4F7;
540
+ --triplex-next-UploadZone-DragArea_BorderColor-1-22-0: #21A19A;}
541
+ .underline__19fb3214{text-decoration:underline}.strikethrough__ade96b16{text-decoration:line-through}.underlineStrikethrough__47dfe274{text-decoration:underline line-through}.typography__93da2d44.primary__d9a07cc5{color:var(--triplex-next-Typography-Primary_Color-1-22-0)}.typography__93da2d44.primaryInvert__21519331{color:var(--triplex-next-Typography-PrimaryInvert_Color-1-22-0)}.typography__93da2d44.complementary__19a5cd13{color:var(--triplex-next-Typography-Complementary_Color-1-22-0)}.typography__93da2d44.complementaryInvert__b521b4f2{color:var(--triplex-next-Typography-ComplementaryInvert_Color-1-22-0)}.typography__93da2d44.secondary__e1c17171{color:var(--triplex-next-Typography-Secondary_Color-1-22-0)}.typography__93da2d44.secondaryInvert__fea31fbd{color:var(--triplex-next-Typography-SecondaryInvert_Color-1-22-0)}.typography__93da2d44.tertiary__3e39371f{color:var(--triplex-next-Typography-Tertiary_Color-1-22-0)}.typography__93da2d44.tertiaryInvert__3836c579{color:var(--triplex-next-Typography-TertiaryInvert_Color-1-22-0)}.typography__93da2d44.disabled__890b9cc5{color:var(--triplex-next-Typography-Disabled_Color-1-22-0)}.typography__93da2d44.disabledInvert__d7341a0a{color:var(--triplex-next-Typography-DisabledInvert_Color-1-22-0)}.typography__93da2d44.brand__078f9194{color:var(--triplex-next-Typography-Brand_Color-1-22-0);-webkit-user-select:none;user-select:none}.typography__93da2d44.brandInvert__91314004{color:var(--triplex-next-Typography-BrandInvert_Color-1-22-0)}.typography__93da2d44.info__71e4d291{color:var(--triplex-next-Typography-Info_Color-1-22-0)}.typography__93da2d44.infoInvert__f28ef57c{color:var(--triplex-next-Typography-InfoInvert_Color-1-22-0)}.typography__93da2d44.success__5e758133{color:var(--triplex-next-Typography-Success_Color-1-22-0)}.typography__93da2d44.successInvert__dd1d7ac0{color:var(--triplex-next-Typography-SuccessInvert_Color-1-22-0)}.typography__93da2d44.error__833f7966{color:var(--triplex-next-Typography-Error_Color-1-22-0)}.typography__93da2d44.errorInvert__2e928c98{color:var(--triplex-next-Typography-ErrorInvert_Color-1-22-0)}.typography__93da2d44.warning__25955d77{color:var(--triplex-next-Typography-Warning_Color-1-22-0)}.typography__93da2d44.warningInvert__f4ef8455{color:var(--triplex-next-Typography-WarningInvert_Color-1-22-0)}.typography__93da2d44.system__96586aca{color:var(--triplex-next-Typography-System_Color-1-22-0)}.typography__93da2d44.systemInvert__e3077477{color:var(--triplex-next-Typography-SystemInvert_Color-1-22-0)}.typography__93da2d44.compact__ecf51613{line-height:calc(16 / 14)}.caption__b76f460c.regular__1d4dc860{font-family:SBSansText,Arial,sans-serif}.caption__b76f460c.semibold__a8615391{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.c1__b2fed585{font-size:10px;line-height:12px}.c2__ab1c5fc7{font-size:8px;line-height:10px}.d1__c1a6833f{font-size:32px;line-height:40px}.d1__c1a6833f.regular__1d4dc860{font-family:SBSansDisplay,Arial,sans-serif}.d1__c1a6833f.semibold__a8615391{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.text__f4c76503{outline:none}.text__f4c76503.regular__1d4dc860{font-family:SBSansText,Arial,sans-serif}.text__f4c76503.semibold__a8615391{font-family:SBSansTextSemibold,Arial,sans-serif;font-weight:600}.b1__4f6df6b5{font-size:18px;line-height:24px}.b2__5caf436b{font-size:16px;line-height:20px}.b3__5f5e7a8b{font-size:14px;line-height:20px}.b3__5f5e7a8b.compact__ecf51613{line-height:16px}.b4__2db3d91d{font-size:12px;line-height:16px}.title__c8e90a45{outline:none}.title__c8e90a45.regular__1d4dc860{font-family:SBSansDisplay,Arial,sans-serif;font-weight:400}.title__c8e90a45.semibold__a8615391{font-family:SBSansDisplaySemibold,Arial,sans-serif;font-weight:600}.title__c8e90a45.medium__70ca0cf2{font-family:SBSansDisplayMedium,Arial,sans-serif;font-weight:500}.title__c8e90a45.bold__a46a1869{font-family:SBSansDisplayBold,Arial,sans-serif;font-weight:700}.h1__9d752536,.h2__91a75f99,.h3__7670a267{margin:0}.h1__9d752536{font-size:28px;line-height:36px}.h2__91a75f99{font-size:24px;line-height:32px}.h3__7670a267{font-size:20px;line-height:28px}.formFieldInput__6a47077e{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-22-0)}.formFieldInput__6a47077e.sm__dfbcde57{padding-top:6px;padding-bottom:6px;font-size:12px;height:28px;line-height:16px}.formFieldInput__6a47077e.md__78c7dc00{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldInput__6a47077e.lg__0698bb23{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldInput__6a47077e:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-22-0)}.formFieldInput__6a47077e::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-22-0);opacity:0;transition:opacity .3s ease-out}.formFieldInput__6a47077e:focus{outline:none}.formFieldInput__6a47077e:focus::placeholder{opacity:1}.formFieldInput__6a47077e:-webkit-autofill{animation-name:autofill-applied-hook__4abcb1d4;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldInput__6a47077e:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__c3de782c;animation-duration:1ms}.formField__c29e5771{position:relative;flex-grow:1;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__c29e5771.sm__dfbcde57{border-radius:6px}.formField__c29e5771.md__78c7dc00{border-radius:8px}.formField__c29e5771.lg__0698bb23{border-radius:10px}.formField__c29e5771.default__07fd0165{background:var(--triplex-next-FormField-Background_Default-1-22-0);box-shadow:var(--triplex-next-FormField-Shadow_Default-1-22-0)}.formField__c29e5771:hover{background:var(--triplex-next-FormField-Background_Hover-1-22-0)}.formField__c29e5771.active__78712fb7{background:var(--triplex-next-FormField-Background_Active-1-22-0);box-shadow:var(--triplex-next-FormField-Shadow_Active-1-22-0)}.formField__c29e5771.active__78712fb7 .formFieldInput__6a47077e::placeholder,.formField__c29e5771.active__78712fb7 .formFieldTextarea__e6ce2087::placeholder{opacity:1}.formField__c29e5771.disabled__e368d09a{background:var(--triplex-next-FormField-Background_Disabled-1-22-0)}.formField__c29e5771.error__7f60378d{background:var(--triplex-next-FormField-Background_Error-1-22-0)}.formField__c29e5771.error__7f60378d:hover{background:var(--triplex-next-FormField-Background_Error_Hover-1-22-0)}.formField__c29e5771.error__7f60378d.active__78712fb7{background:var(--triplex-next-FormField-Background_Error-1-22-0);box-shadow:var(--triplex-next-FormField-Shadow_Error_Active-1-22-0)}.formField__c29e5771.warning__8a6b82fc{background:var(--triplex-next-FormField-Background_Warning-1-22-0)}.formField__c29e5771.warning__8a6b82fc:hover{background:var(--triplex-next-FormField-Background_Warning_Hover-1-22-0)}.formField__c29e5771.warning__8a6b82fc.active__78712fb7{background:var(--triplex-next-FormField-Background_Warning-1-22-0);box-shadow:var(--triplex-next-FormField-Shadow_Warning_Active-1-22-0)}.formField__c29e5771.filled__6f5b89aa:not(.disabled__e368d09a):hover .formFieldClear__c08c9262,.formField__c29e5771.filled__6f5b89aa:not(.disabled__e368d09a).active__78712fb7 .formFieldClear__c08c9262{visibility:visible;opacity:1;pointer-events:auto}.formFieldDescription__904c4dd7{padding-top:4px;padding-left:4px;padding-right:4px}.formFieldDescription__904c4dd7.withCounter__b8a05982{display:flex}.formFieldLabel__ac33b007{position:absolute;overflow:hidden;line-height:0;text-overflow:ellipsis;white-space:nowrap;transition:top .3s ease-out;pointer-events:none}.formFieldLabel__ac33b007.sm__dfbcde57{top:6px}.formFieldLabel__ac33b007.md__78c7dc00{top:10px}.formFieldLabel__ac33b007.lg__0698bb23{top:18px}.formFieldLabel__ac33b007.lg__0698bb23.floating__e7d1637f{top:10px}.formFieldLabelText__35bb100d{display:inline-block;color:var(--triplex-next-FormField-Label_Color_Default-1-22-0);transition-property:font-size,line-height;transition-duration:.3s;transition-timing-function:ease-out}.sm__dfbcde57 .formFieldLabelText__35bb100d{font-size:12px;line-height:16px}.md__78c7dc00 .formFieldLabelText__35bb100d{font-size:14px;line-height:20px}.lg__0698bb23 .formFieldLabelText__35bb100d{font-size:16px;line-height:20px}.floating__e7d1637f .formFieldLabelText__35bb100d{font-size:12px;line-height:16px}.floating__e7d1637f.sm__dfbcde57 .formFieldLabelText__35bb100d,.floating__e7d1637f.md__78c7dc00 .formFieldLabelText__35bb100d{display:none}.disabled__e368d09a .formFieldLabelText__35bb100d{color:var(--triplex-next-FormField-Label_Color_Disabled-1-22-0)}.formFieldPostfix__99983a1c{padding:0 12px 0 8px;position:absolute;right:0;top:50%;transform:translateY(-50%);bottom:0;display:flex;align-items:center;gap:8px}.formFieldPrefix__89d28eb9{padding:0 8px 0 12px;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px;pointer-events:none}.formFieldCounter__6c4c7134{padding-left:4px;margin-left:auto}.formFieldMaskedInputWrapper__59d95683{position:relative}.formFieldMaskedInputWrapper__59d95683 .formFieldMaskedInputPlaceholder__11c88ca9{position:absolute;left:0;top:0}.formFieldMaskedInputWrapper__59d95683 .formFieldMaskedInputPlaceholder__11c88ca9::placeholder{opacity:1}.formFieldMaskedInputWrapper__59d95683 .formFieldMaskedInputPlaceholder__11c88ca9:disabled{visibility:hidden}.formFieldMaskedInputWrapper__59d95683.size-sm__5a3a23dc{font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__59d95683.size-sm__5a3a23dc .formFieldMaskedInputPlaceholder__11c88ca9{top:6px;font-size:12px;line-height:16px}.formFieldMaskedInputWrapper__59d95683.size-md__9c00f8f6{font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__59d95683.size-md__9c00f8f6 .formFieldMaskedInputPlaceholder__11c88ca9{top:10px;font-size:14px;line-height:20px}.formFieldMaskedInputWrapper__59d95683.size-lg__0322aac9{font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__59d95683.size-lg__0322aac9 .formFieldMaskedInputPlaceholder__11c88ca9{top:26px;font-size:16px;line-height:20px}.formFieldMaskedInputWrapper__59d95683 .formFieldMaskedInput__04459597{display:block;position:relative;background:none!important}.dropdownDesktop__8e2ef135{position:fixed;z-index:1500;box-sizing:border-box;box-shadow:var(--triplex-next-Dropdown-Shadow-1-22-0);background-color:var(--triplex-next-Dropdown-Background-1-22-0)}.dropdownDesktop__8e2ef135.sm__f8b66f07{border-radius:6px}.dropdownDesktop__8e2ef135.md__f642610b{border-radius:8px}.dropdownDesktop__8e2ef135.lg__a134c7d9{border-radius:10px}.dropdownDesktopOverflowHidden__aa474753{overflow:hidden}.badgeDot__98095b0e{display:inline-block;background:var(--triplex-next-Badge-Background-1-22-0);border-radius:50%}.badgeDot__98095b0e.sm__810f6387{width:6px;height:6px}.badgeDot__98095b0e.md__37dfe56f{width:8px;height:8px}.badgeDot__98095b0e.lg__a318dd37{width:10px;height:10px}.badgeContent__5ebf4ac1{display:flex}.badgeContent__5ebf4ac1.sm__810f6387{padding-left:4px;padding-right:4px}.badgeContent__5ebf4ac1.md__37dfe56f{padding-left:6px;padding-right:6px}.badgeContent__5ebf4ac1.lg__a318dd37{padding-left:8px;padding-right:8px}.badgeContent__5ebf4ac1.noPaddingLeft__8c650a62{padding-left:0}.badgeContent__5ebf4ac1.noPaddingRight__7784efe2{padding-right:0}.badgePrefix__5294834a,.badgePostfix__811764ad{display:contents}.badge__dc23e6bf{display:inline-flex;align-items:center;justify-content:center;position:relative;white-space:nowrap;background:var(--triplex-next-Badge-Background-1-22-0)}.badge__dc23e6bf.sm__810f6387{height:16px;border-radius:4px}.badge__dc23e6bf.md__37dfe56f{height:20px;border-radius:6px}.badge__dc23e6bf.lg__a318dd37{height:24px;border-radius:8px}.dropdownDesktopList__dadd94e2{margin:4px;overflow:auto}.dropdownDesktopList__dadd94e2 .notificationIcon__8b4d6f43{position:absolute}.dropdownDesktopList__dadd94e2.sm__f8b66f07{max-height:164px;font-size:12px;line-height:16px}.dropdownDesktopList__dadd94e2.sm__f8b66f07 .dropdownDesktopListItem__9a5852f5{padding:6px 8px;border-radius:6px}.dropdownDesktopList__dadd94e2.sm__f8b66f07 .dropdownDesktopListLoader__b55b44d0{margin:0 auto}.dropdownDesktopList__dadd94e2.sm__f8b66f07 .notificationIcon__8b4d6f43{right:3px;top:3px}.dropdownDesktopList__dadd94e2.md__f642610b{max-height:197px;font-size:14px;line-height:20px}.dropdownDesktopList__dadd94e2.md__f642610b .dropdownDesktopListItem__9a5852f5{padding:7px 8px;border-radius:8px}.dropdownDesktopList__dadd94e2.md__f642610b .dropdownDesktopListLoader__b55b44d0{margin:-2px auto}.dropdownDesktopList__dadd94e2.md__f642610b .notificationIcon__8b4d6f43{right:4px;top:4px}.dropdownDesktopList__dadd94e2.lg__a134c7d9{max-height:274px;font-size:16px;line-height:20px}.dropdownDesktopList__dadd94e2.lg__a134c7d9 .dropdownDesktopListItem__9a5852f5{padding:14px 8px;border-radius:10px}.dropdownDesktopList__dadd94e2.lg__a134c7d9 .dropdownDesktopListLoader__b55b44d0{margin:-6px auto}.dropdownDesktopList__dadd94e2.lg__a134c7d9 .notificationIcon__8b4d6f43{right:4px;top:6px}.dropdownDesktopListItem__9a5852f5{color:var(--triplex-next-DropdownList-Color-1-22-0);background:var(--triplex-next-DropdownList-Background_Default-1-22-0);position:relative;outline:none;white-space:nowrap}.dropdownDesktopListItem__9a5852f5+.dropdownDesktopListItem__9a5852f5{margin-top:2px}.dropdownDesktopListItem__9a5852f5.active__8de8b37d{background:var(--triplex-next-DropdownList-Background_Active-1-22-0);cursor:pointer}.dropdownDesktopListItem__9a5852f5.selected__b70e58b1{background:var(--triplex-next-DropdownList-Background_Selected-1-22-0);cursor:default}.loaderSmall__95b27e6e{display:flex;justify-content:center;align-items:center}.loaderSmall__95b27e6e.sm__cd46093a{width:16px;height:16px;gap:2px}.loaderSmall__95b27e6e.sm__cd46093a .dot__4f7866f8{width:4px;height:4px}.loaderSmall__95b27e6e.md__29204d4a{width:24px;height:24px;gap:3px}.loaderSmall__95b27e6e.md__29204d4a .dot__4f7866f8{width:6px;height:6px}.loaderSmall__95b27e6e.lg__58742a1f{width:32px;height:32px;gap:4px}.loaderSmall__95b27e6e.lg__58742a1f .dot__4f7866f8{width:8px;height:8px}.loaderSmall__95b27e6e.neutral__d02ad3ab .dot__4f7866f8{background-color:var(--triplex-next-Loader-Element_Background_Neutral-1-22-0)}.loaderSmall__95b27e6e.brand__eedd5fe5 .dot__4f7866f8{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-22-0)}.loaderSmall__95b27e6e .dot__4f7866f8{border-radius:50%}.loaderSmall__95b27e6e .dot1__66a644e3{animation:dotCycleSmall__3a69ba81 .9s infinite}.loaderSmall__95b27e6e .dot2__d3991b3b{animation:dotCycleSmall__3a69ba81 .9s infinite .15s}.loaderSmall__95b27e6e .dot3__26bc57b5{animation:dotCycleSmall__3a69ba81 .9s infinite .3s}@keyframes dotCycleSmall__3a69ba81{0%{opacity:1}33%{opacity:.35}66%{opacity:.7}to{opacity:1}}.loaderMiddle__374c09c5{position:relative;background-color:var(--triplex-next-Loader-Middle_Background_Default-1-22-0);width:64px;height:64px;border-radius:16px}.loaderMiddleDots__296ed8d0{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.loaderMiddleDots__296ed8d0 .dot__4f7866f8{position:absolute;background-color:var(--triplex-next-Loader-Element_Background_Brand-1-22-0);width:12px;height:12px;border-radius:6px}.loaderMiddleDots__296ed8d0 .dot1__66a644e3{top:0;left:0;animation:dotCycleMiddle__cc01f6f3 3s infinite}.loaderMiddleDots__296ed8d0 .dot2__d3991b3b{right:0;top:0;opacity:.7;animation:dotCycleMiddle__cc01f6f3 3s infinite .74s}.loaderMiddleDots__296ed8d0 .dot3__26bc57b5{bottom:0;right:0;opacity:.15;animation:dotCycleMiddle__cc01f6f3 3s infinite 1.5s}.loaderMiddleDots__296ed8d0 .dot4__da9a1fe7{bottom:0;left:0;opacity:0;animation:dotCycleMiddle__cc01f6f3 3s infinite 2.25s}.loaderMiddleDots__296ed8d0 .line__f7d130f3{background-color:var(--triplex-next-Loader-Element_Background_Brand-1-22-0);width:12px;height:12px;border-radius:6px;position:absolute;top:0;opacity:0;animation:lineCycle__0ceed366 3s infinite}@keyframes lineCycle__0ceed366{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__cc01f6f3{0%{opacity:1}25%{opacity:0}50%{opacity:.15}75%{opacity:.7}to{opacity:1}}.dropdownMobileWrapper__282c67c2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500}.dropdownMobileBackdrop__163668e4{background:var(--triplex-next-DropdownMobile-Backdrop-1-22-0);position:absolute;opacity:0;transition:opacity .3s ease-in-out;top:0;right:0;bottom:0;left:0}.dropdownMobileBackdrop__163668e4.closing__de8c0e85{opacity:0}.dropdownMobileBackdrop__163668e4.opening__7d8c9bc8,.dropdownMobileBackdrop__163668e4.opened__4ca0cd18{opacity:var(--triplex-DropdownMobile-Opacity-1-22-0)}.dropdownMobile__f6aff01a{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__f6aff01a.closing__de8c0e85{transform:translateY(100%)}.dropdownMobile__f6aff01a.opening__7d8c9bc8,.dropdownMobile__f6aff01a.opened__4ca0cd18{transform:translateY(0)}.dropdownMobileHeader__0003c3c4{display:flex;align-items:center;padding:16px;background:var(--triplex-next-DropdownMobile-Header_Background-1-22-0);position:relative;flex-shrink:1;border-radius:16px 16px 0 0}.dropdownMobileHeader__0003c3c4 .dropdownMobileHeaderContent__6f02afb4{display:flex;flex-grow:1;min-width:0;margin-right:12px;min-height:20px}.dropdownMobileContent__b705b9a7{background:var(--triplex-next-DropdownMobile-Content_Background-1-22-0);flex-grow:1;overflow:auto}.dropdownMobileFooter__b163e1c9{padding:15px 16px 16px;background:var(--triplex-next-DropdownMobile-Footer_Background-1-22-0);border-top:1px solid var(--triplex-next-DropdownMobile-Border_Color-1-22-0);flex-shrink:1}.dropdownMobileListItem__4d3d5752{position:relative;padding:16px}.dropdownMobileListItem__4d3d5752.selected__b70e58b1{background:var(--triplex-next-DropdownMobileList-Selected_Background-1-22-0)}.dropdownMobileListItem__4d3d5752:active{background-color:var(--triplex-next-DropdownMobileList-Active_Background-1-22-0)}.dropdownMobileBodyOverflow__db4e1ff4{overflow:hidden}.controlButtons__175a7f6c{display:flex}.dropdownMobileLoader__c271c4e5{margin-right:8px}.dropdownMobileListLoader__dde87437{display:flex;justify-content:center;align-items:center;padding:16px}.notificationIcon__8b4d6f43{position:absolute;right:6px;top:6px}.buttonIcon__ed0515be{position:relative;padding:0;line-height:0;font-size:0;vertical-align:top;background:transparent;border:none;outline:none}.buttonIcon__ed0515be:enabled{cursor:pointer}.buttonIcon__ed0515be.circle__6770dac2{border-radius:50%}.buttonIcon__ed0515be.squircle__5243c2df{border-radius:4px}.buttonIcon__ed0515be:focus-visible{box-shadow:var(--triplex-next-Button-Icon_Shadow_Focus-1-22-0)}.dropdownMobileInput__a7702539{width:100%;padding:0;font-family:inherit;font-size:14px;line-height:20px;color:var(--triplex-next-FormField-Input_Color_Default-1-22-0);background:none;border:none;border-radius:0;outline:none}.dropdownMobileInput__a7702539::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-22-0);opacity:1}.dropdownMobileInput__a7702539::-ms-clear{display:none}.tabsLineWrapper__76be1c32[data-paddingx-size="0"]{padding-left:0;padding-right:0}.tabsLineWrapper__76be1c32[data-paddingx-size="8"]{padding-left:8px;padding-right:8px}.tabsLineWrapper__76be1c32[data-paddingx-size="16"]{padding-left:16px;padding-right:16px}.tabsLineWrapper__76be1c32[data-paddingx-size="24"]{padding-left:24px;padding-right:24px}.tabsLineWrapper__76be1c32{position:relative}.tabsLineWrapper__76be1c32.withSeparator__e26f292f:before{content:"";position:absolute;height:1px;background:var(--triplex-next-TabsLine-Separator_Color-1-22-0);bottom:0;left:0;right:0}.tabsLine__6feaa052{position:relative;z-index:1;line-height:0;white-space:nowrap}.tabsLine__6feaa052:has(.sm__733d7790){height:28px}.tabsLine__6feaa052:has(.md__b13324cf){height:40px}.tabsLine__6feaa052:has(.lg__d1d8ee31){height:56px}.tab__40b4975b{position:relative;padding:0 16px;border:none;outline:none;background:transparent;cursor:pointer}.tab__40b4975b.sm__733d7790{height:28px;padding-bottom:12px}.tab__40b4975b.md__b13324cf{height:40px;padding-top:8px;padding-bottom:12px}.tab__40b4975b.lg__d1d8ee31{height:56px;padding-top:16px;padding-bottom:20px}.tab__40b4975b::-moz-focus-inner{border:none;padding:0}.tab__40b4975b:focus-visible{box-shadow:var(--triplex-next-TabsLine-Shadow_Focus-1-22-0)}.tab__40b4975b.active__7bd9568b{cursor:default}.tab__40b4975b: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__40b4975b:hover:after,.tab__40b4975b:focus:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Hover-1-22-0)}.tab__40b4975b.active__7bd9568b:after{border-bottom-color:var(--triplex-next-TabsLine-BorderColor_Active-1-22-0)}.notificationIcon__3ee75cdc{position:absolute;right:6px}.sm__733d7790 .notificationIcon__3ee75cdc{top:0}.md__b13324cf .notificationIcon__3ee75cdc{top:8px}.lg__d1d8ee31 .notificationIcon__3ee75cdc{top:16px}.tabsLineDropdown__ffc19019{display:inline-block}.tabsLineDropdown__ffc19019 .dropdownTarget__1780d61c.active__7bd9568b{cursor:pointer}.tabsLineDropdown__ffc19019 .dropdownTargetInner__adf150ff{display:inline-flex;align-items:center}.tabsLineDropdown__ffc19019 .dropdownTargetCaret__29fa9070{margin-left:4px;transition:transform .3s ease-in-out}.tabsLineDropdown__ffc19019 .dropdownTargetCaret__29fa9070.opened__58b64f58{transform:rotate(-180deg)}.tabsLineDropdown__ffc19019 .dropdown__7871d9fd{right:0;padding:4px}.tabsLineMobileWrapper__cce25fb7{position:relative}.tabsLineMobileWrapper__cce25fb7 .tab__40b4975b{flex-shrink:0}.tabsLineMobileWrapper__cce25fb7 .tab__40b4975b:first-child{margin-left:16px}.tabsLineMobileWrapper__cce25fb7 .tab__40b4975b:last-child{margin-right:16px}.tabsLineMobile__53d65618{display:flex;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.tabsLineMobile__53d65618::-webkit-scrollbar{display:none}.label__e0b8e6f7{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__e0b8e6f7.sm__8db64655{min-width:16px;min-height:16px}.label__e0b8e6f7.sm__8db64655.nonempty__3592998d{padding:2px 0 2px 24px}.label__e0b8e6f7.md__699fcfe2{min-height:24px;min-width:24px}.label__e0b8e6f7.md__699fcfe2.nonempty__3592998d{padding-left:32px;padding-top:2px}.label__e0b8e6f7.lg__fc21e457{min-width:28px;min-height:28px}.label__e0b8e6f7.lg__fc21e457.nonempty__3592998d{padding-left:40px;padding-top:4px}.label__e0b8e6f7.disabled__5a315363{cursor:default}.radio__0bd20239{margin:0;opacity:0}.radioIcon__54f30e6b{box-sizing:border-box;background:var(--triplex-next-Radio-Background_Default-1-22-0);border-radius:50%;box-shadow:var(--triplex-next-Radio-BorderColor_Default-1-22-0)}.radioIcon__54f30e6b:after{content:"";position:absolute;background:var(--triplex-next-Radio-Dot_Default-1-22-0);border-radius:50%;transform:scale(0)}.sm__8db64655 .radioIcon__54f30e6b:after{width:8px;height:8px;top:4px;left:4px}.md__699fcfe2 .radioIcon__54f30e6b:after{width:12px;height:12px;top:6px;left:6px}.lg__fc21e457 .radioIcon__54f30e6b:after{width:14px;height:14px;top:7px;left:7px}.radioIcon__54f30e6b,.radioIcon__54f30e6b:after{pointer-events:none}.radio__0bd20239,.radioIcon__54f30e6b{position:absolute;left:0;top:0}.sm__8db64655 .radio__0bd20239,.sm__8db64655 .radioIcon__54f30e6b{width:16px;height:16px;top:2px}.md__699fcfe2 .radio__0bd20239,.md__699fcfe2 .radioIcon__54f30e6b{width:24px;height:24px}.lg__fc21e457 .radio__0bd20239,.lg__fc21e457 .radioIcon__54f30e6b{width:28px;height:28px}.radio__0bd20239:enabled{cursor:pointer}.radio__0bd20239:checked+.radioIcon__54f30e6b{background:var(--triplex-next-Radio-Background_Checked_Default-1-22-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Default-1-22-0)}.radio__0bd20239:checked+.radioIcon__54f30e6b:after{transform:scale(1);transition:transform .2s ease-out}.radio__0bd20239:hover+.radioIcon__54f30e6b{background-color:var(--triplex-next-Radio-Background_Hover-1-22-0);box-shadow:none}.radio__0bd20239:disabled+.radioIcon__54f30e6b{background:var(--triplex-next-Radio-Background_Disabled-1-22-0);box-shadow:var(--triplex-next-Radio-BorderColor_Disabled-1-22-0)}.radio__0bd20239:disabled:checked+.radioIcon__54f30e6b{background:var(--triplex-next-Radio-Background_Checked_Disabled-1-22-0);box-shadow:var(--triplex-next-Radio-BorderColor_Checked_Disabled-1-22-0)}.radio__0bd20239:disabled+.radioIcon__54f30e6b:after{background:var(--triplex-next-Radio-Dot_Disabled-1-22-0)}.radio__0bd20239:focus-visible+.radioIcon__54f30e6b{box-shadow:var(--triplex-next-Radio-BorderColor_Focused-1-22-0)}.radio__0bd20239:checked:enabled:hover+.radioIcon__54f30e6b{background-color:var(--triplex-next-Radio-Background_Checked_Hover-1-22-0)}.radioXGroup__2d991ef8{display:inline-flex;flex-flow:row wrap}.radioXGroup__2d991ef8.indent-12__3a97db4b{margin-left:-6px;margin-right:-6px}.radioXGroup__2d991ef8.indent-12__3a97db4b .label__e0b8e6f7{margin-left:6px;margin-right:6px}.radioXGroup__2d991ef8.indent-16__77385fd4{margin-left:-8px;margin-right:-8px}.radioXGroup__2d991ef8.indent-16__77385fd4 .label__e0b8e6f7{margin-left:8px;margin-right:8px}.radioXGroup__2d991ef8.indent-20__215cddc2{margin-left:-10px;margin-right:-10px}.radioXGroup__2d991ef8.indent-20__215cddc2 .label__e0b8e6f7{margin-left:10px;margin-right:10px}.radioXGroup__2d991ef8.indent-24__5b7acbb1{margin-left:-12px;margin-right:-12px}.radioXGroup__2d991ef8.indent-24__5b7acbb1 .label__e0b8e6f7{margin-left:12px;margin-right:12px}.radioXGroup__2d991ef8.indent-28__39ed9134{margin-left:-14px;margin-right:-14px}.radioXGroup__2d991ef8.indent-28__39ed9134 .label__e0b8e6f7{margin-left:14px;margin-right:14px}.radioXGroup__2d991ef8.indent-32__866b2638{margin-left:-16px;margin-right:-16px}.radioXGroup__2d991ef8.indent-32__866b2638 .label__e0b8e6f7{margin-left:16px;margin-right:16px}.radioYGroup__46e2f6dc{display:inline-flex;flex-flow:column wrap}.radioYGroup__46e2f6dc .label__e0b8e6f7.sm__8db64655+.label__e0b8e6f7.sm__8db64655{margin-top:8px}.radioYGroup__46e2f6dc .label__e0b8e6f7.md__699fcfe2+.label__e0b8e6f7.md__699fcfe2{margin-top:16px}.radioYGroup__46e2f6dc .label__e0b8e6f7.lg__fc21e457+.label__e0b8e6f7.lg__fc21e457{margin-top:20px}.notification__379b26e5{display:flex;width:376px;position:relative;border-radius:8px;box-shadow:var(--triplex-next-Notification-Shadow-1-22-0);background:var(--triplex-next-Notification-Background-1-22-0);margin-top:8px;padding:16px 32px 16px 16px;box-sizing:border-box;color:var(--triplex-next-Notification-Color-1-22-0);z-index:300}.notification__379b26e5:first-child{margin-top:0}.notification__379b26e5.extraBottomPadding__906a7413{padding-bottom:24px}.notification__379b26e5 .notificationHeader__884643fc{font-size:16px;font-weight:600;color:var(--triplex-next-Notification-Color-1-22-0);width:100%;margin-top:0;margin-bottom:8px}.notification__379b26e5 .notificationIcon__f29fa573{line-height:0}.notification__379b26e5 .notificationBody__622579ed{display:flex;flex-direction:column;align-items:flex-start;margin-left:8px}.notification__379b26e5 .notificationBodyList__10d78018{margin-top:8px}.notification__379b26e5 .notificationClose__87c8b075{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__379b26e5.showCloseOnHover__3d55ae51 .notificationClose__87c8b075{opacity:0}.notification__379b26e5.showCloseOnHover__3d55ae51:hover{cursor:pointer}.notification__379b26e5.showCloseOnHover__3d55ae51:hover .notificationClose__87c8b075{opacity:1}.notification__379b26e5 .notificationFooter__8fdc7af0{display:flex;align-items:center;margin-top:16px}.notification__379b26e5 .notificationFooter__8fdc7af0 button+a{margin-left:16px}.notification__379b26e5 .notificationTime__8c6f2574{font-size:12px;color:var(--triplex-next-Notification-TimeColor-1-22-0);position:absolute;bottom:8px;right:8px}.notificationGroupedWrapper__acc3ada6{width:376px;position:relative;margin-bottom:32px}.notificationGroupedWrapper__acc3ada6:hover{cursor:pointer}.notificationGroupedWrapper__acc3ada6 .notificationGroupedFooterItem__2b86667a{border-radius:0 0 8px 8px;position:absolute;background:var(--triplex-next-Notification-Background-1-22-0);left:0;right:0;height:16px;box-shadow:var(--triplex-next-Notification-Shadow-1-22-0)}.notificationGroupedWrapper__acc3ada6 .notificationGroupedFooterItem__2b86667a.first__35b41667{bottom:-8px;z-index:200}.notificationGroupedWrapper__acc3ada6 .notificationGroupedFooterItem__2b86667a.second__603c4223{bottom:-16px;z-index:100}@media(max-width:767px){.notification__379b26e5,.notificationGroupedWrapper__acc3ada6{width:100%}}.unorderedListItem__78b0b0f2:before{content:"";width:4px;height:4px;margin:8px 1px;position:absolute;left:0;background-color:currentColor;border-radius:50%}.unorderedListItem__78b0b0f2+.unorderedListItem__78b0b0f2{margin-top:8px}.unorderedList__a9130ad4{position:relative;margin:0;padding-left:14px;list-style:none}.button__d086a8b4.general__ed2217fc{text-transform:none;background:var(--triplex-next-Button-General_Background_Default-1-22-0);color:var(--triplex-next-Button-General_Color_Default-1-22-0)}.button__d086a8b4.general__ed2217fc:hover{background:var(--triplex-next-Button-General_Background_Hover-1-22-0);color:var(--triplex-next-Button-General_Color_Hover-1-22-0)}.button__d086a8b4.general__ed2217fc.expanded__766a56a2,.button__d086a8b4.general__ed2217fc:active{background:var(--triplex-next-Button-General_Background_Active-1-22-0);color:var(--triplex-next-Button-General_Color_Active-1-22-0)}.button__d086a8b4.general__ed2217fc:focus-visible{box-shadow:var(--triplex-next-Button-General_Shadow_Focus-1-22-0)}.button__d086a8b4.general__ed2217fc:disabled{background:var(--triplex-next-Button-General_Background_Disabled-1-22-0);color:var(--triplex-next-Button-General_Color_Disabled-1-22-0)}.button__d086a8b4.secondary__c170dfe5{text-transform:none;background:var(--triplex-next-Button-Secondary_Background_Default-1-22-0);color:var(--triplex-next-Button-Secondary_Color_Default-1-22-0)}.button__d086a8b4.secondary__c170dfe5:hover{background:var(--triplex-next-Button-Secondary_Background_Hover-1-22-0);color:var(--triplex-next-Button-Secondary_Color_Hover-1-22-0)}.button__d086a8b4.secondary__c170dfe5.expanded__766a56a2,.button__d086a8b4.secondary__c170dfe5:active{background:var(--triplex-next-Button-Secondary_Background_Active-1-22-0);color:var(--triplex-next-Button-Secondary_Color_Active-1-22-0)}.button__d086a8b4.secondary__c170dfe5:focus-visible{box-shadow:var(--triplex-next-Button-Secondary_Shadow_Focus-1-22-0)}.button__d086a8b4.secondary__c170dfe5:disabled{background:var(--triplex-next-Button-Secondary_Background_Disabled-1-22-0);color:var(--triplex-next-Button-Secondary_Color_Disabled-1-22-0)}.button__d086a8b4.secondaryLight__a9f9cccc{text-transform:none;background:var(--triplex-next-Button-SecondaryLight_Background_Default-1-22-0);color:var(--triplex-next-Button-SecondaryLight_Color_Default-1-22-0)}.button__d086a8b4.secondaryLight__a9f9cccc:hover{background:var(--triplex-next-Button-SecondaryLight_Background_Hover-1-22-0);color:var(--triplex-next-Button-SecondaryLight_Color_Hover-1-22-0)}.button__d086a8b4.secondaryLight__a9f9cccc.expanded__766a56a2,.button__d086a8b4.secondaryLight__a9f9cccc:active{background:var(--triplex-next-Button-SecondaryLight_Background_Active-1-22-0);color:var(--triplex-next-Button-SecondaryLight_Color_Active-1-22-0)}.button__d086a8b4.secondaryLight__a9f9cccc:focus-visible{box-shadow:var(--triplex-next-Button-SecondaryLight_Shadow_Focus-1-22-0)}.button__d086a8b4.secondaryLight__a9f9cccc:disabled{background:var(--triplex-next-Button-SecondaryLight_Background_Disabled-1-22-0);color:var(--triplex-next-Button-SecondaryLight_Color_Disabled-1-22-0)}.button__d086a8b4.danger__9980ad00{text-transform:none;background:var(--triplex-next-Button-Danger_Background_Default-1-22-0);color:var(--triplex-next-Button-Danger_Color_Default-1-22-0)}.button__d086a8b4.danger__9980ad00:hover{background:var(--triplex-next-Button-Danger_Background_Hover-1-22-0);color:var(--triplex-next-Button-Danger_Color_Hover-1-22-0)}.button__d086a8b4.danger__9980ad00.expanded__766a56a2,.button__d086a8b4.danger__9980ad00:active{background:var(--triplex-next-Button-Danger_Background_Active-1-22-0);color:var(--triplex-next-Button-Danger_Color_Active-1-22-0)}.button__d086a8b4.danger__9980ad00:focus-visible{box-shadow:var(--triplex-next-Button-Danger_Shadow_Focus-1-22-0)}.button__d086a8b4.danger__9980ad00:disabled{background:var(--triplex-next-Button-Danger_Background_Disabled-1-22-0);color:var(--triplex-next-Button-Danger_Color_Disabled-1-22-0)}.button__d086a8b4.link__2f371711{text-transform:none;background:transparent;color:var(--triplex-next-Button-Link_Color_Default-1-22-0);padding:0}.button__d086a8b4.link__2f371711.sm__a3c9910d{height:28px;min-width:0px;padding:6px 2px}.button__d086a8b4.link__2f371711.md__793c269c{height:40px;min-width:0px;padding:10px 2px}.button__d086a8b4.link__2f371711.lg__8d831b24{height:56px;min-width:0px;padding:18px 2px}.button__d086a8b4.link__2f371711:hover{color:var(--triplex-next-Button-Link_Color_Hover-1-22-0)}.button__d086a8b4.link__2f371711.expanded__766a56a2,.button__d086a8b4.link__2f371711:active{color:var(--triplex-next-Button-Link_Color_Active-1-22-0)}.button__d086a8b4.link__2f371711:focus-visible{box-shadow:var(--triplex-next-Button-Link_Shadow_Focus-1-22-0)}.button__d086a8b4.link__2f371711:disabled{color:var(--triplex-next-Button-Link_Color_Disabled-1-22-0)}.button__d086a8b4{display:inline-flex;align-items:center;position:relative;margin:0;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__d086a8b4::-moz-focus-inner{border:none;padding:0}.button__d086a8b4.sm__a3c9910d{line-height:16px;font-size:12px}.button__d086a8b4.sm__a3c9910d.general__ed2217fc,.button__d086a8b4.sm__a3c9910d.secondary__c170dfe5,.button__d086a8b4.sm__a3c9910d.secondaryLight__a9f9cccc,.button__d086a8b4.sm__a3c9910d.danger__9980ad00{height:28px;min-width:58px;padding:0 12px;border-radius:6px}.button__d086a8b4.sm__a3c9910d.icon__77bc4cf1{min-height:28px;min-width:28px;padding:0 4px}.button__d086a8b4.md__793c269c{line-height:20px;font-size:14px}.button__d086a8b4.md__793c269c.general__ed2217fc,.button__d086a8b4.md__793c269c.secondary__c170dfe5,.button__d086a8b4.md__793c269c.secondaryLight__a9f9cccc,.button__d086a8b4.md__793c269c.danger__9980ad00{height:40px;min-width:72px;padding:0 20px;border-radius:8px}.button__d086a8b4.md__793c269c.icon__77bc4cf1{min-height:40px;min-width:40px;padding:0 10px}.button__d086a8b4.lg__8d831b24{line-height:20px;font-size:16px}.button__d086a8b4.lg__8d831b24.general__ed2217fc,.button__d086a8b4.lg__8d831b24.secondary__c170dfe5,.button__d086a8b4.lg__8d831b24.secondaryLight__a9f9cccc,.button__d086a8b4.lg__8d831b24.danger__9980ad00{height:56px;min-width:84px;padding:0 24px;border-radius:10px}.button__d086a8b4.lg__8d831b24.icon__77bc4cf1{min-height:56px;min-width:56px;padding:0 12px}.button__d086a8b4:disabled{cursor:default}.button__d086a8b4:disabled *{pointer-events:none}.button__d086a8b4+.button__d086a8b4:not(.block__5dbb1748){margin-left:12px}.button__d086a8b4 .content__57e9ded4{display:flex;position:relative;justify-content:center;align-items:center;white-space:nowrap}.button__d086a8b4.block__5dbb1748{display:block;width:100%}.button__d086a8b4.loading__146a2498{pointer-events:none}.button__d086a8b4.loading__146a2498 .content__57e9ded4{visibility:hidden}.button__d086a8b4 .loader__ef7da024{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.button__d086a8b4 .loader__ef7da024.hidden__849cfb7f{visibility:hidden}.buttonDropdownExtended__38bfb108{display:inline-block;position:relative;vertical-align:top;line-height:0}.buttonDropdownExtended__38bfb108 .buttonDropdownExtendedBlock__9fbd5ec4{padding:4px;margin-top:4px;right:0}.buttonDropdown__5a05ef68.block__5dbb1748{display:block}.buttonDropdown__5a05ef68+.button__d086a8b4:not(.block__5dbb1748),.buttonDropdown__5a05ef68+.buttonDropdown__5a05ef68:not(.block__5dbb1748){margin-left:16px}.buttonDropdown__5a05ef68 .buttonDropdownTarget__2eac2656 .caretIcon__09e4b362{margin-left:2px;transition:transform .3s ease-in-out}.buttonDropdown__5a05ef68 .buttonDropdownTarget__2eac2656.active__add9b9f2 .caretIcon__09e4b362{transform:rotate(-180deg)}.buttonDropdown__5a05ef68 .buttonDropdownMenuItem__adf4e210{overflow:hidden;text-overflow:ellipsis}@keyframes modalWindowContentAnimationOnEnter__b6e885c8{0%{transform:translateY(calc(-100% - var(--modal-window-top)))}to{transform:translate(0)}}@keyframes modalWindowContentAnimationOnExit__38fa40ea{0%{transform:translate(0)}to{transform:translateY(calc(-100% - var(--modal-window-top)))}}.modalWindowContainer__68a1b7db{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__afcf289b{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-22-0);width:var(--modalWindow-screen-width, 100%)}.modalWindow__53a915e9{position:fixed;height:calc(100% - var(--modalWindow-screen-top, 0));width:var(--modalWindow-screen-width, 100%);overflow-y:scroll;overflow-x:hidden}.modalWindow__53a915e9 .modalWindowContentWrapper__a9efdb29{position:relative;margin-left:auto;margin-right:auto;width:calc(100% - 32px);animation:modalWindowContentAnimationOnEnter__b6e885c8 .6s ease}.modalWindow__53a915e9 .modalWindowContent__e99d2e40{margin-top:var(--modal-window-top);margin-bottom:24px;width:100%}.modalWindow__53a915e9 .modalWindowContent__e99d2e40 .modalWindowBody__a0c3808d{box-sizing:border-box;animation:fadeIn__b5584947 .3s ease}@keyframes fadeIn__b5584947{0%{opacity:0}to{opacity:1}}.modalWindow__53a915e9 .modalWindowContent__e99d2e40 .spinnerSm__86511e2e{display:none}@media(max-width:767px){.modalWindow__53a915e9 .modalWindowContent__e99d2e40 .spinner__391505ab{display:none}.modalWindow__53a915e9 .modalWindowContent__e99d2e40 .spinnerSm__86511e2e{display:flex}}.global-modalWindowTransition-exit .modalWindow__53a915e9 .modalWindowContentWrapper__a9efdb29{transform:translateY(calc(-100% - var(--modal-window-top)));animation:modalWindowContentAnimationOnExit__38fa40ea .3s ease}.global-modalWindowTransition-exit .modalWindow__53a915e9 .modalWindowContentWrapper__a9efdb29 .modalWindowBody__a0c3808d{animation:fadeOut__7bb639ea .3s ease}@keyframes fadeOut__7bb639ea{0%{opacity:1}to{opacity:0}}.modalWindowResizeWrapper__4f94738c{position:absolute;left:0;right:0;height:0}.modalWindow__53a915e9.sm__ce3edf5c .modalWindowContentWrapper__a9efdb29{max-width:480px}.modalWindow__53a915e9.sm__ce3edf5c .modalWindowContent__e99d2e40 .modalWindowBody__a0c3808d{min-height:196px}@media(max-width:575px){.modalWindow__53a915e9.sm__ce3edf5c .modalWindowContentWrapper__a9efdb29{max-width:100%}}.modalWindow__53a915e9.md__08ba9f67 .modalWindowContentWrapper__a9efdb29{max-width:600px}.modalWindow__53a915e9.md__08ba9f67 .modalWindowContent__e99d2e40 .modalWindowBody__a0c3808d{min-height:246px}@media(max-width:767px){.modalWindow__53a915e9.md__08ba9f67 .modalWindowContentWrapper__a9efdb29{max-width:100%}}.modalWindow__53a915e9.lg__6a428e03 .modalWindowContentWrapper__a9efdb29{max-width:800px}.modalWindow__53a915e9.lg__6a428e03 .modalWindowContent__e99d2e40 .modalWindowBody__a0c3808d{min-height:396px}@media(max-width:991px){.modalWindow__53a915e9.lg__6a428e03 .modalWindowContentWrapper__a9efdb29{max-width:100%}}.modalWindowContentPage__66bb742a{background:var(--triplex-next-ModalWindow-Background-1-22-0);padding:8px!important}.modalWindowContentPage__66bb742a,.modalWindowLoaderScreen__91017c73{border-radius:32px}@media(max-width:767px){.modalWindowContentPage__66bb742a,.modalWindowLoaderScreen__91017c73{border-radius:24px}}.islandBody__00f2895c{display:block}.islandHeader__308248a5,.islandFooter__7d2fd36d,.island__e7cc10da{position:relative}.island__e7cc10da.type1__3f79366e{background-color:var(--triplex-next-Island-Type1_Background-1-22-0);box-shadow:var(--triplex-next-Island-Type1_Shadow-1-22-0)}.island__e7cc10da.type2__cf11beb7{background-color:var(--triplex-next-Island-Type2_Background-1-22-0);box-shadow:var(--triplex-next-Island-Type2_Shadow-1-22-0)}.island__e7cc10da.type3__94a077fd{background-color:var(--triplex-next-Island-Type3_Background-1-22-0);box-shadow:var(--triplex-next-Island-Type3_Shadow-1-22-0)}.island__e7cc10da.sm__71824230{border-radius:16px;padding:16px}.island__e7cc10da.sm__71824230 .islandHeader__308248a5+.islandBody__00f2895c,.island__e7cc10da.sm__71824230 .islandHeader__308248a5+.islandFooter__7d2fd36d,.island__e7cc10da.sm__71824230 .islandBody__00f2895c+.islandFooter__7d2fd36d{margin-top:8px}.island__e7cc10da.md__4298de9b{border-radius:24px;padding:24px}.island__e7cc10da.md__4298de9b .islandHeader__308248a5+.islandBody__00f2895c,.island__e7cc10da.md__4298de9b .islandHeader__308248a5+.islandFooter__7d2fd36d,.island__e7cc10da.md__4298de9b .islandBody__00f2895c+.islandFooter__7d2fd36d{margin-top:12px}.island__e7cc10da.lg__e90e98f3{border-radius:32px;padding:32px}.island__e7cc10da.lg__e90e98f3 .islandHeader__308248a5+.islandBody__00f2895c,.island__e7cc10da.lg__e90e98f3 .islandHeader__308248a5+.islandFooter__7d2fd36d,.island__e7cc10da.lg__e90e98f3 .islandBody__00f2895c+.islandFooter__7d2fd36d{margin-top:16px}@media(max-width:767px){.island__e7cc10da.sm__71824230,.island__e7cc10da.md__4298de9b{border-radius:16px;padding:16px}.island__e7cc10da.lg__e90e98f3{border-radius:24px;padding:24px}}.modalWindowBody__a0c3808d{flex:1 1 auto;overflow:auto;margin-top:8px;margin-bottom:8px}.modalWindowClose__d53e6c3c{position:absolute;top:30px;right:30px;z-index:10150;-webkit-tap-highlight-color:transparent}@media(max-width:767px){.modalWindowClose__d53e6c3c{top:20px;right:20px}}.loaderScreen__347872c4{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__347872c4.loaderSmallBackdrop__0334d550{background:var(--triplex-next-LoaderScreen-Small_Backdrop_Default-1-22-0)}.loaderScreen__347872c4.loaderMiddleBackdrop__a82d76b0{background:var(--triplex-next-LoaderScreen-Middle_Backdrop_Default-1-22-0)}.body__3a0e805f{position:relative;display:flex}.body__3a0e805f .bodyInner__7847512a{position:relative;flex-grow:1;width:100%}.bodyPage__15cc0d5a{flex-grow:1}.verticalMargin24__a8200227{margin-top:24px;margin-bottom:24px}.verticalMargin16__088ec76b{margin-top:16px;margin-bottom:16px}@media(max-width:767px){.verticalMargin24__a8200227{margin-top:16px;margin-bottom:16px}.verticalMargin16__088ec76b{margin-top:8px;margin-bottom:8px}}.headerTabs__2b0f6788{display:flex;justify-content:space-between}.headerTabs__2b0f6788 .headerTabsContent__f685e0fd{flex-grow:1}.headerTabs__2b0f6788 .headerTabsControls__e3bdb2f8{flex-shrink:0;white-space:nowrap;padding-left:24px}@media(max-width:767px){.headerTabs__2b0f6788{flex-wrap:wrap}.headerTabs__2b0f6788 .headerTabsContent__f685e0fd{width:100%}.headerTabs__2b0f6788 .headerTabsControls__e3bdb2f8{flex-shrink:initial;padding-left:0;white-space:normal;margin-left:-16px}.headerTabs__2b0f6788 .headerTabsControls__e3bdb2f8>button{margin-left:16px;margin-top:16px}}.headerTitle__e7b5ec4b{display:flex;justify-content:space-between}.headerTitle__e7b5ec4b .headerTitleControls__5005bf63{flex-shrink:0;white-space:nowrap;padding-left:24px}.headerLink__63f4c777+.headerTitle__e7b5ec4b{padding-top:0}.global-HeaderTitleControls,.global-HeaderTitleContent{min-width:0}@media(max-width:767px){.headerTitle__e7b5ec4b{flex-wrap:wrap}.headerTitle__e7b5ec4b .headerTitleContent__266aa428{width:100%}.headerTitle__e7b5ec4b .headerTitleControls__5005bf63{padding-left:0;white-space:normal;margin-left:-16px}.headerTitle__e7b5ec4b .headerTitleControls__5005bf63>button{margin-left:16px;margin-top:16px}}.headerSubheader__92240e20{padding:24px 0}.headerSubheader__92240e20.withoutPaddings__ad8477ed{padding:0}.headerLayoutSidebar__8724b8ca{display:flex;justify-content:space-between}.headerLayoutSidebarContent__92589799{flex-grow:1;min-width:1px}@media(max-width:767px){.headerLayoutSidebarSidebar__1e844234{display:none}}.page__6711e7bd{height:100%;display:flex;flex-direction:column;max-width:100%;padding:32px;box-sizing:border-box}.global-page{position:relative}@media(max-width:767px){.page__6711e7bd{padding:16px}}.global-LB-more-media-point-0 .headerPageTypeFirst__2d8df027.sticky__8cfa7697{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__2d8df027.sticky__8cfa7697[data-stuck=true]{box-shadow:var(--triplex-next-HeaderPage-StickyShadow-1-22-0)!important}.global-LB-more-media-point-0 .footerPageTypeFirst__7e037899.sticky__8cfa7697{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__7e037899.sticky__8cfa7697[data-stuck=true]{box-shadow:var(--triplex-next-FooterPage-StickyShadow-1-22-0)!important}.footerDescription__86084ba9{display:flex;justify-content:space-between;align-items:center}.footerDescriptionContent__e2dd77d8{flex-grow:1;margin-right:auto}.footerDescriptionControls__6fac8d3c{margin-left:auto;white-space:nowrap;padding-left:24px}@media(max-width:767px){.footerDescription__86084ba9{flex-wrap:wrap;align-items:normal}.footerDescriptionContent__e2dd77d8{width:100%}.footerDescriptionControls__6fac8d3c{padding-left:0;white-space:normal;margin-top:-16px;margin-left:-16px}.footerDescriptionControls__6fac8d3c>button{margin-left:16px;margin-top:16px}.footerDescriptionContent__e2dd77d8+.footerDescriptionControls__6fac8d3c{margin-top:0}.footer__bc1b93e5{padding:16px 0}}.modalWindowHeader__b873a0cb .global-HeaderTitleContent{padding-right:64px}@media(max-width:767px){.modalWindowHeader__b873a0cb .global-HeaderTitleContent{padding-right:72px}}.list__efeabda6{margin:0;padding:0;list-style:none;position:relative}.listItemControls__5248bbb1{display:flex;padding:0 16px 0 4px}.listItemContent__2a08d97e{background:var(--triplex-next-ListItem-Background-1-22-0);padding:18px 0 18px 16px;min-height:56px;box-sizing:border-box}.listItemContent__2a08d97e.selected__869492d1{border-radius:8px 0 0 8px;background:var(--triplex-next-ListItem-Background_Selected-1-22-0)}.listItemControlsButton__56e04805{font-weight:600;margin:0;padding:0;background:var(--triplex-next-ListItemControlsButton-Background_Default-1-22-0);border:none;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:8px;min-height:56px}.listItemControlsButton__56e04805:hover{background:var(--triplex-next-ListItemControlsButton-Background_Hover-1-22-0)}.listItemControlsButton__56e04805:hover .listItemControlsButtonLabel__f806a839{color:var(--triplex-next-ListItemControlsButton-Color_Hover-1-22-0)!important}.listItemControlsButton__56e04805.expanded__2d466021,.listItemControlsButton__56e04805:active{background:var(--triplex-next-ListItemControlsButton-Background_Active-1-22-0)}.listItemControlsButton__56e04805.expanded__2d466021 .listItemControlsButtonLabel__f806a839,.listItemControlsButton__56e04805:active .listItemControlsButtonLabel__f806a839{color:var(--triplex-next-ListItemControlsButton-Color_Active-1-22-0)!important}.listItemControlsButton__56e04805+.listItemControlsButton__56e04805,.listItemControlsButton__56e04805+.listItemControlsButtonDropdown__49c11ccc{margin-left:4px}.listItemControlsButtonIcon__981ebfb8{line-height:0}.listItemControlsButton__56e04805.withText__672380df .listItemControlsButtonIcon__981ebfb8{margin-bottom:8px}.listItemControlsButtonLabel__f806a839{color:var(--triplex-next-ListItemControlsButton-Color_Default-1-22-0)!important;overflow-wrap:break-word}div.listItemControlsButtonDropdown__49c11ccc{display:flex}.listItemControlsButtonInner__fe5d1933{display:flex;flex-direction:column;padding:0 4px}.listItemControlsButton__56e04805.withIcon__4727e1c4.withText__672380df .listItemControlsButtonInner__fe5d1933{height:44px;overflow:visible}.buttonDropdownMenuItem__27e78bcb{overflow:hidden;text-overflow:ellipsis}.listEmptyState__9065ba96{padding:64px 16px 16px;text-align:center}.listItemLoading__ae7284ee{height:24px;padding:12px 0;position:relative}.label__c2049da3{display:inline-block;position:relative;cursor:pointer;box-sizing:border-box}.label__c2049da3.sm__ba56a8af{min-width:16px;min-height:16px}.label__c2049da3.sm__ba56a8af.nonempty__940ffeb2{padding:2px 0 2px 24px}.label__c2049da3.md__010c3827{min-width:24px;min-height:24px}.label__c2049da3.md__010c3827.nonempty__940ffeb2{padding-left:32px;padding-top:2px}.label__c2049da3.lg__5c80f78e{min-width:28px;min-height:28px}.label__c2049da3.lg__5c80f78e.nonempty__940ffeb2{padding-left:40px;padding-top:4px}.label__c2049da3.disabled__19bfa46e{cursor:default}.label__c2049da3[hidden]{display:none}.checkbox__c3c27076{margin:0;opacity:0}.checkboxIcon__0b006141{box-sizing:border-box;background-color:var(--triplex-next-Checkbox-Background_Default-1-22-0);border-radius:6px;box-shadow:var(--triplex-next-Checkbox-BorderColor_Default-1-22-0)}.sm__ba56a8af .checkboxIcon__0b006141{border-radius:4px}.checkmarkIcon__e1d188da{transform:scale(0)}.checkmarkIcon__e1d188da path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Default-1-22-0)}.checkboxIcon__0b006141,.checkmarkIcon__e1d188da{pointer-events:none}.checkbox__c3c27076,.checkboxIcon__0b006141,.checkmarkIcon__e1d188da{position:absolute;left:0;top:0}.sm__ba56a8af .checkbox__c3c27076,.sm__ba56a8af .checkboxIcon__0b006141,.sm__ba56a8af .checkmarkIcon__e1d188da{width:16px;height:16px;top:2px}.md__010c3827 .checkbox__c3c27076,.md__010c3827 .checkboxIcon__0b006141,.md__010c3827 .checkmarkIcon__e1d188da{width:24px;height:24px}.lg__5c80f78e .checkbox__c3c27076,.lg__5c80f78e .checkboxIcon__0b006141,.lg__5c80f78e .checkmarkIcon__e1d188da{width:28px;height:28px}.checkbox__c3c27076:enabled{cursor:pointer}.checkbox__c3c27076:enabled:hover+.checkboxIcon__0b006141{box-shadow:var(--triplex-next-Checkbox-BorderColor_Hover-1-22-0);background-color:var(--triplex-next-Checkbox-Background_Hover-1-22-0)}.checkbox__c3c27076:checked+.checkboxIcon__0b006141{background-color:var(--triplex-next-Checkbox-Background_Checked_Default-1-22-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Default-1-22-0)}.checkbox__c3c27076:checked~.checkmarkIcon__e1d188da{transform:scale(1);transition:transform .2s ease-out}.checkbox__c3c27076:disabled+.checkboxIcon__0b006141{background-color:var(--triplex-next-Checkbox-Background_Disabled-1-22-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Disabled-1-22-0)}.checkbox__c3c27076:disabled:checked+.checkboxIcon__0b006141{background:var(--triplex-next-Checkbox-Background_Checked_Disabled-1-22-0);box-shadow:var(--triplex-next-Checkbox-BorderColor_Checked_Disabled-1-22-0)}.checkbox__c3c27076:disabled~.checkmarkIcon__e1d188da path{fill:var(--triplex-next-Checkbox-Checkmark_Fill_Disabled-1-22-0)}.checkbox__c3c27076:focus-visible+.checkboxIcon__0b006141{box-shadow:var(--triplex-next-Checkbox-BorderColor_Focus-1-22-0)}.checkbox__c3c27076:checked:enabled:hover+.checkboxIcon__0b006141{background-color:var(--triplex-next-Checkbox-Background_Checked_Hover-1-22-0)}.listItemSelectable__123c473f{display:flex;align-items:center;background:var(--triplex-next-ListItem-Background-1-22-0);border-radius:8px}.listItemSelectable__123c473f.selected__869492d1{background:var(--triplex-next-ListItem-Background_Selected-1-22-0)}.checkboxWrapper__c0a0e891{padding:16px;line-height:0}.childrenWrapper__fc525f90{flex-grow:1}.checkboxLabel__8cd3b449{padding:0!important;position:relative}.checkboxLabelClickArea__aeef54a5{position:absolute;top:-4px;left:-4px;bottom:-4px;right:-4px}.swipeableArea__da9f6b67{position:relative;overflow:hidden}.swipeableArea__da9f6b67 .content__5ee2338a{position:relative;touch-action:pan-y}.swipeableArea__da9f6b67 .content__5ee2338a.disableScroll__535639ca{touch-action:none}.swipeableArea__da9f6b67 .content__5ee2338a.disablePointerEvents__987d237b:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0}.swipeableArea__da9f6b67 .swipeAnimationFinish__392d181f{transition:transform .3s ease-in-out,opacity .3s ease-in-out}.swipeableArea__da9f6b67 .leftContent__d11c3f78,.swipeableArea__da9f6b67 .rightContent__3554b4e6{position:absolute;top:0;left:0;bottom:0;display:flex}.swipeableArea__da9f6b67 .rightContent__3554b4e6{left:auto;right:0}.listItemTail__61abba78{position:absolute;width:16px;top:0;bottom:0;overflow:hidden}.listItemTailLine__b792f343{background:var(--triplex-next-ListMaster-Background-1-22-0);left:8px;position:absolute;width:4px;top:0;bottom:0}.listItemTailTop__ef773c6c{position:absolute;top:0;left:0;right:0}.listItemTailTop__ef773c6c: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-22-0)}.listItemTailTop__ef773c6c: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-22-0)}.listItemTailBottom__7d08a9b4{position:absolute;bottom:0;left:0;right:0}.listItemTailBottom__7d08a9b4: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-22-0)}.listItemTailBottom__7d08a9b4: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-22-0)}.listItemTailRight__3b320c21{right:-8px}.listItemTailLeft__ec5fb6f4{left:-8px}.listItemTable__c0780a1d{margin-bottom:4px}.listItemTable__c0780a1d:last-child{margin-bottom:0}.listSortableItemTarget__c2bb1ff5{display:flex;align-items:center;position:relative;padding:12px 16px;border-radius:8px;background:var(--triplex-next-ListItem-Background-1-22-0);touch-action:manipulation;cursor:grab}.listSortableItemTarget__c2bb1ff5:hover{background:var(--triplex-next-ListItem-Background_Selected-1-22-0)}.listSortableItemTarget__c2bb1ff5.dragging__2e130683{background:var(--triplex-next-ListItem-Background_Dragging-1-22-0);box-shadow:var(--triplex-next-ListItem-Shadow-1-22-0);cursor:grabbing;z-index:1}.listSortableItemTargetContent__7a29f606{flex:1}.listSortableItemTargetIcon__a24a290c{display:block;margin-left:24px}.listSortableItem__1f4e11ec{position:relative}.listSortableItem__1f4e11ec.dragging__2e130683{z-index:1}.listSortableItemControls__1562f27f{display:inline-block}.islandWidgetHeader__ae9d44c5{display:flex;justify-content:space-between;align-items:center}.islandWidgetHeader__ae9d44c5 .islandWidgetHeaderContent__6c2a8e05{display:flex;align-items:center;padding:2px 0;gap:8px}.islandWidgetHeader__ae9d44c5 .islandWidgetHeaderDescription__8caccb29{display:flex}.islandWidgetHeader__ae9d44c5 .caretWrapper__bda11f15{position:absolute;top:20px;right:16px}.islandWidgetHeader__ae9d44c5 .caretIcon__08cf9af9{transition:transform .3s ease-in-out}.islandWidgetHeader__ae9d44c5.open__ede17154 .caretWrapper__bda11f15 .caretIcon__08cf9af9{transform:rotate(-180deg)}@media(max-width:767px){.islandWidgetHeader__ae9d44c5{flex-direction:column;align-items:flex-start;gap:4px}}.islandWidgetBody__0c8adfc6{padding-top:16px}.islandWidgetFooter__8e6ce6c5{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.islandWidgetFooterContent__fb8763b7{flex-grow:1;margin-right:auto}.islandWidgetFooterControls__a9f278c2{margin-left:auto;white-space:nowrap}.expandAnimation__1662029b{transition-property:height;transition-timing-function:ease-in-out}.islandWidgetExtraFooter__d7670477{background-color:var(--triplex-next-IslandWidget-ExtraFooter_Background-1-22-0);margin-top:-24px;padding-top:24px;border-radius:0 0 24px 24px}@media(max-width:767px){.islandWidgetExtraFooter__d7670477{border-radius:0 0 16px 16px}}.islandWidget__05c5dca3{flex:1 1 auto;position:relative;z-index:1;display:flex;flex-direction:column}.islandWidget__05c5dca3>*{height:100%}.islandWidgetWithExtraFooter__f4b64311:after{content:"";position:absolute;bottom:0;left:0;right:0;height:32px;border-radius:0 0 24px 24px;box-shadow:var(--triplex-next-IslandWidget-ExtraFooter_Shadow-1-22-0)!important}@media(max-width:767px){.islandWidgetHeaderWrapperAdaptive__50d60e7f{margin:-16px -16px 0;padding:16px 16px 0}}.islandWidgetWrapper__6942a958{display:flex;flex-direction:column}.formFieldClear__c08c9262{visibility:hidden;opacity:0;transition:visibility,opacity;transition-duration:.3s;pointer-events:none}.formFieldClear__c08c9262:focus{visibility:visible;opacity:1;pointer-events:auto}.formFieldTarget__ee27c74a{display:flex;align-items:center;padding:0;width:100%;box-sizing:border-box;color:var(--triplex-next-FormField-Target_Color_Default-1-22-0);overflow:hidden;white-space:nowrap}.formFieldTarget__ee27c74a.sm__dfbcde57{font-size:12px;height:28px;line-height:16px}.formFieldTarget__ee27c74a.md__78c7dc00{padding-top:10px;padding-bottom:10px;font-size:14px;height:40px;line-height:20px}.formFieldTarget__ee27c74a.lg__0698bb23{padding-top:26px;padding-bottom:10px;height:56px;line-height:20px;font-size:16px}.formFieldTarget__ee27c74a.placeholder__7a541767{color:var(--triplex-next-FormField-Target_PlaceholderColor_Default-1-22-0)}.formFieldTarget__ee27c74a.disabled__e368d09a{color:var(--triplex-next-FormField-Target_Color_Disabled-1-22-0)}.formFieldTarget__ee27c74a .placeholderWrapper__f984e450{opacity:0;transition:opacity .3s ease-out;pointer-events:none}.formFieldTarget__ee27c74a:focus{outline:none}.formFieldTarget__ee27c74a:focus .placeholderWrapper__f984e450,.formFieldTarget__ee27c74a.active__78712fb7 .placeholderWrapper__f984e450{opacity:1}.formFieldTextarea__e6ce2087{width:100%;padding:0;box-sizing:border-box;resize:none;border:none;background:none;color:var(--triplex-next-FormField-Input_Color_Default-1-22-0);vertical-align:top;font-family:inherit}.formFieldTextarea__e6ce2087.sm__dfbcde57{height:70px;margin-top:6px;font-size:12px;line-height:16px}.formFieldTextarea__e6ce2087.md__78c7dc00{height:70px;margin-top:10px;font-size:14px;line-height:20px}.formFieldTextarea__e6ce2087.lg__0698bb23{height:70px;margin-top:26px;line-height:20px;font-size:16px}.formFieldTextarea__e6ce2087::placeholder{color:var(--triplex-next-FormField-Placeholder_Color-1-22-0);opacity:0;transition:opacity .3s ease-out}.formFieldTextarea__e6ce2087:focus{outline:none}.formFieldTextarea__e6ce2087:focus::placeholder{opacity:1}.formFieldTextarea__e6ce2087:disabled{color:var(--triplex-next-FormField-Input_Color_Disabled-1-22-0)}.formFieldTextarea__e6ce2087:-webkit-autofill{animation-name:autofill-applied-hook__4abcb1d4;animation-duration:1ms;transition:background-color 5000s ease-in-out 0s}.formFieldTextarea__e6ce2087:not(:-webkit-autofill){animation-name:autofill-cancelled-hook__c3de782c;animation-duration:1ms}@keyframes autofill-applied-hook__4abcb1d4{0%{transform:none}}@keyframes autofill-cancelled-hook__c3de782c{0%{transform:none}}.chipGroupItem__b6ffaece{display:inline-block}.chip__5a189038{background:var(--triplex-next-Chip-Background_Default-1-22-0);color:var(--triplex-next-Chip-Color_Default-1-22-0);flex-shrink:0;max-width:264px;min-width:40px;box-sizing:border-box;display:inline-flex;gap:2px;align-items:center;cursor:pointer;outline:none;vertical-align:middle}.chip__5a189038.lg__f49f99a6{height:56px;font-size:16px;line-height:20px;border-radius:10px;padding:0 16px}.chip__5a189038.lg__f49f99a6 .prefix__711b4b15{padding-left:16px}.chip__5a189038.lg__f49f99a6 .postfix__9234260d{padding-right:12px}.chip__5a189038.md__4e32c9e1{height:40px;font-size:14px;line-height:20px;border-radius:8px;padding:0 12px}.chip__5a189038.md__4e32c9e1 .prefix__711b4b15{padding-left:12px}.chip__5a189038.md__4e32c9e1 .postfix__9234260d{padding-right:8px}.chip__5a189038.sm__4cd1f524{height:28px;font-size:12px;line-height:16px;border-radius:6px;padding:0 12px}.chip__5a189038.sm__4cd1f524 .prefix__711b4b15{padding-left:8px}.chip__5a189038.sm__4cd1f524 .postfix__9234260d{padding-right:8px}.chip__5a189038:hover{background:var(--triplex-next-Chip-Background_Hover-1-22-0);color:var(--triplex-next-Chip-Color_Hover-1-22-0)}.chip__5a189038:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-22-0)}.chip__5a189038:active,.chip__5a189038[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Active-1-22-0);color:var(--triplex-next-Chip-Color_Active-1-22-0)}.chip__5a189038.disabled__b1ac3ede{background:var(--triplex-next-Chip-Background_Disabled-1-22-0);color:var(--triplex-next-Chip-Color_Disabled-1-22-0);cursor:default;pointer-events:none}.chip__5a189038.selected__44cd0bb2{background:var(--triplex-next-Chip-Background_Selected_Default-1-22-0);color:var(--triplex-next-Chip-Color_Selected_Default-1-22-0)}.chip__5a189038.selected__44cd0bb2:hover{background:var(--triplex-next-Chip-Background_Selected_Hover-1-22-0);color:var(--triplex-next-Chip-Color_Selected_Hover-1-22-0)}.chip__5a189038.selected__44cd0bb2:active,.chip__5a189038.selected__44cd0bb2[aria-expanded=true]{background:var(--triplex-next-Chip-Background_Selected_Active-1-22-0);color:var(--triplex-next-Chip-Color_Selected_Active-1-22-0)}.chip__5a189038.selected__44cd0bb2.disabled__b1ac3ede{background:var(--triplex-next-Chip-Background_Selected_Disabled-1-22-0);color:var(--triplex-next-Chip-Color_Selected_Disabled-1-22-0)}.chip__5a189038.withPrefix__ab078a56{padding-left:0}.chip__5a189038.withPostfix__4a04be37{padding-right:0}.chip__5a189038 .content__091f81e2{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;text-align:center}.chip__5a189038 .prefix__711b4b15,.chip__5a189038 .postfix__9234260d{display:flex}.calendarControls__04954c92{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-22-0)}.calendarViewDays__9548fde3{width:calc(100% + 4px);margin:6px -2px -2px;border-spacing:2px;table-layout:fixed}.adaptive__ea8e0f2c .calendarViewDays__9548fde3{width:100%;margin:14px 0 -6px;border-spacing:0}.calendarViewMonths__8380287c,.calendarViewYears__779c175c{width:calc(100% + 12px);margin:-2px -6px -8px;border-spacing:6px 12px;table-layout:fixed}.adaptive__ea8e0f2c .calendarViewMonths__8380287c,.adaptive__ea8e0f2c .calendarViewYears__779c175c{width:100%;margin:14px 0 -6px;border-spacing:0 4px}.calendarViewDaysHeader__51a33337{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-22-0)}.calendarViewDaysBody__24f72866:before{display:block;content:"‌";line-height:8px}.adaptive__ea8e0f2c .calendarViewDaysBody__24f72866:before{line-height:4px}.calendarViewItem__8c7c13c1{padding:0;text-align:center;font-weight:400;font-size:14px;line-height:20px}.calendarViewItem__8c7c13c1:focus-visible{outline:none}.calendarViewItem__8c7c13c1.current__7f8ca051{font-weight:600}.calendarViewItem__8c7c13c1.disabled__0a466cbc{pointer-events:none}.calendarViewItemLabel__099b2f24{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-22-0);background:var(--triplex-next-Calendar-View_Item_Background_Default-1-22-0);border:1px solid var(--triplex-next-Calendar-View_Item_BorderColor_Default-1-22-0);cursor:pointer}.calendarViewItemLabel__099b2f24:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-22-0);background:var(--triplex-next-Calendar-View_Item_Background_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c{color:var(--triplex-next-Calendar-View_Item_Color_Selected-1-22-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Default-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c:hover{background:var(--triplex-next-Calendar-View_Item_Background_Selected_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c:hover.basicMark__594e811a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c:hover.standardMark__645beaff:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c:hover.attentionMark__9c3e257e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c:hover.criticalMark__5e4f8dc1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c.muted__a9b34107{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Default-1-22-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Default-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c.muted__a9b34107:hover{color:var(--triplex-next-Calendar-View_Item_Color_Selected_Muted_Hover-1-22-0);background:var(--triplex-next-Calendar-View_Item_Background_Selected_Muted_Hover-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c.basicMark__594e811a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Selected_Default-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c.standardMark__645beaff:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Selected_Default-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c.attentionMark__9c3e257e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Selected_Default-1-22-0)}.calendarViewItemLabel__099b2f24.selected__7235382c.criticalMark__5e4f8dc1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Selected_Default-1-22-0)}.calendarViewItemLabel__099b2f24.marked__88348bfe:after{content:"";display:block;position:absolute;left:calc(50% - 3px);bottom:2px;width:6px;height:6px;border-radius:50%;pointer-events:none}.calendarViewItemLabel__099b2f24.basicMark__594e811a:after{background:var(--triplex-next-Calendar-View_Item_Mark_Basic_Background_Default-1-22-0)}.calendarViewItemLabel__099b2f24.standardMark__645beaff:after{background:var(--triplex-next-Calendar-View_Item_Mark_Standard_Background_Default-1-22-0)}.calendarViewItemLabel__099b2f24.attentionMark__9c3e257e:after{background:var(--triplex-next-Calendar-View_Item_Mark_Attention_Background_Default-1-22-0)}.calendarViewItemLabel__099b2f24.criticalMark__5e4f8dc1:after{background:var(--triplex-next-Calendar-View_Item_Mark_Critical_Background_Default-1-22-0)}.calendarViewItemLabel__099b2f24.muted__a9b34107{color:var(--triplex-next-Calendar-View_Item_Color_Muted-1-22-0)}.calendarViewItemLabel__099b2f24.disabled__0a466cbc{color:var(--triplex-next-Calendar-View_Item_Color_Disabled-1-22-0);background:none}.calendarViewItem__8c7c13c1:focus-visible .calendarViewItemLabel__099b2f24{border-color:var(--triplex-next-Calendar-View_Item_BorderColor_Focus-1-22-0)}.unitDay__0297807d{width:36px;height:36px;border-radius:6px}.unitMonth__3521626b,.unitYear__64c2d775{width:89px;height:48px;border-radius:6px}.adaptive__ea8e0f2c .unitMonth__3521626b,.adaptive__ea8e0f2c .unitYear__64c2d775{width:104px;height:48px;border-radius:6px}.calendarFooter__7827ea36{margin-top:12px;text-align:center}.calendar__510ebe70{width:300px;padding:8px 12px;box-sizing:border-box;background:var(--triplex-next-Calendar-Background-1-22-0);-webkit-user-select:none;user-select:none}.calendar__510ebe70.adaptive__ea8e0f2c{width:auto;padding:20px}.calendar__510ebe70+.calendar__510ebe70{margin-top:20px}.datePickerExtendedMobileDropdown__15f6b3b8{max-height:100vh}.chipDropdownArrow__2c76457e{display:inline-flex;align-items:center;transition:transform .3s ease}.chipDropdownArrow__2c76457e.rotated__d53604a5{transform:rotate(-180deg)}.chipClearButton__a52d96bf{cursor:pointer;border:none;outline:none;margin:0;padding:0;background:none;display:flex}.chipClearButton__a52d96bf:focus-visible{box-shadow:var(--triplex-next-Chip-Shadow_Focus-1-22-0)}.dropdownMobileMaskedInput__14f34d22{height:20px!important;padding:0!important}.dropdownMobileMaskedInput__14f34d22:first-child{top:0}.selectExtendedFieldTarget__4503e70b{position:relative;box-sizing:border-box;align-items:center;outline:none;display:flex;justify-content:space-between;cursor:pointer}.selectExtendedFieldTarget__4503e70b .caretWrapper__e6f7aa98{height:100%}.selectExtendedFieldTarget__4503e70b .caretIcon__3089ce20{transition:transform .3s ease;transform:rotate(0)}.selectExtendedFieldTarget__4503e70b.selectOpened__27a4a4a6 .caretIcon__3089ce20{transform:rotate(180deg)}.selectExtendedFieldTarget__4503e70b.disabled__b0196ec3{-webkit-user-select:none;user-select:none;cursor:default}.selectExtendedFieldTarget__4503e70b.disabled__b0196ec3 .target__7a2427ef,.selectExtendedFieldTarget__4503e70b.disabled__b0196ec3 .caretWrapper__e6f7aa98{pointer-events:none}.selectExtendedField__e4d7eda7{position:relative}.multiselectFieldHeader__ee087d89{padding:12px}.multiselectFieldContent__3bef795a{position:relative;padding:0 12px 12px;box-sizing:border-box;overflow-y:auto;outline:none}.multiselectFieldContent__3bef795a:first-child{padding-top:12px}.multiselectFieldContent__3bef795a:has(.loaderScreen__6fa42893){overflow:hidden}.multiselectFieldContent__3bef795a.sm__c6985386{max-height:208px}.multiselectFieldContent__3bef795a.md__bc6fe211{max-height:266px}.multiselectFieldContent__3bef795a.lg__09e23619{max-height:296px}.multiselectFieldFooter__c6b7f394{padding:0 12px 12px}.multiselectFieldFooter__c6b7f394:before{content:"";display:block;height:12px;margin:0 -12px;border-top:1px solid var(--triplex-next-MultiselectField-Divider_Color-1-22-0)}.chipOptionsContent__27cbc531{min-width:14px;text-align:center;display:block}.tooltipDesktop__284b9f32{display:flex;position:absolute;top:0;left:0;outline:none;pointer-events:auto;z-index:10000}.tooltipDesktop__284b9f32 .tooltipBody__cd8c5c5c{text-align:left;font-weight:400;font-size:14px;line-height:20px;color:var(--triplex-next-Tooltip-Color-1-22-0)}.tooltipDesktop__284b9f32 .tooltipXButton__53476a73{position:absolute;right:8px;top:8px}.tooltipDesktopContent__8dae469d{position:relative;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:var(--triplex-next-Tooltip-Background-1-22-0);border-radius:8px}.closable__305c0544 .tooltipDesktopContent__8dae469d{padding-right:32px}.tooltipSM__8402e299 .tooltipDesktopContent__8dae469d{width:192px;min-height:52px}.tooltipLG__c523a68e .tooltipDesktopContent__8dae469d{width:384px;min-height:52px}.tooltipOverlay__975a380a{position:fixed;top:0;bottom:0;right:0;left:0;pointer-events:none;z-index:9999}.tooltipDesktopTip__26fd0612{width:0;height:0}.tooltipDesktopTip__26fd0612.down__f75bc381{border-top:solid var(--triplex-next-Tooltip-Background-1-22-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__26fd0612.up__f6468494{border-bottom:solid var(--triplex-next-Tooltip-Background-1-22-0);border-right:solid transparent;border-left:solid transparent}.tooltipDesktopTip__26fd0612.left__a02f53f6{border-right:solid var(--triplex-next-Tooltip-Background-1-22-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipDesktopTip__26fd0612.right__b0aba0dc{border-left:solid var(--triplex-next-Tooltip-Background-1-22-0);border-top:solid transparent;border-bottom:solid transparent}.tooltipMobile__144353fd .tooltipBody__cd8c5c5c{text-align:left}.tooltipMobileContent__6ca5f52a{padding:16px}.headerless__3bc37ab1 .tooltipMobileContent__6ca5f52a{padding-right:40px;border-radius:16px 16px 0 0}.headerless__3bc37ab1 .tooltipMobileContent__6ca5f52a .closeButton__ff1cf822{position:absolute;right:16px;top:16px}.tooltipLink__189f577a{font-weight:400;font-size:14px;line-height:20px;text-decoration:none;cursor:pointer;display:inline-block;margin-top:16px}.desktop__9d458376{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Default-1-22-0)}.desktop__9d458376:hover{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Hover-1-22-0)}.desktop__9d458376:active{color:var(--triplex-next-Tooltip-Link_Desktop_Color_Active-1-22-0)}.desktop__9d458376:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Desktop_Shadow_Focus-1-22-0)}.mobile__d82c165c{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Default-1-22-0)}.mobile__d82c165c:hover{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Hover-1-22-0)}.mobile__d82c165c:active{color:var(--triplex-next-Tooltip-Link_Mobile_Color_Active-1-22-0)}.mobile__d82c165c:focus-visible{outline:none;box-shadow:var(--triplex-next-Tooltip-Link_Mobile_Shadow_Focus-1-22-0)}.chipSuggestInputWrapper__113bc3a1{margin:12px}.suggestDropdownMobileBody__9ea4819f{height:176px}.suggestDropdownMobileNoOptionsText__b922fd8a{padding:16px}.checkboxXGroup__680adfcb{display:inline-flex;flex-flow:row wrap}.checkboxXGroup__680adfcb.indent-12__504ace15{margin-left:-6px;margin-right:-6px}.checkboxXGroup__680adfcb.indent-12__504ace15 .label__c2049da3{margin-left:6px;margin-right:6px}.checkboxXGroup__680adfcb.indent-16__ea7a1560{margin-left:-8px;margin-right:-8px}.checkboxXGroup__680adfcb.indent-16__ea7a1560 .label__c2049da3{margin-left:8px;margin-right:8px}.checkboxXGroup__680adfcb.indent-20__10625bb9{margin-left:-10px;margin-right:-10px}.checkboxXGroup__680adfcb.indent-20__10625bb9 .label__c2049da3{margin-left:10px;margin-right:10px}.checkboxXGroup__680adfcb.indent-24__b11d6b8e{margin-left:-12px;margin-right:-12px}.checkboxXGroup__680adfcb.indent-24__b11d6b8e .label__c2049da3{margin-left:12px;margin-right:12px}.checkboxXGroup__680adfcb.indent-28__d6ca18f5{margin-left:-14px;margin-right:-14px}.checkboxXGroup__680adfcb.indent-28__d6ca18f5 .label__c2049da3{margin-left:14px;margin-right:14px}.checkboxXGroup__680adfcb.indent-32__4af58f89{margin-left:-16px;margin-right:-16px}.checkboxXGroup__680adfcb.indent-32__4af58f89 .label__c2049da3{margin-left:16px;margin-right:16px}.checkboxYGroup__1ee4a635{display:inline-flex;flex-flow:column wrap}.checkboxYGroup__1ee4a635 .label__c2049da3.sm__ba56a8af+.label__c2049da3.sm__ba56a8af{margin-top:8px}.checkboxYGroup__1ee4a635 .label__c2049da3.lg__5c80f78e+.label__c2049da3.lg__5c80f78e{margin-top:20px}.checkboxYGroup__1ee4a635 .label__c2049da3.md__010c3827+.label__c2049da3.md__010c3827{margin-top:16px}.card__0a20e9d4{display:inline-block;width:100%;box-sizing:border-box;overflow:hidden;border-radius:var(--radius)}.card__0a20e9d4.roundingMD__c5f9c1e6{--radius: 16px}.card__0a20e9d4.roundingSM__373f0f18{--radius: 8px}.card__0a20e9d4.general__ba581d2e{background:var(--triplex-next-Card-Static_General_Background-1-22-0)}.card__0a20e9d4.secondary__40288938{background:var(--triplex-next-Card-Static_Secondary_Background-1-22-0)}.card__0a20e9d4 .cardMedia__0762e5a9{background-size:cover;background-repeat:no-repeat;background-position:center}.card__0a20e9d4 .cardContent__3040d4a9{padding:var(--padding)}.card__0a20e9d4 .cardContent__3040d4a9.paddingMD__17bcccbf{--padding: 24px}.card__0a20e9d4 .cardContent__3040d4a9.paddingSM__26e81821{--padding: 16px}.card__0a20e9d4 .cardContent__3040d4a9 .cardContentHeader__8a2c9c0f{margin-bottom:16px}.card__0a20e9d4 .cardContent__3040d4a9 .cardContentFooter__b9d88b11{margin-top:16px}.action__65f10c91{position:relative;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.action__65f10c91: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__65f10c91.general__ba581d2e{background:var(--triplex-next-Card-Action_General_Background-1-22-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-22-0)}.action__65f10c91.general__ba581d2e:hover{background:var(--triplex-next-Card-Action_General_Background_Hover-1-22-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-22-0)}.action__65f10c91.general__ba581d2e.selected__181b965e{background:var(--triplex-next-Card-Action_General_Background_Selected-1-22-0);box-shadow:var(--triplex-next-Card-Shadow_Default-1-22-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-22-0)}.action__65f10c91.general__ba581d2e.selected__181b965e:hover{background:var(--triplex-next-Card-Action_General_Background_Selected_Hover-1-22-0);box-shadow:var(--triplex-next-Card-Shadow_Hover-1-22-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-22-0)}.action__65f10c91.general__ba581d2e:focus{outline:none}.action__65f10c91.general__ba581d2e:focus.focusVisible__881a7258{box-shadow:var(--triplex-next-Card-Shadow_Default-1-22-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-22-0)}.action__65f10c91.secondary__40288938{background:var(--triplex-next-Card-Action_Secondary_Background-1-22-0)}.action__65f10c91.secondary__40288938:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Hover-1-22-0)}.action__65f10c91.secondary__40288938.selected__181b965e{background:var(--triplex-next-Card-Action_Secondary_Background_Selected-1-22-0);box-shadow:var(--triplex-next-Card-Shadow_Selected-1-22-0);--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected-1-22-0)}.action__65f10c91.secondary__40288938.selected__181b965e:hover{background:var(--triplex-next-Card-Action_Secondary_Background_Selected_Hover-1-22-0);box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Selected_Hover-1-22-0)}.action__65f10c91.secondary__40288938:focus{outline:none}.action__65f10c91.secondary__40288938:focus.focusVisible__881a7258{box-shadow:none;--card-inner-shadow: var(--triplex-next-Card-Shadow_Focus-1-22-0)}.alertContext__4a9f1147{display:flex;font-size:12px;line-height:16px}.alertContext__4a9f1147>svg{flex-shrink:0}.alertContext__4a9f1147 .alertContextText__c373d277{margin-left:8px}.alertContext__4a9f1147.alertTypeError__67003507 .alertContextText__c373d277{color:var(--triplex-next-AlertContext-Error_Color-1-22-0)}.alertContext__4a9f1147.alertTypeInfo__6af16d06 .alertContextText__c373d277{color:var(--triplex-next-AlertContext-Info_Color-1-22-0)}.alertContext__4a9f1147.alertTypeWarning__bd8ec568 .alertContextText__c373d277{color:var(--triplex-next-AlertContext-Warning_Color-1-22-0)}.alertContext__4a9f1147.alertTypeSystem__89844611 .alertContextText__c373d277{color:var(--triplex-next-AlertContext-System_Color-1-22-0)}.alertProcess__561bbcaf{display:flex;padding:16px;border-radius:12px;position:relative}.alertProcess__561bbcaf.withSpoiler__2c1056f0{min-height:40px}.alertProcess__561bbcaf .themeIcon__7f463003{box-sizing:border-box;height:20px;width:20px}.alertProcess__561bbcaf.alertTypeError__67003507{background:var(--triplex-next-AlertProcess-Error_Background-1-22-0)}.alertProcess__561bbcaf.alertTypeInfo__6af16d06{background:var(--triplex-next-AlertProcess-Info_Background-1-22-0)}.alertProcess__561bbcaf.alertTypeWarning__bd8ec568{background:var(--triplex-next-AlertProcess-Warning_Background-1-22-0)}.alertProcess__561bbcaf.alertTypeSystem__89844611{background:var(--triplex-next-AlertProcess-System_Background-1-22-0)}.alertProcess__561bbcaf.alertTypeFeature__ccc9b096{background:var(--triplex-next-AlertProcess-Feature_Background-1-22-0)}.alertProcess__561bbcaf.alertTypeFeature__ccc9b096 .themeIcon__7f463003{padding-top:0}.alertProcess__561bbcaf .alertProcessContentBlock__077272f8{flex:1;margin-left:10px}.alertProcess__561bbcaf .alertProcessContentBlock__077272f8 .expandableContent__a5e8ac9b{overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;max-height:0;opacity:0}.alertProcess__561bbcaf .alertProcessContentBlock__077272f8 .expandableContent__a5e8ac9b.expanded__6dcf1fc1{max-height:1000px;opacity:1}.alertProcess__561bbcaf .closeButton__fbe30ad8{margin-left:10px}.alertProcess__561bbcaf .expandButton__fa91f4d3{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__561bbcaf .expandButton__fa91f4d3.expanded__6dcf1fc1{transform:rotate(180deg)}.adaptive__395945ac{font-size:10px!important;line-height:12px!important}.avatar__3671853a{display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--triplex-next-Avatar-Background-1-22-0)}.avatar__3671853a.xxs__aa1745d9{width:28px;height:28px;border-radius:6px}.avatar__3671853a.xs__b9b10a94{width:32px;height:32px;border-radius:8px}.avatar__3671853a.sm__fc797274{width:40px;height:40px;border-radius:10px}.avatar__3671853a.md__18b262f0{width:56px;height:56px;border-radius:16px}.avatar__3671853a.lg__522993f6{width:80px;height:80px;border-radius:20px}.avatar__3671853a.xl__4ab9434a{width:96px;height:96px;border-radius:24px}.avatar__3671853a.xxl__9cd0a5ca{width:128px;height:128px;border-radius:28px}.carouselExtended__256ab75c{display:flex;overflow-y:hidden;position:relative;scrollbar-width:none;-ms-overflow-style:none}.carouselExtended__256ab75c::-webkit-scrollbar{display:none}.treeView__9e1139b7,.treeViewGroup__0e0ac8a0{margin:0;padding:0}.treeView__9e1139b7 .treeViewNode__8695c060,.treeViewGroup__0e0ac8a0 .treeViewNode__8695c060{margin:0;padding:0;outline:none;list-style:none}.collapsableTreeNodeContent__7dd1c3ba.collapsed__baddb082{visibility:hidden}.checkboxTreeExtended__c54b5c56{margin-bottom:-12px}.checkboxTreeExtendedNode__607a26f2 .checkboxTreeExtendedNode__607a26f2:has(.sm__44312393){margin-left:16px}.checkboxTreeExtendedNode__607a26f2 .checkboxTreeExtendedNode__607a26f2:has(.md__dbf75cc1),.checkboxTreeExtendedNode__607a26f2 .checkboxTreeExtendedNode__607a26f2:has(.lg__ee71a632){margin-left:24px}.checkboxTreeExtendedNodeHeader__3d2c1f51{display:flex;justify-content:space-between;position:relative}.checkboxTreeExtendedNodeHeader__3d2c1f51.sm__44312393{margin-bottom:8px}.checkboxTreeExtendedNodeHeader__3d2c1f51.md__dbf75cc1,.checkboxTreeExtendedNodeHeader__3d2c1f51.lg__ee71a632{margin-bottom:12px}.checkboxTreeExtendedNodeHeader__3d2c1f51 .checkboxTreeCheckboxLabel__a0de18ee{margin-bottom:0!important}.checkboxTreeExtendedNodeHeader__3d2c1f51 .caretIconWrapper__93d06f81{cursor:pointer;position:absolute;top:0;left:0;bottom:0;margin:auto;transition:transform .3s ease;transform:rotate(0)}.checkboxTreeExtendedNodeHeader__3d2c1f51 .caretIconWrapper__93d06f81:focus{outline:1px solid var(--triplex-next-Checkbox-BorderColor_Focus-1-22-0)}.checkboxTreeExtendedNodeHeader__3d2c1f51.opened__c85452b7 .caretIconWrapper__93d06f81{transform:rotate(180deg)}@media(max-width:767px){.checkboxTreeExtended__c54b5c56{padding:0 16px}.checkboxTreeExtended__c54b5c56 .checkboxTreeExtendedNodeHeader__3d2c1f51{margin-bottom:0}.checkboxTreeExtended__c54b5c56 .checkboxTreeExtendedNodeHeader__3d2c1f51 .checkboxTreeCheckboxLabel__a0de18ee{padding-top:16px;padding-bottom:16px}.checkboxTreeExtended__c54b5c56 .checkboxTreeExtendedNodeHeader__3d2c1f51 .checkboxTreeCheckboxLabel__a0de18ee>span,.checkboxTreeExtended__c54b5c56 .checkboxTreeExtendedNodeHeader__3d2c1f51 .checkboxTreeCheckboxLabel__a0de18ee>svg,.checkboxTreeExtended__c54b5c56 .checkboxTreeExtendedNodeHeader__3d2c1f51 .checkboxTreeCheckboxLabel__a0de18ee .checkboxTreeCheckbox__1e13e06c{top:14px}}.chipGroup__343b81fe{display:flex}.chipGroup__343b81fe.oneLine__be12e3cb{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chipGroup__343b81fe.oneLine__be12e3cb::-webkit-scrollbar{display:none}.chipGroup__343b81fe.multiLine__1ef4f342{flex-wrap:wrap}.chipGroup__343b81fe.lg__0e887cb1{gap:12px}.chipGroup__343b81fe.md__2e1f0180,.chipGroup__343b81fe.sm__43d9cc07{gap:8px}.col-1__bad78a2f{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__370ba8eb{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__9f855a89{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-4__117d5a4b{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__544e8da6{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__9e3c2fb7{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-7__92150ca0{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__2a1c47d0{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__6a4e0376{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-10__5b3a52d7{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__0bcb3a60{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__3793d783{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-0__70a4f38b{margin-left:0%}.offset-1__5ae04929{margin-left:8.33333333%}.offset-2__709e4a6c{margin-left:16.66666667%}.offset-3__28876e8f{margin-left:25%}.offset-4__727075de{margin-left:33.33333333%}.offset-5__a4923f98{margin-left:41.66666667%}.offset-6__161a1dae{margin-left:50%}.offset-7__be1d2d5a{margin-left:58.33333333%}.offset-8__21c51bb9{margin-left:66.66666667%}.offset-9__a0fcb5cf{margin-left:75%}.offset-10__a95eeca7{margin-left:83.33333333%}.offset-11__587a253d{margin-left:91.66666667%}.d-none__ebf5f115{display:none!important}.d-block__27bb0ffe{display:block!important}@media(min-width:576px){.col-sm-1__65525103{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__a27fe4c1{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__0fa8b956{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-sm-4__41390996{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__859052fa{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__dc8049e2{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-sm-7__051ff467{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__8944a782{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__a3ca8cf6{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-sm-10__30af6d67{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__b2f80170{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__f107855f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-sm-0__0b3e1f1f{margin-left:0%}.offset-sm-1__c7962daf{margin-left:8.33333333%}.offset-sm-2__6289d368{margin-left:16.66666667%}.offset-sm-3__2d4ae982{margin-left:25%}.offset-sm-4__e1b87b69{margin-left:33.33333333%}.offset-sm-5__7da325f5{margin-left:41.66666667%}.offset-sm-6__f0412711{margin-left:50%}.offset-sm-7__08cdde61{margin-left:58.33333333%}.offset-sm-8__5ff58d46{margin-left:66.66666667%}.offset-sm-9__ba23789d{margin-left:75%}.offset-sm-10__91d6c3af{margin-left:83.33333333%}.offset-sm-11__704804cd{margin-left:91.66666667%}.d-none-sm__9dac6973{display:none!important}.d-block-sm__c4725a9f{display:block!important}}@media(min-width:768px){.col-md-1__94e078ff{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__d888417d{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__ab441c58{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-md-4__c68df081{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__24450dc6{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__f70b6f77{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-md-7__e803b2b4{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__1d5da3d0{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__444eff3c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-md-10__b708982a{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__a8c55370{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__f53ecf9f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-md-0__87c84ff4{margin-left:0%}.offset-md-1__0283d1b5{margin-left:8.33333333%}.offset-md-2__56e57c19{margin-left:16.66666667%}.offset-md-3__82a3663f{margin-left:25%}.offset-md-4__345d9cdb{margin-left:33.33333333%}.offset-md-5__08c892b6{margin-left:41.66666667%}.offset-md-6__b3a66c29{margin-left:50%}.offset-md-7__4e55e6f9{margin-left:58.33333333%}.offset-md-8__db2195d0{margin-left:66.66666667%}.offset-md-9__a8d823c9{margin-left:75%}.offset-md-10__35d5fe80{margin-left:83.33333333%}.offset-md-11__044a9c35{margin-left:91.66666667%}.d-none-md__4521ef31{display:none!important}.d-block-md__1676d8a5{display:block!important}}@media(min-width:992px){.col-lg-1__8eed166c{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__ffb7db04{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__a64fbc1a{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-lg-4__e4824267{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__5992d9f5{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__37e57189{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-lg-7__80b62853{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__832f076e{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__39ec582c{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-lg-10__70fe091d{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__880d195b{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__741ee08d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-lg-0__4864e58d{margin-left:0%}.offset-lg-1__f4d6b4a3{margin-left:8.33333333%}.offset-lg-2__0204bba9{margin-left:16.66666667%}.offset-lg-3__b3f83ef1{margin-left:25%}.offset-lg-4__2d9f0c10{margin-left:33.33333333%}.offset-lg-5__2a0d0f00{margin-left:41.66666667%}.offset-lg-6__d08c4afb{margin-left:50%}.offset-lg-7__66fdc6e6{margin-left:58.33333333%}.offset-lg-8__2135e0b8{margin-left:66.66666667%}.offset-lg-9__6dca514d{margin-left:75%}.offset-lg-10__1e449707{margin-left:83.33333333%}.offset-lg-11__ec087ba5{margin-left:91.66666667%}.d-none-lg__d438a110{display:none!important}.d-block-lg__fa21439d{display:block!important}}@media(min-width:1200px){.col-xl-1__56ac6a9b{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__88bd0927{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__fd8b883f{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 25%;max-width:25%;box-sizing:border-box}.col-xl-4__39c818c4{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__96a316b8{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__32becc16{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.col-xl-7__b828bac1{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__00d77825{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__b72eec43{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 75%;max-width:75%;box-sizing:border-box}.col-xl-10__0720fb98{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__6c22bc8b{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__ec56950d{position:relative;width:100%;padding-right:12px;padding-left:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.offset-xl-0__62300181{margin-left:0%}.offset-xl-1__a75b57de{margin-left:8.33333333%}.offset-xl-2__b580f782{margin-left:16.66666667%}.offset-xl-3__04ae76dc{margin-left:25%}.offset-xl-4__e0a96855{margin-left:33.33333333%}.offset-xl-5__37a0fec1{margin-left:41.66666667%}.offset-xl-6__534344ea{margin-left:50%}.offset-xl-7__eb1516aa{margin-left:58.33333333%}.offset-xl-8__d51a0b3e{margin-left:66.66666667%}.offset-xl-9__f10c4919{margin-left:75%}.offset-xl-10__a826de3b{margin-left:83.33333333%}.offset-xl-11__681673a3{margin-left:91.66666667%}.d-none-xl__975ae41b{display:none!important}.d-block-xl__1a972008{display:block!important}}.confirm__ca5f7870{flex-grow:1;margin:0 auto;max-width:800px;box-sizing:border-box}.confirm__ca5f7870.isInLightBox__cf31863e{max-width:800px}.confirm__ca5f7870.isInSideOverlaySM__971a3410{max-width:520px}.confirm__ca5f7870.isInSideOverlayMD__22bb01be{max-width:680px}.confirm__ca5f7870.isInSideOverlayLG__b67799e6{max-width:800px}.confirmCloseButton__71e268aa{position:absolute;top:24px;right:24px}.confirmContent__7043112a{margin-bottom:24px;padding-right:56px}.confirmControls__85406fd0{white-space:nowrap}.confirmContentTitle__58b33a6b{margin-bottom:12px}@media(max-width:767px){.confirmCloseButton__71e268aa{top:16px;right:16px}.confirmContent__7043112a{margin-bottom:16px}}.dateRange__8627bc08{display:flex;align-items:center}.dateRangeButton__f71b0042{z-index:1}.separator__d8a89b58{width:20px;height:20px;flex-shrink:0}.divider__302df5a0{height:1px;margin:0;background:var(--triplex-next-Divider-Background-1-22-0);border:none}.marginTopSize-4__ab554ae5{margin-top:4px}.marginBottomSize-4__501a2263{margin-bottom:4px}.marginTopSize-8__2124f435{margin-top:8px}.marginBottomSize-8__01e36834{margin-bottom:8px}.marginTopSize-12__90af5ebf{margin-top:12px}.marginBottomSize-12__9e87f9ac{margin-bottom:12px}.marginTopSize-16__40e1a830{margin-top:16px}.marginBottomSize-16__edd69dbb{margin-bottom:16px}.marginTopSize-20__cf7c4c1f{margin-top:20px}.marginBottomSize-20__850f43ca{margin-bottom:20px}.marginTopSize-24__d8698a11{margin-top:24px}.marginBottomSize-24__e1761474{margin-bottom:24px}.marginTopSize-28__47ba5de9{margin-top:28px}.marginBottomSize-28__513d0c15{margin-bottom:28px}.marginTopSize-32__1af3d6bb{margin-top:32px}.marginBottomSize-32__86057899{margin-bottom:32px}.smallInput__ecdb5667{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-22-0);background:var(--triplex-next-SmallInput-Background-1-22-0);border:none;outline:none;border-radius:4px;box-shadow:var(--triplex-next-SmallInput-Shadow-1-22-0)}.smallInput__ecdb5667::placeholder{color:var(--triplex-next-SmallInput-PlaceholderColor-1-22-0);opacity:1}.smallInput__ecdb5667::-ms-clear{display:none}.link__bccc2bf4{cursor:pointer;position:relative;text-decoration:none;outline:none;color:var(--triplex-next-Link-Text_Color_Default-1-22-0)}.link__bccc2bf4:hover{color:var(--triplex-next-Link-Text_Color_Hover-1-22-0)}.link__bccc2bf4:active{color:var(--triplex-next-Link-Text_Color_Active-1-22-0)}.link__bccc2bf4:focus-visible{box-shadow:var(--triplex-next-Link-BorderColor_Focus-1-22-0)}.wordWithContent__86ff01d4{white-space:nowrap;display:inline-flex;align-items:center}.before__59180c52 :first-child{margin-right:2px}.after__b807ee6f :last-child{margin-left:2px}.documentNumberEdit__b245b96f .label__5b0cf233{display:inline-block;margin-right:8px}.documentNumberEdit__b245b96f .inputEditWrapper__e8f38061{width:68px;display:inline-block}.ellipsisLineClamp__3cfaf73d{--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__3cfaf73d.oneLine__5d836d3c{word-break:break-all}button.helpBoxButton__506aa269{position:relative;vertical-align:text-bottom}.islandAccordion__e153baf2{margin:0;padding:0}.islandAccordion__e153baf2 .island__5c5bcd0e{padding:0}.islandAccordion__e153baf2 .item__460acd4c{position:relative;list-style-type:none}.islandAccordion__e153baf2 .item__460acd4c.disabled__74e507bb{cursor:default;pointer-events:none}.islandAccordion__e153baf2 .item__460acd4c+.item__460acd4c.sm__a7f1d2eb,.islandAccordion__e153baf2 .item__460acd4c+.item__460acd4c.md__e78d5e30{margin-top:16px}.islandAccordion__e153baf2 .item__460acd4c+.item__460acd4c.lg__b4563db7{margin-top:24px}.islandAccordion__e153baf2 .item__460acd4c .header__9468e351{display:flex;width:100%;margin:0;outline:none;border:none;text-align:left;cursor:pointer;background:none}.islandAccordion__e153baf2 .item__460acd4c .header__9468e351:focus-visible{box-shadow:var(--triplex-next-IslandAccordion-Shadow_Focus-1-22-0)}.islandAccordion__e153baf2 .item__460acd4c.type1__4e2b4cb8:not(.opened__d1a9e73b) .header__9468e351:hover{background:var(--triplex-next-IslandAccordion-Type1_Header_Background_Hover-1-22-0)}.islandAccordion__e153baf2 .item__460acd4c.type2__23dd61b2:not(.opened__d1a9e73b) .header__9468e351:hover{background:var(--triplex-next-IslandAccordion-Type2_Header_Background_Hover-1-22-0)}.islandAccordion__e153baf2 .item__460acd4c.type3__ef340390:not(.opened__d1a9e73b) .header__9468e351:hover{background:var(--triplex-next-IslandAccordion-Type3_Header_Background_Hover-1-22-0)}.islandAccordion__e153baf2 .item__460acd4c .footer__4b22df81{text-align:right}.islandAccordion__e153baf2 .item__460acd4c .body__83c27532,.islandAccordion__e153baf2 .item__460acd4c .footer__4b22df81{visibility:hidden}.islandAccordion__e153baf2 .item__460acd4c.opened__d1a9e73b .body__83c27532,.islandAccordion__e153baf2 .item__460acd4c.opened__d1a9e73b .footer__4b22df81{visibility:visible}.islandAccordion__e153baf2 .item__460acd4c .caretWrapper__d01fde18{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center}.islandAccordion__e153baf2 .item__460acd4c .caretIcon__c347787f{flex-shrink:0;transition:transform .3s ease-in-out}.islandAccordion__e153baf2 .item__460acd4c .title__ee1baeaf{padding-right:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .header__9468e351{padding:16px;border-radius:16px}.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .step__1f9e1800+.title__ee1baeaf{margin-top:2px}.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .body__83c27532,.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .footer__4b22df81{padding:0 16px 16px}.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .caretWrapper__d01fde18{right:12px}.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .remove__f1512c79{right:-36px;top:20px}.islandAccordion__e153baf2 .item__460acd4c.sm__a7f1d2eb .step__1f9e1800{margin-right:12px}.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .header__9468e351{padding:24px;border-radius:24px}.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .body__83c27532,.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .footer__4b22df81{padding:0 24px 24px}.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .caretWrapper__d01fde18{right:20px}.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .remove__f1512c79{right:-40px;top:28px}.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .step__1f9e1800{margin-right:12px}.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .header__9468e351{padding:32px;border-radius:32px}.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .body__83c27532,.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .footer__4b22df81{padding:0 32px 32px}.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .caretWrapper__d01fde18{right:28px}.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .remove__f1512c79{right:-40px;top:36px}.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .step__1f9e1800{margin:0 16px 0 0}.islandAccordion__e153baf2 .item__460acd4c.opened__d1a9e73b:not(.disabled__74e507bb) .caretWrapper__d01fde18 .caretIcon__c347787f{transform:rotate(-180deg)}.islandAccordion__e153baf2 .item__460acd4c .remove__f1512c79{position:absolute}@media(max-width:767px){.islandAccordion__e153baf2 .item__460acd4c .footer__4b22df81{display:flex;flex-wrap:wrap;gap:12px}.islandAccordion__e153baf2 .item__460acd4c .footer__4b22df81>*{margin-left:0!important}.islandAccordion__e153baf2 .item__460acd4c.md__e78d5e30 .header__9468e351{border-radius:16px}.islandAccordion__e153baf2 .item__460acd4c.lg__b4563db7 .header__9468e351{border-radius:24px}}.step__67d44638{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__67d44638.default__ec17091b{background-color:var(--triplex-next-Step-Background_Default-1-22-0)}.step__67d44638.default__ec17091b>span{color:var(--triplex-next-Step-Color_Default-1-22-0)}.step__67d44638.done__634229bb{background-color:var(--triplex-next-Step-Background_Done-1-22-0)}.step__67d44638.done__634229bb>span{color:var(--triplex-next-Step-Color_Done-1-22-0)}.step__67d44638.warning__3ad3abe9{background-color:var(--triplex-next-Step-Background_Warning-1-22-0)}.step__67d44638.warning__3ad3abe9>span{color:var(--triplex-next-Step-Color_Warning-1-22-0)}.step__67d44638.active__5acfb47f{background-color:var(--triplex-next-Step-Background_Active-1-22-0)}.step__67d44638.active__5acfb47f>span{color:var(--triplex-next-Step-Color_Active-1-22-0)}.step__67d44638.error__7bd8063d{background-color:var(--triplex-next-Step-Background_Error-1-22-0)}.step__67d44638.error__7bd8063d>span{color:var(--triplex-next-Step-Color_Error-1-22-0)}.step__67d44638.disabled__7e889f1d{background-color:var(--triplex-next-Step-Background_Disabled-1-22-0)}.step__67d44638.disabled__7e889f1d>span{color:var(--triplex-next-Step-Color_Disabled-1-22-0)}.lightBox__d741d3bf{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__d741d3bf .lightBoxBackdrop__1f47cc8b{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-22-0)}.lightBox__d741d3bf.lightBoxSideOverlayActive__98e1e21e,.lightBox__d741d3bf.lightBoxTopOverlayActive__4a351d44{overflow-y:hidden}.lightBox__d741d3bf .lightBoxContent__46cb842d{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-22-0)}.lightBox__d741d3bf .lightBoxContent__46cb842d>.global-page{width:100%;max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBox__d741d3bf .lightBoxContent__46cb842d>.global-page{padding:16px}}.lightBox__d741d3bf .loadingContentOverlay__e72ffacf{border-top-left-radius:32px;border-top-right-radius:32px;opacity:.8}.lightBox__d741d3bf .lightBoxContentResizeWrapper__59c5df44{position:absolute;left:0;right:0;height:0}.lightBox__d741d3bf .tempElSafariBug__466e203f{position:absolute;left:-1000px;top:0;visibility:hidden}.bodyOverflowHidden__b90237b8,.global-LB-less-or-equal-media-point-0 .lightBox__d741d3bf.lightBoxSideOverlayActive__98e1e21e{overflow:hidden}.global-LB-less-or-equal-media-point-0 .lightBoxContent__46cb842d{margin:0;border-radius:0}.global-LB-more-media-point-0 .lightBoxContent__46cb842d{padding-left:80px;padding-right:80px}.lightBoxControls__a4b9ed07{z-index:100}.withKeyboardEvent__666f9a63{display:inline-block}.withoutKeyboardEvent__aab37d65,.lightBox__d741d3bf.lightBoxSideOverlayActive__98e1e21e .withKeyboardEvent__666f9a63,.lightBox__d741d3bf.lightBoxTopOverlayActive__4a351d44 .withKeyboardEvent__666f9a63,.lightBox__d741d3bf.isLoading__fe8ad1a7 .withKeyboardEvent__666f9a63{display:none}.lightBox__d741d3bf.lightBoxSideOverlayActive__98e1e21e .withoutKeyboardEvent__aab37d65,.lightBox__d741d3bf.lightBoxTopOverlayActive__4a351d44 .withoutKeyboardEvent__aab37d65,.lightBox__d741d3bf.isLoading__fe8ad1a7 .withoutKeyboardEvent__aab37d65{display:inline-block}.lightBox__d741d3bf.isLoading__fe8ad1a7 .lightBoxPrev__b4006324,.lightBox__d741d3bf.isLoading__fe8ad1a7 .lightBoxNext__d4560848{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControls__a4b9ed07{position:absolute;left:0;right:0;top:0;min-height:56px;padding:16px 16px 0;box-sizing:border-box}.global-LB-less-or-equal-media-point-0 .lightBoxControlsDesktop__4be8f05b{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxControlsMobile__25bed6b4{display:block}.global-LB-less-or-equal-media-point-0 .lightBoxClose__2ce86ed9{position:absolute;right:16px;top:16px}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b4006324,.global-LB-less-or-equal-media-point-0 .lightBoxNext__d4560848{-webkit-user-select:none;user-select:none;display:inline-block}.global-LB-less-or-equal-media-point-0 .lightBoxPrev__b4006324{margin-right:12px}.global-LB-less-or-equal-media-point-0 .lightBoxPrevButton__ddfce6d1,.global-LB-less-or-equal-media-point-0 .lightBoxNextButton__77384e96{margin-left:0!important}.global-LB-more-media-point-0 .lightBoxControls__a4b9ed07{position:static}.global-LB-more-media-point-0 .lightBoxControlsDesktop__4be8f05b{display:block}.global-LB-more-media-point-0 .lightBoxControlsMobile__25bed6b4{display:none}.global-LB-more-media-point-0 .lightBoxClose__2ce86ed9{position:fixed;left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px);top:calc(40px + var(--lightBox-screen-top))}.global-LB-more-media-point-0 .lightBoxPrev__b4006324,.global-LB-more-media-point-0 .lightBoxNext__d4560848{-webkit-user-select:none;user-select:none;position:fixed;top:50%;transform:translateY(-50%)}.global-LB-more-media-point-0 .lightBoxPrev__b4006324{left:calc(var(--lightBox-screen-left) + 16px + 24px)}.global-LB-more-media-point-0 .lightBoxNext__d4560848{left:calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0) + var(--lightBox-screen-left) - 56px - 16px - 24px)}.overlay__acc994bd{position:absolute;left:-10000px;visibility:hidden;top:0;bottom:0;overflow:hidden}.overlay__acc994bd.fixed__517e3fc9{position:fixed}.overlay__acc994bd.closing__1a62161c,.overlay__acc994bd.opened__57fecd4d{visibility:visible;left:0;right:0}.overlayPanel__46d66249{position:absolute;background:var(--triplex-next-Overlay-Panel_Background-1-22-0);overflow:auto;transition:transform .3s ease-in-out}.overlayPanel__46d66249.bottom__bb19fc21{left:0;right:0;bottom:0;transform:translateY(100%);box-shadow:0 -13px 17px #00000024}.overlayPanel__46d66249.left__5482d24c{left:0;top:0;height:100%;transform:translate(-100%);box-shadow:13px 0 17px #00000024}.overlayPanel__46d66249.right__87a01b3b{right:0;top:0;height:100%;transform:translate(100%);box-shadow:-13px 0 17px #00000024}.overlayPanel__46d66249.top__fe3144c3{left:0;top:0;right:0;transform:translateY(-100%);box-shadow:0 13px 17px #00000024}.overlayPanel__46d66249.left__5482d24c.opened__57fecd4d,.overlayPanel__46d66249.right__87a01b3b.opened__57fecd4d{transform:translate(0)}.overlayPanel__46d66249.top__fe3144c3.opened__57fecd4d,.overlayPanel__46d66249.bottom__bb19fc21.opened__57fecd4d{transform:translateY(0)}.overlayContent__61224645{display:flex;min-height:100%}.overlayMask__729940c6{width:100%;bottom:0;left:0;top:0;position:absolute;background:var(--triplex-next-Overlay-Background-1-22-0);opacity:0;transition:opacity .3s ease-in-out}.overlayMask__729940c6.overlayOpened__e0151472{opacity:1}.lightBoxSideOverlayLoaderWrapper__bf44095e{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}.lightBoxSideOverlayCloseDesktopContainer__bd9f5fee{position:absolute;top:24px;right:24px;bottom:0;pointer-events:none}.lightBoxSideOverlayCloseDesktop__3c8a41ef{position:sticky;top:24px;pointer-events:auto}.lightBoxSideOverlayCloseMobile__f32452ac{position:absolute;top:22px;right:22px;margin:0!important}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__bd9f5fee{display:none}.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f32452ac{display:block}@media(max-width:767px){.global-LB-less-or-equal-media-point-0 .lightBoxSideOverlayCloseMobile__f32452ac{top:12px;right:12px}}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseDesktopContainer__bd9f5fee{display:block}.global-LB-more-media-point-0 .lightBoxSideOverlayCloseMobile__f32452ac{display:none}.lightBoxSideOverlayMask__3c8126c6{transition:opacity .6s;background-color:var(--triplex-next-LightBox-Backdrop_Background-1-22-0)}.lightBoxSideOverlayWrapper__576007fa{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__576007fa.overflowXHidden__73ac6296{overflow-x:hidden}.lightBoxSideOverlayWrapper__576007fa.overflowYHidden__95ee95e8{overflow-y:hidden}.lightBoxSideOverlayWrapper__576007fa.closing__ac418431,.lightBoxSideOverlayWrapper__576007fa.opened__405e764d{visibility:visible;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width);right:auto}.lightBoxSideOverlayWrapper__576007fa.closing__ac418431{pointer-events:none}.lightBoxSideOverlayWrapper__576007fa .global-page{max-width:864px;padding-top:24px;padding-bottom:24px}@media(max-width:767px){.lightBoxSideOverlayWrapper__576007fa .global-page{padding:16px}}.lightBoxSideOverlayWrapper__576007fa .lightBoxSideOverlayContent__d2440883{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-22-0);width:1100px;max-width:calc(100% - 32px);margin:16px auto 0;display:flex;justify-content:center}.lightBoxSideOverlayWrapper__576007fa .lightBoxSideOverlayContent__d2440883.opened__405e764d{transform:none}.lightBoxSideOverlayWrapper__576007fa .lightBoxSideOverlayContent__d2440883.opening__bec5b5d9{transform:translateY(0)}.lightBoxSideOverlayWrapper__576007fa.sm__aebb1041 .global-page{width:584px;max-width:100%}.lightBoxSideOverlayWrapper__576007fa.md__10bac9c9 .global-page{width:744px;max-width:100%}.lightBoxSideOverlayWrapper__576007fa.lg__38ab4286 .global-page{width:864px;max-width:100%}.lightBoxSideOverlayWrapper__576007fa .lightBoxSideOverlayBase__240e2c2d{overflow:visible;bottom:auto;height:100%}@media(max-width:767px){.lightBoxSideOverlayWrapper__576007fa .lightBoxSideOverlayContent__d2440883{margin-top:28px;max-width:100%;border-top-left-radius:16px;border-top-right-radius:16px}.lightBoxSideOverlayWrapper__576007fa .global-HeaderTitleControls{position:absolute;top:0;right:0}.lightBoxSideOverlayWrapper__576007fa .global-HeaderTitleContent{padding-right:40px!important}}.lightBoxSideOverlay__b1c16c2d{display:flex;position:absolute;top:0;left:0;right:0;min-height:100%}.lightBoxSideOverlay__b1c16c2d.closing__ac418431,.lightBoxSideOverlay__b1c16c2d.opening__bec5b5d9{overflow-x:hidden}.topOverlayMask__b6710631{transition:opacity .3s;background:var(--triplex-next-TopOverlay-Background-1-22-0);position:fixed!important;left:var(--lightBox-screen-left);width:var(--lightBox-screen-width)}.topOverlayWrapper__a610de1b{position:absolute;left:0;right:0;top:0}.topOverlayWrapper__a610de1b.closing__48aed7ce,.topOverlayWrapper__a610de1b.opened__6f408205{bottom:0}.topOverlayWrapper__a610de1b .topOverlayPanel__c1e81eed{transition:transform .6s;box-shadow:none;background:none;margin-top:40px}.topOverlay__4afe0592{z-index:500}@media(max-width:767px){.topOverlayPanel__c1e81eed{margin-left:16px;margin-right:16px;margin-bottom:16px}}.lightBoxLeftSidebar__cf5d3217{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--left-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;left:var(--left-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--left-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:left-sidebar-wrapper}.lightBoxLeftSidebar__cf5d3217.fixed__10a032ae{position:fixed}@container left-sidebar-wrapper (max-width: 100px){.lightBoxLeftSidebarInner__4bd74456{display:none}}.lightBoxRightSidebar__fb2311f3{--lightBox-width: calc(var(--lightBox-screen-width) - var(--triplex-next-scroll-width, 0));--page-width: 864px;--right-position: calc(var(--lightBox-screen-left) + 16px + 24px * 2 + 56px);--additional-width: 8px;position:absolute;right:var(--right-position);top:40px;width:calc((var(--lightBox-width) - var(--page-width) - var(--right-position) * 2) / 2 + var(--additional-width));container-type:inline-size;container-name:right-sidebar-wrapper}.lightBoxRightSidebar__fb2311f3.fixed__10a032ae{position:fixed}@container right-sidebar-wrapper (max-width: 100px){.lightBoxRightSidebarInner__b7aaaf61{display:none}}html.scroll-0__262a32ed{--triplex-next-scroll-width: 0px}html.scroll-15__f7115309{--triplex-next-scroll-width: 15px}html.scroll-16__2483ee21{--triplex-next-scroll-width: 16px}html.scroll-17__6f82f790{--triplex-next-scroll-width: 17px}.listMasterChipGroup__7a2c9b12{padding:0 16px}.listMasterFooter__e3c4a68e{padding:16px;background:var(--triplex-next-ListMaster-Footer_Background-1-22-0);color:var(--triplex-next-ListMaster-Footer_Color-1-22-0);display:flex;justify-content:space-between;align-items:center}.listMasterFooter__e3c4a68e.sticky__479eacc1{position:sticky;bottom:0}.listMasterFooterDescription__fdab8c43{padding-right:16px}.listMasterFooterControls__2584ef7d{white-space:nowrap}.listMasterHeader__25eac81f{padding:12px 16px;background:var(--triplex-next-ListMaster-Header_Background-1-22-0);color:var(--triplex-next-ListMaster-Header_Color-1-22-0)}.listMasterHeader__25eac81f.sticky__479eacc1{position:sticky;top:0;z-index:1}.selectionControls__7c86aeb4{display:flex;justify-content:space-between;align-items:center}.marker__07c80958.success__15ae8edc{background:var(--triplex-next-Marker-Background_Success-1-22-0)}.marker__07c80958.error__59fedd9d{background:var(--triplex-next-Marker-Background_Error-1-22-0)}.marker__07c80958.warning__3ec23dda{background:var(--triplex-next-Marker-Background_Warning-1-22-0)}.marker__07c80958.waiting__a8c2c69a{background:var(--triplex-next-Marker-Background_Waiting-1-22-0)}.markerStatus__18ceeaef{line-height:0;display:flex;align-items:start}.markerStatus__18ceeaef .contentContainer__a9c5a054{display:flex;flex-direction:column}.markerStatus__18ceeaef.md__f600796b{gap:4px}.markerStatus__18ceeaef.md__f600796b .markerContainer__bfc72280{margin-top:4px}.markerStatus__18ceeaef.lg__50ff1e80{gap:6px}.markerStatus__18ceeaef.lg__50ff1e80 .contentContainer__a9c5a054{gap:4px}.markerStatus__18ceeaef.lg__50ff1e80 .markerContainer__bfc72280{margin-top:5px}.orderedListItem__74471158{counter-increment:list-item-tx}.orderedListItem__74471158:before{content:counter(list-item-tx) ".";display:inline-block;position:absolute;left:0}.orderedListItem__74471158+.orderedListItem__74471158{margin-top:8px}.orderedList__8b289193{position:relative;margin:0;padding-left:25px;list-style:none;counter-reset:list-item-tx}.paginationExtended__edbd8ef8{position:relative;display:flex;justify-content:center;align-items:center}.paginationNavigationButton__117701e6 .directionIconNext__f6da1ad0{transform:rotate(180deg)}.paginationPageEllipsis__5e37a130{display:flex;justify-content:center;align-items:center;height:28px;width:28px;border-radius:50%;cursor:default}.paginationPageButton__b378e60d{background-color:transparent;display:flex;justify-content:center;align-items:center;height:28px;width:28px;border:1px solid transparent;border-radius:6px;cursor:pointer}.paginationPageButton__b378e60d:focus-visible{border-color:var(--triplex-next-Pagination-PageButton_BorderColor_Focus-1-22-0);outline:none}.paginationPageButton__b378e60d:hover{background-color:var(--triplex-next-Pagination-PageButton_Background_Hover-1-22-0)}.paginationPageButton__b378e60d:active{background-color:var(--triplex-next-Pagination-PageButton_Background_Active-1-22-0);cursor:grabbing}.paginationPageButton__b378e60d.currentPage__b5c6dd4d{background-color:var(--triplex-next-Pagination-PageButton_Background_Selected-1-22-0);cursor:default}.paginationNavigationExtended__81e59a20{display:flex;align-items:center;gap:4px;list-style-type:none;margin:0;padding:0}.paginationSelect__d47e05b7{position:absolute;left:0;display:flex;align-items:center}.paginationSelect__d47e05b7 .paginationSelectControl__10522a54{margin-left:8px;min-width:72px}.row__e7da61e4{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;padding-bottom:16px}.row__e7da61e4.noPaddingBottom__8abced0e,.row__e7da61e4:last-child{padding-bottom:0}.segmentedControlSegment__8a73d684{display:flex;flex-grow:1;align-items:center;justify-content:center;overflow:hidden;font-family:inherit;border:1px solid var(--triplex-next-SegmentedControlSegment-BorderColor_Default-1-22-0);outline:none;cursor:pointer}.segmentedControlSegment__8a73d684:disabled{cursor:default}.sm__2cae864c .segmentedControlSegment__8a73d684{height:20px;padding:0 1px;font-size:12px;line-height:16px;border-radius:4px}.md__568e05c8 .segmentedControlSegment__8a73d684{height:32px;padding:0 5px;font-size:14px;line-height:20px;border-radius:6px}.lg__5bd10ed2 .segmentedControlSegment__8a73d684{height:40px;padding:0 9px;font-size:16px;line-height:20px;border-radius:8px}.general1__8db4096f .segmentedControlSegment__8a73d684{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Default-1-22-0)}.general1__8db4096f .segmentedControlSegment__8a73d684:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Hover-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Hover-1-22-0)}.general1__8db4096f .segmentedControlSegment__8a73d684:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Disabled-1-22-0)}.general1__8db4096f .segmentedControlSegment__8a73d684.selected__056221d9{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Default-1-22-0)}.general1__8db4096f .segmentedControlSegment__8a73d684.selected__056221d9:hover{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Hover-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Hover-1-22-0)}.general1__8db4096f .segmentedControlSegment__8a73d684.selected__056221d9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_1_Color_Selected_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_1_Background_Selected_Disabled-1-22-0)}.general2__030cdee3 .segmentedControlSegment__8a73d684{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Default-1-22-0)}.general2__030cdee3 .segmentedControlSegment__8a73d684:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Hover-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Hover-1-22-0)}.general2__030cdee3 .segmentedControlSegment__8a73d684:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Disabled-1-22-0)}.general2__030cdee3 .segmentedControlSegment__8a73d684.selected__056221d9{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Default-1-22-0)}.general2__030cdee3 .segmentedControlSegment__8a73d684.selected__056221d9:hover{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Hover-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Hover-1-22-0)}.general2__030cdee3 .segmentedControlSegment__8a73d684.selected__056221d9:disabled{color:var(--triplex-next-SegmentedControlSegment-General_2_Color_Selected_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-General_2_Background_Selected_Disabled-1-22-0)}.secondary1__4396fb72 .segmentedControlSegment__8a73d684{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Default-1-22-0)}.secondary1__4396fb72 .segmentedControlSegment__8a73d684:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Hover-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Hover-1-22-0)}.secondary1__4396fb72 .segmentedControlSegment__8a73d684:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Disabled-1-22-0)}.secondary1__4396fb72 .segmentedControlSegment__8a73d684.selected__056221d9{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Default-1-22-0)}.secondary1__4396fb72 .segmentedControlSegment__8a73d684.selected__056221d9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_1_Color_Selected_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_1_Background_Selected_Disabled-1-22-0)}.secondary2__797ace58 .segmentedControlSegment__8a73d684{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Default-1-22-0)}.secondary2__797ace58 .segmentedControlSegment__8a73d684:hover{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Hover-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Hover-1-22-0)}.secondary2__797ace58 .segmentedControlSegment__8a73d684:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Disabled-1-22-0)}.secondary2__797ace58 .segmentedControlSegment__8a73d684.selected__056221d9{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Default-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Default-1-22-0)}.secondary2__797ace58 .segmentedControlSegment__8a73d684.selected__056221d9:disabled{color:var(--triplex-next-SegmentedControlSegment-Secondary_2_Color_Selected_Disabled-1-22-0);background:var(--triplex-next-SegmentedControlSegment-Secondary_2_Background_Selected_Disabled-1-22-0)}.segmentedControlSegment__8a73d684:focus-visible{border-color:var(--triplex-next-SegmentedControlSegment-BorderColor_Focus-1-22-0)}.content__1a59ed94{position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.segmentedControl__0d0b8610{display:flex;gap:4px}.segmentedControl__0d0b8610.general1__8db4096f{background:var(--triplex-next-SegmentedControl-General_1_Background-1-22-0)}.segmentedControl__0d0b8610.secondary1__4396fb72{background:var(--triplex-next-SegmentedControl-Secondary_1_Background-1-22-0)}.segmentedControl__0d0b8610.general2__030cdee3{background:var(--triplex-next-SegmentedControl-General_2_Background-1-22-0)}.segmentedControl__0d0b8610.secondary2__797ace58{background:var(--triplex-next-SegmentedControl-Secondary_2_Background-1-22-0)}.segmentedControl__0d0b8610.sm__2cae864c{border-radius:6px;padding:4px}.segmentedControl__0d0b8610.md__568e05c8{border-radius:8px;padding:4px}.segmentedControl__0d0b8610.lg__5bd10ed2{border-radius:10px;padding:8px}.skeleton__cdf0d949{border-radius:16px;flex-grow:1}.skeleton__cdf0d949.light__b76d2529{animation:skeleton-light-pulse__560b3ac9 2s ease-in-out infinite}.skeleton__cdf0d949.dark__df15fdad{animation:skeleton-dark-pulse__82a4f4e4 2s ease-in-out infinite}@keyframes skeleton-light-pulse__560b3ac9{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-22-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_End-1-22-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Light_Start-1-22-0)}}@keyframes skeleton-dark-pulse__82a4f4e4{0%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-22-0)}50%{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_End-1-22-0)}to{background-color:var(--triplex-next-Skeleton-BackgroundColor_Dark_Start-1-22-0)}}.sliderExtendedDot__f4b6e7c6{outline:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;background:var(--triplex-next-Slider-Dot_Background_Default-1-22-0);position:absolute;top:0;transform:translate(-50%);z-index:20}.sliderExtendedDot__f4b6e7c6:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-22-0)}.sliderExtendedDot__f4b6e7c6.focusedByClick__0ceb4c97:focus{box-shadow:none}.sliderExtendedDot__f4b6e7c6:after{content:"";width:8px;height:8px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Background_Default-1-22-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f4b6e7c6:before{content:"";width:12px;height:12px;border-radius:50%;display:block;position:absolute;background:var(--triplex-next-Slider-Dot_Inner_Background-1-22-0);transform:translate(-50%,-50%);top:50%;left:50%}.sliderExtendedDot__f4b6e7c6.disabled__d788a637{pointer-events:none;background:var(--triplex-next-Slider-Dot_Background_Disabled-1-22-0)}.sliderExtendedDot__f4b6e7c6.disabled__d788a637:before{background:var(--triplex-next-Slider-Dot_Inner_Background_Disabled-1-22-0)}.sliderExtendedDot__f4b6e7c6.disabled__d788a637:after{background:var(--triplex-next-Slider-Dot_Background_Disabled-1-22-0)}.sliderExtendedDot__f4b6e7c6:hover{background:var(--triplex-next-Slider-Dot_Background_Hover-1-22-0)}.sliderExtendedDot__f4b6e7c6:hover:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-22-0)}.sliderExtendedDot__f4b6e7c6.dragByMouse__28b5b9f4{background:var(--triplex-next-Slider-Dot_Background_Select-1-22-0)}.sliderExtendedDot__f4b6e7c6.dragByMouse__28b5b9f4:after{background:var(--triplex-next-Slider-Dot_Inner_Background-1-22-0)}.sliderExtendedDot__f4b6e7c6:hover .sliderExtendedTooltipOverlay__8f3e2426,.sliderExtendedDot__f4b6e7c6:focus .sliderExtendedTooltipOverlay__8f3e2426{visibility:visible}.sliderExtendedDot__f4b6e7c6.lg__210749f0{width:28px;height:28px}.sliderExtendedDot__f4b6e7c6.lg__210749f0:after{width:10px;height:10px}.sliderExtendedDot__f4b6e7c6.lg__210749f0:before{width:14px;height:14px}.sliderExtendedMarks__6e85991d{position:absolute;top:10px;left:0;right:0}.sliderExtendedMark__eb624a83{position:absolute;top:15px;transform:translate(-50%);cursor:pointer}.sliderExtendedMark__eb624a83 .sliderExtendedMarkDot__c2928862{background:var(--triplex-next-Slider-Mark_Dot_Background_Default-1-22-0);width:8px;height:8px;border-radius:4px;display:block;position:absolute;top:-17px;left:50%;transform:translate(-50%)}.sliderExtendedMark__eb624a83 .sliderExtendedMarkDot__c2928862.inSelectedRange__94ceab16{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected-1-22-0)}.sliderExtendedMark__eb624a83.lg__210749f0{top:20px}.sliderExtendedMark__eb624a83.lg__210749f0 .sliderExtendedMarkDot__c2928862{top:-20px}.sliderExtendedMark__eb624a83 .sliderExtendedMarkText__dfa951b6{-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer}.sliderExtendedMark__eb624a83.disabled__d788a637{pointer-events:none}.sliderExtendedMark__eb624a83.disabled__d788a637 .sliderExtendedMarkText__dfa951b6{pointer-events:none;opacity:.35}.sliderExtendedMark__eb624a83.disabled__d788a637 .sliderExtendedMarkDot__c2928862{background:var(--triplex-next-Slider-Mark_Dot_Background_Selected_Disabled-1-22-0)}.sliderExtendedMark__eb624a83:first-child,.sliderExtendedMark__eb624a83:last-child{transform:none}.sliderExtendedMark__eb624a83:first-child.reverse__7714daaf .sliderExtendedMarkDot__c2928862{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__eb624a83:first-child.reverse__7714daaf .sliderExtendedMarkText__dfa951b6{margin-right:-4px}.sliderExtendedMark__eb624a83:first-child:not(.reverse__7714daaf) .sliderExtendedMarkDot__c2928862{left:0;transform:translate(-50%)}.sliderExtendedMark__eb624a83:first-child .sliderExtendedMarkText__dfa951b6{margin-left:-4px}.sliderExtendedMark__eb624a83:last-child.reverse__7714daaf .sliderExtendedMarkDot__c2928862{left:0;transform:translate(-50%)}.sliderExtendedMark__eb624a83:last-child.reverse__7714daaf .sliderExtendedMarkText__dfa951b6{margin-left:-4px}.sliderExtendedMark__eb624a83:last-child:not(.reverse__7714daaf) .sliderExtendedMarkDot__c2928862{right:0;left:auto;transform:translate(50%)}.sliderExtendedMark__eb624a83:last-child .sliderExtendedMarkText__dfa951b6{margin-right:-4px}.sliderExtendedMark__eb624a83.active__07e52382{pointer-events:none}.sliderExtendedRail__a8e3f94d{height:4px;background:var(--triplex-next-Slider-Rail_Background-1-22-0);cursor:pointer}.sliderExtended__de291bfa{-webkit-user-select:none;user-select:none;position:relative;padding-top:10px;padding-bottom:30px}.sliderExtended__de291bfa.disabled__d788a637 .sliderExtendedRail__a8e3f94d{pointer-events:none;cursor:default;background:var(--triplex-next-Slider-Rail_Background_Disabled-1-22-0)}.sliderExtended__de291bfa.lg__210749f0{padding-top:12px;padding-bottom:35px}.sliderExtendedTrack__0c7382f2{height:4px;outline:none;cursor:pointer;position:absolute;top:10px;background:var(--triplex-next-Slider-Track_Background_Default-1-22-0);z-index:10}.sliderExtendedTrack__0c7382f2.lg__210749f0{top:12px}.sliderExtendedTrack__0c7382f2:focus{box-shadow:inset 0 0 1px 1px var(--triplex-next-Slider-Dot_Focus-1-22-0)}.sliderExtendedTrack__0c7382f2.focusedByClick__0ceb4c97:focus{box-shadow:none}.sliderExtendedTrack__0c7382f2.hoverOrDragByMouse__6d380c6d{background:var(--triplex-next-Slider-Track_Background_Hover-1-22-0)}.sliderExtendedTrack__0c7382f2.staticSlider__627b90ac{cursor:default;pointer-events:none}.sliderExtendedTrack__0c7382f2.disabled__d788a637{pointer-events:none;background:var(--triplex-next-Slider-Track_Background_Disabled-1-22-0)}.sliderExtendedTooltipOverlay__8f3e2426{display:flex;visibility:hidden;flex-direction:column;align-items:center;position:absolute;pointer-events:none;bottom:28px;left:50%;transform:translate(-50%)}.sliderExtendedTooltipOverlay__8f3e2426.lg__210749f0{bottom:32px}.sliderExtendedTooltipOverlay__8f3e2426 .tooltipBody__397d9992{position:relative;box-sizing:border-box;text-align:center;padding:16px;background:var(--triplex-next-Slider-Tooltip_Background-1-22-0);white-space:nowrap;min-width:52px;min-height:52px;color:var(--triplex-next-Slider-Tooltip_Color-1-22-0);border-radius:8px;font-size:14px;line-height:20px}.sliderExtendedTooltipOverlay__8f3e2426 .tooltipTip__d827fd65{content:"";width:0;height:0;border-top:8px solid var(--triplex-next-Slider-Tooltip_Background-1-22-0);border-right:8px solid transparent;border-left:8px solid transparent}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.sliderExtendedTooltipOverlay__8f3e2426 .tooltipTip__d827fd65{margin:-.5px}}.smsField__ca6f89e7{display:inline-block;position:relative;width:100%}.smsField__ca6f89e7 .input__05bdd54e{text-align:center}.smsField__ca6f89e7 .input__05bdd54e::placeholder{opacity:1}.smsField__ca6f89e7 .input__05bdd54e:disabled::placeholder{color:var(--triplex-next-FormField-Input_Color_Disabled-1-22-0)}.smsField__ca6f89e7 .input__05bdd54e.lg__e7b7f136{padding:18px 40px}.smsField__ca6f89e7 .input__05bdd54e.md__4db2caf7{padding-left:26px;padding-right:26px}.smsField__ca6f89e7 .input__05bdd54e.sm__7bf874e6{padding-left:20px;padding-right:20px}.smsField__ca6f89e7 .btnRefresh__201b05d7{position:absolute;outline:none;z-index:1}.smsField__ca6f89e7 .btnRefresh__201b05d7.lg__e7b7f136{top:12px;left:12px;height:32px;width:32px}.smsField__ca6f89e7 .btnRefresh__201b05d7.md__4db2caf7{top:10px;left:10px}.smsField__ca6f89e7 .btnRefresh__201b05d7.sm__7bf874e6{top:4px;left:4px}.smsField__ca6f89e7 .btnRefresh__201b05d7 .full__d5e59a32{fill:var(--triplex-next-SMSField-Refresh_Fill_Full-1-22-0)}.smsField__ca6f89e7 .btnRefresh__201b05d7 .empty__0167dd53{fill:var(--triplex-next-SMSField-Refresh_Fill_Empty-1-22-0)}.smsField__ca6f89e7 .btnRefresh__201b05d7:disabled{cursor:default;fill:var(--triplex-next-SMSField-Refresh_Disabled-1-22-0)}.smsField__ca6f89e7 .btnSubmit__caa8030b{position:absolute;fill:var(--triplex-next-SMSField-Submit_Background_Default-1-22-0)}.smsField__ca6f89e7 .btnSubmit__caa8030b.active__5e03080d:not(:disabled){fill:var(--triplex-next-SMSField-Submit_Background_Active-1-22-0)}.smsField__ca6f89e7 .btnSubmit__caa8030b.active__5e03080d:not(:disabled):hover{fill:var(--triplex-next-SMSField-Submit_Background_Hover-1-22-0)}.smsField__ca6f89e7 .btnSubmit__caa8030b.lg__e7b7f136{top:15px;right:15px;height:26px;width:26px}.smsField__ca6f89e7 .btnSubmit__caa8030b.md__4db2caf7{top:10px;right:10px}.smsField__ca6f89e7 .btnSubmit__caa8030b.sm__7bf874e6{top:4px;right:4px}.spoiler__814dd15f{display:flex;flex-direction:column}.spoiler__814dd15f.opened__fb2308fc .caretIcon__1fa7a788{transform:rotate(-180deg)}.spoiler__814dd15f .head__51e9a854 .caretIcon__1fa7a788{align-self:start;flex-shrink:0;transition:transform .3s ease-in-out;margin-left:8px}.spoiler__814dd15f .head__51e9a854 button>span{white-space:normal;text-align:left}.spoiler__814dd15f .content__07b198f6.hidden__c7860ea8{display:none}.spoiler__814dd15f .lg__4eb52a3b .content__07b198f6{margin-top:8px}.spoiler__814dd15f .md__46c8f6ce .content__07b198f6{margin-top:0}.spoiler__814dd15f .sm__17a7b6cc .content__07b198f6{margin-top:-4px}.statusTrackerWrapper__29b1170d{display:flex;justify-content:center;min-height:358px;position:relative;border-radius:24px;border:1px solid;border-color:var(--triplex-next-StatusTracker-Border_Color-1-22-0);width:100%;background:var(--triplex-next-StatusTracker-Draft_Background-1-22-0);overflow:hidden;height:100%}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9{width:100%;padding:16px 24px;box-sizing:border-box;z-index:1;text-align:center}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9.verticalAlignMiddle__cf0c9a68{align-self:center}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9.verticalAlignBottom__3c9f3331{align-self:end}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerChild__b0497083{padding:8px 0}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerChild__b0497083:empty{padding:0}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerSum__2efe30ce,.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerTitle__a1b8dbce{padding-bottom:4px}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerDescription__6c789e52{display:block;padding-top:8px}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerAlert__e4e42f3a{margin-top:12px;text-align:left}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerStatus__e5439298{justify-self:center;margin-bottom:4px;display:inline-flex}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerFooterWrapper__485bb86c{display:grid}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerFooterWrapper__485bb86c .statusTrackerDescription__6c789e52:last-child{padding-top:0}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerFooterWrapper__485bb86c .statusTrackerButton__be0cdd4e{margin-bottom:12px}.statusTrackerWrapper__29b1170d .statusTracker__12d2e2c9 .statusTrackerFooterWrapper__485bb86c .statusTrackerButton__be0cdd4e:last-child{margin-bottom:0}.statusTrackerWrapper__29b1170d .statusTrackerColor__013af749{position:absolute;width:75%;height:209px;left:-30px;right:92px;top:-10px;bottom:89px;border-radius:50%}.statusTrackerWrapper__29b1170d .statusTrackerColor__013af749.waiting__58f66698{background:var(--triplex-next-StatusTracker-Waiting_Color-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerColor__013af749.warning__2e2b4347{background:var(--triplex-next-StatusTracker-Warning_Background-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerColor__013af749.rejected__b9c9a10c{background:var(--triplex-next-StatusTracker-Rejected_Color-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerColor__013af749.approved__5456c940{background:var(--triplex-next-StatusTracker-Approved_Color-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerBackground__49f1cee8{position:absolute;width:88%;height:287px;left:15px;right:0;top:-80px;bottom:0;filter:blur(50px);border-radius:50%}.statusTrackerWrapper__29b1170d .statusTrackerBackground__49f1cee8.waiting__58f66698{background:var(--triplex-next-StatusTracker-Waiting_Background-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerBackground__49f1cee8.warning__2e2b4347{background:var(--triplex-next-StatusTracker-Warning_Background-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerBackground__49f1cee8.rejected__b9c9a10c{background:var(--triplex-next-StatusTracker-Rejected_Background-1-22-0)}.statusTrackerWrapper__29b1170d .statusTrackerBackground__49f1cee8.approved__5456c940{background:var(--triplex-next-StatusTracker-Approved_Background-1-22-0)}@media(max-width:767px){.statusTrackerWrapper__29b1170d{border-radius:16px}}.stepperWrapper__ddd0f0c9{position:relative;padding:16px 0;overflow-y:hidden;background:var(--triplex-next-Stepper-Background-1-22-0)}.stepperStep__4944da9e{display:inline-flex;position:relative;outline:none;cursor:pointer}.stepperStep__4944da9e+.stepperStep__4944da9e{margin-left:12px}.stepperStep__4944da9e.sm__d4bb0c05:not(:last-child) .content__a0bcb5bb{padding:5px 0 5px 9px;border-width:1px 0 1px 1px;border-radius:5px 0 0 5px}.stepperStep__4944da9e.sm__d4bb0c05:last-child .content__a0bcb5bb{padding:5px 9px;border-width:1px;border-radius:5px}.stepperStep__4944da9e.sm__d4bb0c05:last-child .arrow__b047180a{display:none}.stepperStep__4944da9e.md__0276c756:not(:last-child) .content__a0bcb5bb{padding:9px 0 9px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__4944da9e.md__0276c756:last-child .content__a0bcb5bb{padding:9px 11px;border-width:1px;border-radius:6px}.stepperStep__4944da9e.md__0276c756:last-child .arrow__b047180a{display:none}.stepperStep__4944da9e.lg__f3e785ad:not(:last-child) .content__a0bcb5bb{padding:17px 0 17px 11px;border-width:1px 0 1px 1px;border-radius:6px 0 0 6px}.stepperStep__4944da9e.lg__f3e785ad:last-child .content__a0bcb5bb{padding:17px 11px;border-width:1px;border-radius:6px}.stepperStep__4944da9e.lg__f3e785ad:last-child .arrow__b047180a{display:none}.stepperStep__4944da9e:hover:not(.active__884de3bf):not(.disabled__6305e994) .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Hover-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Hover-1-22-0)}.stepperStep__4944da9e:hover:not(.active__884de3bf):not(.disabled__6305e994) .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-22-0)}.stepperStep__4944da9e:hover:not(.active__884de3bf):not(.disabled__6305e994) .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Hover-1-22-0)}.stepperStep__4944da9e.active__884de3bf{cursor:default}.stepperStep__4944da9e.active__884de3bf .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_BorderColor_Success-1-22-0)}.stepperStep__4944da9e.active__884de3bf .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Success-1-22-0)}.stepperStep__4944da9e.active__884de3bf.error__04c2ec7c .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_BorderColor_Error-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.active__884de3bf.error__04c2ec7c .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.active__884de3bf.error__04c2ec7c .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Error-1-22-0)}.stepperStep__4944da9e.active__884de3bf.warning__f1490371 .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.active__884de3bf.warning__f1490371 .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.active__884de3bf.warning__f1490371 .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Warning-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.error__04c2ec7c .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.error__04c2ec7c .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.error__04c2ec7c .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.error__04c2ec7c:hover .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.error__04c2ec7c:hover .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.error__04c2ec7c:hover .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.warning__f1490371 .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.warning__f1490371 .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.warning__f1490371 .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.warning__f1490371:hover .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.warning__f1490371:hover .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0)}.stepperStep__4944da9e.completed__f9a00e35.warning__f1490371:hover .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5 :not(.error__04c2ec7c):not(.warning__f1490371) .content__a0bcb5bb{color:var(--triplex-next-Stepper-Step_Color_Default-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5 :not(.error__04c2ec7c):not(.warning__f1490371):hover .content__a0bcb5bb{color:var(--triplex-next-Stepper-Step_Color_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.error__04c2ec7c .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Error-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.error__04c2ec7c .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.error__04c2ec7c .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.error__04c2ec7c:hover .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.error__04c2ec7c:hover .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.error__04c2ec7c:hover .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Error_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.warning__f1490371 .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.warning__f1490371 .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.warning__f1490371 .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.warning__f1490371:hover .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0);background:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.warning__f1490371:hover .arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0)}.stepperStep__4944da9e.inactive__8af552f5.warning__f1490371:hover .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Warning_Hover-1-22-0)}.stepperStep__4944da9e.disabled__6305e994{pointer-events:none}.stepperStep__4944da9e.disabled__6305e994 .content__a0bcb5bb{color:var(--triplex-next-Stepper-Step_Color_Disabled-1-22-0)}.stepperStep__4944da9e.disabled__6305e994 .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_Background_Disabled-1-22-0)}.stepperStep__4944da9e.disabled__6305e994 .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Disabled-1-22-0)}.stepperStep__4944da9e.focusVisible__244e89df.completed__f9a00e35 .content__a0bcb5bb,.stepperStep__4944da9e.focusVisible__244e89df.active__884de3bf .content__a0bcb5bb,.stepperStep__4944da9e.focusVisible__244e89df.inactive__8af552f5 .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-22-0)}.stepperStep__4944da9e.focusVisible__244e89df.completed__f9a00e35 .arrow__b047180a path:last-child,.stepperStep__4944da9e.focusVisible__244e89df.active__884de3bf .arrow__b047180a path:last-child,.stepperStep__4944da9e.focusVisible__244e89df.inactive__8af552f5 .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-22-0)}.stepperStep__4944da9e.focusVisible__244e89df.completed__f9a00e35:hover .content__a0bcb5bb,.stepperStep__4944da9e.focusVisible__244e89df.active__884de3bf:hover .content__a0bcb5bb,.stepperStep__4944da9e.focusVisible__244e89df.inactive__8af552f5:hover .content__a0bcb5bb{border-color:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-22-0)}.stepperStep__4944da9e.focusVisible__244e89df.completed__f9a00e35:hover .arrow__b047180a path:last-child,.stepperStep__4944da9e.focusVisible__244e89df.active__884de3bf:hover .arrow__b047180a path:last-child,.stepperStep__4944da9e.focusVisible__244e89df.inactive__8af552f5:hover .arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_BorderColor_Focus-1-22-0)}.content__a0bcb5bb{display:inline-flex;background:var(--triplex-next-Stepper-Step_Background_Default-1-22-0);color:var(--triplex-next-Stepper-Step_Color_Hover-1-22-0);border-color:var(--triplex-next-Stepper-Step_Background_Default-1-22-0);border-style:solid;white-space:nowrap;font-family:inherit;font-weight:400}.sm__d4bb0c05{font-size:12px;line-height:16px}.md__0276c756{font-size:14px;line-height:20px}.lg__f3e785ad{font-size:16px;line-height:20px}.arrow__b047180a{transform:translate(0)}.arrow__b047180a path:first-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-22-0)}.arrow__b047180a path:last-child{fill:var(--triplex-next-Stepper-Step_Background_Default-1-22-0)}.icon__68d127c9{display:inline-flex;align-items:center;line-height:0}.nonempty__9a61575b .icon__68d127c9{margin-right:6px}.stepperExtended__05f5f0e9{display:flex;padding:0;margin:0;list-style:none}.stepper__79a69d30.sm__d4bb0c05{padding-left:28px;padding-right:28px}.stepper__79a69d30.md__0276c756{padding-left:40px;padding-right:40px}.stepper__79a69d30.lg__f3e785ad{padding-left:56px;padding-right:56px}.stepperCarousel__b5540062{position:relative;padding-left:5px;padding-right:5px}.stepperCarousel__b5540062 .buttonPrev__aef390f3,.stepperCarousel__b5540062 .buttonNext__5d47f613{position:absolute;top:0;bottom:0;z-index:1;line-height:0}.stepperCarousel__b5540062 .buttonPrev__aef390f3.sm__d4bb0c05,.stepperCarousel__b5540062 .buttonNext__5d47f613.sm__d4bb0c05{height:28px;width:28px}.stepperCarousel__b5540062 .buttonPrev__aef390f3.md__0276c756,.stepperCarousel__b5540062 .buttonNext__5d47f613.md__0276c756{height:40px;width:40px}.stepperCarousel__b5540062 .buttonPrev__aef390f3.lg__f3e785ad,.stepperCarousel__b5540062 .buttonNext__5d47f613.lg__f3e785ad{height:56px;width:56px}.stepperCarousel__b5540062 .buttonPrev__aef390f3{left:1px;background:var(--triplex-next-Stepper-ButtonPrev_Background-1-22-0)}.stepperCarousel__b5540062 .buttonNext__5d47f613{right:1px;background:var(--triplex-next-Stepper-ButtonNext_Background-1-22-0)}@media(max-width:767px){.stepper__79a69d30{padding-left:16px;padding-right:16px}.buttonPrev__aef390f3,.buttonNext__5d47f613{display:none}}.suggestFieldMobileBody__e915033e{height:176px}.suggestFieldMobileDropdownHint__53eeaaec{padding:16px}.noColumns__a5ebc52b{padding:40px;display:flex;flex-direction:column;align-items:center}.noColumns__a5ebc52b>.content__cf2e584a{width:456px;text-align:center}.filterPanel__9394dce4{padding:8px 0 24px;border-radius:8px 8px 0 0}.tabsLinePanelLinks__e7d24615{display:flex;height:28px;z-index:1;margin-left:auto}.tabsLinePanelLinks__e7d24615>a:not(:first-child){margin-left:16px}.tabsLinePanel__67bc82fe{display:flex;justify-content:space-between;padding-left:8px}@keyframes fadeIn__ca780926{0%{opacity:0}to{opacity:1}}.tableBasic__4653b89d{position:relative}.tableBasic__4653b89d table{width:100%;border-collapse:separate;border-spacing:0 16px;margin-top:-16px;margin-bottom:-16px}.tableBasic__4653b89d table th.alignLeft__a6952abd,.tableBasic__4653b89d table td.alignLeft__a6952abd{text-align:left}.tableBasic__4653b89d table th.alignRight__91a51218,.tableBasic__4653b89d table td.alignRight__91a51218{text-align:right}.tableBasic__4653b89d table th.alignCenter__386d981e,.tableBasic__4653b89d table td.alignCenter__386d981e{text-align:center}.tableBasic__4653b89d table th.verticalAlignBaseline__d19dbb3d,.tableBasic__4653b89d table td.verticalAlignBaseline__d19dbb3d{vertical-align:baseline}.tableBasic__4653b89d table th.verticalAlignSub__f1e84502,.tableBasic__4653b89d table td.verticalAlignSub__f1e84502{vertical-align:sub}.tableBasic__4653b89d table th.verticalAlignSuper__0aa9951f,.tableBasic__4653b89d table td.verticalAlignSuper__0aa9951f{vertical-align:super}.tableBasic__4653b89d table th.verticalAlignTextTop__56323eae,.tableBasic__4653b89d table td.verticalAlignTextTop__56323eae{vertical-align:text-top}.tableBasic__4653b89d table th.verticalAlignTextBottom__584eba7b,.tableBasic__4653b89d table td.verticalAlignTextBottom__584eba7b{vertical-align:text-bottom}.tableBasic__4653b89d table th.verticalAlignMiddle__5ccbf520,.tableBasic__4653b89d table td.verticalAlignMiddle__5ccbf520{vertical-align:middle}.tableBasic__4653b89d table th.verticalAlignTop__8f5dd15c,.tableBasic__4653b89d table td.verticalAlignTop__8f5dd15c{vertical-align:top}.tableBasic__4653b89d table th.verticalAlignBottom__e77ff43b,.tableBasic__4653b89d table td.verticalAlignBottom__e77ff43b{vertical-align:bottom}.tableBasic__4653b89d table>thead>tr{height:48px}.tableBasic__4653b89d table>thead>tr>th{background-color:var(--triplex-next-TableBasic-Header_Background-1-22-0);padding:18px 12px;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-22-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__4653b89d table>thead>tr>th{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-22-0),inset 1px 0 0 var(--triplex-next-TableBasic-Header_Background-1-22-0)}}.tableBasic__4653b89d table>thead>tr>th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.tableBasic__4653b89d table>thead>tr>th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.tableBasic__4653b89d table>thead>tr>th.checkboxType__78fdd14c{padding:16px 12px}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7{display:inline-flex;vertical-align:top;font-weight:400}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7.order__ecf4feb5{cursor:pointer}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7.order__ecf4feb5 .orderButton__6617eaaf{display:flex;visibility:hidden;align-items:center}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7.order__ecf4feb5 .orderButton__6617eaaf.alignLeft__a6952abd{margin-right:8px}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7.order__ecf4feb5 .orderButton__6617eaaf.alignRight__91a51218{margin-left:8px}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7.order__ecf4feb5 .orderButton__6617eaaf.sorted__febe5ede{visibility:visible}.tableBasic__4653b89d table>thead>tr>th .thBlock__47ef82d7.order__ecf4feb5:hover .orderButton__6617eaaf{visibility:visible}.tableBasic__4653b89d table>tbody>tr>td{vertical-align:top;box-sizing:border-box;color:var(--triplex-next-TableBasic-Color-1-22-0)}.tableBasic__4653b89d table>tbody>tr>td:first-child{border-radius:8px 0 0 8px}.tableBasic__4653b89d table>tbody>tr>td:last-child{border-radius:0 8px 8px 0}.tableBasic__4653b89d table>tbody>tr>td.textType__da6a9af4{padding:12px}.tableBasic__4653b89d table>tbody>tr>td.componentsType__ecd7fc5b{padding:8px 12px}.tableBasic__4653b89d table>tbody>tr>td.checkboxType__78fdd14c{padding:10px 12px 12px}.tableBasic__4653b89d table>tbody>tr.selected__1004c927>td{background-color:var(--triplex-next-TableBasic-Background_Selected-1-22-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__4653b89d table>tbody>tr.selected__1004c927>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-22-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Selected-1-22-0)}}.tableBasic__4653b89d table>tbody.clickable__26ddc8fb>tr{cursor:pointer}.tableBasic__4653b89d table>tbody.hoverable__cc7c27d2>tr:hover>td{background-color:var(--triplex-next-TableBasic-Background_Hover-1-22-0)}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tableBasic__4653b89d table>tbody.hoverable__cc7c27d2>tr:hover>td{box-shadow:inset -1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-22-0),inset 1px 0 0 var(--triplex-next-TableBasic-Background_Hover-1-22-0)}}.tableBasic__4653b89d .footerEmptyData__73a16228{display:flex;flex-direction:column;align-items:center;padding:64px 0}.tableBasic__4653b89d .spinnerWrapper__66d7bc06{position:absolute;top:16px;left:0;width:100%;height:calc(100% - 16px)}.tableBasic__4653b89d .spinnerWrapper__66d7bc06 .tableLoaderScreen__31a111db{border-radius:8px 8px 0 0}.tableBasic__4653b89d .overlayCover__7dae5cc0{position:absolute;top:16px;right:0;bottom:0;left:0;background-color:var(--triplex-Overlay-maskBackground-1-22-0);animation:fadeIn__ca780926 .3s}.tableBasicSettingsBody__fb6d75c9{max-height:372px;overflow:auto;box-sizing:border-box}.columnSettingsSortableListItemTarget__212889d2{padding:8px 8px 8px 12px!important;border-radius:0!important;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-22-0)!important}.columnSettingsSortableListItemTarget__212889d2:hover{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Hover-1-22-0)!important}.columnSettingsSortableListItemTarget__212889d2.dragging__823ff9c2{background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Dragging-1-22-0)!important}.columnSettingsStaticListItem__3bf18853{padding:8px 8px 8px 12px;background:var(--triplex-next-TableBasic-TableBasicSettings_ListItem_Background_Default-1-22-0)}.tableBasicSettingsFooter__afa4780c{border-top:1px solid var(--triplex-next-TableBasic-TableBasicSettings_Footer_BorderColor-1-22-0);padding:11px 12px 12px}.tableBasicSettingsHeader__34aeb0d1{padding:16px 12px 12px}.tableSettingsLink__63734336{margin-left:16px;white-space:nowrap}.tableSettingsDropdown__953290e4{width:320px}.tableFooterWrapper__e1f39674{position:sticky;height:76px;margin-top:16px;bottom:0}.tableFooterWrapper__e1f39674 .tableFooterShadow__608f19c3{content:"";position:absolute;top:-56px;left:0;width:100%;height:72px;background:var(--triplex-next-TableBasic-TableFooter_Highlight-1-22-0);pointer-events:none}.tableFooterWrapper__e1f39674 .tableFooter__11e6554d{position:relative;background:var(--triplex-next-TableBasic-TableFooter_Background-1-22-0);padding:16px 12px;border-radius:8px}.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d{display:flex;align-items:center}.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummarySelectedCount__f23832d6,.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummarySelectAllButton__ba6e5db3,.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummaryAmount__2d58d9e6{display:inline-flex}.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummarySelectedCount__f23832d6,.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummarySelectAllButton__ba6e5db3,.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummaryAmount__2d58d9e6,.tableFooterWrapper__e1f39674 .tableFooter__11e6554d .tableFooterSummary__34f2fb9d .tableFooterSummaryLabel__bbcfa618{margin-left:24px}@media(max-width:767px){.tableFooterWrapper__e1f39674{height:112px}}.paginationPanel__5c61bb14{margin-top:16px}.masterTable__b3620423,.tabsExtended__41852173{position:relative}.tabsExtendedContent__0dfca6f6{display:inline-flex}.tabsExtendedContent__0dfca6f6.sm__bd731507{border-radius:6px;padding:4px}.tabsExtendedContent__0dfca6f6.md__e44e3dae{border-radius:8px;padding:4px}.tabsExtendedContent__0dfca6f6.lg__4adf23dd{border-radius:10px;padding:8px}.tabsExtendedTab__743bceb3{display:flex}.tabsExtendedTab__743bceb3+.tabsExtendedTab__743bceb3,.tabsExtendedDropdown__4e32d81b{margin-left:4px}.tabsReal__cb73c6d0,.tabsFake__6d050669{display:flex;box-sizing:border-box;width:100%}.tabsReal__cb73c6d0.hidden__ab45033c{visibility:hidden}.tabsReal__cb73c6d0 .tabsExtendedTab__743bceb3.hidden__ab45033c{display:none}.tabsFake__6d050669{padding:0 2px;position:absolute;left:-10000px;visibility:hidden}.type1__2299ef6b .tabsExtendedContent__0dfca6f6{background-color:var(--triplex-next-Tabs-Type1_Background-1-22-0)}.type2__8d732757 .tabsExtendedContent__0dfca6f6{background-color:var(--triplex-next-Tabs-Type2_Background-1-22-0)}.tabsExtendedTabButton__592ed872{font-family:inherit;margin:0;flex-shrink:0;border:1px solid var(--triplex-next-Tabs-Tab_BorderColor_Default-1-22-0);outline:none;cursor:pointer;white-space:nowrap;position:relative;overflow:visible}.tabsExtendedTabButton__592ed872 .notificationIcon__418246e6{position:absolute}.tabsExtendedTabButton__592ed872.lg__4adf23dd{border-radius:6px;padding:9px 16px}.tabsExtendedTabButton__592ed872.lg__4adf23dd .notificationIcon__418246e6{right:6px;top:6px}.tabsExtendedTabButton__592ed872.md__e44e3dae{border-radius:4px;padding:5px 16px}.tabsExtendedTabButton__592ed872.md__e44e3dae .notificationIcon__418246e6{right:4px;top:4px}.tabsExtendedTabButton__592ed872.sm__bd731507{border-radius:4px;padding:1px 16px}.tabsExtendedTabButton__592ed872.sm__bd731507 .notificationIcon__418246e6{right:3px;top:3px}.tabsExtendedTabButton__592ed872 .tabsExtendedTabButtonTextDefault__b9c44c52{display:block}.tabsExtendedTabButton__592ed872 .tabsExtendedTabButtonTextHover__f8757438,.tabsExtendedTabButton__592ed872:hover .tabsExtendedTabButtonTextDefault__b9c44c52,.tabsExtendedTabButton__592ed872.selected__7047809e .tabsExtendedTabButtonTextDefault__b9c44c52{display:none}.tabsExtendedTabButton__592ed872:hover .tabsExtendedTabButtonTextHover__f8757438,.tabsExtendedTabButton__592ed872.selected__7047809e .tabsExtendedTabButtonTextHover__f8757438{display:block}.tabsExtendedTabButton__592ed872::-moz-focus-inner{border:none}.tabsExtendedTabButton__592ed872+.tabsExtendedTabButton__592ed872{margin-left:2px}.tabsExtendedTabButton__592ed872:focus-visible{border-color:var(--triplex-next-Tabs-Tab_BorderColor_Focus-1-22-0)}.tabsExtendedTabButton__592ed872.type1__2299ef6b{background:var(--triplex-next-Tabs-Type1_Tab_Background_Default-1-22-0)}.tabsExtendedTabButton__592ed872.type1__2299ef6b.selected__7047809e{background:var(--triplex-next-Tabs-Type1_Tab_Background_Selected-1-22-0)}.tabsExtendedTabButton__592ed872.type1__2299ef6b:hover{background:var(--triplex-next-Tabs-Type1_Tab_Background_Hover-1-22-0)}.tabsExtendedTabButton__592ed872.type2__8d732757{background:var(--triplex-next-Tabs-Type2_Tab_Background_Default-1-22-0)}.tabsExtendedTabButton__592ed872.type2__8d732757.selected__7047809e{background:var(--triplex-next-Tabs-Type2_Tab_Background_Selected-1-22-0)}.tabsExtendedTabButton__592ed872.type2__8d732757:hover{background:var(--triplex-next-Tabs-Type2_Tab_Background_Hover-1-22-0)}.tabsContent__5b878c3f .tabButtonDropdown__00467db7{justify-content:center;padding:0!important;border-radius:0!important;background:none!important}.tabsContent__5b878c3f .tabButtonDropdown__00467db7.sm__7f4fe7e4{min-width:20px;min-height:20px;height:20px}.tabsContent__5b878c3f .tabButtonDropdown__00467db7.md__c53f2ad5{min-width:32px;min-height:32px;height:32px}.tabsContent__5b878c3f .tabButtonDropdown__00467db7.lg__c24fe683{min-width:40px;min-height:40px;height:40px}.tag__4680b28d{position:relative;display:inline-flex;align-items:center;box-sizing:border-box;max-width:100%;background:var(--triplex-next-Tag-Background-1-22-0);border-radius:4px;gap:2px}.tag__4680b28d.sm__6036c187{height:20px;padding:2px 4px 2px 6px}.tag__4680b28d.md__1927ef68{height:28px;padding:4px 6px 4px 8px}.tag__4680b28d.lg__9b142be2{height:32px;padding:6px 8px 6px 10px}.content__7241873c{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.tagColor__527b1b6d{box-sizing:border-box;max-width:100%;position:relative;display:inline-flex;align-items:center}.tagColor__527b1b6d.sm__c1e8480f{height:16px;padding:2px 6px;border-radius:4px;font-size:10px;line-height:12px}.tagColor__527b1b6d.md__7a0714c7{height:20px;padding:2px 8px;border-radius:4px;font-size:12px;line-height:16px}.tagColor__527b1b6d.lg__11164cde{height:28px;padding:4px 8px;border-radius:8px;font-size:14px;line-height:20px}.tagColor__527b1b6d.default__a25d417b{background:var(--triplex-next-TagColor-Background_Default-1-22-0)}.tagColor__527b1b6d.success__3ed054e7{background:var(--triplex-next-TagColor-Background_Success-1-22-0)}.tagColor__527b1b6d.info__075533b2{background:var(--triplex-next-TagColor-Background_Info-1-22-0)}.tagColor__527b1b6d.warning__ed6b4498{background:var(--triplex-next-TagColor-Background_Warning-1-22-0)}.tagColor__527b1b6d.error__7547ac59{background:var(--triplex-next-TagColor-Background_Error-1-22-0)}.content__64a29e64{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--triplex-next-TagColor-Text_Color_Default-1-22-0)}.tagGroup__b5b21380.sm__bee020e7{margin:-2px}.tagGroup__b5b21380.sm__bee020e7>*{margin:2px}.tagGroup__b5b21380.md__c03859dd{margin:-4px}.tagGroup__b5b21380.md__c03859dd>*{margin:4px}.tagGroup__b5b21380.lg__75e76d7c{margin:-6px}.tagGroup__b5b21380.lg__75e76d7c>*{margin:6px}.uploadZone__35abbf19{border-radius:8px;position:relative;background:var(--triplex-next-UploadZone-Background_Default-1-22-0)}.uploadZone__35abbf19:hover{background:var(--triplex-next-UploadZone-Background_Hover-1-22-0)}.uploadZoneDragArea__013326db{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-22-0);border-radius:8px;box-sizing:border-box}.uploadZoneContainerDragArea__c9898507{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;border:1px dashed var(--triplex-next-UploadZone-BorderColor_Default-1-22-0);height:100%;background:var(--triplex-next-UploadZone-DragArea_Background-1-22-0);border:1px dashed var(--triplex-next-UploadZone-DragArea_BorderColor-1-22-0);border-radius:8px;box-sizing:border-box}.uploadZoneInput__0c2f3dba{display:none}@media(max-width:767px){.uploadZone__35abbf19,.uploadZone__35abbf19:hover{background:none}.uploadZoneDragArea__013326db{display:none}}